summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* www-servers/lighttpd: [QA] call tmpfiles_process in pkg_postinstSam James2021-07-312-0/+4
| | | | | | | | This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: [QA] call tmpfiles_process in pkg_postinstSam James2021-07-311-0/+2
| | | | | | | | This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: restore dropped libcrypt dependency to 1.4.59Sam James2021-07-101-0/+1
| | | | | Closes: https://bugs.gentoo.org/800287 Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Fix nspr header locationHerb Miller Jr2021-07-032-0/+18
| | | | | | | | Bug: https://bugs.gentoo.org/783936 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Herb Miller Jr. <herb@hlmjr.com> Closes: https://github.com/gentoo/gentoo/pull/20900 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-servers/lighttpd: Version bump (v1.4.59)Herb Miller Jr2021-07-033-0/+239
| | | | | | | | | | Added Zstandard output compression support and cleaned up ebuild a bit. Closes: https://bugs.gentoo.org/776793 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Herb Miller Jr. <herb@hlmjr.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-servers/lighttpd: add missing libcrypt dependencySam James2021-06-302-5/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: remove libressl supportMikle Kolyada2021-05-021-4/+3
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.58 ppc64, #776802Sam James2021-04-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.58 arm, #776802Sam James2021-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: stable 1.4.58 for sparc, bug #776802Rolf Eike Beer2021-04-181-1/+1
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.58 ppc, #776802Sam James2021-04-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.58 x86, #776802Sam James2021-04-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.58 amd64, #776802Sam James2021-04-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* www-servers/lighttpd: migrate to tmpfiles.eclassTheo Anderson2021-03-071-2/+2
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/18544 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org>
* www-servers/lighttpd: Update mime types, #399401Alan Swanson2021-02-221-18/+109
| | | | | | | | | | Update with commonly used file types without the bloat from generation using entire /etc/mime.types source. Closes: https://bugs.gentoo.org/399401 Signed-off-by: Alan Swanson <reiver@improbability.net> Closes: https://github.com/gentoo/gentoo/pull/19507 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-servers/lighttpd: remove last ebuild depending on unslotted LuaMarek Szuba2021-02-091-229/+0
| | | | | | This effectively drops this package to ~s390, as discussed on IRC. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* www-servers/lighttpd: Version bump (v1.4.58)Herb Miller Jr2021-01-263-1/+281
| | | | | | | | | | | | | | | | | Modernized dependencies and modules with the version bump. Modules that have been deprecated for the last vew versions have been removed, mainly around database adapters. Added support for additional SSL implementations, but removed libressl since that's on the chopping block. Addressed a few bugs as well. Signed-off-by: Herb Miller Jr. <herb@hlmjr.com> Package-Manager: Portage-3.0.12, Repoman-3.0.2 Bug: https://bugs.gentoo.org/740626 Bug: https://bugs.gentoo.org/719480 Bug: https://bugs.gentoo.org/759955 Bug: https://bugs.gentoo.org/727404 Closes: https://github.com/gentoo/gentoo/pull/19032 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.55-r100 ppc, #766528Sam James2021-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.55-r100 ppc64, #766528Sam James2021-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.55-r100 arm, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.55-r100 sparc, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.55-r100 x86, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/lighttpd: Stabilize 1.4.55-r100 amd64, #766528Sam James2021-01-231-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-server/lighttpd: Support wasm filesDaniel Mueller2021-01-181-0/+1
| | | | | | | | | | | | .wasm files should be served with the application/wasm MIME type or some features such as proper streamed loading and compilation may not be used by browsers. This change adjusts the lighttpd ebuild to include such a setting in its MIME type configuration. Signed-off-by: Daniel Müller <deso@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/18818 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-servers/lighttpd: : limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-031-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* www-servers/lighttpd: migrate to lua-single.eclassMarek Szuba2020-10-141-0/+245
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* www-servers/lighttpd: Depend on sys-libs/gdbm:=Daniel M. Weeks2020-10-121-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/746002 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Daniel M. Weeks <dan@danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/17810 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-servers/lighttpd: Drop myselfMikle Kolyada2020-09-071-4/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-servers/lighttpd: respect CC_FOR_BUILDMikle Kolyada2020-07-121-2/+4
| | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=732260 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-servers/lighttpd: Security cleanupMikle Kolyada2020-06-193-456/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-servers/lighttpd: s390 stable wrt bug #719462Mikle Kolyada2020-06-191-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-servers/lighttpd: x86 stable wrt bug #719462Agostino Sarubbo2020-06-071-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/lighttpd: amd64 stable wrt bug #719462Agostino Sarubbo2020-06-071-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/lighttpd: ppc64 stable wrt bug #719462Agostino Sarubbo2020-06-061-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/lighttpd: sparc stable wrt bug #719462Agostino Sarubbo2020-06-061-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/lighttpd: ppc stable wrt bug #719462Agostino Sarubbo2020-06-061-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/lighttpd: arm stable wrt bug #719462Agostino Sarubbo2020-06-061-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-263-3/+3
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-223-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* www-servers/lighttpd: Drop user eclass callsMikle Kolyada2020-02-092-6/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-servers/lighttpd: Drop live ebuildMikle Kolyada2020-02-091-217/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-servers/lighttpd: Version bump (v1.4.55)Mikle Kolyada2020-02-095-13/+248
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-servers/lighttpd: no kerberos for opensslMikle Kolyada2020-01-013-6/+6
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* www-servers: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>