mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Integrate a vendor patch against a buffer overflow in the WCCP handling,
see <http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-wccp_buffer_overflow> and <http://www.squid-cache.org/Advisories/SQUID-2005_3.txt>. PR: ports/76827 Submitted by: maintainer
This commit is contained in:
parent
d18216a368
commit
264e6d34e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127666
@ -74,7 +74,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -108,7 +108,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
|
||||
squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch \
|
||||
squid-2.5.STABLE7-ftp_datachannel.patch \
|
||||
squid-2.5.STABLE7-short_icons_urls.patch \
|
||||
squid-2.5.STABLE7-response_splitting.patch
|
||||
squid-2.5.STABLE7-response_splitting.patch \
|
||||
squid-2.5.STABLE7-wccp_buffer_overflow.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -44,3 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -108,7 +108,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
|
||||
squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch \
|
||||
squid-2.5.STABLE7-ftp_datachannel.patch \
|
||||
squid-2.5.STABLE7-short_icons_urls.patch \
|
||||
squid-2.5.STABLE7-response_splitting.patch
|
||||
squid-2.5.STABLE7-response_splitting.patch \
|
||||
squid-2.5.STABLE7-wccp_buffer_overflow.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -44,3 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -108,7 +108,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
|
||||
squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch \
|
||||
squid-2.5.STABLE7-ftp_datachannel.patch \
|
||||
squid-2.5.STABLE7-short_icons_urls.patch \
|
||||
squid-2.5.STABLE7-response_splitting.patch
|
||||
squid-2.5.STABLE7-response_splitting.patch \
|
||||
squid-2.5.STABLE7-wccp_buffer_overflow.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -44,3 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -108,7 +108,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
|
||||
squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch \
|
||||
squid-2.5.STABLE7-ftp_datachannel.patch \
|
||||
squid-2.5.STABLE7-short_icons_urls.patch \
|
||||
squid-2.5.STABLE7-response_splitting.patch
|
||||
squid-2.5.STABLE7-response_splitting.patch \
|
||||
squid-2.5.STABLE7-wccp_buffer_overflow.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -44,3 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -108,7 +108,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
|
||||
squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch \
|
||||
squid-2.5.STABLE7-ftp_datachannel.patch \
|
||||
squid-2.5.STABLE7-short_icons_urls.patch \
|
||||
squid-2.5.STABLE7-response_splitting.patch
|
||||
squid-2.5.STABLE7-response_splitting.patch \
|
||||
squid-2.5.STABLE7-wccp_buffer_overflow.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -44,3 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -108,7 +108,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
|
||||
squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch \
|
||||
squid-2.5.STABLE7-ftp_datachannel.patch \
|
||||
squid-2.5.STABLE7-short_icons_urls.patch \
|
||||
squid-2.5.STABLE7-response_splitting.patch
|
||||
squid-2.5.STABLE7-response_splitting.patch \
|
||||
squid-2.5.STABLE7-wccp_buffer_overflow.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -44,3 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782
|
||||
MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73
|
||||
SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505
|
||||
|
Loading…
Reference in New Issue
Block a user