diff options
author | root <root@rshg054.dnsready.net> | 2013-10-30 01:04:25 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-30 01:04:25 -0700 |
commit | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (patch) | |
tree | 9450bd13169930e602731e9c431b79fdaaad2c02 /community/squid | |
parent | 38b1ce25596ae456fefb3214a73c3d1005da568f (diff) |
Wed Oct 30 01:01:59 PDT 2013
Diffstat (limited to 'community/squid')
-rw-r--r-- | community/squid/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index febc414d7..b624edbae 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97531 2013-09-23 16:17:02Z spupykin $ +# $Id: PKGBUILD 99520 2013-10-29 10:35:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Mark Coolen <mark.coolen@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -6,7 +6,7 @@ pkgname=squid pkgver=3.3.9 -pkgrel=1 +pkgrel=2 pkgdesc='Full-featured Web proxy cache server' arch=('x86_64' 'i686') url='http://www.squid-cache.org' @@ -87,7 +87,8 @@ build() { --with-default-user=proxy \ --enable-async-io \ --enable-truncate \ - --enable-icap-client + --enable-icap-client \ + --enable-ssl-crtd make } |