diff options
author | taca <taca@pkgsrc.org> | 2005-04-21 15:49:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-04-21 15:49:53 +0000 |
commit | be324c7a541ebcb17b10add84349980ac02fea50 (patch) | |
tree | 74764d9e4d9ae5be70cd6ab20dc4dd8476a7e01d /www/squid/Makefile | |
parent | 5a64f7668d5f054fb563e0967bd893196e041ad6 (diff) | |
download | pkgsrc-be324c7a541ebcb17b10add84349980ac02fea50.tar.gz |
Update squid package to squid-2.5.9nb7.
o 2005-04-21 10:31 (Cosmetic)
Correctly read DOS/Windows formatted config files with CRLF as
line terminator
o 2005-04-20 21:55 (Minor) Unable to run "squid -k" when hostname cannot
be determined
o 2005-04-20 21:55 (Minor) fix transparent proxying when squid listens
on NATed non-80 port
o 2005-04-21 10:46 (Cosmetic) Missing newlines in debug statements
o 2005-04-20 21:36 (Cosmetic) Error template substitution for
authenitcated user name
Because of update of squid-2.5.STABLE9-2GB.patch, DIST_SUBDIR updated again.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index f3d91615c68..c2af78867e4 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.145 2005/04/20 00:55:41 taca Exp $ +# $NetBSD: Makefile,v 1.146 2005/04/21 15:49:53 taca Exp $ DISTNAME= squid-2.5.STABLE9 PKGNAME= squid-2.5.9 -PKGREVISION= 6 +PKGREVISION= 7 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/ \ @@ -34,7 +34,12 @@ PATCHFILES= squid-2.5.STABLE9-setcookie.patch \ squid-2.5.STABLE9-rename_cleanup.patch \ squid-2.5.STABLE9-cachemgr_objects.patch \ squid-2.5.STABLE9-extaclauth.patch \ - squid-2.5.STABLE9-syslog.patch + squid-2.5.STABLE9-syslog.patch \ + squid-2.5.STABLE9-errpage_user.patch \ + squid-2.5.STABLE9-debug_newlines.patch \ + squid-2.5.STABLE9-transparent_port.patch \ + squid-2.5.STABLE9-squid_k_nohostname.patch \ + squid-2.5.STABLE9-config_CRLF.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org @@ -50,7 +55,7 @@ DATADIR= ${VARBASE}/squid # Update this time stamp pattern if any of official distfiles has changed. # -DIST_STAMP= 2005042000 +DIST_STAMP= 2005042100 DOCFILES= ChangeLog RELEASENOTES.html doc/debug-sections.txt |