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

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


Branch: pkgsrc-2014Q2, Version: 3.4.5nb1, Package name: squid-3.4.5nb1, 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]


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

Master sites: (Expand)

SHA1: 482c0946cd5a529cdd89cbd5dbbc8e3e7327a7ea
RMD160: 0a84aedffab7f1fdebc23da93e1a884a28639357
Filesize: 2190.578 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-02 00:18:03 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4491 - requested by taca
www/squid3: security update

Revisions pulled up:
- www/squid3/Makefile                                           1.34-1.36
- www/squid3/distinfo                                           1.22-1.23
- www/squid3/files/squid.sh                                     1.2

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Wed Jul  2 08:48:27 UTC 2014

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo

   Log message:
   Changes 3.4.6:
   Docs: external_acl_type documentation lies for cache=n option
   Non https connectiona on SSL-bump enabled port may stuck
   Do not leak implicit ACLs during reconfigure.
   Assure that when LruMap::memLimit_ is set to 0 no entries stored on LruMap
   Portability: use 64-bit for X-Cache-Age header
   Windows: fix various libip build issues
   Windows: rename TcpLogger::connect
   Windows: rename ConnOpener::connect
   Change order of BSD-specific network includes so that they are properly picked up
   Do not leak ex_data for SSL state that survived reconfigure.
   Do not register the same Cache Manager action more than once
   Fix leaked TcpAcceptor job on reconfiguration
   Fix leak of ACLs related to adaptation access rules
   Bug 4056: assertion MemPools[type] from netdbExchangeStart()
   Bug 4065: round-robin neighbor selection with unequal weights
   Bug 4050: Segfault in CommSelectEngine::checkEvents on helper response
   Fix segfault setting up server SSL connnection
   Regression: segfault logging with %tg format specifier
   SourceFormat Enforcement

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Thu Aug 28 16:52:02 UTC 2014

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo

   Log message:
   Changes 3.4.7:
   kerberos_ldap_group: Fix 'error during setup of Kerberos credential cache'
   Ignore Range headers with unidentifiable byte-range values
   Use v3 for fake certificate if we add _any_ certificate extension.
   Fix regression in rev.13156
   Fix %USER_CA_CERT_* and %CA_CERT_ external_acl formating codes
   Enable compile-time override for MAXTCPLISTENPORTS
   ntlm_sspi_auth: fix various build errors
   negotiate_wrapper: vfork is not portable
   Windows: fix iphlpapi.h include case-sensitivity
   Windows: correct libsspwin32 API for SSP_LogonUser()
   negotiate_sspi_auth: Portability fixes for MinGW
   ext_lm_group_acl: portability fixes for MinGW
   SourceFormat Enforcement
   Bug 4080: worker hangs when client identd is not responding
   Bug 3966: Add KeyEncipherment when ssl-bump substitues RSA for EC.
   Reduce cache_effective_user was leaking $HOME memory

---
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Fri Aug 29 11:13:46 UTC 2014

   Modified Files:
   	pkgsrc/www/squid3: Makefile
   	pkgsrc/www/squid3/files: squid.sh

   Log message:
   Get "/etc/rc.d/squid status" and "/etc/rc.d/squid \ 
restart" to work again
   under NetBSD (and other platforms using "/etc/rc.subr"?).

   Bump package revision because of this fix.