From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5C14138359 for ; Mon, 9 Nov 2020 11:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2826DE07AE; Mon, 9 Nov 2020 11:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02D90E07AE for ; Mon, 9 Nov 2020 11:32:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8970533BE33 for ; Mon, 9 Nov 2020 11:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD0B63AB for ; Mon, 9 Nov 2020 11:32:19 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1604921507.3a3ea8c0e8ba175e44a87fd9a15014adea098a9b.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy/haproxy-2.2.5.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 3a3ea8c0e8ba175e44a87fd9a15014adea098a9b X-VCS-Branch: master Date: Mon, 9 Nov 2020 11:32:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c095daad-9063-4245-8847-d1849567ee91 X-Archives-Hash: 628492e5a0fc0cc1f899698b16dacd20 commit: 3a3ea8c0e8ba175e44a87fd9a15014adea098a9b Author: Christian Ruppert gentoo org> AuthorDate: Mon Nov 9 11:31:03 2020 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Mon Nov 9 11:31:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3ea8c0 net-proxy/haproxy: Fix hpack compilation, bug 753509 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Christian Ruppert gentoo.org> net-proxy/haproxy/haproxy-2.2.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-proxy/haproxy/haproxy-2.2.5.ebuild b/net-proxy/haproxy/haproxy-2.2.5.ebuild index d1c45681b56..1518b1d4e9f 100644 --- a/net-proxy/haproxy/haproxy-2.2.5.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.5.ebuild @@ -51,6 +51,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" +PATCHES=( "${FILESDIR}/${PN}-2.3.0-hpack-VAR_ARRAY.patch" ) DOCS=( CHANGELOG CONTRIBUTING MAINTAINERS README ) CONTRIBS=( halog iprange ) # ip6range is present in 1.6, but broken.