squid: update to 2.6.STABLE15
This commit is contained in:
parent
c7eece25ef
commit
86cf685db7
@ -1,3 +1,4 @@
|
|||||||
|
7036140fef35fcfadee0b7826dccbf76 11622.patch
|
||||||
9ce54d2a0a7959df4470178e7aac5e27 squid
|
9ce54d2a0a7959df4470178e7aac5e27 squid
|
||||||
eadb138d48320df8b99349121159c6bf squid-2.6.STABLE14.tar.bz2
|
2a21d5c64af8bc164b8d8be980aede6a squid-2.6.STABLE15.tar.bz2
|
||||||
338811a521477a86aaf2880c96d3173a squid.conf
|
3094e711ce9888d226479ef682146329 squid.conf
|
||||||
|
@ -3,14 +3,18 @@
|
|||||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
|
||||||
name=squid
|
name=squid
|
||||||
version=2.6.STABLE14
|
version=2.6.STABLE15
|
||||||
release=1
|
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.6/$name-$version.tar.bz2 \
|
||||||
|
http://www.squid-cache.org/Versions/v2/2.6/changesets/11622.patch \
|
||||||
squid.conf squid)
|
squid.conf squid)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
patch -p1 -i $SRC/11622.patch
|
||||||
|
autoconf
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
|
--mandir=/usr/man \
|
||||||
--sysconfdir=/etc/squid \
|
--sysconfdir=/etc/squid \
|
||||||
--libexecdir=/usr/sbin \
|
--libexecdir=/usr/sbin \
|
||||||
--localstatedir=/var/squid \
|
--localstatedir=/var/squid \
|
||||||
|
@ -36,6 +36,11 @@ refresh_pattern ^ftp: 1440 20% 10080
|
|||||||
refresh_pattern ^gopher: 1440 0% 1440
|
refresh_pattern ^gopher: 1440 0% 1440
|
||||||
refresh_pattern . 0 20% 4320
|
refresh_pattern . 0 20% 4320
|
||||||
|
|
||||||
|
# Do not cache dynamic content
|
||||||
|
hierarchy_stoplist cgi-bin ?
|
||||||
|
acl QUERY urlpath_regex cgi-bin \?
|
||||||
|
cache deny QUERY
|
||||||
|
|
||||||
# Minimum access lists
|
# Minimum access lists
|
||||||
acl all src 0.0.0.0/0.0.0.0
|
acl all src 0.0.0.0/0.0.0.0
|
||||||
acl manager proto cache_object
|
acl manager proto cache_object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user