mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-servers/lighttpd: add 1.4.85
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -4,3 +4,5 @@ DIST lighttpd-1.4.83.tar.xz 894908 BLAKE2B b84a27b8e5eb4f961256a65ec834572f4e850
|
||||
DIST lighttpd-1.4.83.tar.xz.asc 833 BLAKE2B bf081b886f7fdfeda8444f896b7f7518211dc5cf39d53037d307b5be71b482272e6140579c3e36da0128a64c2d588ae1055994da6c912486e281d6949447a6fa SHA512 d59bbe08444f49e600d6ff2f0816513ade74a421afd567bbe9c1af88a75e00b3b20c126a5e33e78ff84abfc971c9e61ba4c59cccbd9e3c25694094078514c4bd
|
||||
DIST lighttpd-1.4.84.tar.xz 895228 BLAKE2B 51e330d074eb664e3cfb9458afd072a00e153eed7faba55be8c96bd05dc098ca9b08866560809155b89547812821d6381351422999545499eb03062ac9969e2d SHA512 47d3e802093822f5aa42b9b3324a95668d305c2e2074366b12be9bc812291ba423576e08b2a163a5f752b110139a76c7973086fbc01051f8f639998d8146ed00
|
||||
DIST lighttpd-1.4.84.tar.xz.asc 833 BLAKE2B acd0f07b4b80e89de762b8f2eccd3897b2509e2cec0dc55530ff0a5021046e3d74538379f97668e574a877ed3b4ccb19073766aec3454d62bbbe9a9e2116e2b2 SHA512 a3e554fb94a15068ff6a9bc3b5a2d44c42679bf1da999f678fe80112b75ce0e42a16c08293aa33a83e4aeee1d1e5781638f88fb9cdf8340596efd5af7b5a8e2b
|
||||
DIST lighttpd-1.4.85.tar.xz 897120 BLAKE2B 031154a719ff6193666d381972ff1f09740989afaa4850686b659fa2b36b7de8943139f4f2b82c9384b2295cc3c7faa3eb303ecc551f011b06cf7a4cb642beba SHA512 b5fb0039d0f3a54eda55229f762868db4a5941532448036a83a12de3065f6fcbe04f57f8be030a25ad6a82cabc014474449ebb01f0a23d08c23bb729737783a9
|
||||
DIST lighttpd-1.4.85.tar.xz.asc 833 BLAKE2B 89c7059cc1f486fd46a1a8f79a30dbc8207d0e3fca0ca2d70392654345c0cca52a3743b9b999e27c55ef913a42bdae19fb496de30fc6d005e902614887f30ce3 SHA512 95c1b776f194e7e0d154e77690f7d642f81a791d9ef0d574fd0ad0ed80c168a606e23e9512131738c3d7c12d12075eccf6627f35767d77b5f40016d1b7ae955d
|
||||
|
||||
222
www-servers/lighttpd/lighttpd-1.4.85.ebuild
Normal file
222
www-servers/lighttpd/lighttpd-1.4.85.ebuild
Normal file
@@ -0,0 +1,222 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
LUA_COMPAT=( lua5-{1..4} )
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/lighttpd.asc
|
||||
inherit lua-single meson readme.gentoo-r1 systemd tmpfiles verify-sig
|
||||
|
||||
DESCRIPTION="Lightweight high-performance web server"
|
||||
HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd"
|
||||
if [[ ${PV} == *9999* ]] ; then
|
||||
EGIT_REPO_URI="https://git.lighttpd.net/lighttpd/lighttpd1.4.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz
|
||||
verify-sig? ( https://download.lighttpd.net/lighttpd/releases-$(ver_cut 1-2).x/${P}.tar.xz.asc )
|
||||
"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="BSD GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+brotli dbi gnutls kerberos ldap libdeflate +lua maxminddb mbedtls +nettle nss +pcre php sasl selinux ssl unwind webdav xattr +zlib zstd"
|
||||
|
||||
REQUIRED_USE="
|
||||
lua? ( ${LUA_REQUIRED_USE} )
|
||||
"
|
||||
|
||||
# Match the bundled xxhash version for the minimum version
|
||||
COMMON_DEPEND="
|
||||
acct-group/lighttpd
|
||||
acct-user/lighttpd
|
||||
>=dev-libs/xxhash-0.8.2
|
||||
virtual/libcrypt:=
|
||||
brotli? ( app-arch/brotli:= )
|
||||
dbi? (
|
||||
dev-db/libdbi
|
||||
)
|
||||
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:0= )
|
||||
nettle? ( dev-libs/nettle:= )
|
||||
nss? ( dev-libs/nss )
|
||||
pcre? ( dev-libs/libpcre2 )
|
||||
php? ( dev-lang/php:*[cgi] )
|
||||
sasl? ( dev-libs/cyrus-sasl )
|
||||
ssl? ( >=dev-libs/openssl-0.9.7:= )
|
||||
unwind? ( sys-libs/libunwind:= )
|
||||
webdav? (
|
||||
dev-libs/libxml2:=
|
||||
dev-db/sqlite
|
||||
)
|
||||
xattr? ( kernel_linux? ( sys-apps/attr ) )
|
||||
zlib? ( >=virtual/zlib-1.1:= )
|
||||
zstd? ( app-arch/zstd:= )
|
||||
"
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
elibc_musl? ( sys-libs/queue-standalone )
|
||||
"
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
selinux? ( sec-policy/selinux-apache )
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
verify-sig? ( >=sec-keys/openpgp-keys-lighttpd-20250325 )
|
||||
"
|
||||
|
||||
# update certain parts of lighttpd.conf based on conditionals
|
||||
update_config() {
|
||||
local config="${ED}/etc/lighttpd/lighttpd.conf"
|
||||
|
||||
# Enable php/mod_fastcgi settings
|
||||
if use php; then
|
||||
sed -i -e 's|#.*\(include.*fastcgi.*$\)|\1|' ${config} || die
|
||||
fi
|
||||
|
||||
# Automatically listen on IPv6 if built with USE=ipv6 (which we now always do)
|
||||
# bug #234987
|
||||
sed -i -e 's|# server.use-ipv6|server.use-ipv6|' ${config} || die
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
if use lua; then
|
||||
lua-single_pkg_setup
|
||||
fi
|
||||
|
||||
if ! use pcre ; then
|
||||
ewarn "It is highly recommended that you build ${PN}"
|
||||
ewarn "with perl regular expressions support via USE=pcre."
|
||||
ewarn "Otherwise you lose support for some core options such"
|
||||
ewarn "as conditionals and modules such as mod_re{write,direct}."
|
||||
fi
|
||||
|
||||
DOC_CONTENTS="IPv6 migration guide:\n
|
||||
https://wiki.lighttpd.net/IPv6-Config
|
||||
"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# (One specific library might be preferred on embedded systems via
|
||||
# MYMESONARGS with e.g. -DFORCE_blah_CRYPTO)
|
||||
local emesonargs=(
|
||||
-Dmoduledir="$(get_libdir)"/${PN}
|
||||
|
||||
${c_args}
|
||||
|
||||
$(meson_feature brotli with_brotli)
|
||||
|
||||
# TODO: revisit (was off in autotools ebuild)
|
||||
-Dwith_bzip=disabled
|
||||
|
||||
$(meson_feature dbi with_dbi)
|
||||
|
||||
# Obsolete
|
||||
-Dwith_fam=disabled
|
||||
|
||||
$(meson_use gnutls with_gnutls)
|
||||
$(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)
|
||||
-Dlua_version=${ELUA}
|
||||
|
||||
$(meson_feature maxminddb with_maxminddb)
|
||||
$(meson_use mbedtls with_mbedtls)
|
||||
|
||||
$(meson_use nettle with_nettle)
|
||||
$(meson_use nss with_nss)
|
||||
|
||||
# Obsolete
|
||||
-Dwith_pcre=disabled
|
||||
|
||||
$(meson_use pcre with_pcre2)
|
||||
|
||||
$(meson_feature sasl with_sasl)
|
||||
$(meson_use ssl with_openssl)
|
||||
|
||||
-Dwith_xxhash=enabled
|
||||
$(meson_feature webdav with_webdav_props)
|
||||
|
||||
# Unpackaged in Gentoo
|
||||
-Dwith_boringssl=false
|
||||
-Dwith_wolfssl=false
|
||||
|
||||
$(meson_use xattr with_xattr)
|
||||
$(meson_feature zlib with_zlib)
|
||||
$(meson_feature zstd with_zstd)
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
|
||||
# Init script stuff
|
||||
newinitd "${FILESDIR}"/lighttpd.initd-r2 lighttpd
|
||||
newconfd "${FILESDIR}"/lighttpd.confd lighttpd
|
||||
|
||||
# Configs
|
||||
insinto /etc/lighttpd
|
||||
newins "${FILESDIR}"/conf/lighttpd.conf-r3 lighttpd.conf
|
||||
doins "${FILESDIR}"/conf/mod_cgi.conf
|
||||
doins "${FILESDIR}"/conf/mod_fastcgi.conf
|
||||
doins doc/config/conf.d/mime.conf
|
||||
|
||||
# Update lighttpd.conf directives based on conditionals
|
||||
update_config
|
||||
|
||||
# Docs
|
||||
dodoc AUTHORS README NEWS doc/scripts/*.sh
|
||||
newdoc doc/config/lighttpd.conf lighttpd.conf.distrib
|
||||
readme.gentoo_create_doc
|
||||
|
||||
docinto txt
|
||||
dodoc doc/outdated/*.txt
|
||||
|
||||
doman doc/*.8
|
||||
|
||||
# Logrotate
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}"/lighttpd.logrotate-r1 lighttpd
|
||||
|
||||
keepdir /var/l{ib,og}/lighttpd /var/www/localhost/htdocs
|
||||
fowners lighttpd:lighttpd /var/l{ib,og}/lighttpd
|
||||
fperms 0750 /var/l{ib,og}/lighttpd
|
||||
|
||||
systemd_newunit "${FILESDIR}"/${PN}.service-r3 ${PN}.service
|
||||
newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.conf ${PN}.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
tmpfiles_process ${PN}.conf
|
||||
|
||||
readme.gentoo_print_elog
|
||||
|
||||
if [[ -f ${EROOT}/etc/lighttpd.conf ]] ; then
|
||||
elog
|
||||
elog "Gentoo has a customized configuration,"
|
||||
elog "which is now located in ${EROOT}/etc/lighttpd. Please migrate your"
|
||||
elog "existing configuration."
|
||||
fi
|
||||
|
||||
if use brotli || use zstd || use zlib ; then
|
||||
elog
|
||||
elog "Remember to clean your cache directory when using"
|
||||
elog "output compression!"
|
||||
elog "https://wiki.lighttpd.net/Docs_ModDeflate"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user