summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca>2006-03-12 12:12:19 +0000
committertaca <taca>2006-03-12 12:12:19 +0000
commit0b594379b915f605579d1a0fde2d9327dcd653a1 (patch)
tree630a8e4456a1260a4de066ff590887806656efba /www/squid/Makefile
parentfebfed0cb5bec2a61d0bb947cbde5ab0ffa012e0 (diff)
downloadpkgsrc-0b594379b915f605579d1a0fde2d9327dcd653a1.tar.gz
Update squid package to 2.5.13 (2.5.STABLE13). Most of changes are
already in our previous package. Here is changes from 2.5.12 (2.5.STABLE12): Changes to squid-2.5.STABLE12 (12 Mar 2006) - [Minor] Fails to compile on Solaris and some other platforms with undefined reference to setenv (Bug #1435) - [Cosmetic] Added WebDAV REPORT method to know HTTP methods list - [Minor] Squid ntlm_auth (not the Samba provided one) giving odd results if --enable-ntlm-fail-open is used (Bug #1022) - [Minor] wbinfo_group.pl doesn't work with Samba 3.0.21 and later (Bug #1472) - [Minor] Squid crash when asyncio function counters url accessed from Cachemgr CGI (Bug #1464) - [Cosmetic] Linix compile warning about prctl called with too few arguments (Bug #1483) - [Minor] Wrong timezone declaration for 64 bit Irix (Bug #1479) - [Minor] Some 206 responses logged incorrectly (Bug #1511) - [Minor] Issues in processing ranges on objects &gt;2GB (Bug #437) - [Cosmetic] Segmentation fault on empty proxy_auth ACLs (Bug #1414) - [Minor] Ident access lists don't work in delay_access statements (Bug #1428) - [Minor] Some clients support NTLM even if not initially negotiating persistent connections (Bug #1447) - [Medium] 504 Gateway Time-out on FTP uploads (Bug #1459) - [Medium] delay pools given too much bandwidht after "-k reconfigure" (Bug #1481) - [Cosmetic] New persistent_connection_after_error configuration directive (Bug #1482) - [Cosmetic] Hangs at 100% CPU if /dev/null is not accessible (Bug #1484) - [Minor] Fails to compile on Fedora Core 5 test 2 x86_64 (Bug #1492) - [Cosmetic] Typo in ftp.c (Bug #1507) - [Cosmetic] Error in FTP listings of files with -> in their name (Bug #1508) - [Cosmetic] With Squid-2.5 there is no more the DUPLICATE IP logging in cache.log (Bug #779) - [Minor] Fails to process long host names (Bug #1434) - [Cosmetic] Azerbaijani errors translation (Bug #1454) - [Cosmetic] misleading error message message for bad/unresolveable cache_peer name (Bug #1504) - [Cosmetic] confusing statistics on stateful helpers (NTLM auth) (Bug #1506) - [Major] connstate memory leak (Bug #1522)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile39
1 files changed, 7 insertions, 32 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index c979630c7e1..c4fd3c756a4 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,41 +1,16 @@
-# $NetBSD: Makefile,v 1.173 2006/03/11 13:15:59 taca Exp $
+# $NetBSD: Makefile,v 1.174 2006/03/12 12:12:19 taca Exp $
-DISTNAME= squid-2.5.STABLE12
-PKGNAME= squid-2.5.12
-PKGREVISION= 7
+DISTNAME= squid-2.5.STABLE13
+PKGNAME= squid-2.5.13
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= squid-2.5.STABLE12-setenv.patch \
- squid-2.5.STABLE12-REPORT.patch \
- squid-2.5.STABLE12-SMB_BadFetch.patch \
- squid-2.5.STABLE12-wbinfo_group.patch \
- squid-2.5.STABLE12-asyncio_counters.patch \
- squid-2.5.STABLE12-prctl_args.patch \
- squid-2.5.STABLE12-irix_timezone.patch \
- squid-2.5.STABLE12-log_206-4.patch \
- squid-2.5.STABLE12-range2GB-2.patch \
- squid-2.5.STABLE12-empty_proxy_auth_acl.patch \
- squid-2.5.STABLE12-ident_acl.patch \
- squid-2.5.STABLE12-ntlm_nonpersistent.patch \
- squid-2.5.STABLE12-ftp_upload.patch \
- squid-2.5.STABLE12-delay_pool_reconfigure.patch \
- squid-2.5.STABLE12-persistent_connection_after_error.patch \
- squid-2.5.STABLE12-devnull.patch \
- squid-2.5.STABLE12-fc5.patch \
- squid-2.5.STABLE12-ftpdates.patch \
- squid-2.5.STABLE12-ftpsymlink.patch \
- squid-2.5.STABLE12-max_user_ip_log-2.patch \
- squid-2.5.STABLE12-longhostnames.patch \
- squid-2.5.STABLE12-Azerbaijani.patch \
- squid-2.5.STABLE12-peer_dns_error.patch \
- squid-2.5.STABLE12-statefulhelpers_statistics.patch \
- squid-2.5.STABLE12-connstate_leak.patch
-PATCH_DIST_STRIP= -p1
+#
+#PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
+#PATCHFILES=
+#PATCH_DIST_STRIP= -p1
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.squid-cache.org/