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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon May 4 12:21:24 UTC 2015


    Date: Monday, May 4, 2015 @ 14:21:24
  Author: bpiotrowski
Revision: 132710

upgpkg: haproxy 1.5.12-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD
  haproxy/trunk/haproxy.install

-----------------+
 PKGBUILD        |    4 ++--
 haproxy.install |    4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-04 12:15:55 UTC (rev 132709)
+++ PKGBUILD	2015-05-04 12:21:24 UTC (rev 132710)
@@ -2,7 +2,7 @@
 # Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=haproxy
-pkgver=1.5.11
+pkgver=1.5.12
 pkgrel=1
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=haproxy.install
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
         haproxy.cfg)
-md5sums=('5500a79d0d2b238d4a1e9749bd0c2cb2'
+md5sums=('4b94b257f16d88c315716b062b22e48a'
          '7e41518332eeae70fa30dc30861c17c8')
 
 prepare() {

Modified: haproxy.install
===================================================================
--- haproxy.install	2015-05-04 12:15:55 UTC (rev 132709)
+++ haproxy.install	2015-05-04 12:21:24 UTC (rev 132710)
@@ -2,7 +2,3 @@
   getent passwd haproxy >/dev/null || useradd -r -M -d / \
     -s /usr/bin/nologin haproxy >/dev/null
 }
-
-post_remove() {
-  getent passwd haproxy >/dev/null && userdel haproxy >/dev/null
-}



More information about the arch-commits mailing list