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/Makefile | |
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/Makefile')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |