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

Christian Hesse eworm at gemini.archlinux.org
Mon Oct 4 15:58:30 UTC 2021


    Date: Monday, October 4, 2021 @ 15:58:30
  Author: eworm
Revision: 1027466

archrelease: copy trunk to community-testing-x86_64

Added:
  haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
    (from rev 1027465, haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
  haproxy/repos/community-testing-x86_64/PKGBUILD
    (from rev 1027465, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
    (from rev 1027465, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
    (from rev 1027465, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/haproxy.sysusers
    (from rev 1027465, haproxy/trunk/haproxy.sysusers)
Deleted:
  haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
  haproxy/repos/community-testing-x86_64/PKGBUILD
  haproxy/repos/community-testing-x86_64/haproxy.cfg
  haproxy/repos/community-testing-x86_64/haproxy.install
  haproxy/repos/community-testing-x86_64/haproxy.sysusers

-------------------------------------------------------+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch |   78 +++----
 PKGBUILD                                              |  164 ++++++++--------
 haproxy.cfg                                           |   98 ++++-----
 haproxy.install                                       |   16 -
 haproxy.sysusers                                      |    2 
 5 files changed, 179 insertions(+), 179 deletions(-)

Deleted: 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
===================================================================
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch	2021-10-04 15:58:23 UTC (rev 1027465)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -1,39 +0,0 @@
-diff --git a/admin/iprange/Makefile b/admin/iprange/Makefile
-index 13598d8..eb89fb9 100644
---- a/admin/iprange/Makefile
-+++ b/admin/iprange/Makefile
-@@ -7,7 +7,7 @@ OBJS     = iprange ip6range
- all: $(OBJS)
- 
- %: %.c
--	$(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) -o $@ $^
- 
- clean:
- 	rm -f $(OBJS) *.o *.a *~
-diff --git a/dev/poll/Makefile b/dev/poll/Makefile
-index fdee514..9be926c 100644
---- a/dev/poll/Makefile
-+++ b/dev/poll/Makefile
-@@ -5,7 +5,7 @@ INCLUDE  =
- OBJS     = poll
- 
- poll: poll.c
--	$(CC) $(OPTIMIZE) $(DEFINE) $(INCLUDE) -o $@ $^
-+	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) $(INCLUDE) -o $@ $^
- 
- clean:
- 	rm -f $(OBJS) *.[oas] *~
-diff --git a/dev/tcploop/Makefile b/dev/tcploop/Makefile
-index 42a6259..e8a6ff7 100644
---- a/dev/tcploop/Makefile
-+++ b/dev/tcploop/Makefile
-@@ -5,7 +5,7 @@ INCLUDE  =
- OBJS     = tcploop
- 
- tcploop: tcploop.c
--	$(CC) $(OPTIMIZE) $(DEFINE) $(INCLUDE) -o $@ $^
-+	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) $(INCLUDE) -o $@ $^
- 
- clean:
- 	rm -f $(OBJS) *.[oas] *~

Copied: haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch (from rev 1027465, haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
===================================================================
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch	                        (rev 0)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -0,0 +1,39 @@
+diff --git a/admin/iprange/Makefile b/admin/iprange/Makefile
+index 13598d8..eb89fb9 100644
+--- a/admin/iprange/Makefile
++++ b/admin/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS     = iprange ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-	$(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) -o $@ $^
+ 
+ clean:
+ 	rm -f $(OBJS) *.o *.a *~
+diff --git a/dev/poll/Makefile b/dev/poll/Makefile
+index fdee514..9be926c 100644
+--- a/dev/poll/Makefile
++++ b/dev/poll/Makefile
+@@ -5,7 +5,7 @@ INCLUDE  =
+ OBJS     = poll
+ 
+ poll: poll.c
+-	$(CC) $(OPTIMIZE) $(DEFINE) $(INCLUDE) -o $@ $^
++	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) $(INCLUDE) -o $@ $^
+ 
+ clean:
+ 	rm -f $(OBJS) *.[oas] *~
+diff --git a/dev/tcploop/Makefile b/dev/tcploop/Makefile
+index 42a6259..e8a6ff7 100644
+--- a/dev/tcploop/Makefile
++++ b/dev/tcploop/Makefile
+@@ -5,7 +5,7 @@ INCLUDE  =
+ OBJS     = tcploop
+ 
+ tcploop: tcploop.c
+-	$(CC) $(OPTIMIZE) $(DEFINE) $(INCLUDE) -o $@ $^
++	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) $(INCLUDE) -o $@ $^
+ 
+ clean:
+ 	rm -f $(OBJS) *.[oas] *~

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 15:58:23 UTC (rev 1027465)
+++ PKGBUILD	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -1,82 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=haproxy
-pkgver=2.4.6
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='https://www.haproxy.org/'
-arch=('x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 'systemd-libs')
-makedepends=('systemd')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-        haproxy.cfg
-        haproxy.sysusers
-        0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
-
-sha256sums=('978370aa340fcc1f8bf986e600baeb724befd8284dfee3f3c2feb11f9e37aebb'
-            'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
-            'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
-            '8cdbb8be7a712f7b2c7f4823a96d2d2926d96b57632e9669069354d7f2df9fd2')
-
-prepare() {
-  cd haproxy-$pkgver
-
-  patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  export CFLAGS="$CFLAGS -fwrapv"
-
-  make \
-    CFLAGS="$CFLAGS" \
-    LDFLAGS="$LDFLAGS" \
-    CPU=generic \
-    TARGET=linux-glibc \
-    USE_GETADDRINFO=1 \
-    USE_LUA=1 \
-    USE_OPENSSL=1 \
-    USE_PCRE=1 USE_PCRE_JIT=1 \
-    USE_PROMEX=1 \
-    USE_SYSTEMD=1 \
-    USE_ZLIB=1
-
-    make \
-      SBINDIR=/usr/bin \
-      OPTIMIZE= \
-      CFLAGS="$CFLAGS" \
-      LDFLAGS="$LDFLAGS" \
-      admin/{halog/halog,iprange/ip{,6}range}
-    make \
-      SBINDIR=/usr/bin \
-      -C admin/systemd/
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-    PREFIX="$pkgdir"/usr \
-    SBINDIR="$pkgdir"/usr/bin \
-    DOCDIR="$pkgdir"/usr/share/$pkgname \
-    install
-
-  for admin in admin/{halog/halog,iprange/ip{,6}range}; do
-    install -D -m0755 $admin "$pkgdir"/usr/bin/$(basename $admin)
-  done
-
-  install -D -m0644 ../haproxy.sysusers "$pkgdir"/usr/lib/sysusers.d/haproxy.conf
-  install -D -m0644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -D -m0644 admin/systemd/haproxy.service \
-    "$pkgdir"/usr/lib/systemd/system/haproxy.service
-  cp -r examples "$pkgdir"/usr/share/haproxy/examples
-}

Copied: haproxy/repos/community-testing-x86_64/PKGBUILD (from rev 1027465, haproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -0,0 +1,82 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=haproxy
+pkgver=2.4.7
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://www.haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 'systemd-libs')
+makedepends=('systemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+        haproxy.cfg
+        haproxy.sysusers
+        0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
+
+sha256sums=('52af97f72f22ffd8a7a995fafc696291d37818feda50a23caef7dc0622421845'
+            'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
+            'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
+            '8cdbb8be7a712f7b2c7f4823a96d2d2926d96b57632e9669069354d7f2df9fd2')
+
+prepare() {
+  cd haproxy-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  export CFLAGS="$CFLAGS -fwrapv"
+
+  make \
+    CFLAGS="$CFLAGS" \
+    LDFLAGS="$LDFLAGS" \
+    CPU=generic \
+    TARGET=linux-glibc \
+    USE_GETADDRINFO=1 \
+    USE_LUA=1 \
+    USE_OPENSSL=1 \
+    USE_PCRE=1 USE_PCRE_JIT=1 \
+    USE_PROMEX=1 \
+    USE_SYSTEMD=1 \
+    USE_ZLIB=1
+
+    make \
+      SBINDIR=/usr/bin \
+      OPTIMIZE= \
+      CFLAGS="$CFLAGS" \
+      LDFLAGS="$LDFLAGS" \
+      admin/{halog/halog,iprange/ip{,6}range}
+    make \
+      SBINDIR=/usr/bin \
+      -C admin/systemd/
+}
+
+package() {
+  cd haproxy-$pkgver
+  make \
+    PREFIX="$pkgdir"/usr \
+    SBINDIR="$pkgdir"/usr/bin \
+    DOCDIR="$pkgdir"/usr/share/$pkgname \
+    install
+
+  for admin in admin/{halog/halog,iprange/ip{,6}range}; do
+    install -D -m0755 $admin "$pkgdir"/usr/bin/$(basename $admin)
+  done
+
+  install -D -m0644 ../haproxy.sysusers "$pkgdir"/usr/lib/sysusers.d/haproxy.conf
+  install -D -m0644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
+  install -D -m0644 admin/systemd/haproxy.service \
+    "$pkgdir"/usr/lib/systemd/system/haproxy.service
+  cp -r examples "$pkgdir"/usr/share/haproxy/examples
+}

Deleted: haproxy.cfg
===================================================================
--- haproxy.cfg	2021-10-04 15:58:23 UTC (rev 1027465)
+++ haproxy.cfg	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -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-testing-x86_64/haproxy.cfg (from rev 1027465, haproxy/trunk/haproxy.cfg)
===================================================================
--- haproxy.cfg	                        (rev 0)
+++ haproxy.cfg	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -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	2021-10-04 15:58:23 UTC (rev 1027465)
+++ haproxy.install	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -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-testing-x86_64/haproxy.install (from rev 1027465, haproxy/trunk/haproxy.install)
===================================================================
--- haproxy.install	                        (rev 0)
+++ haproxy.install	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -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	2021-10-04 15:58:23 UTC (rev 1027465)
+++ haproxy.sysusers	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -1 +0,0 @@
-u haproxy - - -

Copied: haproxy/repos/community-testing-x86_64/haproxy.sysusers (from rev 1027465, haproxy/trunk/haproxy.sysusers)
===================================================================
--- haproxy.sysusers	                        (rev 0)
+++ haproxy.sysusers	2021-10-04 15:58:30 UTC (rev 1027466)
@@ -0,0 +1 @@
+u haproxy - - -



More information about the arch-commits mailing list