diff options
author | tron <tron@pkgsrc.org> | 2009-09-27 20:06:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-09-27 20:06:37 +0000 |
commit | b26d14b80ee4eaee040ecef569a91decd1a0edf2 (patch) | |
tree | 6a1db101f2362369408160a61b27ad39df4fece6 /www/squid31 | |
parent | c2b4de3e5115e99ba34644649e4cca94830c2524 (diff) | |
download | pkgsrc-b26d14b80ee4eaee040ecef569a91decd1a0edf2.tar.gz |
Update "squid31" package to version 3.1.0.14. Changes since 3.1.0.13:
- Bug 2777: Various build issues on OpenSolaris
- Bug 2773: Segfault in RFC2069 Digest authentication
- Bug 2747: Compile errors on Solaris 10
- Bug 2735: Incomplete -fhuge-objects detection
- Bug 2722: Fix http_port accel combined with CONNECT
- Bug 2718: FTP sends EPSV2 on IPv4 connection
- Bug 2648: stateful helpers stuck in reserved
- Bug 2570: wccp2 "Here I Am" announcements not sent in memory-ony mode
- Bug 2510: digest_ldap_auth uses incorrect logic with TLS
- Bug 2483: bind() called before connect()
- Bug 2215: config file line length limit (extended to 2 KB)
- Support Accept-Language: * wildcard
- Support autoconf 2.64
- Support TPROXY for IPv6 traffic (requires kernel support)
- Support TPROXY cache cluster behind WCCPv2
- Correct ESI support to work in multi-mode Squid
- Add 0.0.0.0 as an to_localhost address
- DiskIO detection fixes and use optimal IO in default build.
- Correct peer connect-fail-limit default of 10
- Prevent squidclient sending two Accept: headers
- ... all bug fixes from 3.0.STABLE19
- ... and many more documentation fixes
Approved by Thomas Klausner.
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 4 | ||||
-rw-r--r-- | www/squid31/distinfo | 10 | ||||
-rw-r--r-- | www/squid31/patches/patch-ae | 29 |
3 files changed, 20 insertions, 23 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 78afc4060a3..5cd749a7065 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2009/08/05 10:29:12 tron Exp $ +# $NetBSD: Makefile,v 1.15 2009/09/27 20:06:37 tron Exp $ -DISTNAME= squid-3.1.0.13 +DISTNAME= squid-3.1.0.14 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ \ diff --git a/www/squid31/distinfo b/www/squid31/distinfo index ea822247ca4..2a6d121e2ab 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.12 2009/08/05 10:29:12 tron Exp $ +$NetBSD: distinfo,v 1.13 2009/09/27 20:06:37 tron Exp $ -SHA1 (squid-3.1.0.13.tar.bz2) = 48c44352c5ef227ebb00d5ef1d6352a330eb0459 -RMD160 (squid-3.1.0.13.tar.bz2) = 1ade0db3bef04a6bed4118d8a1512d59cdf765c2 -Size (squid-3.1.0.13.tar.bz2) = 2386678 bytes +SHA1 (squid-3.1.0.14.tar.bz2) = e1c601c9bdcde8db6f5ad7a691adc11176095eaa +RMD160 (squid-3.1.0.14.tar.bz2) = ccd4d67115902756a631df48f1dbbcca30edc615 +Size (squid-3.1.0.14.tar.bz2) = 2398582 bytes SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589 -SHA1 (patch-ae) = d40a0fb474bbaaac6531fcc78c3339c1b42989bb +SHA1 (patch-ae) = 88fbc7fb1a47b1baf48f7cd0f0b66cbf51e3b24b SHA1 (patch-ah) = e20f7b76d6d48041efbfe1a07dce756a818e6642 SHA1 (patch-aj) = 349b5d49dec49430cff2a170ad53d3a16f2a4c76 SHA1 (patch-al) = 6dd09cf75ed53a92616f4eed9f3e290232ff54a5 diff --git a/www/squid31/patches/patch-ae b/www/squid31/patches/patch-ae index 35ee64cb232..ff3d86291da 100644 --- a/www/squid31/patches/patch-ae +++ b/www/squid31/patches/patch-ae @@ -1,25 +1,22 @@ -$NetBSD: patch-ae,v 1.4 2009/08/05 10:29:12 tron Exp $ +$NetBSD: patch-ae,v 1.5 2009/09/27 20:06:37 tron Exp $ ---- errors/Makefile.in.orig 2009-08-04 14:32:30.000000000 +0100 -+++ errors/Makefile.in 2009-08-05 10:30:29.000000000 +0100 -@@ -418,13 +418,13 @@ +--- errors/Makefile.in.orig 2009-09-27 04:28:48.000000000 +0100 ++++ errors/Makefile.in 2009-09-27 13:26:44.000000000 +0100 +@@ -432,7 +432,7 @@ + + install-dvi: install-dvi-am + +-install-exec-am: install-exec-local ++install-exec-am: + + install-html: install-html-am + +@@ -540,7 +540,7 @@ done; \ $(INSTALL_DATA) $(srcdir)/TRANSLATORS $(DESTDIR)$(DEFAULT_ERROR_DIR)/TRANSLATORS; \ $(INSTALL_DATA) $(srcdir)/COPYRIGHT $(DESTDIR)$(DEFAULT_ERROR_DIR)/COPYRIGHT; \ - $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \ -- if test -f $(DESTDIR)$(DEFAULT_STYLESHEET) ; then \ -- echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_STYLESHEET)" ; \ -- else \ -- echo "$(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET)"; \ -- $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET); \ -- fi ; \ +# $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \ -+# if test -f $(DESTDIR)$(DEFAULT_STYLESHEET) ; then \ -+# echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_STYLESHEET)" ; \ -+# else \ -+# echo "$(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET)"; \ -+# $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET); \ -+# fi ; \ $(SHELL) $(srcdir)/alias-link.sh "$(LN)" "$(RM)" "$(DESTDIR)$(DEFAULT_ERROR_DIR)" "$(srcdir)/aliases" || exit 1 ; uninstall-local: |