Hey,
this patch has a binary blob in it. That is why it is so large.
I guess you want to resend that?!
-Michael
On 13/12/2018 05:32 PM, Matthias Fischer wrote:
For details see: http://www.squid-cache.org/Versions/v4/changesets/
In July 2018, 'squid 4' was "released for production use", see: https://wiki.squid-cache.org/Squid-4
"The features have been set and large code changes are reserved for later versions."
I've tested almost all 4.x-versions and patch series before with good results. Right now, 4.4 is running here with no seen problems together with 'squidclamav', 'squidguard' and 'privoxy'.
I too would declare this version stable.
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
config/rootfiles/common/squid | 64 ++++++++- lfs/squid | 15 +- squid-4.4-for-ipfire.tar.gz | Bin 0 -> 3213220 bytes ...via_D_in_ERR_SECURE_CONNECT_FAIL_306.patch | 72 ---------- ...b_exchange_with_a_TLS_cache_peer_307.patch | 91 ++++++++++++ ...ry_leak_when_parsing_SNMP_packet_313.patch | 22 --- ...all_format_formally_to_make_dist_325.patch | 22 +++ .../03_The_handshake_logformat_code_331.patch | 132 ++++++++++++++++++ ... squid-4.4-fix-max-file-descriptors.patch} | 4 +- 9 files changed, 314 insertions(+), 108 deletions(-) create mode 100644 squid-4.4-for-ipfire.tar.gz delete mode 100644 src/patches/squid/01_Certificate_fields_injection_via_D_in_ERR_SECURE_CONNECT_FAIL_306.patch create mode 100644 src/patches/squid/01_Fix_netdb_exchange_with_a_TLS_cache_peer_307.patch delete mode 100644 src/patches/squid/02_Fix_memory_leak_when_parsing_SNMP_packet_313.patch create mode 100644 src/patches/squid/02_Maintenance_add_xz_tarball_format_formally_to_make_dist_325.patch create mode 100644 src/patches/squid/03_The_handshake_logformat_code_331.patch rename src/patches/squid/{squid-3.5.28-fix-max-file-descriptors.patch => squid-4.4-fix-max-file-descriptors.patch} (92%)
...