pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/squid6



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 23 14:27:33 UTC 2023

Modified Files:
        pkgsrc/www/squid6: Makefile distinfo
Removed Files:
        pkgsrc/www/squid6/patches: patch-src_auth_ntlm_Scheme.cc
            patch-src_base_RunnersRegistry.h patch-src_main.cc

Log Message:
www/squid6: update to 6.4

Several security fixes:

        SQUID-2023:1
        SQUID-2023:2
        SQUID-2023:3
        SQUID-2023:5

Changes in squid-6.4 (22 Oct 2023):

- Regression: Restore support for legacy cache_object cache manager requests
- Regression: Do not use static initialization to register modules
- Bug 5301: cachemgr.cgi not showing new manager interface URLs
- Bug 5300: cachemgr.cgi assertion
- Fix stack buffer overflow when parsing Digest Authorization
- Fix userinfo percent-encoding
- Fix store_client caller memory leak on certain errors
- Fix validation of certificates with CN=*
- Fix handling of large stored response headers
- Miss if a HTTP/304 update would exceed reply_header_max_size
- RFC 9112: Improve HTTP chunked encoding compliance
- HTTP: Improve handling of empty lines received prior to request-line
- Y2038: improve printing of time settings
- Extend cache_log_message to problematic from-helper annotations
- ... and several Continuous Integration improvements


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/squid6/Makefile \
    pkgsrc/www/squid6/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/squid6/patches/patch-src_auth_ntlm_Scheme.cc \
    pkgsrc/www/squid6/patches/patch-src_base_RunnersRegistry.h \
    pkgsrc/www/squid6/patches/patch-src_main.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/squid6/Makefile
diff -u pkgsrc/www/squid6/Makefile:1.2 pkgsrc/www/squid6/Makefile:1.3
--- pkgsrc/www/squid6/Makefile:1.2      Fri Sep 15 07:40:05 2023
+++ pkgsrc/www/squid6/Makefile  Mon Oct 23 14:27:33 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/09/15 07:40:05 sborrill Exp $
+# $NetBSD: Makefile,v 1.3 2023/10/23 14:27:33 taca Exp $
 
-DISTNAME=      squid-6.3
-PKGREVISION=   1
+DISTNAME=      squid-6.4
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v6/
 EXTRACT_SUFX=  .tar.xz
Index: pkgsrc/www/squid6/distinfo
diff -u pkgsrc/www/squid6/distinfo:1.2 pkgsrc/www/squid6/distinfo:1.3
--- pkgsrc/www/squid6/distinfo:1.2      Fri Sep 15 07:40:05 2023
+++ pkgsrc/www/squid6/distinfo  Mon Oct 23 14:27:33 2023
@@ -1,16 +1,13 @@
-$NetBSD: distinfo,v 1.2 2023/09/15 07:40:05 sborrill Exp $
+$NetBSD: distinfo,v 1.3 2023/10/23 14:27:33 taca Exp $
 
-BLAKE2s (squid-6.3.tar.xz) = d5eb9f8effce2f9901e8e16c56e4b308dd98d231ffadb94713161e60d4d211f3
-SHA512 (squid-6.3.tar.xz) = add8718895ceccc130d31e6cbf9fbdb7fd45a778a617e9f02bf310babe72106e1dc14ac8b3dc81d31e1f4cace66d9d72176dd82f1652d7248a478fa10ffb6b87
-Size (squid-6.3.tar.xz) = 2547264 bytes
+BLAKE2s (squid-6.4.tar.xz) = 8e3e1aff333577fcfe51b8df9b0b0293c88fcc1bb8c9fbcd737bc268eee1ac0e
+SHA512 (squid-6.4.tar.xz) = 7bbf759841448874090a145699ee01f67696c19da147e433b1ecc80a856095cbfae611ef910bc4f2c44218101d89f2ee13796f5b7ada2e21e95638d4dae077ab
+Size (squid-6.4.tar.xz) = 2553476 bytes
 SHA1 (patch-compat_compat.h) = 839381a5e1f46e7d9b822bbb53d82a53c996ddc0
 SHA1 (patch-configure) = 66bf56c83876452ba12727d5d957619d75f4d1bc
 SHA1 (patch-errors_Makefile.in) = e7ba371bb24e40eeb9dd10dc6fe12d208e681d72
 SHA1 (patch-src_Makefile.in) = afc5aefd97c46d1ffab43e97aeaeade3a5a8c648
 SHA1 (patch-src_acl_external_kerberos__ldap__group_support__resolv.cc) = 0ea41d55e32d689a16e012391a9eea67631daf3a
-SHA1 (patch-src_auth_ntlm_Scheme.cc) = 4f966c26bf6293cdfb0cf02970c3b03bbc348dee
-SHA1 (patch-src_base_RunnersRegistry.h) = d4cf35a85e2978155927fb2ea7111fb9429f9dfc
 SHA1 (patch-src_comm_ModKqueue.cc) = d8c5d235f07a48731275101d60fcbf2e22f77b96
 SHA1 (patch-src_esi_VarState.cc) = d9418e59cdc390b2d970195167a99bb7ed392c38
-SHA1 (patch-src_main.cc) = 0655bdd4cac956e5fe83149cf03455e5a39a03a5
 SHA1 (patch-tools_Makefile.in) = d098c0c9dc4af577f74e562d99f07ed98be5ae01



Home | Main Index | Thread Index | Old Index