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 8CF74158064 for ; Mon, 6 May 2024 16:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1269E2AAE; Mon, 6 May 2024 16:34:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id 9EE2DE2AAD for ; Mon, 6 May 2024 16:34:16 +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 6974A335C9B for ; Mon, 6 May 2024 16:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFD051A2B for ; Mon, 6 May 2024 16:34:13 +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: <1715013158.6d11fbcd4176074fe1dbce19e620fae7e9dcb228.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-1.4.75-r1.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: 6d11fbcd4176074fe1dbce19e620fae7e9dcb228 X-VCS-Branch: master Date: Mon, 6 May 2024 16:34:13 +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: d99a5f92-7428-45fd-a460-63137bb56c7e X-Archives-Hash: 1109ec1f54985c3ebe96d9651f2b12c0 commit: 6d11fbcd4176074fe1dbce19e620fae7e9dcb228 Author: Glenn Strauss gluelogic com> AuthorDate: Sat Mar 16 22:39:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 6 16:32:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d11fbcd www-servers/lighttpd: refresh lighttpd-1.4.75.ebuild * use https://wiki.lighttpd.net/ links to lighttpd wiki doc * add dev-db/sqlite dependency which is used by mod_webdav * remove e2fsprogs; mod_webdav no longer uses uuid_*() from e2fsprogs * remove libev; no longer used by lighttpd lighttpd directly uses native event frameworks (e.g. epoll) * remove 2+ year old deprecation warning trace * remove reference to lighttpd2; no lighttpd2 production release planned [sam: I've rebased this to fork the changes into a new ebuild revision (1.4.75-r1). Any errors in rebasing are mine and not Glenn's.] Signed-off-by: Glenn Strauss gluelogic.com> Signed-off-by: Sam James gentoo.org> www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild | 15 +++------------ www-servers/lighttpd/metadata.xml | 1 - 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild index 7f2690ba090d..2e375ce90cdd 100644 --- a/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild @@ -49,7 +49,7 @@ COMMON_DEPEND=" unwind? ( sys-libs/libunwind:= ) webdav? ( dev-libs/libxml2 - sys-fs/e2fsprogs + dev-db/sqlite ) xattr? ( kernel_linux? ( sys-apps/attr ) ) zlib? ( >=sys-libs/zlib-1.1 ) @@ -100,7 +100,7 @@ pkg_setup() { fi DOC_CONTENTS="IPv6 migration guide:\n - https://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config + https://wiki.lighttpd.net/IPv6-Config " } @@ -124,9 +124,6 @@ src_configure() { $(meson_feature kerberos with_krb5) $(meson_feature ldap with_ldap) - # TODO: revisit (was off in autotools ebuild) - -Dwith_libev=disabled - $(meson_feature unwind with_libunwind) $(meson_use lua with_lua) @@ -195,7 +192,7 @@ src_install() { fowners lighttpd:lighttpd /var/l{ib,og}/lighttpd fperms 0750 /var/l{ib,og}/lighttpd - systemd_dounit "${FILESDIR}"/${PN}.service-r1 ${PN}.service + systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.conf ${PN}.conf } @@ -217,10 +214,4 @@ pkg_postinst() { elog "output compression!" elog "https://wiki.lighttpd.net/Docs_ModDeflate" fi - - elog - elog "Upstream has deprecated a number of features. They are not missing" - elog "but have been migrated to other mechanisms. Please see upstream" - elog "changelog for details." - elog "https://www.lighttpd.net/2022/1/19/1.4.64/" } diff --git a/www-servers/lighttpd/metadata.xml b/www-servers/lighttpd/metadata.xml index 5b9bf4db4d25..33390f7e2be2 100644 --- a/www-servers/lighttpd/metadata.xml +++ b/www-servers/lighttpd/metadata.xml @@ -26,6 +26,5 @@ lighttpd/lighttpd1.4 - lighttpd/lighttpd2