diff options
author | pav <pav@FreeBSD.org> | 2005-09-17 01:39:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-17 01:39:01 +0800 |
commit | 1e05c4a514df9cd80a962acb5b2c8d067255ccab (patch) | |
tree | 15255ba0e05fb79bfcdb0e86cb9214da35cf7b67 /www/squid | |
parent | 6b2351405954bedf647b27964b133e32caedbffb (diff) | |
download | freebsd-ports-gnome-1e05c4a514df9cd80a962acb5b2c8d067255ccab.tar.gz freebsd-ports-gnome-1e05c4a514df9cd80a962acb5b2c8d067255ccab.tar.zst freebsd-ports-gnome-1e05c4a514df9cd80a962acb5b2c8d067255ccab.zip |
Update the NTLM-scheme patch to version 2. The first version of the patch is
broken (cf <http://www.squid-cache.org/bugs/show_bug.cgi?id=1391>).
PR: ports/86215
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 4 | ||||
-rw-r--r-- | www/squid/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index f5da3f7efae3..c5395c3a0a05 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -66,7 +66,7 @@ PORTNAME= squid PORTVERSION= 2.5.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -110,7 +110,7 @@ PATCHFILES= squid-2.5.STABLE10-content_length.patch \ squid-2.5.STABLE10-allow_coredump.patch \ squid-2.5.STABLE10-delay_pools.patch \ squid-2.5.STABLE10-pipeline-CONNECT.patch \ - squid-2.5.STABLE10-NTLM-scheme_assert.patch + squid-2.5.STABLE10-NTLM-scheme_assert-2.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de diff --git a/www/squid/distinfo b/www/squid/distinfo index c6b74e5e55d2..44aaa72b06cc 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -62,5 +62,5 @@ MD5 (squid2.5/squid-2.5.STABLE10-delay_pools.patch) = bd4e5d3d8fbea996d29cfe6d61 SIZE (squid2.5/squid-2.5.STABLE10-delay_pools.patch) = 7782 MD5 (squid2.5/squid-2.5.STABLE10-pipeline-CONNECT.patch) = 9e264ac64f93755ccfdce33f14a470c3 SIZE (squid2.5/squid-2.5.STABLE10-pipeline-CONNECT.patch) = 6316 -MD5 (squid2.5/squid-2.5.STABLE10-NTLM-scheme_assert.patch) = e62ba264eaa7c248ef8d8cbb3777110c -SIZE (squid2.5/squid-2.5.STABLE10-NTLM-scheme_assert.patch) = 1203 +MD5 (squid2.5/squid-2.5.STABLE10-NTLM-scheme_assert-2.patch) = 3a91ea506aa7de50adaa758aa4b0f090 +SIZE (squid2.5/squid-2.5.STABLE10-NTLM-scheme_assert-2.patch) = 1217 |