squid: update to 2.6.STABLE17

This commit is contained in:
Juergen Daubert 2007-12-01 09:44:23 +01:00
parent 493fcfa183
commit 75d71acd0d
4 changed files with 21 additions and 10 deletions

View File

@ -8,16 +8,18 @@ drwxr-xr-x root/root etc/squid/
-rw-r--r-- root/root etc/squid/squid.conf.default
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/RunCache
-rwxr-xr-x root/root usr/bin/cossdump
-rwxr-xr-x root/root usr/bin/squidclient
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/unlinkd
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/cachemgr.cgi.8.gz
-rw-r--r-- root/root usr/man/man8/squid.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/cachemgr.cgi
-rwxr-xr-x root/root usr/sbin/squid
-rwxr-xr-x root/root usr/sbin/unlinkd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/squid/
drwxr-xr-x root/root usr/share/squid/errors/

View File

@ -1,3 +1,3 @@
9ce54d2a0a7959df4470178e7aac5e27 squid
849bee6f269e6c773f215fd4b41de0e3 squid-2.6.STABLE16.tar.bz2
3094e711ce9888d226479ef682146329 squid.conf
e6face0dff4ea054d3ba94236eb56ea1 squid-2.6.STABLE17.tar.bz2
ef23fc10fc753050a11b4f16ddcf2739 squid.conf

View File

@ -3,7 +3,7 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=squid
version=2.6.STABLE16
version=2.6.STABLE17
release=1
source=(http://www.squid-cache.org/Versions/v2/2.6/$name-$version.tar.bz2 \
squid.conf squid)
@ -13,15 +13,21 @@ build () {
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc/squid \
--libexecdir=/usr/sbin \
--libexecdir=/usr/lib/squid \
--localstatedir=/var/squid \
--datadir=/usr/share/squid \
--enable-linux-netfilter \
--enable-err-languages=English \
--enable-epoll
--enable-epoll \
--enable-storeio=ufs,aufs,coss \
--with-large-files \
--with-pthreads \
--with-aufs-threads=16
make all
make DESTDIR=$PKG install
rm $PKG/usr/bin/RunCache
rm -r $PKG/{var/squid/logs,etc/squid/mime.conf.default}
mv $PKG/usr/share/squid/errors/{English/*,.}
rm -r $PKG/usr/share/squid/errors/English

View File

@ -16,13 +16,16 @@ cache_effective_user squid
cache_effective_group squid
# Directory where cache swap files will be stored
# Size 100MB, 16/256 subdirecctories
cache_dir ufs /var/squid 100 16 256
# coos: size 100MB, max. 5K/object
# aufs: size 1000MB, 16/256 subdirecctories
#cache_dir coss /var/squid/coss_01 100 block-size=512 max-size=5120
cache_dir aufs /var/squid 1000 16 256
# Log files
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
cache_swap_log /var/squid/swap_%s.log
# Where the error-messages and icons are stored
icon_directory /usr/share/squid/icons