summaryrefslogtreecommitdiff
path: root/community/squid
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-06 03:44:20 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-06 03:44:20 +0000
commit58ee2a8b8164437294a44a627d05ee1c701ced57 (patch)
tree8b37bc17534883a0f5e7edb57b2a9301d4b41d92 /community/squid
parentd7918d0226da2805ff09c48963d2c79e1327c630 (diff)
Tue May 6 03:39:24 UTC 2014
Diffstat (limited to 'community/squid')
-rw-r--r--community/squid/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index 5ceb3f71a..a4835349a 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 110475 2014-04-30 16:04:37Z spupykin $
+# $Id: PKGBUILD 110696 2014-05-05 09:16:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Coolen <mark.coolen@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=squid
-pkgver=3.4.4.2
-pkgrel=2
+pkgver=3.4.5
+pkgrel=1
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
url='http://www.squid-cache.org'
@@ -21,18 +21,16 @@ source=("http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2"
'squid.pam'
'squid.cron'
'squid.service'
- 'squid.tmpfiles'
- "ssl.patch::http://bugs.squid-cache.org/attachment.cgi?id=3036")
-md5sums=('d9d4a3d414db60e687d99080fbc68d1e'
+ 'squid.tmpfiles')
+md5sums=('b6bee84755c9bd08a119a386c26c9189'
'270977cdd9b47ef44c0c427ab9034777'
'a71425c4951f2e5b640d19e6a5048531'
'ceeb57c69ebb165676219222f109a24e'
- 'd243da117c1aee03c0cc6052f023a380'
- '4a21c881444707586095c4acc238eae6')
+ 'd243da117c1aee03c0cc6052f023a380')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p0 <$srcdir/ssl.patch
+# patch -p0 <$srcdir/ssl.patch
}
build() {