From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F022515807A for ; Thu, 05 Jun 2025 16:10:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D716D34316D for ; Thu, 05 Jun 2025 16:10:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8F9AA1103C1; Thu, 05 Jun 2025 16:10:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8A0721103C1 for ; Thu, 05 Jun 2025 16:10:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40357342FF7 for ; Thu, 05 Jun 2025 16:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EE2727C2 for ; Thu, 05 Jun 2025 16:10:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749139615.1b7581678c44262be0a8ecb8d735b3204603f30a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/pound/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/pound/Manifest www-servers/pound/pound-4.16.ebuild X-VCS-Directories: www-servers/pound/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1b7581678c44262be0a8ecb8d735b3204603f30a X-VCS-Branch: master Date: Thu, 05 Jun 2025 16:10:11 +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: 106d21fd-c461-453c-9d0b-ec5e8bae8f90 X-Archives-Hash: 8a64477a6b7a4115c106f8ed65338ac8 commit: 1b7581678c44262be0a8ecb8d735b3204603f30a Author: Philipp Rösner protonmail com> AuthorDate: Tue Jun 3 17:27:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 5 16:06:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b758167 www-servers/pound: add 4.16 - Add ebuild for pound-4.16, see https://github.com/graygnuorg/pound/releases for changes - Fix tests by adding required perl deps - Remove QA_CONFIG_IMPL_DECL_SKIP section, as it isn't required anymore - Remove all keywords except for amd64, because dev-perl/IO-FDPass is a new package added for testing pound. Bug: https://bugs.gentoo.org/930679 Closes: https://bugs.gentoo.org/956482 Signed-off-by: Philipp Rösner protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42427 Closes: https://github.com/gentoo/gentoo/pull/42427 Signed-off-by: Sam James gentoo.org> www-servers/pound/Manifest | 1 + www-servers/pound/pound-4.16.ebuild | 56 +++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/www-servers/pound/Manifest b/www-servers/pound/Manifest index 0fe772636e47..e9cb0fbe5c05 100644 --- a/www-servers/pound/Manifest +++ b/www-servers/pound/Manifest @@ -1 +1,2 @@ DIST pound-4.10.tar.gz 554678 BLAKE2B 895ee69bcbac680062af270655af3433daffd60ea7a90875dd1fb867447a9be6b28d18444db758fa9c034002ab256fc76d932b893a426d77b6069e03a63a7e74 SHA512 2e0fadbcdeb87fb8357c14467b7b31e598881e7db7bde725f81fb4668370cad993e00a9c7617ff4343a444393f05521cda6c8e1b3d663af6b5053b7c7fd7c874 +DIST pound-4.16.tar.gz 990967 BLAKE2B f1acd2f7bf4d3b548ef7fb71735783d5c440f7b6a0018e18dff4828803cff0366ea0251b4f23d490b58df2e4fbb1836dfe7046ee342cf67919854b00dac00912 SHA512 8bc8ff8daf003a9aada82b0cc348f595f98513fc21606986877422e1ecf3ece873e355ee21b1edeeafa1de08f6ac9f60e0546c8c710398ae6b902b0a95698a5f diff --git a/www-servers/pound/pound-4.16.ebuild b/www-servers/pound/pound-4.16.ebuild new file mode 100644 index 000000000000..d61a1ebb5fca --- /dev/null +++ b/www-servers/pound/pound-4.16.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# TODO: Add adns as a dependency in order to allow building with support for +# dynamic backends +# TODO: Add hoard as a dependency in order to support the --enable-hoard configure +# argument + +DESCRIPTION="A http/https reverse-proxy and load-balancer" +HOMEPAGE="https://github.com/graygnuorg/pound" +SRC_URI="https://github.com/graygnuorg/pound/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="tcmalloc test" + +RESTRICT="!test? ( test )" + +DEPEND=" + dev-libs/libpcre2:= + dev-libs/openssl:= + tcmalloc? ( dev-util/google-perftools ) +" +RDEPEND=" + ${DEPEND} + virtual/libcrypt:= +" +BDEPEND=" + test? ( + dev-lang/perl + dev-perl/IO-FDPass + dev-perl/IO-Socket-SSL + dev-perl/JSON + dev-perl/Net-SSLeay + ) +" + +src_configure() { + local myconf=( + --disable-dynamic-backends + --disable-hoard + --enable-pcre + $(use_enable tcmalloc) + ) + econf "${myconf[@]}" +} + +src_install() { + default + newinitd "${FILESDIR}/pound.init" pound + insinto /etc + newins "${FILESDIR}/pound-2.2.cfg" pound.cfg +}