diff options
author | David Somero <dsomero@hotmail.com> | 2010-12-29 12:04:12 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-31 18:59:52 -0600 |
commit | ae22224689c79cddd3702167b9e98784d7104704 (patch) | |
tree | 47110be411a40fb88c0d5b7c0ade7e6e08d3e3f6 /network | |
parent | 1cb6cf94d18f033ce22f0ac2ed0706d2e381cbd8 (diff) | |
download | slackbuilds-ae22224689c79cddd3702167b9e98784d7104704.tar.gz |
network/squid: Updated for version 3.1.10.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/squid/README | 2 | ||||
-rw-r--r-- | network/squid/slack-desc | 4 | ||||
-rw-r--r-- | network/squid/squid.SlackBuild | 4 | ||||
-rw-r--r-- | network/squid/squid.conf | 2 | ||||
-rw-r--r-- | network/squid/squid.info | 8 |
5 files changed, 9 insertions, 11 deletions
diff --git a/network/squid/README b/network/squid/README index b42a553a3f..e11228d124 100644 --- a/network/squid/README +++ b/network/squid/README @@ -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. diff --git a/network/squid/slack-desc b/network/squid/slack-desc index 4c31860d82..b2b6a96740 100644 --- a/network/squid/slack-desc +++ b/network/squid/slack-desc @@ -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: diff --git a/network/squid/squid.SlackBuild b/network/squid/squid.SlackBuild index 5c69c1e71c..37dffcab91 100644 --- a/network/squid/squid.SlackBuild +++ b/network/squid/squid.SlackBuild @@ -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 diff --git a/network/squid/squid.conf b/network/squid/squid.conf index a7b65c8292..a53e9e67a2 100644 --- a/network/squid/squid.conf +++ b/network/squid/squid.conf @@ -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 diff --git a/network/squid/squid.info b/network/squid/squid.info index 556255bd1f..c934fcb5b4 100644 --- a/network/squid/squid.info +++ b/network/squid/squid.info @@ -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" |