network/squid: Updated for version 3.1.10.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
David Somero 2010-12-29 12:04:12 -02:00 committed by Robby Workman
parent 1cb6cf94d1
commit ae22224689
5 changed files with 9 additions and 11 deletions

View file

@ -7,6 +7,6 @@ Squid supports SSL, extensive access controls, and full request logging.
By using the lightweight Internet Cache Protocol, squid caches can be
arranged in a hierarchy or mesh for additional bandwidth savings.
See /usr/doc/squid-3.1.6/README.SBo for configuration help.
See /usr/doc/squid-3.1.10/README.SBo for configuration help.
Note that the default squid.conf and /etc/logrotate.d/squid files have
changed in this release, so be sure to merge the changes into place.

View file

@ -7,10 +7,10 @@
|-----handy-ruler------------------------------------------------------|
squid: Squid (a popular free and open source Web proxy server and web cache)
squid:
squid:
squid: Squid is a high-performance proxy caching server for web clients,
squid: supporting FTP, gopher, and HTTP data objects.
squid:
squid:
squid: Homepage: http://www.squid-cache.org/
squid:
squid:

View file

@ -24,16 +24,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=squid
VERSION=3.1.6
VERSION=3.1.10
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,4 +1,4 @@
# WELCOME TO SQUID 3.1.6
# WELCOME TO SQUID 3.1.10
# ----------------------------
#
# This is the default Squid configuration file. You may wish

View file

@ -1,10 +1,10 @@
PRGNAM="squid"
VERSION="3.1.6"
VERSION="3.1.10"
HOMEPAGE="http://www.squid-cache.org/"
DOWNLOAD="http://www.squid-cache.org/Versions/v3/3.1/squid-3.1.6.tar.bz2"
MD5SUM="e9e2e9a9b5a305ba717be93ebb85f245"
DOWNLOAD="http://www.squid-cache.org/Versions/v3/3.1/squid-3.1.10.tar.bz2"
MD5SUM="fec2ca08045431fc87a2354f0ac67070"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="Michiel"
APPROVED="Niels Horn"