diff options
author | taca <taca> | 2005-05-12 16:09:48 +0000 |
---|---|---|
committer | taca <taca> | 2005-05-12 16:09:48 +0000 |
commit | 2928cdb1d72da7b2dff22812dda6200499183f4c (patch) | |
tree | 2ec90a02e378a5bc0504f3b51b8650c3a2825642 /www/squid/Makefile | |
parent | fba63d1b8a54e5a341a16cceb417dc8cc91c148b (diff) | |
download | pkgsrc-2928cdb1d72da7b2dff22812dda6200499183f4c.tar.gz |
Update squid package to 2.5.9nb11.
Apply 9 official fixes including security improvement in DNS lookup.
I still disable transparent_port.patch because it needs a missing header
file of IP Filter. NetBSD current and 3.0_BETA already fixed this problem
but still netbsd-2/2-0 branches. I will apply it after netbsd-2/2-0
branches fix this problem. (And this fix needs to update squid package
to 2.5.STABLE10 which is RC3 now.)
* 2005-05-10 23:11 (Cosmetic)
Extended documentation of the always_direct directive
* 2005-05-10 22:33 (Medium)
assertion failed: store_client.c:343:
"storeSwapOutObjectBytesOnDisk(mem) > sc->copy_offset"
* 2005-05-11 19:19 (Security issue)
DNS lookups unreliable on untrusted networks
* 2005-05-09 01:51 (Minor)
Allow dstdomain and dstdom_regex to match IP based hosts
* 2005-05-08 14:01 (Cosmetic) Minor arp ACL improvements
* 2005-05-04 18:09 (Minor)
SNMP Agent updates to support SNMP Version 2 and bulk requests
* 2005-05-01 10:58 (Cosmetic) Cosmetic change to DISKD statistics
* 2005-04-30 12:58 (Medium)
Poor hot object cache hit ratio and sporadic assertion
failed: store_swapin.c: e->mem_status == NOT_IN_MEMORY
* 2005-04-25 16:36 (Cosmetic) Minor aufs improvements
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 42bdc54d9c0..83dcafdd027 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.149 2005/05/01 23:17:49 taca Exp $ +# $NetBSD: Makefile,v 1.150 2005/05/12 16:09:48 taca Exp $ DISTNAME= squid-2.5.STABLE9 PKGNAME= squid-2.5.9 -PKGREVISION= 10 +PKGREVISION= 11 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/ \ @@ -42,7 +42,16 @@ PATCHFILES= squid-2.5.STABLE9-setcookie.patch \ squid-2.5.STABLE9-forwardcc.patch \ squid-2.5.STABLE9-authinfo.patch \ squid-2.5.STABLE9-chroot_pidfile.patch \ - squid-2.5.STABLE9-cachemgr_conf.patch + squid-2.5.STABLE9-cachemgr_conf.patch \ + squid-2.5.STABLE9-aufs_improvement.patch \ + squid-2.5.STABLE9_2GB-hot_cache.patch \ + squid-2.5.STABLE9-diskd.patch \ + squid-2.5.STABLE9-snmp.patch \ + squid-2.5.STABLE9-arpacl.patch \ + squid-2.5.STABLE9-dstdomain_ip.patch \ + squid-2.5.STABLE9-dns_query-5.patch \ + squid-2.5.STABLE9-2GB_assert.patch \ + squid-2.5.STABLE9-always_direct_documentation.patch # squid-2.5.STABLE9-transparent_port.patch PATCH_DIST_STRIP= -p1 |