diff options
author | shattered <shattered@pkgsrc.org> | 2012-10-28 11:17:33 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2012-10-28 11:17:33 +0000 |
commit | 993a17d74acb0c7cff8ba807333b4a6fbba2afc2 (patch) | |
tree | 0a2cbf7e5dd7e07707ae5802c0cc8f1d205d43f5 /www/pound | |
parent | 5ba34d51a19cc0a54763d674370daf03ce8b5244 (diff) | |
download | pkgsrc-993a17d74acb0c7cff8ba807333b4a6fbba2afc2.tar.gz |
Update to 2.6. Notable changes:
Enhancements:
- support for include directive
- added support for HTTPS backends
- support for SNI via multiple Cert directives (thanks to Joe Gooch)
Bug fixes:
- fixed problem with long input lines in http.c
- keep sessions for disabled back-ends, continue using them until the time-out
- fixed memory leak in session removal
- fix for possible request smuggling by using multiple headers
- changed long to long long for support of requests larger than 2GB
Diffstat (limited to 'www/pound')
-rw-r--r-- | www/pound/Makefile | 5 | ||||
-rw-r--r-- | www/pound/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/pound/Makefile b/www/pound/Makefile index d5dade70ceb..1ca12981383 100644 --- a/www/pound/Makefile +++ b/www/pound/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/10/28 06:30:58 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/28 11:17:33 shattered Exp $ -DISTNAME= Pound-2.4.5 +DISTNAME= Pound-2.6 PKGNAME= ${DISTNAME:S/Pound/pound/} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.apsis.ch/pound/ EXTRACT_SUFX= .tgz diff --git a/www/pound/distinfo b/www/pound/distinfo index 06979be4b82..1abada07246 100644 --- a/www/pound/distinfo +++ b/www/pound/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/10/16 02:48:06 obache Exp $ +$NetBSD: distinfo,v 1.4 2012/10/28 11:17:33 shattered Exp $ -SHA1 (Pound-2.4.5.tgz) = c5e3122045df0239f9e92de24fd3e48788b9d1f5 -RMD160 (Pound-2.4.5.tgz) = 75e2fd05065b9cb83208a49c339fc10c8e7cb199 -Size (Pound-2.4.5.tgz) = 170486 bytes +SHA1 (Pound-2.6.tgz) = 91ba84c6db579b06dc82fceb790e55e344b1dc40 +RMD160 (Pound-2.6.tgz) = c957127350d067b685009ba4f4c52cbcacae8477 +Size (Pound-2.6.tgz) = 180595 bytes SHA1 (patch-aa) = 91bb385899b8b9efde765bf938998efc7a84ccc0 |