add 2 distribution patches:
squid-2.3.stable4-ipfw_configure.patch The configure script uses "==" when it should use "=" for /bin/test squid-2.3.stable4-invalid_ip_acl_entry.patch The code that scans ACL tokens for IP addresses and hostnames couldn't tell that "123.foo.com" is a hostname rather than an IP address
This commit is contained in:
parent
148d485453
commit
979c4ee5c2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2000/07/23 18:21:20 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2000/08/11 06:30:34 brad Exp $
|
||||
|
||||
DISTNAME= squid-2.3.STABLE4
|
||||
PKGNAME= squid-2.3
|
||||
@ -10,7 +10,9 @@ EXTRACT_SUFX= -src.tar.gz
|
||||
DIST_SUBDIR= squid
|
||||
|
||||
PATCHFILES= squid-2.3.stable4-ftp_icon_not_found.patch:0 \
|
||||
squid-2.3.stable4-internal_dns_rcode_table_formatting.patch:0
|
||||
squid-2.3.stable4-internal_dns_rcode_table_formatting.patch:0 \
|
||||
squid-2.3.stable4-ipfw_configure.patch:0 \
|
||||
squid-2.3.stable4-invalid_ip_acl_entry.patch:0
|
||||
|
||||
HOMEPAGE= http://www.squid-cache.org/
|
||||
|
||||
|
@ -1,9 +1,15 @@
|
||||
MD5 (squid/squid-2.3.STABLE4-src.tar.gz) = c38c083f44c222a8d026fa129c30b98f
|
||||
MD5 (squid/squid-2.3.stable4-ftp_icon_not_found.patch) = f1383b24672f9a8317c2c16302a94eaa
|
||||
MD5 (squid/squid-2.3.stable4-internal_dns_rcode_table_formatting.patch) = bec46f5a1fcbd9aa1deb9d518c5c11a5
|
||||
MD5 (squid/squid-2.3.stable4-invalid_ip_acl_entry.patch) = 436eb77056bed5d45547c739d1123bd3
|
||||
MD5 (squid/squid-2.3.stable4-ipfw_configure.patch) = 4453c53a712280a26fdca42c950bc94f
|
||||
RMD160 (squid/squid-2.3.STABLE4-src.tar.gz) = 0719f8e916b7f4cd011abcd17faf3ec68339c9b2
|
||||
RMD160 (squid/squid-2.3.stable4-ftp_icon_not_found.patch) = 8e01afa8a06e54a2ac6f4ac28a3c79d03d69ffd7
|
||||
RMD160 (squid/squid-2.3.stable4-internal_dns_rcode_table_formatting.patch) = cd1522b16eabe046b80076eac8e89c992ca4ffd4
|
||||
RMD160 (squid/squid-2.3.stable4-invalid_ip_acl_entry.patch) = 1447cb011f6e472e65e27690d7dfbe5589ecab59
|
||||
RMD160 (squid/squid-2.3.stable4-ipfw_configure.patch) = 3c895c9800d86a32cd73d192c1d97a76db8493ee
|
||||
SHA1 (squid/squid-2.3.STABLE4-src.tar.gz) = 69fba1c0c14ff7b40837ab6357eed706ad55b3ae
|
||||
SHA1 (squid/squid-2.3.stable4-ftp_icon_not_found.patch) = 59fca251f4250d7a4580aeb40190abe144575285
|
||||
SHA1 (squid/squid-2.3.stable4-internal_dns_rcode_table_formatting.patch) = 4403fe55cb75762c24701d45e1a36789cd7c84e5
|
||||
SHA1 (squid/squid-2.3.stable4-invalid_ip_acl_entry.patch) = 8792fcad959176f62a20ff2b8892303e0026bf65
|
||||
SHA1 (squid/squid-2.3.stable4-ipfw_configure.patch) = fd5b0464723312c1e73f2b027ab3baa0220be6e9
|
||||
|
Loading…
Reference in New Issue
Block a user