summaryrefslogtreecommitdiff
path: root/squid
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-10-20 16:59:22 +0200
committerJuergen Daubert <jue@jue.li>2008-10-20 16:59:22 +0200
commitc38c39fb07ac3c13956faad243b127add57e7fdd (patch)
tree3fb6d39961208e77ee19460671bf3ea1877551f0 /squid
parent274f0d80fde27e159f4f147d915a6a1b81e136b2 (diff)
downloadopt-c38c39fb07ac3c13956faad243b127add57e7fdd.tar.gz
opt-c38c39fb07ac3c13956faad243b127add57e7fdd.tar.xz
squid: update to 2.7.STABLE5
Diffstat (limited to 'squid')
-rw-r--r--squid/.footprint1
-rw-r--r--squid/.md5sum4
-rw-r--r--squid/Pkgfile4
-rw-r--r--squid/squid.conf3
4 files changed, 6 insertions, 6 deletions
diff --git a/squid/.footprint b/squid/.footprint
index 2481628d0..2f12bd23b 100644
--- a/squid/.footprint
+++ b/squid/.footprint
@@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/squid/
-rwxr-xr-x root/root usr/lib/squid/cachemgr.cgi
+-rwxr-xr-x root/root usr/lib/squid/logfile-daemon
-rwxr-xr-x root/root usr/lib/squid/unlinkd
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
diff --git a/squid/.md5sum b/squid/.md5sum
index 1d5e41f55..0725d734d 100644
--- a/squid/.md5sum
+++ b/squid/.md5sum
@@ -1,3 +1,3 @@
9ce54d2a0a7959df4470178e7aac5e27 squid
-3a24e37ee2bc0c4721973ca6354d4aa4 squid-2.6.STABLE21.tar.bz2
-ef23fc10fc753050a11b4f16ddcf2739 squid.conf
+5d495d285b3b951a5859c660463e9832 squid-2.7.STABLE5.tar.bz2
+c3c10b52cfc18823de9d11ccc823ab9c squid.conf
diff --git a/squid/Pkgfile b/squid/Pkgfile
index dda642498..1be91b204 100644
--- a/squid/Pkgfile
+++ b/squid/Pkgfile
@@ -3,9 +3,9 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=squid
-version=2.6.STABLE21
+version=2.7.STABLE5
release=1
-source=(http://www.squid-cache.org/Versions/v2/2.6/$name-$version.tar.bz2 \
+source=(http://www.squid-cache.org/Versions/v2/2.7/$name-$version.tar.bz2 \
squid.conf squid)
build () {
diff --git a/squid/squid.conf b/squid/squid.conf
index 6ac74dea7..e1e8ea2f1 100644
--- a/squid/squid.conf
+++ b/squid/squid.conf
@@ -41,8 +41,7 @@ refresh_pattern . 0 20% 4320
# Do not cache dynamic content
hierarchy_stoplist cgi-bin ?
-acl QUERY urlpath_regex cgi-bin \?
-cache deny QUERY
+refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
# Minimum access lists
acl all src 0.0.0.0/0.0.0.0

Generated by cgit