Summary: | [Maintainer] www/squid: integrate partly security relevant vendor patches | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thomas-Martin Seck <tmseck> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | security-team | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Thomas-Martin Seck
2005-03-05 14:10:17 UTC
Ack, I attached the wrong patch. Here is the correct one: Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 428) +++ distinfo (.../local/squid) (revision 428) @@ -1,2 +1,10 @@ MD5 (squid2.5/squid-2.5.STABLE9.tar.bz2) = 5a34a303dcab8851c7ab20e24af69b61 SIZE (squid2.5/squid-2.5.STABLE9.tar.bz2) = 1057776 +MD5 (squid2.5/squid-2.5.STABLE9-setcookie.patch) = f4abbc43af5251380b3caaa9b08d0572 +SIZE (squid2.5/squid-2.5.STABLE9-setcookie.patch) = 5328 +MD5 (squid2.5/squid-2.5.STABLE9-ftp_EPLF.patch) = c4ae820794f301b909415e0f4728f1c9 +SIZE (squid2.5/squid-2.5.STABLE9-ftp_EPLF.patch) = 4108 +MD5 (squid2.5/squid-2.5.STABLE9-ftp_base_href.patch) = ddc034a2c2a002bfcf6bf97eb21e8b57 +SIZE (squid2.5/squid-2.5.STABLE9-ftp_base_href.patch) = 709 +MD5 (squid2.5/squid-2.5.STABLE9-acl_error.patch) = f70922d873ce73c7fdad8bf7156afeb4 +SIZE (squid2.5/squid-2.5.STABLE9-acl_error.patch) = 8499 Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 428) +++ Makefile (.../local/squid) (revision 428) @@ -74,6 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -86,7 +87,10 @@ DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= +PATCHFILES= squid-2.5.STABLE9-setcookie.patch \ + squid-2.5.STABLE9-ftp_EPLF.patch \ + squid-2.5.STABLE9-ftp_base_href.patch \ + squid-2.5.STABLE9-acl_error.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de State Changed From-To: open->closed Committed, thanks! |