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:           Mon Jun  8 13:13:02 UTC 2026

Modified Files:
        pkgsrc/www/squid7: Makefile distinfo

Log Message:
www/squid7: update to 7.6

Changes in squid-7.6 (2026-06-08)

- HTTP/1.1: Transfer-Encoding:identity is prohibited
- Harden peerDigestSwapInMask against invalid cache digest reply
- Fix parsing of legacy url_rewrite_program responses
- Fix handling of truncated legacy errorpage %codes
- Do not treat tiny virgin response buffer space specially
- Honor reply_header_max_size for received FTP control responses
- Improve parsing of certain FTP directory listing formats
- Support Nettle 4.0 md5_digest API
- Reject excessively large FTP control replies
- .. and some cleanups


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/squid7/Makefile
cvs rdiff -u -r1.6 -r1.7 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.10 pkgsrc/www/squid7/Makefile:1.11
--- pkgsrc/www/squid7/Makefile:1.10     Thu May 14 16:42:24 2026
+++ pkgsrc/www/squid7/Makefile  Mon Jun  8 13:13:02 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/05/14 16:42:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2026/06/08 13:13:02 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.5
+VERSION=       7.6
 
 # 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.6 pkgsrc/www/squid7/distinfo:1.7
--- pkgsrc/www/squid7/distinfo:1.6      Sun Mar 15 15:26:52 2026
+++ pkgsrc/www/squid7/distinfo  Mon Jun  8 13:13:02 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2026/03/15 15:26:52 taca Exp $
+$NetBSD: distinfo,v 1.7 2026/06/08 13:13:02 taca Exp $
 
-BLAKE2s (squid-7.5.tar.xz) = 1252a5a99a95cfc48dc68cde7136f1fd60ded32bac589814b77430b25ee5f483
-SHA512 (squid-7.5.tar.xz) = 2abe4c7a719606b2f33a7e9af2a6e151a0c50bdf81210af5393f26d32fa3b3a4e88af2588b9b9d66513e83721e75a248c0891ee7099d32979948c2f3bb6c2a73
-Size (squid-7.5.tar.xz) = 2432664 bytes
+BLAKE2s (squid-7.6.tar.xz) = b14c729419ea30efacdde93b2c9c085cb2342749ebb34ecef683c0c1500d6c8f
+SHA512 (squid-7.6.tar.xz) = e1cf55c0ba55b6cddbc8ef9b1522622040327ec85ea454cdac8c3a7c6e5430a9f32e69b9b964f4689f19d924e90b06f4fb7c44cfbabcb06f3762844f4ba48b3a
+Size (squid-7.6.tar.xz) = 2436896 bytes
 SHA1 (patch-compat_compat.h) = 839381a5e1f46e7d9b822bbb53d82a53c996ddc0
 SHA1 (patch-configure) = 6d33a33d05b343a052674b5b2a427f17d5e65435
 SHA1 (patch-errors_Makefile.in) = e7ba371bb24e40eeb9dd10dc6fe12d208e681d72



Home | Main Index | Thread Index | Old Index