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

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


Branch: pkgsrc-2013Q4, Version: 3.4.3nb1, Package name: squid-3.4.3nb1, 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: 6590e2d2c73b190f91062975f00996a0ca131197
RMD160: c3459bd2e120d4ff59079b18d902df88c7c7eb78
Filesize: 2172.895 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-10 10:47:25 by Matthias Scheler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket #4318 - requested by sborrill
www/squid3: bug fix update

Revisions pulled up:
- www/squid3/Makefile                                           1.25-1.27
- www/squid3/PLIST                                              1.8
- www/squid3/distinfo                                           1.18-1.19
- www/squid3/patches/patch-compat_os_hpux.h                     deleted
- www/squid3/patches/patch-include_SquidNew.h                   deleted
- www/squid3/patches/patch-src_base_Vector.h                    deleted

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Tue Dec 31 11:54:32 UTC 2013

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo

   Log message:
   Changes 3.4.2:
   * Added missing header in client_side_reply.cc for clang
   * Bug 3498: FTP PUT assertion Server.cc:246: 'r->body_pipe != NULL'
   * Bug 3985: 60s limit introduced by balance_on_multiple_ip breaks bad IP recovery
   * Fix \-unescaping in quoted strings from helpers
   * WCCPv2: fix assertion 'Cannot convert non-IPv4 to IPv4' on FreeBSD
   * Fix missing cast in rev.13162
   * Bug 3980: FATAL ERROR due to max_user_ip -s option
   * Fix linker errors "relocation R_X86_64_32 against .rodata"
   * Regression in URL helper API
   * Bug 3806: Caching responses with Vary header
   * Set sslcrtvalidator_children concurrency option default value to 1
   * Release notes: update HTML version

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Tue Feb  4 14:23:01 UTC 2014

   Modified Files:
   	pkgsrc/www/squid3: Makefile distinfo
   Removed Files:
   	pkgsrc/www/squid3/patches: patch-compat_os_hpux.h
   	    patch-include_SquidNew.h patch-src_base_Vector.h

   Log message:
   Changes 3.4.3:
   * Update CONTRIBUTORS
   * Fix peerSelectDnsResults() IP address cycling
   * Comm job callbacks need job's cbdata pointer, not a job pointer.
   * Bug 3975: atomic detection cross-compilation failure
   * Bug 3954: compile failure in CpuAffinity.cc
   * Bug 3971: "cannot aggregate mgr:client_list: cmd->profile != \ 
NULL" in SMP mode
   * Initialize asyncLoopDepth_ in constructor
   * Fix external_acl_type async loop failures
   * Bug 4008: HttpHeader warnOnError should be an int not a bool
   * Fix memory leak in peer cache Digest exchange
   * Bug 3927: tests/testRock fatal.cc required
   * Bug 4002: clang 3.4 unable to compile
   * Document and enforce invariant on Format::Token.divisor
   * Bug 4002: clang 3.4 unable to compile
   * Bug 3996: Malformed DNS reply leads to crash
   * Disable error page translation by default in builds
   * Bug 3995: compile error on CentOS 5 with GCC 4.1.2
   * Centrally destroy all ACLs to avoid destruction segfaults

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Fri Feb  7 05:28:19 UTC 2014

   Modified Files:
   	pkgsrc/www/squid3: Makefile PLIST

   Log message:
   Remove tons of unwanted dir in INSTALLATION_DIRS, and remove last backslash,
   it will concat to next line "SPECIAL_PERMS", then it result in \ 
creating unwanted
   directory and let "pinger" to install into wrong directry, and \ 
permission is not
   set correctly.

   Bump PKGREVISION.