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

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


Branch: CURRENT, Version: 6.12, Package name: squid-6.12, Maintainer: pkgsrc-users

Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support
The 6 series brings many new features and upgrades to the basic
networking protocols. A short list of the major new features is:

Squid 6 represents a new feature release, the most important of these
new features are:

* TLS ServerHello
* Log TLS Communication Secrets
* Ban ACL key changes in ACLs
* Block to-local Traffic
* RFC 9211: HTTP Cache-Status support
* RFC 9111: Stop treating Warning specially
* ext_kerberos_ldap_group_acl: Support -b with -D
* Remove Gopher Protocol Support
* Removed Outdated Tools



Package options: inet6, openssl, snmp, squid-backend-aufs, squid-backend-diskd, squid-backend-ufs, squid-esi, squid-ipf, squid-pam-helper, squid-unlinkd

Master sites:

Filesize: 2488.496 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-07 14:55:09 by Stephen Borrill | Files touched by this commit (3) | Package updated
Log message:
squid6: update to 6.12

Switch to github releases as per Squid project's new release strategy.
Use USE_CXX_FEATURES to specify c++17 instead of USE_LANGUAGES.
Remove superseded c++11 assertion from options.mk

Changes from 6.11:
- Fix validation of Digest auth header parameters
- Fix build with libtool v2.4 + automake v1.17
- Use git to extract default build-info when enabled
- ... and a minor source-maintenance portability fix
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-10 13:41:53 by Stephen Borrill | Files touched by this commit (2) | Package updated
Log message:
squid6: update to 6.11

Changes in squid-6.11 since 6.10 (15 Sep 2024)
        - Fix Kerberos detection when cross-compiling
        - Improve robustness of DNS code on reconfigure
        - Prevent slow memory leak in TCP DNS queries
        - Improve errors emitted when invalid ACLs are parsed
        - Remove some unused code and obsolete compatiblity hacks
   2024-06-28 09:39:28 by Stephen Borrill | Files touched by this commit (2) | Package updated
Log message:
squid6: update to 6.10

Changes since 6.9:
	- Bug 5378: type mismatch in libTrie
	- Disable ESI in default build
	- Fix build with clang v18 [-Wvla-cxx-extension]
	- ... and some unit test improvements
	- ... and some documentation improvements
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-28 17:32:28 by Stephen Borrill | Files touched by this commit (2) | Package updated
Log message:
squid6: update to 6.9

Changes since 6.8:
	- Regression Bug 5349: basic_nis_auth build error: unterminated #ifndef
	- Bug 5069: Keep listening after getsockname() error
	- Bug 5360: FwdState::noteDestinationsEnd() assertion "err"
	- Reduce stale errno usage
	- Plug memory leak in handling cache manager requests
	- Fix error: template-id not allowed for constructor in C++20
	- Improve release packaging automation