From c370516ff27e91ef91a2c68e7bf5152bf0e32d59 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 18 May 2006 05:17:35 +0000 Subject: 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. --- www/squid/Makefile | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'www/squid/Makefile') 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/ -- cgit v1.2.3