Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/squid4 (www/squid4) Updated to 4.10 (and clear pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1364a18c733
branches:  trunk
changeset: 429676:e1364a18c733
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Apr 23 13:52:24 2020 +0000

description:
(www/squid4) Updated to 4.10 (and clear pkglint one point in patch)

Changes to squid-4.11 (18 Apr 2020):

        - Bug 5036: capital 'L's in logs when daemon queue overflows
        - Bug 5022: Reconfigure kills Coordinator in SMP+ufs configurations
        - Bug 5016: systemd thinks Squid is ready before Squid listens
        - kerberos_ldap_group: fix encryption type for cross realm check
        - HTTP: Ignore malformed Host header in intercept and reverse proxy mode
        - Fix Digest authentication nonce handling
        - Supply ALE to request_header_add/reply_header_add
        - ... and some documentation updates
        - ... and some compile fixes

diffstat:

 www/squid4/Makefile                |   5 ++---
 www/squid4/distinfo                |  12 ++++++------
 www/squid4/patches/patch-configure |  11 +----------
 3 files changed, 9 insertions(+), 19 deletions(-)

diffs (57 lines):

diff -r d2da0522d6af -r e1364a18c733 www/squid4/Makefile
--- a/www/squid4/Makefile       Thu Apr 23 13:51:52 2020 +0000
+++ b/www/squid4/Makefile       Thu Apr 23 13:52:24 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/04/09 09:45:19 sborrill Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/23 13:52:24 mef Exp $
 
-DISTNAME=      squid-4.10
-PKGREVISION=   2
+DISTNAME=      squid-4.11
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v4/
 MASTER_SITES+= ftp://ftp.squid-cache.org/pub/squid/
diff -r d2da0522d6af -r e1364a18c733 www/squid4/distinfo
--- a/www/squid4/distinfo       Thu Apr 23 13:51:52 2020 +0000
+++ b/www/squid4/distinfo       Thu Apr 23 13:52:24 2020 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.5 2020/04/09 16:27:15 sborrill Exp $
+$NetBSD: distinfo,v 1.6 2020/04/23 13:52:24 mef Exp $
 
-SHA1 (squid-4.10.tar.xz) = b8b267771550bb8c7f2b2968b305118090e7217a
-RMD160 (squid-4.10.tar.xz) = 33b4f2fb2a428fb37379541eabb1c892fa29ae44
-SHA512 (squid-4.10.tar.xz) = 033891f84789fe23a23fabcfb6f51a5b044c16892600f94380b5f0bcbceaef67b95c7047154d940511146248ca9846a949f00a609c6ed27f9af8829325eb08e0
-Size (squid-4.10.tar.xz) = 2445848 bytes
+SHA1 (squid-4.11.tar.xz) = 053277bf5497163ffc9261b9807abda5959bb6fc
+RMD160 (squid-4.11.tar.xz) = 14392a0e6a5b44c0673bcc37b5753d274762b10e
+SHA512 (squid-4.11.tar.xz) = 02d4bb4d5860124347670615e69b1b92be7ea4fc0131e54091a06cb2e67bd73583d8e6cbe472473f0c59764611a49561d02ab9fe2bf0305ce4652d4ec7714f26
+Size (squid-4.11.tar.xz) = 2447700 bytes
 SHA1 (patch-acinclude_os-deps.m4) = 7af769f4df2c8293bec0be1fb4c222da35aa3fee
 SHA1 (patch-compat_compat.h) = 839381a5e1f46e7d9b822bbb53d82a53c996ddc0
-SHA1 (patch-configure) = f3c0c21a9bd6e3a706873c621fbdd2c6420cfbb3
+SHA1 (patch-configure) = 24ae8657741697f4170c5e41657b07715956de95
 SHA1 (patch-errors_Makefile.in) = 84cbf5c836f02ed5fbfff140888c6d3aadeac326
 SHA1 (patch-src_Makefile.in) = afc5aefd97c46d1ffab43e97aeaeade3a5a8c648
 SHA1 (patch-src_acl_external_kerberos__ldap__group_support__resolv.cc) = 0ea41d55e32d689a16e012391a9eea67631daf3a
diff -r d2da0522d6af -r e1364a18c733 www/squid4/patches/patch-configure
--- a/www/squid4/patches/patch-configure        Thu Apr 23 13:51:52 2020 +0000
+++ b/www/squid4/patches/patch-configure        Thu Apr 23 13:52:24 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.4 2020/04/09 16:27:15 sborrill Exp $
+$NetBSD: patch-configure,v 1.5 2020/04/23 13:52:24 mef Exp $
 
 * More support for OpenSSL 1.1; not only check SSL_Library_init() but
   also check OPENSSL_init_ssl().
@@ -208,12 +208,3 @@
  _ACEOF
  
  
-@@ -44368,6 +44475,8 @@
-   case $ac_option in
-   # Handling of the options.
-   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-+      : Avoid regenerating within pkgsrc
-+      exit 0
-     ac_cs_recheck=: ;;
-   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-     $as_echo "$ac_cs_version"; exit ;;



Home | Main Index | Thread Index | Old Index