diff options
author | taca <taca@pkgsrc.org> | 2005-09-21 15:06:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-09-21 15:06:07 +0000 |
commit | 181781b5876bcf7313a452b7580057b0ea002520 (patch) | |
tree | 326089ea88f93a0aacf2770b6a4fdc2bbdc4e0a7 /www/squid/Makefile | |
parent | 92da883c166474811f2674517bf50c7c90a01fba (diff) | |
download | pkgsrc-181781b5876bcf7313a452b7580057b0ea002520.tar.gz |
Update squid package to squid-2.5.10nb5.
Three new official patches are added.
o 2005-09-19 15:50 (Cosmetic) --with-maxfd=N configure option to override
max filedescriptors test
o 2005-09-16 21:58 (Minor) invalid host is processed as IP 255.255.255.255
in dst acl
o 2005-09-16 21:49 (Cosmetic) Odd results when pipeline_prefetch is combined
with NTLM authentication
One official patch was updated.
o 2005-09-20 12:29 (Major) FATAL: Incorrect scheme in auth header
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index c78cd26042f..4aad4696a57 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.159 2005/09/16 14:19:00 taca Exp $ +# $NetBSD: Makefile,v 1.160 2005/09/21 15:06:07 taca Exp $ DISTNAME= squid-2.5.STABLE10 PKGNAME= squid-2.5.10 -PKGREVISION= 4 +PKGREVISION= 5 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,10 @@ 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-2.patch + squid-2.5.STABLE10-NTLM-scheme_assert-3.patch \ + squid-2.5.STABLE10-ntlm-pipeline_prefetch.patch \ + squid-2.5.STABLE10-dst_unknown.patch \ + squid-2.5.STABLE10-maxfd.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org |