From 1a0de88ed439279089f83dde91add07e3a08d4eb Mon Sep 17 00:00:00 2001 From: David Somero Date: Mon, 15 Mar 2010 19:31:52 -0500 Subject: network/squid: Updated for version 3.0.STABLE24. --- network/squid/squid.SlackBuild | 12 ++++-------- network/squid/squid.info | 8 ++++---- 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'network/squid') 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" -- cgit v1.2.3