Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
haproxy


Commits:
0fc3e374 by Christian Hesse at 2023-12-22T16:59:49+01:00
upgpkg: 2.9.1-2: apply: stconn: Disable zero-copy forwarding...

... if consumer is shut or in error

https://github.com/haproxy/haproxy/issues/2395

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = haproxy
        pkgdesc = Reliable, high performance TCP/HTTP load balancer
        pkgver = 2.9.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.haproxy.org/
        install = haproxy.install
        arch = x86_64
@@ -16,10 +16,12 @@ pkgbase = haproxy
        depends = systemd-libs
        backup = etc/haproxy/haproxy.cfg
        source = https://www.haproxy.org/download/2.9/src/haproxy-2.9.1.tar.gz
+       source = 
haproxy-stconn-Disable-zero-copy.patch::https://github.com/haproxy/haproxy/commit/123a9e7d83213bcc0478840bab2270113275fb0a.patch
        source = haproxy.cfg
        source = haproxy.sysusers
        source = 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
        sha256sums = 
d5801c772aab9c43f40964b7b33b4388d14b5b45750be4d2671785863cdb9f1c
+       sha256sums = 
bcb1a784181e486b66ea41a4cfbf1293bb38fab1f3ebe94ba2b054a9c9c85c39
        sha256sums = 
f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9
        sha256sums = 
b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e
        sha256sums = 
a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.9.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -18,11 +18,13 @@ backup=('etc/haproxy/haproxy.cfg')
 install=haproxy.install
 
 
source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+        
haproxy-stconn-Disable-zero-copy.patch::https://github.com/haproxy/haproxy/commit/123a9e7d83213bcc0478840bab2270113275fb0a.patch
         haproxy.cfg
         haproxy.sysusers
         0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
 
 sha256sums=('d5801c772aab9c43f40964b7b33b4388d14b5b45750be4d2671785863cdb9f1c'
+            'bcb1a784181e486b66ea41a4cfbf1293bb38fab1f3ebe94ba2b054a9c9c85c39'
             'f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9'
             'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
             'a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998')
@@ -31,6 +33,7 @@ prepare() {
   cd haproxy-$pkgver
 
   patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
+  patch -Np1 < ../haproxy-stconn-Disable-zero-copy.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/0fc3e3748db224eeceb3a7e27b7a4cc4b276035b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/0fc3e3748db224eeceb3a7e27b7a4cc4b276035b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to