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 22 14:38:28 UTC 2025
Modified Files:
pkgsrc/www/squid7: Makefile distinfo
Log Message:
www/squid7: update to 7.2
Squid 7.2 (2025-10-15)
- Bug 3390: Proxy auth data visible to scripts
- Bug 5504: Document that Squid discards invalid rewrite-url
- Bug 5407: Support at least 1000 groups per Kerberos user
- Fix parsing of malformed quoted squid.conf strings
- Fix off-by-one in helper args count assertion
- Fix UDP log module opening and closing code
- Fix BodyPipe debugging in handleChunkedRequestBody()
- Fix debugging of Eui48::lookup() problems
- Fix memory leak when parsing deprecated %rG logformat code
- Fix SQUID_YESNO 'syntax error near unexpected token'
- DNS: fix RRPack memcpy
- DNS: Do not leak RR data upon RR data unpacking errors
- FTP: Avoid null dereferences when handling ftp_port traffic
- FTP: fix response parsing and error handling memory leaks
- HTCP: Check for too-small packed and too-large unpacked fields
- HTTP: fix purging of entries by relative [Content-]Location URLs
- SNMP: Improve parsing of malformed ASN.1 object identifiers
- SNMP: Check for objid memory allocation failures
- SNMP: Fix ASN.1 encoding of long OIDs
- SNMP: Do not assert when debugging requests with long OIDs
- SNMP: Match Var allocation/deallocation methods
- digest_edirectory_auth: null-terminate NMAS values array
- digest_edirectory_auth: safely return password
- ext_ad_group_acl: Fix domain lookup error handling
- ext_edirectory_userip_acl: Redact password from stdout
- ext_file_userip_acl: harden lookups and memory handling
- ext_kerberos_ldap_group_acl: avoid freeing getenv() pointer
- ext_kerberos_ldap_group_acl: Improve LDAPMessage freeing
- ext_ldap_group_acl: avoid infinite loop on login containing '%s'
- negotiate_kerberos_auth: Properly align NDR data
- negotiate_sspi_auth: Do not exit on the first request
- ntlm_sspi_auth: memcmp not memcpy, send newline, no uninit mem
- text_backend: avoid memory leaks when reload/clearing
- Reduce UDS/segment name clashes across same-service instances
- Reject eui64 ACL addresses with trailing garbage
- Validate raw-IPv4 when parsing hostnames
- Avoid memory leaks when logging to MS Windows syslog
- Flip configure --enable-arch-native default
- Support no-digest X509 certificate keys like ML-DSA/EdDSA
- Do not allow client_ip_max_connections+1 connections
- Remove bundled smblib and librfcnb
- ... and several code cleanups
- ... and some documentation improvements
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/squid7/Makefile \
pkgsrc/www/squid7/distinfo
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.1 pkgsrc/www/squid7/Makefile:1.2
--- pkgsrc/www/squid7/Makefile:1.1 Wed Jul 16 10:58:02 2025
+++ pkgsrc/www/squid7/Makefile Wed Oct 22 14:38:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/07/16 10:58:02 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/22 14:38:28 taca Exp $
-VERSION= 7.1
+VERSION= 7.2
DISTNAME= squid-${VERSION}
CATEGORIES= www
Index: pkgsrc/www/squid7/distinfo
diff -u pkgsrc/www/squid7/distinfo:1.1 pkgsrc/www/squid7/distinfo:1.2
--- pkgsrc/www/squid7/distinfo:1.1 Wed Jul 16 10:58:02 2025
+++ pkgsrc/www/squid7/distinfo Wed Oct 22 14:38:28 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2025/07/16 10:58:02 sborrill Exp $
+$NetBSD: distinfo,v 1.2 2025/10/22 14:38:28 taca Exp $
-BLAKE2s (squid-7.1.tar.xz) = db71558bc6e6b465aa2b514f5ec90f3748d56536abb87c400ba69e20271b65ec
-SHA512 (squid-7.1.tar.xz) = f12d4cac78576eecf19193cbb88f374b2d1bf3f480e684008a562bdda55eedae643b1a5766846c04673030ad1e89a608a62f52078312a80a3664fdccfc5f44df
-Size (squid-7.1.tar.xz) = 2466656 bytes
+BLAKE2s (squid-7.2.tar.xz) = 89e0413f9a6e2b5904a8ce3b64990096f9e37869acfadb365b42d42433056da3
+SHA512 (squid-7.2.tar.xz) = 424c425dde7b399531c9ed5a700ef84bf8e828b1896f0bd037da121e9b4c8ad0fb0c2b8daad1a0a5308269cc5ffbda42e4c1815421c0bdd6a4046d92dcb56fa7
+Size (squid-7.2.tar.xz) = 2442224 bytes
SHA1 (patch-compat_compat.h) = 839381a5e1f46e7d9b822bbb53d82a53c996ddc0
SHA1 (patch-configure) = 6d33a33d05b343a052674b5b2a427f17d5e65435
SHA1 (patch-errors_Makefile.in) = e7ba371bb24e40eeb9dd10dc6fe12d208e681d72
Home |
Main Index |
Thread Index |
Old Index