ports/67495: [Maintainer] www/squid: integrate new vendor patches

Thomas-Martin Seck tmseck at netcologne.de
Wed Jun 2 17:40:23 UTC 2004


>Number:         67495
>Category:       ports
>Synopsis:       [Maintainer] www/squid: integrate new vendor patches
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 02 10:40:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports repository as of June 2nd, 2004.

	
>Description:
Integrate new vendor patches:
- correct report of available cache memory for cache sizes >2GB in
  cache.log (squid bug #570)
- correct the least-load store directory selection algorithm for the
  cache directories using the "ufs" storage scheme (squid bug #676)
- correct the type of the cacheCurrentUnlinkRequests SNMP variable
  (squid bug #946)
- include client IP addresses in debug output (squid bug #948)
- correct the HTML doctype for autogenerated FTP directory listings
  (squid bug #969)
- if no resolv.conf is present the dns_servers variable now defaults
  to 127.0.0.1 (squid bug #991)
- update the documentation of the MSNT basic authentication helper
  (squid bug #717)

Please see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for
further information.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(revision 77)
+++ distinfo	(revision 78)
@@ -30,3 +30,17 @@
 SIZE (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = 2308
 MD5 (squid2.5/squid-2.5.STABLE5-range_offset_limit.patch) = 6a0fe31f8a80c0f515c92d766d824fd2
 SIZE (squid2.5/squid-2.5.STABLE5-range_offset_limit.patch) = 565
+MD5 (squid2.5/squid-2.5.STABLE5-large_cache_mem.patch) = 3307814d1bacb3f9d541fdbe6b31a7ff
+SIZE (squid2.5/squid-2.5.STABLE5-large_cache_mem.patch) = 1848
+MD5 (squid2.5/squid-2.5.STABLE5-least-load.patch) = ae82a0a580f854ed99edb6f8dffa3d16
+SIZE (squid2.5/squid-2.5.STABLE5-least-load.patch) = 2638
+MD5 (squid2.5/squid-2.5.STABLE5-cacheCurrentUnlinkRequests.patch) = f2ee3fbea33cabdd8388898e06490c8c
+SIZE (squid2.5/squid-2.5.STABLE5-cacheCurrentUnlinkRequests.patch) = 1449
+MD5 (squid2.5/squid-2.5.STABLE5-debug_client_ip.patch) = 46ac1ff54916a2c08dc040f484641a0a
+SIZE (squid2.5/squid-2.5.STABLE5-debug_client_ip.patch) = 2104
+MD5 (squid2.5/squid-2.5.STABLE5-ftp_html_doctype.patch) = 81ec48eda92c1b6522d21a9585c94be7
+SIZE (squid2.5/squid-2.5.STABLE5-ftp_html_doctype.patch) = 1266
+MD5 (squid2.5/squid-2.5.STABLE5-dns_localhost.patch) = cee1c1417185696f5ab9c94fba49ffde
+SIZE (squid2.5/squid-2.5.STABLE5-dns_localhost.patch) = 1408
+MD5 (squid2.5/squid-2.5.STABLE5-msnt_auth_doc.patch) = 6031dda00c8e963e7f9ca17b369006bd
+SIZE (squid2.5/squid-2.5.STABLE5-msnt_auth_doc.patch) = 16644
Index: Makefile
===================================================================
--- Makefile	(revision 77)
+++ Makefile	(revision 78)
@@ -29,7 +29,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -56,7 +56,14 @@
 		squid-2.5.STABLE5-digest_ERR.patch \
 		squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch \
 		squid-2.5.STABLE5-vary_negatively.patch \
-		squid-2.5.STABLE5-range_offset_limit.patch
+		squid-2.5.STABLE5-range_offset_limit.patch \
+		squid-2.5.STABLE5-large_cache_mem.patch \
+		squid-2.5.STABLE5-least-load.patch \
+		squid-2.5.STABLE5-cacheCurrentUnlinkRequests.patch \
+		squid-2.5.STABLE5-debug_client_ip.patch \
+		squid-2.5.STABLE5-ftp_html_doctype.patch \
+		squid-2.5.STABLE5-dns_localhost.patch \
+		squid-2.5.STABLE5-msnt_auth_doc.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	tmseck at netcologne.de
	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list