diff options
author | tron <tron@pkgsrc.org> | 2010-03-31 11:15:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-03-31 11:15:13 +0000 |
commit | b2947da6a0acc2341f925c812e1d0104f7e643dc (patch) | |
tree | ae35c547ad8048a99128fc321d6f368dedccea93 /www/squid31 | |
parent | 64e97d3036d1772eaa4ee51676fc67e8ffc89039 (diff) | |
download | pkgsrc-b2947da6a0acc2341f925c812e1d0104f7e643dc.tar.gz |
Update "squid31" package to version 3.1.1. Changes since version 3.1.0.18:
The 3.1.1 is the first release of the Squid-3.1 series which has passed
the maintainer's criteria for use in production environments.
3.1.1 brings many new features and upgrades to the basic networking
protocols. A short list of the major new features is:
* Connection Pinning (for NTLM Auth Passthrough)
* Native IPv6
* Quality of Service (QoS) Flow support
* Native Memory Cache
* SSL Bump (for HTTPS Filtering and Adaptation)
* TProxy v4.1+ support
* eCAP Adaptation Module support
* Error Page Localization
* Follow X-Forwarded-For support
* X-Forwarded-For options extended (truncate, delete, transparent)
* Peer-Name ACL
* Reply headers to external ACL.
* ICAP and eCAP Logging
* ICAP Service Sets and Chains
* ICY (SHOUTcast) streaming protocol support
* HTTP/1.1 support on connections to web servers and peers.
(with plans to make this full support within the 3.1 series)
Approved by Thomas Klausner.
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/DESCR | 31 | ||||
-rw-r--r-- | www/squid31/Makefile | 4 | ||||
-rw-r--r-- | www/squid31/distinfo | 8 |
3 files changed, 26 insertions, 17 deletions
diff --git a/www/squid31/DESCR b/www/squid31/DESCR index d0f82b23f25..283cb06bc8c 100644 --- a/www/squid31/DESCR +++ b/www/squid31/DESCR @@ -1,12 +1,21 @@ -Squid 3.1 represents a new feature release above 3.0. -This version is however still in release candidate testing cycle. +Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support +The 3.1 series brings many new features and upgrades to the basic +networking protocols. A short list of the major new features is: -The most important of these new features are: -* New Version Numbering System -* Minimal squid.conf improvements -* Native IPv6 Support -* Error Page Localization -* Connection Pinning (for NTLM Auth Passthrough) -* Quality of Service (QoS) Flow support -* SSL Bump (for HTTPS Filtering and Adaptation) -* eCAP Adaptation Module support + * Connection Pinning (for NTLM Auth Passthrough) + * Native IPv6 + * Quality of Service (QoS) Flow support + * Native Memory Cache + * SSL Bump (for HTTPS Filtering and Adaptation) + * TProxy v4.1+ support + * eCAP Adaptation Module support + * Error Page Localization + * Follow X-Forwarded-For support + * X-Forwarded-For options extended (truncate, delete, transparent) + * Peer-Name ACL + * Reply headers to external ACL. + * ICAP and eCAP Logging + * ICAP Service Sets and Chains + * ICY (SHOUTcast) streaming protocol support + * HTTP/1.1 support on connections to web servers and peers. + (with plans to make this full support within the 3.1 series) diff --git a/www/squid31/Makefile b/www/squid31/Makefile index c6b3a9ece96..1f869a555b3 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2010/03/15 23:04:09 tron Exp $ +# $NetBSD: Makefile,v 1.20 2010/03/31 11:15:13 tron Exp $ -DISTNAME= squid-3.1.0.18 +DISTNAME= squid-3.1.1 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 20a259ea3ec..6ecbfe45bd2 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2010/03/15 23:04:09 tron Exp $ +$NetBSD: distinfo,v 1.17 2010/03/31 11:15:13 tron Exp $ -SHA1 (squid-3.1.0.18.tar.bz2) = 8614e1360915d7573d53c92b5da2ea5c9091bfb1 -RMD160 (squid-3.1.0.18.tar.bz2) = a87df9898b4cd3d99056dc5412d36b04fd6f9b8d -Size (squid-3.1.0.18.tar.bz2) = 2382909 bytes +SHA1 (squid-3.1.1.tar.bz2) = a8dda19f5ed14db2d53061b71b9866e765d629fc +RMD160 (squid-3.1.1.tar.bz2) = a2a86da42482e6dc8573c7f0eac2e644afb59af5 +Size (squid-3.1.1.tar.bz2) = 2385027 bytes SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589 SHA1 (patch-ae) = 88fbc7fb1a47b1baf48f7cd0f0b66cbf51e3b24b SHA1 (patch-aj) = 349b5d49dec49430cff2a170ad53d3a16f2a4c76 |