From b1f706bfa864ac07ed268cd7518c96fbbd76a491 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 19 Apr 2005 15:14:31 +0000 Subject: Update squid package to 2.5.9nb5. * Add one more offcial patch: - 2005-04-05 23:05 (Cosmetic) should syslog to daemon facility not local4 * One patch updated, so update DIST_SUBDIR through DIST_STAMP change. * Add aufs to --enable-storeio configuration. TODO: use frame work and allow to use --enable-pf-transparent which is mutual exclusive parameter with --enable-ipf-transparent. --- www/squid/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'www/squid/Makefile') diff --git a/www/squid/Makefile b/www/squid/Makefile index 065283690ea..539113ac42f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.143 2005/04/11 21:48:02 tv Exp $ +# $NetBSD: Makefile,v 1.144 2005/04/19 15:14:31 taca Exp $ DISTNAME= squid-2.5.STABLE9 PKGNAME= squid-2.5.9 -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/ \ @@ -33,7 +33,8 @@ PATCHFILES= squid-2.5.STABLE9-setcookie.patch \ squid-2.5.STABLE9-2GB.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-extaclauth.patch \ + squid-2.5.STABLE9-syslog.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org @@ -49,7 +50,7 @@ DATADIR= ${VARBASE}/squid # Update this time stamp pattern if any of official distfiles has changed. # -DIST_STAMP= 2005040401 +DIST_STAMP= 2005041900 DOCFILES= ChangeLog RELEASENOTES.html doc/debug-sections.txt @@ -100,7 +101,7 @@ SQUID_CONFIGURE_ARGS?= --enable-auth=basic,digest,ntlm \ --enable-ssl \ --with-openssl=${SSLBASE} \ --enable-underscores \ - --enable-storeio=ufs,diskd,null \ + --enable-storeio=aufs,ufs,diskd,null \ --enable-basic-auth-helpers=getpwnam,winbind,SMB \ --enable-digest-auth-helpers=password \ --enable-external-acl-helpers=unix_group,ip_user,winbind_group \ -- cgit v1.2.3