diff options
author | taca <taca@pkgsrc.org> | 2005-09-16 14:19:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-09-16 14:19:00 +0000 |
commit | 4188f4fdb0ac5410ed5aa08694c2a4f8832c3319 (patch) | |
tree | 51e1e976a8f504a5e46d236c8798b66f61da3ced /www/squid/Makefile | |
parent | d0a26420fc12e2d2656a94071a24eed9a43f8aae (diff) | |
download | pkgsrc-4188f4fdb0ac5410ed5aa08694c2a4f8832c3319.tar.gz |
The latest official patch updated to make NTLM authentication work again.
Bump PKGREVISION.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index eb383b2feea..c78cd26042f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.158 2005/09/15 15:40:47 taca Exp $ +# $NetBSD: Makefile,v 1.159 2005/09/16 14:19:00 taca Exp $ DISTNAME= squid-2.5.STABLE10 PKGNAME= squid-2.5.10 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ @@ -45,7 +45,7 @@ PATCHFILES= squid-2.5.STABLE10-content_length.patch \ squid-2.5.STABLE10-delay_pools.patch \ squid-2.5.STABLE10-NetBSD_IPFilter-4.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= taca@NetBSD.org |