summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-05-18 05:17:35 +0000
committertaca <taca@pkgsrc.org>2006-05-18 05:17:35 +0000
commitc370516ff27e91ef91a2c68e7bf5152bf0e32d59 (patch)
tree8894e0339e2b9e15e76d2c752c4890814ebf6cdc /www/squid/Makefile
parentf7e2ca0296ac9cebbbb5d9f59ffc42f85c21bf8b (diff)
downloadpkgsrc-c370516ff27e91ef91a2c68e7bf5152bf0e32d59.tar.gz
Add recnet squi's official patches.
* 2006-05-13 13:16 (Minor) On some systems POSIX AIO functions are in libaio * 2006-05-14 15:41 (Medium) Memory leak in header processing related to external_acl or custom log formats * 2006-05-14 15:41 (Major) memory leak in ident processing * 2006-05-14 15:41 (Medium) Memleak in HTCP client code * 2006-05-14 15:41 (Minor) Mime icons are not displayed when viewing ftp sites when * 2006-05-14 15:41 (Cosmetic) SQUIDHOSTNAMELEN issues * 2006-05-14 15:41 (Cosmetic) Current release is STABLE13, not 12.. Bump PKGREVISION.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 7b14452c0d3..12e34ae654b 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,16 +1,23 @@
-# $NetBSD: Makefile,v 1.176 2006/05/16 05:47:53 taca Exp $
+# $NetBSD: Makefile,v 1.177 2006/05/18 05:17:35 taca Exp $
DISTNAME= squid-2.5.STABLE13
PKGNAME= squid-2.5.13
+PKGREVISION= 1
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/ \
ftp://ftp1.au.squid-cache.org/pub/squid/squid-2/STABLE/
EXTRACT_SUFX= .tar.bz2
-#
-#PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
-#PATCHFILES=
-#PATCH_DIST_STRIP= -p1
+
+PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
+PATCHFILES= squid-2.5.STABLE13-libaio-2.patch \
+ squid-2.5.STABLE13-header_leak.patch \
+ squid-2.5.STABLE13-ident_leak.patch \
+ squid-2.5.STABLE13-htcp_leak.patch \
+ squid-2.5.STABLE13-icons.patch \
+ squid-2.5.STABLE13-hostnamelen.patch \
+ squid-2.5.STABLE13-stable13.patch
+PATCH_DIST_STRIP= -p1
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.squid-cache.org/