pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/pound Update to 2.6. Notable changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ebf9a109884
branches:  trunk
changeset: 610539:2ebf9a109884
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Oct 28 11:17:33 2012 +0000

description:
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:

 www/pound/Makefile |  5 ++---
 www/pound/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r dde4d4939838 -r 2ebf9a109884 www/pound/Makefile
--- a/www/pound/Makefile        Sun Oct 28 08:23:33 2012 +0000
+++ b/www/pound/Makefile        Sun Oct 28 11:17:33 2012 +0000
@@ -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 -r dde4d4939838 -r 2ebf9a109884 www/pound/distinfo
--- a/www/pound/distinfo        Sun Oct 28 08:23:33 2012 +0000
+++ b/www/pound/distinfo        Sun Oct 28 11:17:33 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index