./www/squid31, Post-Harvest_cached WWW proxy cache and accelerator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q2, Version: 3.1.15, Package name: squid-3.1.15, Maintainer: tron

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)


Required to build:
[devel/gmake] [lang/perl5]

Package options: inet6, snmp, squid-backend-diskd, squid-carp, squid-ipf, squid-pam-helper, squid-unlinkd, ssl

Master sites: (Expand)

SHA1: a74116e7b854fa5b772943da511d688d5d50d551
RMD160: cda527c2d37773d54ceef01d0eef0941052faa3b
Filesize: 2451.695 KB

Version history: (Expand)


CVS history: (Expand)


   2011-08-31 11:19:25 by Steven Drake | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #3516 - requested by tron
www/squid31 security update

Revisions pulled up:
- www/squid31/Makefile                                          1.32-1.33
- www/squid31/distinfo                                          1.29-1.30
- www/squid31/patches/patch-src_base_TidyPointer.h              1.1
- www/squid31/patches/patch-src_ssl_gadgets.cc                  1.1

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Wed Jul 20 11:44:27 UTC 2011

   Modified Files:
   	pkgsrc/www/squid31: Makefile distinfo
   Added Files:
   	pkgsrc/www/squid31/patches: patch-src_base_TidyPointer.h
   	    patch-src_ssl_gadgets.cc

   Log message:
   Changes 3.1.14:
   * Regression Bug 3261: Could not create a DNS socket and exit

   Changes 3.1.13:
   * Regression Bug 3239: problems with myip/myport upgrade
   * Bug 3153: hung ICAP RESPMOD transactions
   * Update ssl_crtd to use 'OK' status inline with other helpers

---
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Aug 30 23:02:57 UTC 2011

   Modified Files:
   	pkgsrc/www/squid31: Makefile distinfo

   Log message:
   Update "squid31" package to version 3.1.15. Changes since version \ 
3.1.14:
   - Regression fix: vhost and defaultsite causing vport to be ignored
   - Regression Bug 3295: broken escaping in rfc1738_do_escape
   - Bug #3232: fails to compile with OpenSSL v1.0.0
   - Bug #3222: cache_peer name is not logging on CONNECT
   - Bug #3131: fd_table[fd].closing() assert from
     ConnStateData::noteMoreBodySpaceAvailable()
   - Bug #3217: "!fd_table[fd].closing()" from
     ServerStateData::noteMoreBodySpaceAvailable
   - Bug #3213: https sites (CONNECT) not open when using NTLM
   - Bug #3114: Memory leak in SSL certificate verify code
   - Bug #3107: ncsa_auth DES silently truncates passwords to 8 bytes
   - Bug #2662: cf_gen failure when cross compiling
   - Bug #2655: passing wrong the username to the url_rewrite_program
   - Bug #2495: ignore whitespace prefix on config lines
   - Bug #2051: 'default' cache_peer option does not match documentation
   - Bug #1842: Optimize order of tests in peerWouldBePinged() and
     peerHTTPOkay()
   - Bug #1791: timestampsSet does not validate Date: if server sends very
     old date
   - Correct parsing of large Gopher indexes
   - Enable negative cacheing on unknown or -1 expiry timestamp
   - Remove hierarchy_stoplist default value
   - Migrate cf_gen tool from C-style to C++
   - ... and several documentation and compiler warning fixes