Commit Graph

2411 Commits

Author SHA1 Message Date
bernd
3bbe03aff4 Update to 1.5.0.3. Security fixes inside...
More info:

CVE-2006-1993
http://secunia.com/advisories/19802/

tested by many
"go ahead" jolan@
2006-05-05 10:14:21 +00:00
wilfried
cc58f13c61 update to 1.7.13, ok kurt@
fixes multiple critical vulnerabilities
the last official release of the Mozilla Application Suite
2006-05-02 07:27:12 +00:00
espie
4a4a37a5b6 update to 1.32, a few performance improvements and bug-fixes.
okay maintainer.
2006-05-01 21:09:18 +00:00
kurt
26486f93b4 remove freedtoa call since our strtod(3) implementation uses a static var
to handle result allocation, but doesn't always return it. Restore use
of locks to protect use of static vars and add one for dtoa return value
too. fixes build on sparc64 and should help with stablility too.

looks correct pvalchev@
2006-04-24 20:03:00 +00:00
fgsch
daf083f320 update to pre21; from David Hill (dhill at mindcry dot org). 2006-04-22 16:24:09 +00:00
espie
354d341490 +p5-Apache-DB 2006-04-22 10:18:59 +00:00
espie
0f78b4bc5d let one debug mod_perl applications from the command line. 2006-04-22 10:17:22 +00:00
jolan
79fe1909e0 SECURITY: update to 1.7.9 which fixes a buffer overflow in the
http_header_comp() function
2006-04-18 20:17:47 +00:00
wilfried
2431442cac update to 1.5.0.2
fixes multiple critical vulnerabilities
2006-04-18 10:37:32 +00:00
jolan
f2fbfcd174 update to 7.0r63 2006-04-17 15:36:19 +00:00
sturm
ba62644206 update to mod_security 1.9.3
from Srebrenko Sehic <ssehic at gmail.com>
2006-04-17 14:58:02 +00:00
steven
c3c9f37f23 update to 3.51; from new maintainer Srebrenko Sehic, haver at insecure.dk
add REGRESS_DEPENDS while here.
2006-04-15 20:32:33 +00:00
steven
2ddb81520f add REGRESS_DEPENDS 2006-04-15 17:58:57 +00:00
naddy
7e516ebd41 bump gd-no_x11 package, simplify logic; ok sturm@ 2006-04-15 14:57:24 +00:00
sturm
637ed18ac5 actually increase FULLPKGNAME-gd
4 eyes didn't see what plist_db sees
2006-04-14 20:41:48 +00:00
brad
a20588de08 upgrade to 2.5.STABLE13 2006-04-13 23:46:56 +00:00
david
adbd88b406 remove myself from MAINTAINER 2006-04-12 21:01:45 +00:00
kevlo
0d8945e913 update to phpmyadmin 2.8.0.3 2006-04-11 05:54:05 +00:00
kevlo
f99f524b88 upgrade to mycalendar 2.7 2006-04-11 05:49:38 +00:00
sturm
e6f23d50f4 remove references to shellhung.org in MASTER_SITES and assorted cleanup
from jim razmus
2006-04-08 20:28:36 +00:00
otto
98c950e17f Make php5-gd use freetype2 (included in X11) instead of freetype1. Solves
truetype font rendering problems in truecolor more. Tested by mbalmer@;
help and ok robert@
2006-04-06 11:26:39 +00:00
sturm
8859c29f75 update to opera 8.54 2006-04-05 18:36:36 +00:00
bernd
63366f7d3b Security update to mediawiki-1.5.8.
A bug in decoding of certain encoded links could allow injection of raw
HTML into page output; this could potentially lead to XSS attacks.

More info:
http://mail.wikipedia.org/pipermail/mediawiki-announce/2006-March/000040.html

ok kevlo@
2006-04-05 15:16:56 +00:00
bernd
b0304699c1 Remove emacs backup files (*~) from PLIST.
spotted by Andreas Kahari.

ok mbalmer@
2006-04-05 09:42:17 +00:00
bernd
5c7c5b1843 @comment vim backup files. (.swp) Bump PKGNAMEs.
Spotted by Andreas Kahari.
2006-04-03 16:27:57 +00:00
bernd
11317391ec + p5-URI-Find 2006-03-31 18:45:36 +00:00
bernd
e315126bb3 Import p5-URI-Find.
This module does one thing: Finds URIs and URLs in plain text. It    
finds them quickly and it finds them all (or what URI::URL considers    
a URI to be.)    

From Jasper Lievisse Adriaanse <jasper at nedbsd.nl>.
2006-03-31 18:42:19 +00:00
pvalchev
9cbf189d5c check XftLockFace() for NULL return to avoid a crash, see
https://bugzilla.mozilla.org/show_bug.cgi?id=331077
from Tobias Ulmer <tobiasu@tmux.org>
2006-03-27 04:23:28 +00:00
msf
7ad76707e0 +trac 2006-03-21 21:18:40 +00:00
msf
69058d234d - initial import of trac 0.9.4 submitted by Ben Lovett
Trac is an enhanced wiki and issue tracking system for software development
projects. Trac uses a minimalistic approach to web-based software project
management. Our mission; to help developers write great software while
staying out of the way. Trac should impose as little as possible on a
team's established development process and policies.

It provides an interface to Subversion, an integrated Wiki and convenient
report facilities.

ok sturm@
2006-03-21 21:17:10 +00:00
sturm
bb1c3d3555 p5-HTTP-Server-Simple-Mason 2006-03-18 19:22:51 +00:00
sturm
1057b0fa31 Initial import of HTTP-Server-Simple-Mason-0.09
An abstract baseclass for a standalone mason server.

from Deanna Phillips <deanna at sdf.lonestar.org>
2006-03-18 19:21:57 +00:00
sturm
f8fa94c104 p5-HTTP-Server-Simple 2006-03-18 18:59:02 +00:00
sturm
e80eba896c quick ups 2006-03-18 18:58:10 +00:00
sturm
17932875c4 Initial import of HTTP-Server-Simple-0.18
This is a simple standalone HTTP server. By default, it doesn't thread or
fork. It does, however, act as a simple frontend which can be used to
build a standalone web-based application or turn a CGI into one.

from Deanna Phillips <deanna at sdf.lonestar.org>
2006-03-18 18:56:15 +00:00
sturm
aa81fab7ba update to p5-Apache-Test 1.28
from Deanna Phillips <deanna at sdf.lonestar.org>
ok maintainer mjc@
2006-03-18 07:40:47 +00:00
mbalmer
8e47d16714 Zope-2.8.6, latest stable release of the Zope 2.8 branch. 2006-03-16 09:53:55 +00:00
aanriot
8ecddbcebf - remove needless PLONEITEMS and associated commented entries.
- pass maintainership to mbalmer@ .
- bump PKGNAME.

ok mbalmer@
2006-03-12 12:23:13 +00:00
aanriot
cbd6f4e822 pass maintainership to mbalmer@ 2006-03-12 12:21:10 +00:00
brad
e02ac727f4 upgrade to lighttpd 1.4.11 2006-03-09 19:00:59 +00:00
sturm
83b8b291e5 don't set umask to 0 when daemonizing (changed upstream as well)
from Matthias Kilian <kili at outback.escape.de>
ok brad
2006-03-06 06:21:02 +00:00
sturm
68c6deb849 honor -proxy parameter
from Alexander Bluhm <Alexander_Bluhm at genua.de>
2006-03-05 21:12:12 +00:00
sturm
e234467e13 give up MAINTAINER, I don't use these anymore 2006-03-04 15:10:30 +00:00
naddy
7e62e0cf6a - use MD5* functions from libc; fixes breakage on some archs
- update links in DESCR; from cathcart@
2006-02-20 16:33:55 +00:00
bernd
ce8da0379f Security update to opera-8.52.
More info: http://secunia.com/advisories/17571/

ok sturm@
2006-02-20 10:36:02 +00:00
sturm
d02165c4a3 move LIB_DEPENDS to BUILD/RUN_DEPENDS
no WANTLIB needed
no more MODGNU_SHARED_LIBS

noticed by steven@
2006-02-15 06:28:39 +00:00
david
c8b3505c2f remove "the the" and replace /usr/local with PREFIX in MESSAGE; bump PKGNAME
ok wilfried@
2006-02-12 19:31:36 +00:00
david
4041514197 sort SUBDIR list; ok sturm@ 2006-02-12 16:24:50 +00:00
david
9923841b93 cleaning: remove commented nonexistent SUBDIR entries; ok sturm@ 2006-02-12 14:58:15 +00:00
sturm
7f44ebf8ab use fclose() on fdopen()'ed file streams instead of pclose()
from TAKAHASHI Tamotsu in ports/5010
2006-02-10 18:54:58 +00:00