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

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


Branch: pkgsrc-2015Q4, Version: 3.5.15, Package name: squid-3.5.15, Maintainer: pkgsrc-users

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 run:
[lang/perl5] [devel/libltdl]


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

Master sites: (Expand)

SHA1: 054fb18a3b0b8228be28e61bf58cfb621c266155
RMD160: 27730de4768f33cb288d4f34456fe1b3264475c7
Filesize: 2261.355 KB

Version history: (Expand)


CVS history: (Expand)


   2016-02-29 11:10:47 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #4931 - requested by taca
www/squid3: security fix

Revisions pulled up:
- www/squid3/Makefile                                           1.60
- www/squid3/distinfo                                           1.47

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Feb 24 06:38:57 UTC 2016

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo

   Log message:
   Update squid3 package to 3.5.15, security release.

   * SQUID-2016:2 - Multiple Denial of Service issues in HTTP Response
     processing

       http://www.squid-cache.org/Advisories/SQUID-2016_2.txt

   Changes to squid-3.5.15 (23 Feb 2016):

   	- Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in \ 
ESI::CustomParser
   	- Fix multiple assertion on String overflows
   	- Fix unit test errors on MacOS
   	- Better handling of huge response headers. Fewer incorrect "Bug \ 
#3279" messages.
   	- Log noise reduction for eCAP
   2016-02-16 21:18:01 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4924 - requested by taca
www/squid3: security fix

Revisions pulled up:
- www/squid3/Makefile                                           1.58-1.59
- www/squid3/distinfo                                           1.45-1.46

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Mon Jan 11 09:24:32 UTC 2016

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo

   Log message:
   Changes 3.5.13:
   * Ssl::CertValidationHelper::sslSubmit: Assure that the callback->getDialer()
   * Fix build error with ICC
   * Fix GnuTLS detection via pkg-config
   * Reflect the [ugly] reality in external_acl_type cache=n documentation.
   * Avoid memory leaks when a certificate validator is used with SslBump
   * Support Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange
   * Fix clang build error after rev.13961
   * Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath
   * Fix startup crash with a misconfigured (too-small) shared memory cache
   * Fix connection retry and fallback after failed server TLS connections
   * Complete certificate chains using external intermediate certificates
   * Bug 4387: Kerberos build errors on Solaris

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 16 06:50:06 UTC 2016

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo

   Log message:
   Update squid3 to 3.5.14 (Squid 3.5.14), security release.

   Changes to squid-3.5.14 (16 Feb 2016):

   	- Bug 4437: Fix Segfault on Certain SSL Handshake Errors
   	- Bug 4431: C code is not compiled with CFLAGS
   	- Bug 4418: FlexibleArray compile error with GCC 6
   	- Bug 4378: assertion failed: DestinationIp.cc:60:
   		'checklist->conn() && checklist->conn()->clientConnection \ 
!= NULL'
   	- Fix invalid FTP connection handling on blocked content
   	- Fix handling of shared memory left over by Squid crashes or bugs
   	- Fix mgr:config report 'qos_flows mark' output
   	- Fix compile error in CPU affinity
   	- Fix %un logging external ACL username
   	- Avoid more certificate validation memory leaks
   	- ... and some documentation updates