pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squid7



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Oct 29 00:27:09 UTC 2025

Modified Files:
        pkgsrc/www/squid7: Makefile distinfo
Removed Files:
        pkgsrc/www/squid7/patches: patch-src_anyp_Uri.cc

Log Message:
www/squid7: update to 7.3

Squid 7.3 (2025-10-28)

* Regression Bug 5520: ERR_INVALID_URL for CONNECT host with leading digit
* Quit NTLM authenticate() on missing NTLM authorization header
* Fix Auth::User::absorb() IP list transfer logic
* Fix type mismatch in new/delete of addrinfo::ai_addr
* Fix libntlmauth string parsing on big-endian machines
* ... and some code cleanups
* ... and some CI improvements


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/squid7/Makefile \
    pkgsrc/www/squid7/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/squid7/patches/patch-src_anyp_Uri.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/squid7/Makefile
diff -u pkgsrc/www/squid7/Makefile:1.3 pkgsrc/www/squid7/Makefile:1.4
--- pkgsrc/www/squid7/Makefile:1.3      Tue Oct 28 15:46:38 2025
+++ pkgsrc/www/squid7/Makefile  Wed Oct 29 00:27:09 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/10/28 15:46:38 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/10/29 00:27:09 taca Exp $
 
 DISTNAME=      squid-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=squid-cache/}squid/releases/download/SQUID_${VERSION:S/./_/g}/
 EXTRACT_SUFX=  .tar.xz
@@ -11,7 +10,7 @@ HOMEPAGE=     http://www.squid-cache.org/
 COMMENT=       Post-Harvest_cached WWW proxy cache and accelerator
 LICENSE=       gnu-gpl-v2
 
-VERSION=       7.2
+VERSION=       7.3
 
 # GCC 7 fails even with c++17
 # src/ipc/TypedMsgHdr.h fails with
Index: pkgsrc/www/squid7/distinfo
diff -u pkgsrc/www/squid7/distinfo:1.3 pkgsrc/www/squid7/distinfo:1.4
--- pkgsrc/www/squid7/distinfo:1.3      Tue Oct 28 15:46:38 2025
+++ pkgsrc/www/squid7/distinfo  Wed Oct 29 00:27:09 2025
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.3 2025/10/28 15:46:38 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/10/29 00:27:09 taca Exp $
 
-BLAKE2s (squid-7.2.tar.xz) = 89e0413f9a6e2b5904a8ce3b64990096f9e37869acfadb365b42d42433056da3
-SHA512 (squid-7.2.tar.xz) = 424c425dde7b399531c9ed5a700ef84bf8e828b1896f0bd037da121e9b4c8ad0fb0c2b8daad1a0a5308269cc5ffbda42e4c1815421c0bdd6a4046d92dcb56fa7
-Size (squid-7.2.tar.xz) = 2442224 bytes
+BLAKE2s (squid-7.3.tar.xz) = 89246ad2be89fd114df29840d00e4318c0594bcbad025b2d6ee052c8cc6392ee
+SHA512 (squid-7.3.tar.xz) = ad6bbe518d79d079f7fe5d1ee9ae7a3f49b28ba75afdb1f0db16675e1e4127be2bc30dd246b00576f29e987c08c41dbff50c8227166ae3955c460ff837a89e2b
+Size (squid-7.3.tar.xz) = 2441828 bytes
 SHA1 (patch-compat_compat.h) = 839381a5e1f46e7d9b822bbb53d82a53c996ddc0
 SHA1 (patch-configure) = 6d33a33d05b343a052674b5b2a427f17d5e65435
 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_anyp_Uri.cc) = f87f35c24c5afac468925b1b0e7494640e96a9ad
 SHA1 (patch-src_comm_ModKqueue.cc) = d8c5d235f07a48731275101d60fcbf2e22f77b96



Home | Main Index | Thread Index | Old Index