diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-24 13:56:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-24 13:56:09 +0000 |
commit | bdf412b1d2ed7264c5c37a278527179f6364355f (patch) | |
tree | e3c08bee0250ba138806d6f1b2704d2f9ddfecb8 /main/squid | |
parent | 5641ee0f55fad238521791999e00d8f0ed1f1431 (diff) | |
download | aports-bdf412b1d2ed7264c5c37a278527179f6364355f.tar.bz2 aports-bdf412b1d2ed7264c5c37a278527179f6364355f.tar.xz |
main/squid: support for squid_radius_auth helper
fixes #211
Diffstat (limited to 'main/squid')
-rw-r--r-- | main/squid/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/squid/APKBUILD b/main/squid/APKBUILD index 66be7961f9..e755404668 100644 --- a/main/squid/APKBUILD +++ b/main/squid/APKBUILD @@ -3,7 +3,7 @@ pkgname=squid pkgver=2.7.7 _ver=2.7.STABLE7 -pkgrel=0 +pkgrel=1 pkgdesc="A full-featured Web proxy cache server." url="http://www.squid-cache.org" install="squid.pre-install squid.pre-upgrade squid.post-install" @@ -74,7 +74,7 @@ build() { --enable-removal-policies="lru,heap" \ --enable-digest-auth-helpers="password" \ --enable-storeio="aufs,ufs,diskd,coss,null" \ - --enable-basic-auth-helpers="getpwnam,NCSA,SMB,MSNT,multi-domain-NTLM" \ + --enable-basic-auth-helpers="getpwnam,NCSA,SMB,MSNT,multi-domain-NTLM,squid_radius_auth" \ --enable-external-acl-helpers="ip_user,unix_group,wbinfo_group" \ --enable-ntlm-auth-helpers="SMB,fakeauth,no_check" \ --enable-delay-pools --enable-arp-acl --enable-ssl \ |