aur/squid to 3.2.1-1

This commit is contained in:
Kevin Mihelich 2012-09-17 23:42:21 +00:00
parent 35208c4545
commit 5e1fb014ef
3 changed files with 20 additions and 12 deletions

View file

@ -1,10 +1,11 @@
# $Id: PKGBUILD 161334 2012-06-09 22:30:24Z dreisner $
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: Mark Coolen <mark.coolen@gmail.com>
pkgname=squid
pkgver=3.1.20
pkgrel=2
pkgname="squid"
pkgver="3.2.1"
pkgrel="1"
pkgdesc="A full-featured Web proxy cache server."
arch=('i686' 'x86_64')
url="http://www.squid-cache.org"
@ -15,13 +16,18 @@ backup=('etc/squid/squid.conf'
'etc/squid/mime.conf'
'etc/conf.d/squid')
install=squid.install
source=("http://www.squid-cache.org/Versions/v3/3.1/$pkgname-$pkgver.tar.bz2"
#source=("http://www.squid-cache.org/Versions/v3/3.1/$pkgname-$pkgver.tar.bz2"
#source=( "$pkgname-$pkgver"'.tar.bz2'
source=("http://www.squid-cache.org/Versions/v3/3.2/$pkgname-$pkgver.tar.bz2"
'squid'
'squid.conf.d'
'squid.pam'
'squid.cron'
'squid.service')
md5sums=('c4d733a383c0508fd0746d64a2d7278a'
#'c4d733a383c0508fd0746d64a2d7278a'
md5sums=('929f7a3988fe63ec188d2ad920d92d82'
'02f7b5bd793f778e40834fd6457d2199'
'2383772ef94efddc7b920628bc7ac5b0'
'270977cdd9b47ef44c0c427ab9034777'
@ -39,7 +45,7 @@ build() {
sed '/^#cache_dir/ s/100/256/
/^NAME: cache_effective_group/ {n;n;s/none/proxy/}' -i src/cf.data.pre
./configure \
./configure \
--prefix=/usr \
--datadir=/usr/share/squid \
--sysconfdir=/etc/squid \
@ -47,13 +53,13 @@ build() {
--localstatedir=/var \
--with-logdir=/var/log/squid \
--with-pidfile=/run/squid.pid \
--enable-auth="basic,digest,ntlm" \
--enable-auth \
--enable-auth-basic \
--enable-auth-ntlm \
--enable-auth-digest \
--enable-auth-negotiate \
--enable-removal-policies="lru,heap" \
--enable-digest-auth-helpers="password" \
--enable-storeio="aufs,ufs,diskd" \
--enable-basic-auth-helpers="getpwnam,YP,NCSA,SMB,MSNT,PAM,multi-domain-NTLM" \
--enable-external-acl-helpers="ip_user,unix_group,wbinfo_group" \
--enable-ntlm-auth-helpers="smb_lm,fakeauth,no_check" \
--enable-delay-pools \
--enable-arp-acl \
--enable-ssl \
@ -74,6 +80,8 @@ build() {
--enable-async-io \
--enable-truncate
make
}

0
aur/squid/squid Normal file → Executable file
View file

0
aur/squid/squid.cron Normal file → Executable file
View file