summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Somero2010-03-16 01:31:52 +0100
committer Erik Hanson2010-05-13 13:26:54 +0200
commit1a0de88ed439279089f83dde91add07e3a08d4eb (patch)
tree689aad784ab535729c67215421238f0342bef3fb
parentb23f59973042680929b851c1ccf43ab16996b834 (diff)
downloadslackbuilds-1a0de88ed439279089f83dde91add07e3a08d4eb.tar.gz
network/squid: Updated for version 3.0.STABLE24.
-rw-r--r--network/squid/squid.SlackBuild12
-rw-r--r--network/squid/squid.info8
2 files changed, 8 insertions, 12 deletions
diff --git a/network/squid/squid.SlackBuild b/network/squid/squid.SlackBuild
index f06620a899..43031bfe7c 100644
--- a/network/squid/squid.SlackBuild
+++ b/network/squid/squid.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for squid
# http://www.squid-cache.org/
-# Copyright 2006-2009 David Somero (dsomero@hotmail.com) Athens,TN USA
+# Copyright 2006-2010 David Somero (dsomero@hotmail.com) Athens,TN USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=squid
-VERSION=3.0.STABLE21
+VERSION=3.0.STABLE24
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,12 +82,8 @@ CXXFLAGS="$SLKCFLAGS" \
make all
make install DESTDIR=$PKG
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null || true
-)
+find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
diff --git a/network/squid/squid.info b/network/squid/squid.info
index 010096a4b4..3060b47a90 100644
--- a/network/squid/squid.info
+++ b/network/squid/squid.info
@@ -1,10 +1,10 @@
PRGNAM="squid"
-VERSION="3.0.STABLE21"
+VERSION="3.0.STABLE24"
HOMEPAGE="http://www.squid-cache.org/"
-DOWNLOAD="http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE21.tar.bz2"
-MD5SUM="279168fe1fe5b38bbf6eee12babbc4ad"
+DOWNLOAD="http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE24.tar.bz2"
+MD5SUM="325c8977b64397666bf538d54bb6f128"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
-APPROVED="rworkman"
+APPROVED="Erik Hanson"