2023-05-21 04:40:59 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
www/squid5: correct "used by" line of Makefile.common
|
2023-05-21 04:19:11 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
www/squid5: update to 5.9
5.9 (2023-05-17)
This release is a bug fix release resolving some issues
found in the prior Squid releases.
The major changes to be aware of:
* Improve reply_body_max_size matching accuracy
This bug shows up as cache.log entries at debug level >=3
stating "HttpReply.cc(..) receivedBodyTooLarge: (negative number) >? -1"
In such cases, reply_body_max_size configuration would be
ignored, resulting in undercounting of traffic.
* Fix build issues highlighted by the most recent versions of
GCC and Clang.
* Portability fixes for ESI, bundled GnuRegex, and GnuTLS
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) |  |
Log message:
revbump after textproc/icu update
|
2023-03-17 15:08:25 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
www/squid5: update to 5.8
Squid 5.8 (2023-03-01)
This release is a bug fix release resolving several issues
found in the prior Squid-5 releases.
The major changes to be aware of:
* Bug 5162: mgr:index URL do not produce MGR_INDEX template
This bug shows up as Squid producing just the text "mgr_index" instead
of the intended template contents when the cache manager API is
requested. Breaking the use of third-party cache management tools and
also cachemgr.cgi auto-detection of support for those tools.
* Bug 5241: Block all non-localhost requests by default
This release changes the default squid.conf to disable the rule:
http_access allow localnet
This change affects new Squid installs only.
* Bug 5241: Block to-localhost, to-link-local requests by default
This release adds a predefined ACL named "to_linklocal" which matches
traffic attempting to access link-local network services. Such traffic
can be a problem for proxy operating within Cloud services or
container hosting.
Squid installations which have enabled:
http_access deny to_localhost
May wish to also enable:
http_access deny to_linklocal
|
2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687) |
Log message:
*: bump PKGREVISION for libunistring shlib major bump
|
2022-09-29 04:58:13 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
www/squid5: remove unnecessary patch
Remove unnecessary patch which was accidently commited.
|
2022-09-23 16:53:35 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
www/squid5: update to 5.7
This update contains fix for CVE-2022-41317 and CVE-2022-41318.
Changes in squid-5.7 (05 Sep 2022):
- Regression Fix: Typo in manager ACL
- Bug 5186: noteDestinationsEnd check failed: transportWait
- Bug 5160: Test suite fails with -flto=auto
- Bug 3193 pt2: NTLM decoder truncating strings
- Bug 5133: OpenSSL 3.0 support
- ext_session_acl: fix TDB key lookup
- forward_max_tries: Do not count discarded connections
- ... and many compile and debugging fixes
|
2022-08-31 18:08:44 by Takahiro Kambe | Files touched by this commit (18) |
Log message:
www/squid5: add package version 5.6
Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support
The 5 series brings many new features and upgrades to the basic
networking protocols. A short list of the major new features is:
Squid 5 represents a new feature release above 4.17.
The most important of these new features are:
* Configurable helper queue size
* Helper concurrency channels changes
* SSL support removal
* Helper Binary Changes
* Secure ICAP
* Improved SMP support
* Improved process management
* Initial GnuTLS support
* ESI Custom Parser removal
|