mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add new vendor patches:
+ clarify the meaning of the ERR keyword in digest authentication + correct a spelling error in the Turkish ERR_DNS_FAIL error page (squid bug #950) + fix a problem regarding negatively cached 404 replies with VARY: header (squid bug #616) + correct a parsing bug which rejected a 'range_offset_limit -1 KB' statement in squid.conf (squid bug #968) - Bump PORTREVISION PR: ports/66139 Submitted by: maintainer
This commit is contained in:
parent
c678d9e4ed
commit
0a23fefe70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108113
@ -29,7 +29,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -52,7 +52,11 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
|
||||
squid-2.5.STABLE5-ntlm_warning.patch \
|
||||
squid-2.5.STABLE5-rfc1035NameUnpack.patch \
|
||||
squid-2.5.STABLE5-digest_blank.patch \
|
||||
squid-2.5.STABLE5-post_assert.patch
|
||||
squid-2.5.STABLE5-post_assert.patch \
|
||||
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
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -22,3 +22,11 @@ MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40
|
||||
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
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -52,7 +52,11 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
|
||||
squid-2.5.STABLE5-ntlm_warning.patch \
|
||||
squid-2.5.STABLE5-rfc1035NameUnpack.patch \
|
||||
squid-2.5.STABLE5-digest_blank.patch \
|
||||
squid-2.5.STABLE5-post_assert.patch
|
||||
squid-2.5.STABLE5-post_assert.patch \
|
||||
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
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -22,3 +22,11 @@ MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40
|
||||
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
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -52,7 +52,11 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
|
||||
squid-2.5.STABLE5-ntlm_warning.patch \
|
||||
squid-2.5.STABLE5-rfc1035NameUnpack.patch \
|
||||
squid-2.5.STABLE5-digest_blank.patch \
|
||||
squid-2.5.STABLE5-post_assert.patch
|
||||
squid-2.5.STABLE5-post_assert.patch \
|
||||
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
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -22,3 +22,11 @@ MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40
|
||||
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
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -52,7 +52,11 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
|
||||
squid-2.5.STABLE5-ntlm_warning.patch \
|
||||
squid-2.5.STABLE5-rfc1035NameUnpack.patch \
|
||||
squid-2.5.STABLE5-digest_blank.patch \
|
||||
squid-2.5.STABLE5-post_assert.patch
|
||||
squid-2.5.STABLE5-post_assert.patch \
|
||||
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
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -22,3 +22,11 @@ MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40
|
||||
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
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -52,7 +52,11 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
|
||||
squid-2.5.STABLE5-ntlm_warning.patch \
|
||||
squid-2.5.STABLE5-rfc1035NameUnpack.patch \
|
||||
squid-2.5.STABLE5-digest_blank.patch \
|
||||
squid-2.5.STABLE5-post_assert.patch
|
||||
squid-2.5.STABLE5-post_assert.patch \
|
||||
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
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -22,3 +22,11 @@ MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40
|
||||
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
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
PORTNAME= squid
|
||||
PORTVERSION= 2.5.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= \
|
||||
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||
@ -52,7 +52,11 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
|
||||
squid-2.5.STABLE5-ntlm_warning.patch \
|
||||
squid-2.5.STABLE5-rfc1035NameUnpack.patch \
|
||||
squid-2.5.STABLE5-digest_blank.patch \
|
||||
squid-2.5.STABLE5-post_assert.patch
|
||||
squid-2.5.STABLE5-post_assert.patch \
|
||||
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
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
|
@ -22,3 +22,11 @@ MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 96b4396117f5bcda2ba29401ef15af32
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-digest_ERR.patch) = 1015
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = f4e806deca44898019d3ac65cb9ba823
|
||||
SIZE (squid2.5/squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch) = 641
|
||||
MD5 (squid2.5/squid-2.5.STABLE5-vary_negatively.patch) = c442094681847b0db3b10d78aedc9b40
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user