[arch-commits] Commit in haproxy/repos/community-x86_64 (8 files)

Johannes Löthberg demize at archlinux.org
Sat Feb 10 22:54:41 UTC 2018


    Date: Saturday, February 10, 2018 @ 22:54:40
  Author: demize
Revision: 291689

archrelease: copy trunk to community-x86_64

Added:
  haproxy/repos/community-x86_64/PKGBUILD
    (from rev 291688, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
    (from rev 291688, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
    (from rev 291688, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/haproxy.sysusers
    (from rev 291688, haproxy/trunk/haproxy.sysusers)
Deleted:
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install
  haproxy/repos/community-x86_64/haproxy.sysusers

------------------+
 PKGBUILD         |  144 ++++++++++++++++++++++++++---------------------------
 haproxy.cfg      |   98 ++++++++++++++++++------------------
 haproxy.install  |   16 ++---
 haproxy.sysusers |    2 
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-10 22:54:29 UTC (rev 291688)
+++ PKGBUILD	2018-02-10 22:54:40 UTC (rev 291689)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=haproxy
-pkgver=1.8.2
-pkgrel=2
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='https://haproxy.org/'
-arch=('x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua' 'libsystemd')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-        haproxy.cfg
-        haproxy.sysusers)
-
-md5sums=('5e72829793e163bea93da1df6b4aaa1e'
-         '27941f31d25d5629f4bdef6bc4b2555a'
-         '2f00e81ee2f3f6e51a0cd9acc6f3ff3e')
-
-prepare() {
-  cd haproxy-$pkgver
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-    USE_GETADDRINFO=1 \
-    USE_OPENSSL=1 \
-    USE_PCRE=1 USE_PCRE_JIT=1 \
-    USE_ZLIB=1 \
-    USE_LUA=1 \
-    USE_SYSTEMD=1
-
-  for contrib in halog iprange systemd; do
-    make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-    PREFIX="$pkgdir"/usr \
-    SBINDIR="$pkgdir"/usr/bin \
-    DOCDIR="$pkgdir"/usr/share/$pkgname \
-    install
-
-  for contrib in halog iprange; do
-    install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.sysusers "$pkgdir"/usr/lib/sysusers.d/haproxy.conf
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-    "$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-    "$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-    "$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-x86_64/PKGBUILD (from rev 291688, haproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-10 22:54:40 UTC (rev 291689)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=haproxy
+pkgver=1.8.4
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua' 'libsystemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+        haproxy.cfg
+        haproxy.sysusers)
+
+md5sums=('540cd21169e8828d5d11894b2fa74ab4'
+         '27941f31d25d5629f4bdef6bc4b2555a'
+         '2f00e81ee2f3f6e51a0cd9acc6f3ff3e')
+
+prepare() {
+  cd haproxy-$pkgver
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+    USE_GETADDRINFO=1 \
+    USE_OPENSSL=1 \
+    USE_PCRE=1 USE_PCRE_JIT=1 \
+    USE_ZLIB=1 \
+    USE_LUA=1 \
+    USE_SYSTEMD=1
+
+  for contrib in halog iprange systemd; do
+    make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd haproxy-$pkgver
+  make \
+    PREFIX="$pkgdir"/usr \
+    SBINDIR="$pkgdir"/usr/bin \
+    DOCDIR="$pkgdir"/usr/share/$pkgname \
+    install
+
+  for contrib in halog iprange; do
+    install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
+  done
+
+  install -Dm644 ../haproxy.sysusers "$pkgdir"/usr/lib/sysusers.d/haproxy.conf
+  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
+  install -Dm644 contrib/systemd/haproxy.service \
+    "$pkgdir"/usr/lib/systemd/system/haproxy.service
+
+  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
+  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
+  install -m644 examples/errorfiles/*.http \
+    "$pkgdir"/usr/share/haproxy/examples/errorfiles/
+
+  install -Dm644 examples/haproxy.vim \
+    "$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
+}

Deleted: haproxy.cfg
===================================================================
--- haproxy.cfg	2018-02-10 22:54:29 UTC (rev 291688)
+++ haproxy.cfg	2018-02-10 22:54:40 UTC (rev 291689)
@@ -1,49 +0,0 @@
-#---------------------------------------------------------------------
-# Example configuration.  See the full configuration manual online.
-#
-#   http://www.haproxy.org/download/1.7/doc/configuration.txt
-#
-#---------------------------------------------------------------------
-
-global
-    maxconn     20000
-    log         127.0.0.1 local0
-    user        haproxy
-    chroot      /usr/share/haproxy
-    pidfile     /run/haproxy.pid
-    daemon
-
-frontend  main
-    bind :5000
-    mode                 http
-    log                  global
-    option               httplog
-    option               dontlognull
-    option               http_proxy
-    option forwardfor    except 127.0.0.0/8
-    maxconn              8000
-    timeout              client  30s
-
-    acl url_static       path_beg       -i /static /images /javascript /stylesheets
-    acl url_static       path_end       -i .jpg .gif .png .css .js
-
-    use_backend static          if url_static
-    default_backend             app
-
-backend static
-    mode        http
-    balance     roundrobin
-    timeout     connect 5s
-    timeout     server  5s
-    server      static 127.0.0.1:4331 check
-
-backend app
-    mode        http
-    balance     roundrobin
-    timeout     connect 5s
-    timeout     server  30s
-    timeout     queue   30s
-    server  app1 127.0.0.1:5001 check
-    server  app2 127.0.0.1:5002 check
-    server  app3 127.0.0.1:5003 check
-    server  app4 127.0.0.1:5004 check

Copied: haproxy/repos/community-x86_64/haproxy.cfg (from rev 291688, haproxy/trunk/haproxy.cfg)
===================================================================
--- haproxy.cfg	                        (rev 0)
+++ haproxy.cfg	2018-02-10 22:54:40 UTC (rev 291689)
@@ -0,0 +1,49 @@
+#---------------------------------------------------------------------
+# Example configuration.  See the full configuration manual online.
+#
+#   http://www.haproxy.org/download/1.7/doc/configuration.txt
+#
+#---------------------------------------------------------------------
+
+global
+    maxconn     20000
+    log         127.0.0.1 local0
+    user        haproxy
+    chroot      /usr/share/haproxy
+    pidfile     /run/haproxy.pid
+    daemon
+
+frontend  main
+    bind :5000
+    mode                 http
+    log                  global
+    option               httplog
+    option               dontlognull
+    option               http_proxy
+    option forwardfor    except 127.0.0.0/8
+    maxconn              8000
+    timeout              client  30s
+
+    acl url_static       path_beg       -i /static /images /javascript /stylesheets
+    acl url_static       path_end       -i .jpg .gif .png .css .js
+
+    use_backend static          if url_static
+    default_backend             app
+
+backend static
+    mode        http
+    balance     roundrobin
+    timeout     connect 5s
+    timeout     server  5s
+    server      static 127.0.0.1:4331 check
+
+backend app
+    mode        http
+    balance     roundrobin
+    timeout     connect 5s
+    timeout     server  30s
+    timeout     queue   30s
+    server  app1 127.0.0.1:5001 check
+    server  app2 127.0.0.1:5002 check
+    server  app3 127.0.0.1:5003 check
+    server  app4 127.0.0.1:5004 check

Deleted: haproxy.install
===================================================================
--- haproxy.install	2018-02-10 22:54:29 UTC (rev 291688)
+++ haproxy.install	2018-02-10 22:54:40 UTC (rev 291689)
@@ -1,8 +0,0 @@
-post_install() {
-  printf '==> %s\n' "The example config chroots HAProxy, meaning that logging to journald won't work."
-  printf '    %s\n' "Either disable chrooting, use rsyslog, or bind /run/systemd/journal/dev-log into the chroot."
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: haproxy/repos/community-x86_64/haproxy.install (from rev 291688, haproxy/trunk/haproxy.install)
===================================================================
--- haproxy.install	                        (rev 0)
+++ haproxy.install	2018-02-10 22:54:40 UTC (rev 291689)
@@ -0,0 +1,8 @@
+post_install() {
+  printf '==> %s\n' "The example config chroots HAProxy, meaning that logging to journald won't work."
+  printf '    %s\n' "Either disable chrooting, use rsyslog, or bind /run/systemd/journal/dev-log into the chroot."
+}
+
+post_upgrade() {
+  post_install $1
+}

Deleted: haproxy.sysusers
===================================================================
--- haproxy.sysusers	2018-02-10 22:54:29 UTC (rev 291688)
+++ haproxy.sysusers	2018-02-10 22:54:40 UTC (rev 291689)
@@ -1 +0,0 @@
-u haproxy - - -

Copied: haproxy/repos/community-x86_64/haproxy.sysusers (from rev 291688, haproxy/trunk/haproxy.sysusers)
===================================================================
--- haproxy.sysusers	                        (rev 0)
+++ haproxy.sysusers	2018-02-10 22:54:40 UTC (rev 291689)
@@ -0,0 +1 @@
+u haproxy - - -



More information about the arch-commits mailing list