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: sborrill
Date: Mon Feb 3 12:36:38 UTC 2025
Modified Files:
pkgsrc/www/squid6: Makefile distinfo
Log Message:
squid6: update to 6.13
Changes since 6.12:
- Bug 5352: Do not get stuck when RESPMOD is slower than read(2)
- Bug 5405: Large uploads fill request buffer and die
- Bug 5093: List http_port params that https_port/ftp_port lack
- Bug 5311: clarify configuration byte units
- Bug 5091: document that changes to workers require restart
- Bug 5481: Fix GCC v14 build [-Wmaybe-uninitialized]
- Nil request dereference in ACLExtUser and SourceDomainCheck ACLs
- Fix GCC v14 [-Wanalyzer-null-dereference] warnings in Kerberos
- Clarify --enable-ecap failure on missing shared library support
- Fix syntax error in configure.ac
- Remove GNU'ism in release notes Makefile
- Annotate PoolMalloc memory in valgrind builds
- Fix systemd startup sequence to require active Local Filesystem
- Display Linux variant at ./configure time
- Refactor peerRefreshDNS() to clarify its (void*)1 logic
- Portability: remove explicit check for libdl
- ext_time_quota_acl: remove -l option
- ... and some documentation updates
- ... and some CI updates
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/squid6/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/squid6/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/squid6/Makefile
diff -u pkgsrc/www/squid6/Makefile:1.18 pkgsrc/www/squid6/Makefile:1.19
--- pkgsrc/www/squid6/Makefile:1.18 Tue Jan 7 13:55:08 2025
+++ pkgsrc/www/squid6/Makefile Mon Feb 3 12:36:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/01/07 13:55:08 sborrill Exp $
+# $NetBSD: Makefile,v 1.19 2025/02/03 12:36:38 sborrill Exp $
-VERSION= 6.12
+VERSION= 6.13
DISTNAME= squid-${VERSION}
CATEGORIES= www
Index: pkgsrc/www/squid6/distinfo
diff -u pkgsrc/www/squid6/distinfo:1.11 pkgsrc/www/squid6/distinfo:1.12
--- pkgsrc/www/squid6/distinfo:1.11 Tue Jan 7 13:55:09 2025
+++ pkgsrc/www/squid6/distinfo Mon Feb 3 12:36:38 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2025/01/07 13:55:09 sborrill Exp $
+$NetBSD: distinfo,v 1.12 2025/02/03 12:36:38 sborrill Exp $
-BLAKE2s (squid-6.12.tar.xz) = 906451612899f5c20a37c6eeb0c1a7f5cec13d828864dd801b006ce6f2922e77
-SHA512 (squid-6.12.tar.xz) = 7ab61f19416426fb8284de7bddc1ea9a5a7b3148fc54c018a243071ba5854610ef38a248f6a22634a2acb7d3ea408b582af1f48818dfe698ade0b7b8c00fd183
-Size (squid-6.12.tar.xz) = 2548220 bytes
+BLAKE2s (squid-6.13.tar.xz) = 2b93deea1bd271b0f133e1f7081514b5e52f895135e17dae7991683d3b33558d
+SHA512 (squid-6.13.tar.xz) = a67276a7eb38d00271962b67bff7f08e760db73bc6b0f94ab71297d520405033df65ebb0b38ee5db02bd6c00d81cd600b60d918fe7fff64e06255deaf78f00c1
+Size (squid-6.13.tar.xz) = 2548680 bytes
SHA1 (patch-compat_compat.h) = 839381a5e1f46e7d9b822bbb53d82a53c996ddc0
SHA1 (patch-configure) = 66bf56c83876452ba12727d5d957619d75f4d1bc
SHA1 (patch-errors_Makefile.in) = e7ba371bb24e40eeb9dd10dc6fe12d208e681d72
Home |
Main Index |
Thread Index |
Old Index