Commit graph

184483 commits

Author SHA1 Message Date
Alex Dupre
8f78a7c8f7 Update to 3.10.1 release:
- install files in correct locations
- add retrace executable
- remove dead pkg-message
- take maintainership
2007-09-20 12:57:27 +00:00
Alexey Dokuchaev
b3542c49ac Update to version 17.2.5. 2007-09-20 12:29:57 +00:00
Remko Lodder
e5c43d59a4 Document coppermine -- multiple vulnerabilities, the FreeBSD
port is already up to date.
2007-09-20 12:20:27 +00:00
Remko Lodder
97fb53af1d Document openoffice -- arbitrary command execution vulnerability,
all current versions marked vulnerable, everything as of 2.3 is
believed to be fixed, but we do not have that yet ( I am also not
sure whether the -devel version has the correct fix or not ) so
lets be on the safe side till we know what version will be fixed
in our repro.
2007-09-20 12:12:53 +00:00
Remko Lodder
aea8d6dfc2 Document bugzilla -- "createmailregexp" security bypass vulnerability,
marking all versions as vulnerable till we know what version is the
one fixed in our CVS repository.
2007-09-20 12:04:29 +00:00
Andrew Pantyukhin
7cb11274b9 - Update to 2.0.0.7 2007-09-20 11:10:14 +00:00
Martin Matuska
176a9903fc - Update to 2.3.1
- Reduce size of COMMENT
2007-09-20 10:00:57 +00:00
Martin Matuska
d95b9b8644 - Fix tcllib dependency
- Reduce size of COMMENT
2007-09-20 10:00:07 +00:00
Alexey Dokuchaev
bcf15b755d Kill EOL space, throw in a bunch of readability improvements. 2007-09-20 09:29:24 +00:00
Johan van Selst
d2652895ab Update to 3.5b22 2007-09-20 09:28:26 +00:00
Alexey Dokuchaev
021640a12d Fix some noticed spelling and consistency issues. 2007-09-20 08:59:13 +00:00
Alexey Dokuchaev
f35af4d0d5 - Mention x11/nvidia-driver in AFFECTS line for Xorg 7.3 entry
- Kill EOL spaces while here (should be OK since previous entry is trivial)
2007-09-20 08:43:03 +00:00
Pav Lucistnik
b64221144d - Update to 1.4.2b 2007-09-20 08:32:56 +00:00
Clement Laforet
7490730603 - Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1]
(I forgot to re-apply the patch locally)

Reminded by:    bland@
2007-09-20 08:04:34 +00:00
Clement Laforet
d4538af23f - Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1]
- Preserve index.html
- We no longer install images in default DocumentRoot (there're still in icons/)
- Various plist cleanup
- bump PORTREVISION since we are now safe with index.html

Reminded by:	bland@
2007-09-20 07:57:36 +00:00
Lars Balker Rasmussen
51a3373392 Update to 0.41 2007-09-20 06:40:09 +00:00
Cheng-Lung Sung
ebaefb1d2c - Update to 1.21 2007-09-20 06:34:18 +00:00
Cheng-Lung Sung
afa0ff0c1b - Update to 0.72 2007-09-20 06:25:22 +00:00
Cheng-Lung Sung
002c8f3e6f Jabber::Lite is, as the name implies, a small 'lite' library for
dealing with Jabber servers, implemented entirely in perl. Whilst it
is small, it does try to be fairly complete for common tasks.

WWW:	http://search.cpan.org/dist/Jabber-Lite/

PR:		ports/116056
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-09-20 06:09:20 +00:00
Cheng-Lung Sung
67e5046505 - reflect update of rubygem-memcache-client
PR:		ports/115507
Submitted by:	clsung
Approved by:	maintainer (Jonathan Weiss)
2007-09-20 06:06:26 +00:00
Cheng-Lung Sung
6559537234 - Update to 1.5.0
PR:		ports/115507
Submitted by:	clsung
Approved by:	maintainer (Jonathan Weiss)
2007-09-20 06:05:19 +00:00
Alex Dupre
b522616a81 Update to 0.7.2 release. 2007-09-20 05:54:30 +00:00
Thomas Abthorpe
8884827b99 - update to 1.16
PR:		ports/116469
Submitted by:	James Bailie <jimmy_AT_mammothcheese.ca>
Approved by:	miwi (co-mentor)
2007-09-20 03:40:48 +00:00
Greg Lewis
260ffa12c0 . Default UseThreadPriorities to false on BSD. This can be toggled by
passing -XX:+UseThreadPriorities.
. Remove the os_sleep hack which was used on FreeBSD to make sure lower
  priority threads got time slices.  Instead, just call pthread_yield().
  On FreeBSD 7.x with libthr, this will still give lower priority threads
  some time (with the above flag turned on), although such behaviour is
  not guaranteed by POSIX.  This boosts FreeBSD performance by 7-fold on
  an 8 core system, putting it on a par with Solaris (benchmarks by kris@).

  The Java standard and the JCK tests are somewhat contradictory on thread
  priority being guaranteed to work, and in this case the performance
  benefits appear to outweigh any possible side effects.
. Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than
  patching it into a file at build time.  This simplifies the Makefile.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
2007-09-20 03:35:30 +00:00
Cheng-Lung Sung
91de6f8580 There's a whole bunch of class builders out there. In fact, creating a
class builder seems to be something of a rite of passage (this is my
fifth, at least).

Unfortunately, most of the time I want a class builder I'm in a hurry
and sketching out lots of fairly simple data classes with fairly
simple structure, mostly just read-only accessors, and that's about it.

Often this is for code that won't end up on CPAN, so adding a small
dependency doesn't matter much. I just want to be able to define these
classes FAST.

By which I mean LESS typing than writing them by hand, not more. And I
don't need all those weird complex features that bloat out the code
and take over the whole way I build modules.

And so, I present yet another member of the Tiny family of modules,
Object::Tiny.

WWW:	http://search.cpan.org/dist/Object-Tiny/

PR:		ports/116101
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-09-20 03:17:09 +00:00
Chin-San Huang
21e3744bc9 - Update to 1.0.6.11. 2007-09-20 02:53:54 +00:00
Martin Wilke
a42225eb41 - Update to 1.09
PR:		116049
Submitted by:	Tomoyuki Sakurai <cherry@trombik.org>
Approved by:	maintainer timeout
2007-09-20 02:51:36 +00:00
Martin Wilke
84736e3aee - Update to 1.0-RC8
PR:		115894
Submitted by:	Tor Halvard Furulund <squat@squat.no>
Approved by:	maintainer
2007-09-20 02:45:54 +00:00
Martin Wilke
6d0796f7cf - Update to 0.5.21
PR:		116090
Submitted by:	Pawel Pekala <c0rn@o2.pl>
Approved by:	maintainer timeout
2007-09-20 02:37:19 +00:00
Martin Wilke
9c9f366a3b - Fix correct install path
PR:		116277
Submitted by:	nrgmilk <nrgmilk@gmail.com>
Approved by:	maintainer
2007-09-20 02:17:54 +00:00
Martin Wilke
51e5794fa0 - Update to 0.2.8-RC1
PR:		116344
Submitted by:	Pavel I Volkov <pol@opk.ru> (maintainer)
2007-09-20 02:10:56 +00:00
Cheng-Lung Sung
f6a504fdb3 - Update cgi_multipart_eof_fix to 2.3
Now cgi_multipart_eof_fix is a part of mongrel project on RubyForge

PR:		ports/116102
Submitted by:	Alexander Logvinov <ports_AT_logvinov dot com>
2007-09-20 01:56:48 +00:00
Martin Wilke
f72030a3e1 - Update to 5.5.25
PR:		116307
Submitted by:	Tomas Verbaitis <tomasv@megalogika.lt> (maintainer)
2007-09-20 01:38:44 +00:00
Martin Wilke
a76dbe7a7b - Update to 2.3
PR:		116438
Submitted by:	Amarendra Godbole <amarendra.godbole@gmail.com> (maintainer)
2007-09-20 01:31:51 +00:00
Martin Wilke
13b9f151a8 - Update to 0.7.3
PR:		116403
Submitted by:	Ed Schouten <ed@fxq.nl> (maintainer)
2007-09-20 01:16:16 +00:00
Martin Wilke
b4f6685124 - Update to 2.0.2
PR:		116375
Submitted by:	Anton Lysenok <bart@tapolsky.net.ua> (maintainer)
2007-09-20 01:13:55 +00:00
Martin Wilke
9267d7d125 - Update to 2.3.0
- Fix stop command in rc(8) script
- Catch up upstream config file changes

PR:		116371
Submitted by:	Pankov Pavel <pankov_p@mail.ru> (maintainer)
2007-09-20 01:01:27 +00:00
Martin Wilke
58be5032f0 - Update to 0.9.0
PR:		116426
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-09-20 00:54:34 +00:00
Martin Wilke
d6a8356e8f - Update to 0.88
PR:		116305
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2007-09-20 00:31:14 +00:00
Martin Wilke
662ea1757e - Update to 2.6.STABLE16
PR:		116165
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2007-09-20 00:26:28 +00:00
Martin Wilke
8a47f7b2ac - Fix Makefile in case the user has/wants no OpenGL support
Reported by Piotr Hlawski

Approved by:	Danny Pansters <danny@ricin.com> (maintainer)
2007-09-20 00:25:17 +00:00
Martin Wilke
70f38e3e5e - Update to 20070915
PR:		116368
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
2007-09-20 00:05:54 +00:00
Beech Rintoul
9776b26859 - Update to 0.26
PR:		ports/116429
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Reviewed by:	sat (mentor)
2007-09-19 23:03:16 +00:00
Cy Schubert
a6362a37c0 Add support for Kerberos 5 kshell and Kerberos 4 ekshell using the IP Filter
rcmd proxy.
2007-09-19 22:48:24 +00:00
David E. O'Brien
96e8747cf7 Specify the YACC to use thru configure vs. a patch. 2007-09-19 21:25:06 +00:00
Clement Laforet
db9219af7d - remove duplicate entry of mod_charset_lite [1]
- add PCRE_FROM_PORTS to OPTIONS
- use @dirrmtry for include/apache22
- workaround plist issues when upgrading, but it's not as safe as I
  would expect, it requires more work.

Spotted by:     bland@ [1]
2007-09-19 21:05:23 +00:00
Clement Laforet
ab8293d70e - Avoid "OPTIONS blackhole" during 'make make-options-list' 2007-09-19 21:03:59 +00:00
Chin-San Huang
ba82946024 - Update to 1.8.2.
- Indent Makefile.

PR:		ports/116447
Submitted by:	maintainer
2007-09-19 20:46:13 +00:00
Jung-uk Kim
9b9549b341 Fix Audigy mixer bug.
http://4front-tech.com/forum/viewtopic.php?t=2290

Approved by:	glewis (mentor)
Obtained from:	4Front Technologies
2007-09-19 20:17:44 +00:00
Simon L. B. Nielsen
d455c815f2 Spell Ulf Harnhammar (ASCII version of name) using UTF-8 instead of HTML
entities which can't be assumed is available to a paser by default.

This fixes a warning from packaudit.
2007-09-19 19:24:45 +00:00