diff options
author | adam <adam@pkgsrc.org> | 2013-02-10 18:16:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-02-10 18:16:53 +0000 |
commit | 77563de129d4bb35af6a8400458dac69d766a58f (patch) | |
tree | ae2714335fd4c7a840434f063444cc4e737a3c45 /www/squid3/DESCR | |
parent | f278f9c50c76e007848f303d94e307559cd366cb (diff) | |
download | pkgsrc-77563de129d4bb35af6a8400458dac69d766a58f.tar.gz |
Squid 3.3 represents a new feature release above 3.2.
The most important of these new features are:
* SQL Database logging helper
* Time-Quota session helper
* SSL-Bump Server First
* Server Certificate Mimic
* Custom HTTP request headers
Diffstat (limited to 'www/squid3/DESCR')
-rw-r--r-- | www/squid3/DESCR | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/squid3/DESCR b/www/squid3/DESCR new file mode 100644 index 00000000000..283cb06bc8c --- /dev/null +++ b/www/squid3/DESCR @@ -0,0 +1,21 @@ +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: + + * 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) |