[arch-commits] Commit in squid/trunk (PKGBUILD squid.install)

Sergej Pupykin spupykin at archlinux.org
Mon May 4 13:06:14 UTC 2015


    Date: Monday, May 4, 2015 @ 15:06:14
  Author: spupykin
Revision: 132718

upgpkg: squid 3.5.4-2

upd

Modified:
  squid/trunk/PKGBUILD
  squid/trunk/squid.install

---------------+
 PKGBUILD      |    2 +-
 squid.install |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-04 13:06:07 UTC (rev 132717)
+++ PKGBUILD	2015-05-04 13:06:14 UTC (rev 132718)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'

Modified: squid.install
===================================================================
--- squid.install	2015-05-04 13:06:07 UTC (rev 132717)
+++ squid.install	2015-05-04 13:06:14 UTC (rev 132718)
@@ -6,4 +6,7 @@
 
 post_upgrade() {
   post_install
+  if [ `vercmp "$2" "3.5.4-1"` -le 0 ]; then
+    echo "- Add 'dns_v4_first on' option into config unless you provider support ipv6!"
+  fi
 }



More information about the arch-commits mailing list