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

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


Branch: pkgsrc-2018Q2, Version: 3.5.28, Package name: squid-3.5.28, 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:
[devel/libltdl] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

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

Master sites: (Expand)

SHA1: 721241a270ec27d629d65ae17a50be56510e8441
RMD160: 5c102be674a567d780590035e0ac3362e5b1a4b8
Filesize: 2250.664 KB

Version history: (Expand)


CVS history: (Expand)


   2018-08-25 18:19:00 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #5817 - requested by taca
www/squid3: security fix

Revisions pulled up:
- www/squid3/Makefile                                           1.82
- www/squid3/distinfo                                           1.64

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Aug 11 01:22:02 UTC 2018

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo

   Log message:
   www/squid3: update to 3.5.29

   Changes to squid-3.5.28 (15 Jul 2018):

   	- SQUID-2018:1: crash processing SSL-Bumped traffic containing ESI
   	- SQUID-2018:2: crash handling responses to internally generated requests
   	- SQUID-2018:3 / CVE-2018-1172: crash in ESI Response processing
   	- Bug 4861: HTTPMSGLOCK missing pointer safety
   	- Bug 4829: IPC shared memory leaks when disker queue overflows
   	- Bug 4767: SMP breaks IPv6 SNMP and cache manager queries
   	- Bug 2821: Ignore Content-Range in non-206 responses
   	- HTCP: Ignore HTCP packets with invalid URI
   	- SSL-Bump: fix authentication with schemes other than Basic
   	- TPROXY: Fix clientside_mark and client port logging
   	- Fix "Cannot assign requested address" for to-origin TPROXY FTP data
   	- Fix --with-netfilter-conntrack error message
   	- Validate mime icon URL before allocating store entries
   	- ... and many documentation changes