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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2126915802E for ; Sun, 30 Jun 2024 08:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CD5EE2AF5; Sun, 30 Jun 2024 08:31:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E74A1E2AF5 for ; Sun, 30 Jun 2024 08:31:31 +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 1D20E340BEF for ; Sun, 30 Jun 2024 08:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 447911D71 for ; Sun, 30 Jun 2024 08:31:29 +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: <1719736068.a75d66cee08872901d84fc7fd6a1595a98b22f7e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/lighttpd-9999.ebuild www-servers/lighttpd/metadata.xml X-VCS-Directories: www-servers/lighttpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a75d66cee08872901d84fc7fd6a1595a98b22f7e X-VCS-Branch: master Date: Sun, 30 Jun 2024 08:31:29 +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: a1a2bde2-135c-43c0-9566-6c67b1cd3ee9 X-Archives-Hash: bdcbf2cef1d2386356bf24fe47934c16 commit: a75d66cee08872901d84fc7fd6a1595a98b22f7e Author: Glenn Strauss gluelogic com> AuthorDate: Mon May 6 19:12:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 30 08:27:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75d66ce www-servers/lighttpd: USE_LIBDEFLATE option Note: libdeflate not currently available on s390 TODO: drop ~s390 from ebuild KEYWORDS; file rekeywording bug Signed-off-by: Glenn Strauss gluelogic.com> Signed-off-by: Sam James gentoo.org> www-servers/lighttpd/lighttpd-9999.ebuild | 7 ++++--- www-servers/lighttpd/metadata.xml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild index dce878470fb1..ea8a10005ca7 100644 --- a/www-servers/lighttpd/lighttpd-9999.ebuild +++ b/www-servers/lighttpd/lighttpd-9999.ebuild @@ -22,7 +22,7 @@ fi LICENSE="BSD GPL-2" SLOT="0" -IUSE="+brotli dbi gnutls kerberos ldap +lua maxminddb mbedtls +nettle nss +pcre php sasl selinux ssl test unwind webdav xattr +zlib zstd" +IUSE="+brotli dbi gnutls kerberos ldap libdeflate +lua maxminddb mbedtls +nettle nss +pcre php sasl selinux ssl test unwind webdav xattr +zlib zstd" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -42,6 +42,7 @@ COMMON_DEPEND=" gnutls? ( net-libs/gnutls ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-2.1.26:= ) + libdeflate? ( app-arch/libdeflate ) lua? ( ${LUA_DEPS} ) maxminddb? ( dev-libs/libmaxminddb ) mbedtls? ( net-libs/mbedtls ) @@ -116,8 +117,6 @@ src_configure() { $(meson_feature dbi with_dbi) - # Unpackaged in Gentoo - -Dwith_libdeflate=disabled # Obsolete -Dwith_fam=disabled @@ -125,6 +124,8 @@ src_configure() { $(meson_feature kerberos with_krb5) $(meson_feature ldap with_ldap) + $(meson_feature libdeflate with_libdeflate) + $(meson_feature unwind with_libunwind) $(meson_use lua with_lua) diff --git a/www-servers/lighttpd/metadata.xml b/www-servers/lighttpd/metadata.xml index 33390f7e2be2..e4c15c0ffdca 100644 --- a/www-servers/lighttpd/metadata.xml +++ b/www-servers/lighttpd/metadata.xml @@ -16,6 +16,7 @@ Enable output compression via app-arch/brotli (recommended) Build module for TLS via net-libs/gnutls + Enable output compression via app-arch/libdeflate Add support for geolocation using dev-libs/libmaxminddb Build module for TLS via net-libs/mbedtls Use dev-libs/nettle as crypto backend