summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b8a07499c4..0849f05ea2e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = squid4
pkgdesc = Full-featured Web proxy cache server with the support SSL, eCAP, iCAP-client. Include patches for normal work with cache, long url`s and CDN.
- pkgver = 4.2
+ pkgver = 4.3
pkgrel = 4
url = http://www.squid-cache.org
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = squid4
backup = etc/squid/cachemgr.conf
backup = etc/squid/errorpage.css
backup = etc/squid/mime.conf
- source = http://www.squid-cache.org/Versions/v4/squid-4.2.tar.xz
- source = http://www.squid-cache.org/Versions/v4/squid-4.2.tar.xz.asc
+ source = http://www.squid-cache.org/Versions/v4/squid-4.3.tar.xz
+ source = http://www.squid-cache.org/Versions/v4/squid-4.3.tar.xz.asc
source = squid.pam
source = squid.service
source = squid.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index c505008f60c1..320a424b4a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bar0metr <admin@os-admin.ru>
pkgname=squid4
-pkgver=4.2
+pkgver=4.3
pkgrel=4
pkgdesc='Full-featured Web proxy cache server with the support SSL, eCAP, iCAP-client. Include patches for normal work with cache, long url`s and CDN.'
arch=('x86_64')
@@ -74,7 +74,7 @@ build() {
--with-netfilter-conntrack \
--with-openssl=/usr/include/openssl \
--enable-snmp \
- --enable-xmalloc-statistics \
+# --enable-xmalloc-statistics \
--enable-inline \
--enable-linux-netfilter \
--enable-ident-lookups \