Commit Graph

2374 Commits

Author SHA1 Message Date
sturm
f1147a5d87 Initial import of HTTP-Recorder-0.05
HTTP::Recorder acts as a web proxy that records interactions with
web pages for use with WWW:Mechanize.

from Sam Smith <s at msmith.net>
2006-01-15 16:21:47 +00:00
sturm
ac5e9b0e3b Initial import of HTTP-Request-Params-1.01
This software does all the dirty work of parsing HTTP
Requests to find incoming query parameters.

from Sam Smith <s at msmith.net>
2006-01-15 16:11:18 +00:00
sturm
077e12798f p5-HTTP-Proxy 2006-01-15 15:17:09 +00:00
sturm
e921b80023 Initial import of HTTP-Proxy-0.17
This module implements a HTTP proxy, using a HTTP::Daemon
to accept client connections, and a LWP::UserAgent to ask
for the requested pages.

The most interesting feature of this proxy object is its
ability to filter the HTTP requests and responses through
user-defined filters.

from Sam Smith <s at msmith.net>
2006-01-15 15:16:11 +00:00
brad
dd95a1e84b upgrade to lighttpd 1.4.9 2006-01-15 04:47:58 +00:00
espie
25e2f4b0ff remaining shared libs bumps for C++ libs 2006-01-14 11:46:15 +00:00
espie
a9df05cec2 more C++ libs bumps. Done thru mail, plus lizards. 2006-01-14 00:07:28 +00:00
jolan
16d717c685 update to 0.8.1 2006-01-11 08:20:25 +00:00
pvalchev
fd09355571 add ARM configuration and enable on arm; tested on zaurus
XPCOM asm glue still missing, but basically functional
2006-01-11 00:58:56 +00:00
pvalchev
b5e99b03a3 hack mozilla's strtod(3) implementation by basically ripping it all
out, and replacing it with our libc's strtod implementation, only keeping
the mozilla-specific wrappers and interfaces.

this gets rid of many bugs, including random malloc-induced crashes
on zaurus and seen by some people on amd64.

i've been debugging this for a while, thanks to kurt@ for the idea
to look at libc.
2006-01-11 00:56:29 +00:00
naddy
0276c58422 SHARED_LIBS 2006-01-10 17:58:47 +00:00
fgsch
88cd9d3608 update to 2.1pre20; from David Hill ( dhill at mindcry dot org ). 2006-01-06 11:28:33 +00:00
brad
7e96195d7d Have Squid open /dev/pf in read-only mode.
From: Andrey Matveev <evol at online dot ptt dot ru>
2006-01-06 01:40:27 +00:00
sturm
134818ab4d remove marketing crap from DESCR and be a little more clear on the
redhat_motif soft dependency
2006-01-05 19:08:22 +00:00
brad
4e3349d0be fix a crash with mod_proxy if the Host: header is empty.
From lighttpd Trac
2006-01-03 23:39:11 +00:00
kurt
7ef5720781 update to 1.2.15 and USE_LIBTOOL 2006-01-02 18:24:57 +00:00
sturm
81e2bfb74d SHARED_LIBS, keeping the same SO_VERSION for all libs 2006-01-01 16:02:36 +00:00
sturm
5a686c751d SHARED_LIBS
note that we keep the mozilla ports at a single SO_VERSION, too many
libraries, too little gain otherwise
2005-12-31 18:35:56 +00:00
sturm
d1b4f500d9 SHARED_LIBS, USE_LIBTOOL 2005-12-31 14:35:36 +00:00
sturm
d418549bda SHARED_LIBS and some libtool related cleanup 2005-12-31 14:32:13 +00:00
sturm
b172350124 forgot to add this 2005-12-30 22:27:40 +00:00
sturm
5048cf258c SHARED_LIBS, USE_LIBTOOL 2005-12-30 22:26:50 +00:00
jolan
27d0354772 update to 7.0r61 2005-12-30 05:23:52 +00:00
sturm
4184a780de more 2005-12-29 23:06:28 +00:00
sturm
5e4046399d revert completely broken update, we are back at 5.0.5 now
discussed on icb
2005-12-29 23:03:29 +00:00
ian
3664fb0fb3 Add README.OpenBSD with more details on email, Java, etc.; shorten
MESSAGE accordingly to refer to new file; patchlevel bump for new file.
ok bernd@, kurt@.
2005-12-26 02:17:53 +00:00
robert
2e5b439bb0 Update to php-5.1.1;
for more information please check
http://www.php.net/ChangeLog-5.php#5.1.1
and
http://www.php.net/ChangeLog-5.php#5.1.0

The port now uses a CVS snapshot of PEAR;
2005-12-21 15:42:06 +00:00
kurt
5454dfe735 - Fix startup DoS. overlong document.title setting can corrupt history
data, causing non-responsive temporary hang on subsequent startups
patches from https://bugzilla.mozilla.org/show_bug.cgi?id=319004
- Fix use after free segfault after printing reported by Andy Wingate.
FT_Done_Face was being called twice on the same mFace.
2005-12-21 15:33:00 +00:00
bernd
1ea3eea498 Update to Firefox 1.5.
Team work by wilfried@, kurt@ and me.

Tested by many. Thanks a lot!

ok kurt@ krw@ jolan@ ian@ pvalchev@
2005-12-20 23:44:00 +00:00
sturm
630b227d2f p5-HTML-Lint 2005-12-20 22:06:56 +00:00
sturm
f41f35079b Initial import of HTML-Lint 2.02
HTML::Lint is a Perl class similar to HTML::Parser, because it inherits
from it. You can use HTML::Lint to validate HTML code in strings or
files. The package also comes with a command line tool for validating.

from grunk@
2005-12-20 22:06:00 +00:00
alek
f9551f33f7 Better fix for wrong PKGNAME; from mbalmer@ 2005-12-17 12:11:13 +00:00
alek
58020cc2ff Fix PKGNAME 2005-12-17 12:04:48 +00:00
brad
d0c6ecbe03 fix bogus pkgspec for pear dependency entries.
From: Ian McWilliam <ian at dodo dot com dot au>
2005-12-14 06:57:18 +00:00
david
56620d945e update to modsecurity-1.9.1; tested by Sebastian Rother 2005-12-14 06:38:24 +00:00
kurt
e3780fdf17 fix MASTER_SITES. also fixed issue when pkg_delete both -examples
and base package at the same time. pkg bumped.
2005-12-13 18:59:09 +00:00
kurt
64781f63a3 fix MASTER_SITES. no pkg bump 2005-12-13 17:35:45 +00:00
aanriot
42874e68ac @comment conflicting files already in Zope.
ok alek@
2005-12-11 20:57:56 +00:00
wilfried
7e1ab397ae move libgfxft2_s.a to -devel, found by Moritz Grimm 2005-12-09 19:59:54 +00:00
kevlo
4c793a3ac3 update to phpmyadmin 2.7.0pl1 2005-12-09 13:28:40 +00:00
bernd
bce676b2b5 Security update to mediawiki-1.5.3. (Only 1.5.x series affected.)
This fixes a remote code execution vulnerability.

More information: http://www.securityfocus.com/bid/15703

ok kevlo@
2005-12-08 09:16:10 +00:00
ian
b0b1e32342 New homepage, ok kurt@ 2005-12-06 17:07:02 +00:00
fgsch
02bbd30eb7 license is GPL now; from Toni Mueller ( support at oeko dot net ). 2005-12-05 18:04:17 +00:00
jolan
3b418d86b0 put all the configuration stuff into a single file in SYSCONFDIR and
some tiny tweaks

with help from and ok pedro@
2005-12-02 01:12:08 +00:00
pedro
fba46fb103 Install sajax.lua as a loadable module, prompted out and okay jolan@ 2005-12-01 20:17:05 +00:00
sturm
d2dadc8b47 unbreak, this happens when you don't check at least ONCE what you are
about to commit
2005-11-30 21:20:07 +00:00
aanriot
3a23e8787b update to 2.1.1.
"looks OK" alek@
2005-11-27 14:12:02 +00:00
steven
02722e6f8d update to 0.4.0
from Antoine Jacoutot (maintainer)
ok sturm@, patch from and ok alek@
2005-11-26 17:05:55 +00:00
naddy
15c5159cae PLIST changed, so bump the package 2005-11-24 22:27:41 +00:00
sturm
af1af09235 this part was mistakenly removed, it is still needed on sparc64
ok markus
2005-11-24 17:56:19 +00:00
kevlo
a97a788848 upgrade to 3.1901 2005-11-24 03:20:18 +00:00
naddy
05d2fee8b8 update to version 20050410; from maintainer Maxime Guillaud 2005-11-23 16:49:32 +00:00
brad
a1699c1d50 upgrade to lighttpd 1.4.8 2005-11-23 15:22:48 +00:00
sturm
fac02b2945 security update to 8.51
it updates Opera's wrapper script to not run commands included with URLs
passed from other applications (as suggested in Secunia Advisory 16907)
2005-11-22 21:44:22 +00:00
kevlo
db1bf1eb7c update to moodle 1.5.3 2005-11-22 07:47:46 +00:00
kevlo
8379f1f1fc upgrade to phpmyadmin 2.6.4pl4 2005-11-21 06:01:25 +00:00
kevlo
57f32f8a9b update to 1.5.2 2005-11-21 05:54:53 +00:00
naddy
a453ca0ee7 fix wantlib for ldap flavor 2005-11-17 17:21:15 +00:00
aanriot
cebc7f0987 - update to 0.26.
- drop maintainership.

ok bernd@
2005-11-17 14:03:58 +00:00
wilfried
969d8f3cd8 fix wantlib + bump 2005-11-16 11:45:00 +00:00
wilfried
ec1ac5a7b7 fix wantlib + bump 2005-11-16 09:49:41 +00:00
wilfried
10bba73f82 fix wantlib + bump 2005-11-16 09:37:00 +00:00
wilfried
114231115b fix wantlib + bump 2005-11-15 21:14:27 +00:00
wilfried
074752e7e9 fix wantlib + bump 2005-11-15 20:22:36 +00:00
wilfried
832cc2c6e7 fix wantlib + bump 2005-11-15 15:51:51 +00:00
wilfried
5630e1aa18 fix packages-specs brain fart from yesterday and bump 2005-11-15 09:21:50 +00:00
pvalchev
7322e0c08f remove wrong strncmp 2005-11-14 17:23:36 +00:00
wilfried
141a5175b7 fix wantlib + bump 2005-11-14 15:50:18 +00:00
mbalmer
5c78596e03 Update to Kronolith H3 2.0.5.
Major changes compared to the Kronolith version H3 (2.0.4) are:
    * Fix reminder emails.
    * Fix warnings with Internet Explorer on HTTPS connections.

The full list of changes (from version H3 (2.0.4)) can be viewed here:

http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.68&r2=1.165.2.69.2.1&ty=h
2005-11-13 19:47:34 +00:00
pvalchev
990290a561 unbreak sort; from Marcello Morsello <morsello@gmail.com> via Douglas Santos 2005-11-13 17:32:26 +00:00
marcm
178d9ae305 Fix WANTLIBS, bump version 2005-11-13 16:58:08 +00:00
alek
9e2157ae06 - Update maintainer's email addres
- Bump PKGNAME
2005-11-11 09:26:44 +00:00
aanriot
dc393ca76e - zap unneeded INSTALL/DEINSTALL scripts which are conflicting.
- bump PKGNAME.

spotted by sturm@, ok alek@
2005-11-09 10:27:06 +00:00
jolan
c4bea711a3 split debug stuff into a flavor, shrinks minimo by a factor of ten 2005-11-08 07:19:07 +00:00
bernd
a99421ea2d Fix a nasty bug in the new php-4.4.1 release. Some php applications
are badly broken without this patch. (e.g. squirrelmail and phpadsnew)

Fix from php cvs. (BugID #35067)

http://bugs.php.net/bug.php?id=35067
http://marc.theaimsgroup.com/?l=php-cvs&m=113095430113617&w=2

ok robert@
2005-11-07 21:33:58 +00:00
mbalmer
e99b718356 Update to Zope 2.8.4 and switch to Python 2.4 2005-11-06 20:20:58 +00:00
alek
d6c120a22b - Better gramma
- Bump PKGNAME

From Mark Peoples at asu dot edu via Chris Kuethe <chris.kuethe@gmail.com>
2005-11-04 09:31:25 +00:00
david
d5c1b1347d update to modsecurity-1.8.7; prompted and tested by Brian West 2005-11-03 22:25:24 +00:00
alek
b323e30f82 - Fix *MESSAGEs
- Bump PKGNAME

From Chris Kuethe <ckuethe@ualberta.ca> (MAINTAINER)
2005-11-03 20:00:01 +00:00
naddy
bfd5225608 Always explicitly set the AUTOCONF_VERSION to use. In some cases
the default was not appropriate.
2005-11-03 18:28:55 +00:00
alek
308dcc686d Add mod_auth_kerb 2005-11-03 16:27:47 +00:00
alek
fdd166745c Import mod_auth_kerb 5.0rc6
This is the Apache Kerberos authentication module. It
allows any Apache web-server to become a Kerberos client
for authentication requests.

From Chris Kuethe <ckuethe@ualberta.ca>
2005-11-03 16:23:13 +00:00
pvalchev
46c63a4355 (same as firefox/minimo)
Fix a crash in prdtoa.c:mult() where there is an off-by-some bytes
in memory accessed during some very fucked up pointer acrobatics.
Allocate 2 bytes extra for that case, which seems to be a
sufficient hack to keep this working.

Debugged by me with minimo on zaurus/arm (pain!), seen also by krw@
and others on amd64, who helped with testing.  Due to random malloc
this of course did not show up everywhere all the time.
2005-11-03 03:11:22 +00:00
brad
7e81f42e29 upgrade to lighttpd 1.4.7
the performance for high-concurrency, large file transfers has
improved dramatically.
2005-11-03 01:52:12 +00:00
pvalchev
63607b50b1 Fix a crash in prdtoa.c:mult() where there is an off-by-some bytes
in memory accessed during some very fucked up pointer acrobatics.
Allocate 2 bytes extra for that case, which seems to be a
sufficient hack to keep this working.

Debugged by me with minimo on zaurus/arm (pain!), seen also by krw@
and others on amd64, who helped with testing.  Due to random malloc
this of course did not show up everywhere all the time.
2005-11-03 00:59:43 +00:00
cathcart
f87c5faa45 update to 1.5.7 & taking maintainership
ok niallo@
2005-11-03 00:52:44 +00:00
bernd
6742689f55 Fix some file modes. Discovered by espies check-mode script.
Bump PKGNAME accordingly.

ok niallo@
2005-11-01 17:16:25 +00:00
mbalmer
04ab27d2cf Update to PHP4 version 4.4.1.
The complete changelog is available at http://www.php.net/ChangeLog-4.php#4.4.1

SECURITY: This version fixes a vulnerability described in detail
at http://www.hardened-php.net/advisory_202005.79.html and
http://www.hardened-php.net/index.76.html

ok robert@, bernd@
2005-11-01 11:09:31 +00:00
naddy
b8d3878a63 new maintainer Christian Rueger and some clean-up 2005-10-31 18:31:56 +00:00
mbalmer
efaccafe8a Add SUBDIR += zopeedit 2005-10-31 16:48:37 +00:00
mbalmer
23083d3ecb zopedit, the client side application for the Zope External Editor
(www/zope-externaleditor).
2005-10-31 16:46:46 +00:00
mbalmer
bd1074c7b9 Update to nag-h3-2.0.3 2005-10-31 15:52:43 +00:00
mbalmer
3c3c385f56 Update to turba-h3-2.0.4 2005-10-31 15:37:25 +00:00
mbalmer
e9f04af916 Update to kronolith-h3-2.0.4 2005-10-31 15:34:34 +00:00
naddy
6f7a95030f Update to 2.6.15: lots of bug fixes.
From: Christian Rueger <cr@rueger-net.de>
2005-10-31 14:01:33 +00:00
xsa
bdf3895e13 Update to phpicalendar-2.1 2005-10-30 10:57:40 +00:00
brad
c813d99c13 upgrade to 2.5.STABLE12
- [Major] Error introduced in 2.5.STABLE11 causing truncated responses
  when using delay pools (Bug #1405)
2005-10-29 23:26:38 +00:00
alek
9f39703402 - Better honour CFLAGS
- Bump PKGNAME

From Antoine Jacoutot <ajacoutot@lphp.org> (MAINTAINER)
2005-10-29 12:12:04 +00:00
sturm
c0e88e661f SUBST_VARS=PKGNAME
from maintainer Adam Montague <amontague at siriushosting.com>
2005-10-28 19:40:32 +00:00
markus
b2d8ec8a01 fix compiler warnings and replace strcpy & friends, ok fgs, sturm 2005-10-28 12:48:49 +00:00