pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squid4



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 10 14:22:57 UTC 2021

Modified Files:
        pkgsrc/www/squid4: Makefile distinfo

Log Message:
www/squid4: update to 4.15

This release fixes these security issues from prior release.

* SQUID-2020:11 HTTP Request Smuggling
  (CVE-2020-25097)
* SQUID-2021:1 Denial of Service in URN processing
  (CVE-2021-28651)
* SQUID-2021:2 Denial of Service in HTTP Response Processing
  (CVE-2021-28662)
* SQUID-2021:3 Denial of Service issue in Cache Manager
  (CVE-2021-28652)
* SQUID-2021:4 Multiple issues in HTTP Range header
  (CVE-2021-31806, CVE-2021-31807, CVE-2021-31808)
* SQUID-2021:5 Denial of Service in HTTP Response Processing
  (CVE pending allocation)

Changes in squid-4.15 (10 May 2021):

        - Bug 5112: Excessively loud chunked reply parsing error reporting
        - Bug 5106: Broken cache manager URL parsing
        - Bug 5104: Memory leak in RFC 2169 response parsing
        - Bug 3556: "FD ... is not an open socket" for accept() problems
        - Profiling: CPU timing implemented for MAC non-x86
        - Fix HttpHeaderStats definition to include hoErrorDetail
        - Fix Squid-to-client write_timeout triggers client_lifetime timeout
        - Limit HeaderLookupTable_t::lookup() to BadHdr and specific IDs
        - Handle more Range requests
        - Handle more partial responses
        - Stop processing a response if the Store entry is gone
        - ... and some portability fixes
        - ... and some documentation updates


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/squid4/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/squid4/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/squid4/Makefile
diff -u pkgsrc/www/squid4/Makefile:1.17 pkgsrc/www/squid4/Makefile:1.18
--- pkgsrc/www/squid4/Makefile:1.17     Sun Apr 25 06:13:05 2021
+++ pkgsrc/www/squid4/Makefile  Mon May 10 14:22:56 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/04/25 06:13:05 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/10 14:22:56 taca Exp $
 
-DISTNAME=      squid-4.14
-PKGREVISION=   1
+DISTNAME=      squid-4.15
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v4/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/squid4/distinfo
diff -u pkgsrc/www/squid4/distinfo:1.10 pkgsrc/www/squid4/distinfo:1.11
--- pkgsrc/www/squid4/distinfo:1.10     Sat Mar 13 15:24:44 2021
+++ pkgsrc/www/squid4/distinfo  Mon May 10 14:22:56 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2021/03/13 15:24:44 taca Exp $
+$NetBSD: distinfo,v 1.11 2021/05/10 14:22:56 taca Exp $
 
-SHA1 (squid-4.14.tar.xz) = 71ae13a845a6a7ffc69ce11086ea3e427625bc08
-RMD160 (squid-4.14.tar.xz) = dfc524f6098fa4b5996962d6298cc5c8ab43d60c
-SHA512 (squid-4.14.tar.xz) = 3509caea9e10ea54547eeb769a21f0ca4d37e39a063953821fc51d588b22facfa183d0a48be9ab15831ee646e031079b515c75162515b8a4e7c708df2d41958b
-Size (squid-4.14.tar.xz) = 2452892 bytes
+SHA1 (squid-4.15.tar.xz) = 60bda34ba39657e2d870c8c1d2acece8a69c3075
+RMD160 (squid-4.15.tar.xz) = 8345df992154ab72d566036f5f284188a8352aa6
+SHA512 (squid-4.15.tar.xz) = 8f0ce6e30dd9173927e8133618211ffb865fb5dde4c63c2fb465e2efccda4a6efb33f2c0846870c9b915340aff5f59461a60171882bcc0c890336b846fe60bd1
+Size (squid-4.15.tar.xz) = 2454176 bytes
 SHA1 (patch-compat_compat.h) = 839381a5e1f46e7d9b822bbb53d82a53c996ddc0
 SHA1 (patch-configure) = 0d204989666c36172f0765f2a44766d9194c7bb2
 SHA1 (patch-errors_Makefile.in) = 84cbf5c836f02ed5fbfff140888c6d3aadeac326



Home | Main Index | Thread Index | Old Index