diff --git a/squid/.md5sum b/squid/.md5sum index ffef5fbe6..86874480d 100644 --- a/squid/.md5sum +++ b/squid/.md5sum @@ -1,3 +1,3 @@ 9ce54d2a0a7959df4470178e7aac5e27 squid -81ed6ff977dff6d76b0ad2b5390ebf89 squid-2.6.STABLE4.tar.bz2 -3fea6853a28bf4b1ca77290c6762a24e squid.conf +b9f2e3b2c9e2c44e0fb729bf8f26d945 squid-2.6.STABLE5.tar.bz2 +302d9ac3a340c6c3d2c93d25879cf129 squid.conf diff --git a/squid/Pkgfile b/squid/Pkgfile index ec4c63ab3..6d37bd955 100644 --- a/squid/Pkgfile +++ b/squid/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de name=squid -version=2.6.STABLE4 +version=2.6.STABLE5 release=1 source=(http://www.squid-cache.org/Versions/v2/2.6/$name-$version.tar.bz2 \ squid.conf squid) diff --git a/squid/README b/squid/README index 62c73fcdd..7a082bfbe 100644 --- a/squid/README +++ b/squid/README @@ -1,4 +1,4 @@ -README for squid 2.5 +README for squid 2.6 REQUIREMENTS diff --git a/squid/squid.conf b/squid/squid.conf index 85e6aabcd..049f7fbf0 100644 --- a/squid/squid.conf +++ b/squid/squid.conf @@ -35,10 +35,10 @@ pid_filename /var/run/squid.pid acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 -acl SSL_ports port 443 563 +acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp -acl Safe_ports port 443 563 # https, snews +acl Safe_ports port 443 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports