pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2025Q3] pkgsrc/www/squid7



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Nov  1 03:12:05 UTC 2025

Modified Files:
        pkgsrc/www/squid7 [pkgsrc-2025Q3]: DESCR Makefile distinfo options.mk

Log Message:
Pullup ticket #7030 - requested by taca
www/squid7: Bug fix

Revisions pulled up:
- www/squid7/DESCR                                              1.2
- www/squid7/Makefile                                           1.3-1.4
- www/squid7/distinfo                                           1.3-1.4
- www/squid7/options.mk                                         1.2
- www/squid7/patches/patch-src_anyp_Uri.cc                      deleted

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Oct 28 15:46:38 UTC 2025

   Modified Files:
        pkgsrc/www/squid7: DESCR Makefile distinfo options.mk
   Added Files:
        pkgsrc/www/squid7/patches: patch-src_anyp_Uri.cc

   Log Message:
   www/squid7: Apply fix for Squid Bug 5520

   * Add patch for fix Squid bug 5520.
   * Reduce pkglint warnings.
   * There is no scripts/tcp-banger.pl any more.
   * Use PKG_OPTIONS.squid7 instead of PKG_OPTIONS.squid5.

   Bump PKGREVISION.

---
   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.1 -r1.1.2.1 pkgsrc/www/squid7/DESCR \
    pkgsrc/www/squid7/options.mk
cvs rdiff -u -r1.1.2.1 -r1.1.2.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/DESCR
diff -u pkgsrc/www/squid7/DESCR:1.1 pkgsrc/www/squid7/DESCR:1.1.2.1
--- pkgsrc/www/squid7/DESCR:1.1 Wed Jul 16 10:58:02 2025
+++ pkgsrc/www/squid7/DESCR     Sat Nov  1 03:12:05 2025
@@ -10,9 +10,12 @@ new features are:
 
 Since version 6, some previously deprecated features have been removed:
  * Edge Side Includes (ESI)
- * access to the cache manager using the cache_object:// scheme - use http instead
- * the squidclient tool - use curl http://<squid-address>/squid-internal-mgr/menu instead
+ * access to the cache manager using the cache_object://
+   scheme - use http instead
+ * the squidclient tool - use curl
+   http://<squid-address>/squid-internal-mgr/menu instead
  * the cachemgr.cgi tool
  * the purge tool - use the http PURGE method instead
  * Ident protocol support
- * basic_smb_lm_auth and ntlm_smb_lm_auth helpers - use Samba's ntlm_auth instead
+ * basic_smb_lm_auth and ntlm_smb_lm_auth helpers - use
+   Samba's ntlm_auth instead
Index: pkgsrc/www/squid7/options.mk
diff -u pkgsrc/www/squid7/options.mk:1.1 pkgsrc/www/squid7/options.mk:1.1.2.1
--- pkgsrc/www/squid7/options.mk:1.1    Wed Jul 16 10:58:02 2025
+++ pkgsrc/www/squid7/options.mk        Sat Nov  1 03:12:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: options.mk,v 1.1 2025/07/16 10:58:02 sborrill Exp $
+# $NetBSD: options.mk,v 1.1.2.1 2025/11/01 03:12:05 maya Exp $
 
-PKG_OPTIONS_VAR=               PKG_OPTIONS.squid5
+PKG_OPTIONS_VAR=               PKG_OPTIONS.squid7
 PKG_SUPPORTED_OPTIONS=         inet6 snmp squid-backend-aufs \
                                squid-backend-diskd squid-backend-rock \
                                squid-backend-ufs squid-ecap squid-esi \

Index: pkgsrc/www/squid7/Makefile
diff -u pkgsrc/www/squid7/Makefile:1.1.2.1 pkgsrc/www/squid7/Makefile:1.1.2.2
--- pkgsrc/www/squid7/Makefile:1.1.2.1  Thu Oct 23 03:25:18 2025
+++ pkgsrc/www/squid7/Makefile  Sat Nov  1 03:12:05 2025
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.1.2.1 2025/10/23 03:25:18 maya Exp $
+# $NetBSD: Makefile,v 1.1.2.2 2025/11/01 03:12:05 maya Exp $
 
-VERSION=       7.2
 DISTNAME=      squid-${VERSION}
-
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=squid-cache/}squid/releases/download/SQUID_${VERSION:S/./_/g}/
 EXTRACT_SUFX=  .tar.xz
@@ -12,6 +10,8 @@ HOMEPAGE=     http://www.squid-cache.org/
 COMMENT=       Post-Harvest_cached WWW proxy cache and accelerator
 LICENSE=       gnu-gpl-v2
 
+VERSION=       7.3
+
 # GCC 7 fails even with c++17
 # src/ipc/TypedMsgHdr.h fails with
 # static_assert(std::is_trivially_copyable<Pod>::value, "getPod() used for a POD")
@@ -53,7 +53,7 @@ REPLACE_PERL+=                contrib/url-normalizer.p
                        scripts/calc-must-ids.pl scripts/check_cache.pl \
                        scripts/fileno-to-pathname.pl scripts/find-alive.pl \
                        scripts/flag_truncs.pl scripts/icp-test.pl \
-                       scripts/icpserver.pl scripts/tcp-banger.pl \
+                       scripts/icpserver.pl \
                        scripts/trace-job.pl scripts/trace-master.pl \
                        scripts/udp-banger.pl scripts/upgrade-1.0-store.pl \
                        tools/helper-ok-dying.pl tools/helper-ok.pl
Index: pkgsrc/www/squid7/distinfo
diff -u pkgsrc/www/squid7/distinfo:1.1.2.1 pkgsrc/www/squid7/distinfo:1.1.2.2
--- pkgsrc/www/squid7/distinfo:1.1.2.1  Thu Oct 23 03:25:18 2025
+++ pkgsrc/www/squid7/distinfo  Sat Nov  1 03:12:05 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1.2.1 2025/10/23 03:25:18 maya Exp $
+$NetBSD: distinfo,v 1.1.2.2 2025/11/01 03:12:05 maya 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



Home | Main Index | Thread Index | Old Index