diff options
author | obache <obache@pkgsrc.org> | 2009-10-16 02:48:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-16 02:48:06 +0000 |
commit | b23f13adab7ebdbc6a057be48f5cb2bee59eae1e (patch) | |
tree | fd524d996535319d354272dc37f841ec688b055e /www | |
parent | 1fc88e60732fcac5387f23a90f5f5d0fe33bb4b9 (diff) | |
download | pkgsrc-b23f13adab7ebdbc6a057be48f5cb2bee59eae1e.tar.gz |
Update pound to 2.4.5.
Requested by Joel Carnat in PR 42163.
------------------------------------------------------------------------
r61 | roseg | 2009-06-29 17:53:55 +0200 (Mon, 29 Jun 2009) | 13 lines
Release 2.4.5
Stable release 2.4.5
Enhancements:
- log back-end killed/disabled/enabled (thanks to Joe Gooch and Jon Garvin)
- kill a BE on connection failure only if it has no HAport defined (thanks to Albert); the request may still fail!
Bug fixes:
- fixed parantheses problems in need_rewrite (thanks to SBR)
- added call to free_headers in http.c (thanks to SBR)
- fixed maximal path length in UNIX domain sockets (thanks to Ricardo Gameiro)
------------------------------------------------------------------------
r60 | roseg | 2009-01-14 17:39:52 +0100 (Wed, 14 Jan 2009) | 18 lines
Release 2.4.4
Stable release 2.4.4
Enhancements:
- added support for UNSUBSCRIBE and NOTIFY in xHTTP 3 and 4
- added support for BPROPFIND in xHTTP 4
- on SSL connections always pass the cipher used to the back-end (thanks to Magnus Sandin)
Bug fixes:
- save and restore errno value in cur_time() (thanks to Albert)
- fixed problem in timer thread (thanks to Albert)
- added shutdown for failed socket connection (thanks to Albert)
- fixed problem with CC containing spaces in Makefile.in (thanks to Elan Ruusamäe)
- increased MAXBUF to default 4096
- increased T_RSA default to 30 minutes
- fixed a problem with Unix sockets back-ends (thanks to Ricardo Gameiro)
------------------------------------------------------------------------
r59 | roseg | 2008-05-31 12:25:41 +0200 (Sat, 31 May 2008) | 11 lines
Release 2.4.3
Stable release 2.4.3
Enhancements:
Bug fixes:
- fixed problem in session access time updating (thanks to Piotr Jakubowski)
- fixed problem in session removal (thanks to Doriam Mori)
- fixed problem in Redirect logging (thanks to Albert)
------------------------------------------------------------------------
r58 | roseg | 2008-04-24 16:31:28 +0200 (Thu, 24 Apr 2008) | 13 lines
Release 2.4.2
Stable release 2.4.2
Enhancements:
Bug fixes:
- fixed problem with session TTL -1 (thanks to Scott Royston for pointing it out)
- fixed problem with back-end killing on failed connect
- fixed a small problem in the poundctl XML output (thanks to johnlr for the fix)
- added hints in call to getaddrinfo() (for Solaris 10 support)
- fixed redirection problem (missing slash in Location/Content-location)
------------------------------------------------------------------------
r57 | roseg | 2008-04-05 11:45:41 +0200 (Sat, 05 Apr 2008) | 12 lines
Release 2.4.1
Stable release 2.4.1
Enhancements:
- added cache control for errors (thanks to Pavel Merdin for the suggestion)
Bug fixes:
- fixed problem with double slash in header rewriting (thanks to Cédric P.)
- remove sched_policy to avoid problems on systems with poor support for it
- fixed memory corruption problem with HAport
------------------------------------------------------------------------
r56 | roseg | 2008-02-11 12:53:51 +0100 (Mon, 11 Feb 2008) | 4 lines
Release 2.4
Stable release 2.4
------------------------------------------------------------------------
r55 | roseg | 2007-12-27 12:54:32 +0100 (Thu, 27 Dec 2007) | 7 lines
Release 2.4f
Enhancements:
Bug fixes:
- fixed back-end enable/disable (priority computing)
------------------------------------------------------------------------
r54 | roseg | 2007-11-29 18:16:36 +0100 (Thu, 29 Nov 2007) | 12 lines
Enhancements:
- added PARM session type. Old PARM is now URL
- allow AddHeader for HTTP listeners as well
- allow -1 for session (all types) TTL. Will hash the key to a fixed value
- Redirect takes an optional code parameter (301, 302/default or 307)
- new config param to allow printing the SSL certificate in a single line
- new config param to control the maximal size of the input line
- added better error messages for SSL loading problems
Bug fixes:
- if the same cookie is defined more than once use LAST definition
------------------------------------------------------------------------
r53 | roseg | 2007-08-15 18:26:58 +0200 (Wed, 15 Aug 2007) | 10 lines
Release 2.4d
Enhancements:
- moved to GPLv3
- now using lh_hash for the session tables
Bug fixes:
- allow case-sensitive matching for URLs
- fixed memory leak in DNS searches
------------------------------------------------------------------------
r52 | roseg | 2007-07-04 15:29:27 +0200 (Wed, 04 Jul 2007) | 10 lines
Release 2.4c
Enhancements:
- added XML output for poundctl
- added more detailed error messages
Bug fixes:
- fixed problems with extra-long lines
- fixed problems with chunked encoding
------------------------------------------------------------------------
r51 | roseg | 2007-05-18 10:35:02 +0200 (Fri, 18 May 2007) | 11 lines
Release 2.4b
Enhancements:
- cleaned resurrection code
- added RR threads scheduling
Bug fixes:
- fixed problem long lines (thanks to Rune Saetre)
- fixed pcreposix autoconf for systems that also require pcre
- fixed problem with IP session handling
------------------------------------------------------------------------
r49 | roseg | 2007-04-30 15:01:17 +0200 (Mon, 30 Apr 2007) | 11 lines
Release 2.4a
Enhancements:
- added display of configuration switches
- added grace period for shutdown (based on an idea from Rune Saetre)
- added support for IPv6 (but host caching was removed)
Bug fixes:
- fixed test for owner/group (BSD portability)
- fixed problem with premature opening of control socket
Diffstat (limited to 'www')
-rw-r--r-- | www/pound/Makefile | 7 | ||||
-rw-r--r-- | www/pound/distinfo | 10 | ||||
-rw-r--r-- | www/pound/patches/patch-aa | 6 |
3 files changed, 12 insertions, 11 deletions
diff --git a/www/pound/Makefile b/www/pound/Makefile index a0238c83c18..545bdeb18d6 100644 --- a/www/pound/Makefile +++ b/www/pound/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/07/07 19:05:20 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/10/16 02:48:06 obache Exp $ -DISTNAME= Pound-2.3.2 +DISTNAME= Pound-2.4.5 PKGNAME= ${DISTNAME:S/Pound/pound/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.apsis.ch/pound/ EXTRACT_SUFX= .tgz @@ -10,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.apsis.ch/pound/ COMMENT= Reverse proxy, load balancer and HTTPS front-end +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir @@ -27,5 +27,6 @@ SUBST_SED.config= -e "s,/usr/local/etc/,"${PKG_SYSCONFDIR:Q}"/,g" .include "../../devel/pcre/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +CONFIGURE_ARGS+= --with-ssl=${SSLBASE} .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/pound/distinfo b/www/pound/distinfo index 401ba81263b..06979be4b82 100644 --- a/www/pound/distinfo +++ b/www/pound/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/07/07 19:05:20 joerg Exp $ +$NetBSD: distinfo,v 1.3 2009/10/16 02:48:06 obache Exp $ -SHA1 (Pound-2.3.2.tgz) = 93f248e7c5448c8b26905420e2f5d5fdafd33a51 -RMD160 (Pound-2.3.2.tgz) = b04401f7ec9857defae5f1198ab9247bf26db0b7 -Size (Pound-2.3.2.tgz) = 154678 bytes -SHA1 (patch-aa) = 2a9bb11a4fe4808393f197c8803895853ab582f1 +SHA1 (Pound-2.4.5.tgz) = c5e3122045df0239f9e92de24fd3e48788b9d1f5 +RMD160 (Pound-2.4.5.tgz) = 75e2fd05065b9cb83208a49c339fc10c8e7cb199 +Size (Pound-2.4.5.tgz) = 170486 bytes +SHA1 (patch-aa) = 91bb385899b8b9efde765bf938998efc7a84ccc0 diff --git a/www/pound/patches/patch-aa b/www/pound/patches/patch-aa index 7d1ff54ab1a..7c45aba2bc8 100644 --- a/www/pound/patches/patch-aa +++ b/www/pound/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2009/07/07 19:05:20 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2009/10/16 02:48:06 obache Exp $ ---- Makefile.in.orig 2009-07-07 21:01:57.000000000 +0200 +--- Makefile.in.orig 2009-06-29 15:53:58.000000000 +0000 +++ Makefile.in -@@ -57,11 +57,11 @@ $(OBJS): pound.h +@@ -59,11 +59,11 @@ $(OBJS): pound.h install: all @INSTALL@ -d ${DESTDIR}@sbindir@ |