summaryrefslogtreecommitdiff
path: root/net-proxy/haproxy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /net-proxy/haproxy
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'net-proxy/haproxy')
-rw-r--r--net-proxy/haproxy/Manifest1
-rw-r--r--net-proxy/haproxy/files/haproxy-2.3.0-hpack-VAR_ARRAY.patch37
2 files changed, 0 insertions, 38 deletions
diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index 8527eb1a4dd3..048e2a7d3e9d 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -1,4 +1,3 @@
-AUX haproxy-2.3.0-hpack-VAR_ARRAY.patch 1230 BLAKE2B 282f82e498126771c3837f2da3cdb433db703ac9f6035d86de50a31d7f45f5d02c5704a30a4888b3b02e78d953acb31f29fedacc4c07b9521217dbfaeb2fd61d SHA512 a6ea15ac6b07c46695b9dc1aafadd7e3a74d413fbb31cf827fda202669a48c0108a20d303cd5a3e9c25bf7d75d588d011ba874eee3f90b5ba65498c861eca1b1
AUX haproxy.confd 610 BLAKE2B 89c6ea0c2f623bbe7aa80a4f42de1d7fb38a2fa6e9edb5b9c758ee1c5140e750fa6be046e4854c94806a609bd3b487f2553bfeafb1db43871032731425b54f59 SHA512 80a6e109432c7e751e9e1063853f73d3269c4c3967728a90cf94230cb32308b396f9f9ad7795b74b919dae4f61e5a29a9ae7badf0908148accbe0e8ca2238913
AUX haproxy.initd-r6 1705 BLAKE2B af8b9ad2fcb499d7fec97fe4210af8685a15881aa98634551bad8ec90bd2fe412a7af337fcb5f3ced7715433fb1d98fa175ecb83fa61108802973976109a7c6d SHA512 59693dfb0ae004559e57fb751ebd4abc85a982733699230ff51aa94a2bb7db9875bc63f6a03355b7434448736beb513e923b2ad9c70661f4110e4b2ad2bba753
DIST haproxy-2.0.24.tar.gz 2707476 BLAKE2B 98539bf4affd7efd8703d29f0ef03182f2b58b0aed39984c2c47959996caeb3e3ee2863d46588d991fe4aabf073810712db0e4b78668d41a92e634b9cc31080f SHA512 8136639beb37f6ac19653e9553de24bb5e3f258cf9276d6d8caebe74d500e1f6e50e23f5f47d32a1a157bf906e04fff9b1aa062ecb15d361b5dd2aa0da6e63bd
diff --git a/net-proxy/haproxy/files/haproxy-2.3.0-hpack-VAR_ARRAY.patch b/net-proxy/haproxy/files/haproxy-2.3.0-hpack-VAR_ARRAY.patch
deleted file mode 100644
index 4f6bf4cf7174..000000000000
--- a/net-proxy/haproxy/files/haproxy-2.3.0-hpack-VAR_ARRAY.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 759146f0de143939b841ba987aabb83aa178a4fc Mon Sep 17 00:00:00 2001
-From: Christian Ruppert <idl0r@qasl.de>
-Date: Mon, 9 Nov 2020 09:15:21 +0100
-Subject: [PATCH] hpack-tbl-t.h uses VAR_ARRAY and requires compiler.h to be
- included
-
-This fixes building hpack from contrib, which failed because of the
-undeclared VAR_ARRAY:
-
-make -C contrib/hpack
-...
-cc -O2 -Wall -g -I../../include -fwrapv -fno-strict-aliasing -c -o gen-enc.o gen-enc.c
-In file included from gen-enc.c:18:
-../../include/haproxy/hpack-tbl-t.h:105:23: error: 'VAR_ARRAY' undeclared here (not in a function)
- 105 | struct hpack_dte dte[VAR_ARRAY]; /* dynamic table entries */
-...
-
-Signed-off-by: Christian Ruppert <idl0r@qasl.de>
----
- include/haproxy/hpack-tbl-t.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/haproxy/hpack-tbl-t.h b/include/haproxy/hpack-tbl-t.h
-index 344f665dd..07f1ca9ea 100644
---- a/include/haproxy/hpack-tbl-t.h
-+++ b/include/haproxy/hpack-tbl-t.h
-@@ -28,6 +28,7 @@
- #define _HAPROXY_HPACK_TBL_T_H
-
- #include <inttypes.h>
-+#include "compiler.h"
-
- /* Dynamic Headers Table, usable for tables up to 4GB long and values of 64kB-1.
- * The model can be improved by using offsets relative to the table entry's end
---
-2.26.2
-