From dea2a1fa20fc8e843cd85e5920a67b9054d00b2e Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sun, 24 May 2026 15:40:32 +0000 Subject: Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI] --- repos/extra/lighttpd/.checksum | 3 --- repos/extra/lighttpd/.files | 37 ------------------------------------- repos/extra/lighttpd/abuild | 12 ------------ repos/extra/lighttpd/depends | 1 - repos/extra/lighttpd/lighttpd.conf | 5 ----- repos/extra/lighttpd/run | 3 --- 6 files changed, 61 deletions(-) delete mode 100644 repos/extra/lighttpd/.checksum delete mode 100644 repos/extra/lighttpd/.files delete mode 100644 repos/extra/lighttpd/abuild delete mode 100644 repos/extra/lighttpd/depends delete mode 100644 repos/extra/lighttpd/lighttpd.conf delete mode 100644 repos/extra/lighttpd/run (limited to 'repos/extra/lighttpd') diff --git a/repos/extra/lighttpd/.checksum b/repos/extra/lighttpd/.checksum deleted file mode 100644 index 4bb4ddc7..00000000 --- a/repos/extra/lighttpd/.checksum +++ /dev/null @@ -1,3 +0,0 @@ -1890d4d63dab35ed8c6e994f11f408aaf9e6dd7cda959d2533a3c80d20c93029 lighttpd-1.4.82.tar.xz -1be378302a83162bf0232ec773f786505fdf9b9bb12c5a0a5f76cfede91044a3 lighttpd.conf -aec94d1f945a3282e58854fd0f4f475dd843d186b71b37e38edef9b289cbec87 run diff --git a/repos/extra/lighttpd/.files b/repos/extra/lighttpd/.files deleted file mode 100644 index 96eefdb3..00000000 --- a/repos/extra/lighttpd/.files +++ /dev/null @@ -1,37 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/lighttpd/ --rw-r--r-- root/root etc/lighttpd/lighttpd.conf.new -drwxr-xr-x root/root etc/sv/ -drwxr-xr-x root/root etc/sv/lighttpd/ --rwxr-xr-x root/root etc/sv/lighttpd/run.new -lrwxrwxrwx root/root etc/sv/lighttpd/supervise -> ../../../run/runit/supervise.lighttpd -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/lighttpd/ --rwxr-xr-x root/root usr/lib/lighttpd/mod_accesslog.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_ajp13.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_auth.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_authn_file.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_cgi.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_deflate.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_dirlisting.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_extforward.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_h2.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_openssl.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_proxy.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_rrdtool.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_sockproxy.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_ssi.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_status.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_userdir.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_vhostdb.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_webdav.so --rwxr-xr-x root/root usr/lib/lighttpd/mod_wstunnel.so -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/lighttpd --rwxr-xr-x root/root usr/sbin/lighttpd-angel -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/lighttpd-angel.8.gz --rw-r--r-- root/root usr/share/man/man8/lighttpd.8.gz diff --git a/repos/extra/lighttpd/abuild b/repos/extra/lighttpd/abuild deleted file mode 100644 index 931f0d59..00000000 --- a/repos/extra/lighttpd/abuild +++ /dev/null @@ -1,12 +0,0 @@ -name=lighttpd -version=1.4.82 -release=1 -source="https://download.${name}.net/${name}/releases-${version%.*}.x/${name}-${version}.tar.xz - $name.conf - run" -sv="run" -build_opt="-Dwith_openssl=true" - -postbuild() { - install -Dm644 $SRC/$name.conf $PKG/etc/$name/$name.conf -} diff --git a/repos/extra/lighttpd/depends b/repos/extra/lighttpd/depends deleted file mode 100644 index 92d5e6de..00000000 --- a/repos/extra/lighttpd/depends +++ /dev/null @@ -1 +0,0 @@ -pcre2 diff --git a/repos/extra/lighttpd/lighttpd.conf b/repos/extra/lighttpd/lighttpd.conf deleted file mode 100644 index 3cbfaa27..00000000 --- a/repos/extra/lighttpd/lighttpd.conf +++ /dev/null @@ -1,5 +0,0 @@ -server.port = 80 -server.document-root = "/var/www/lighttpd" -server.errorlog = "/var/log/lighttpd-error.log" -dir-listing.activate = "enable" -index-file.names = ( "index.html" ) diff --git a/repos/extra/lighttpd/run b/repos/extra/lighttpd/run deleted file mode 100644 index 59fbe4c0..00000000 --- a/repos/extra/lighttpd/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -exec 2>&1 -exec lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf -- cgit v1.2.3