Skip to content

Commit

Permalink
bump(main/lighttpd): 1.4.77
Browse files Browse the repository at this point in the history
doc/config/lighttpd.conf was renamed to doc/config/lighttpd.annotated.conf
lighttpd/lighttpd1.4@e63950f
  • Loading branch information
Biswa96 committed Jan 10, 2025
1 parent 0429c34 commit 994686b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions packages/lighttpd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.lighttpd.net
TERMUX_PKG_DESCRIPTION="Fast webserver with minimal memory footprint"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.4.76"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="1.4.77"
TERMUX_PKG_SRCURL=https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=8cbf4296e373cfd0cedfe9d978760b5b05c58fdc4048b4e2bcaf0a61ac8f5011
TERMUX_PKG_SHA256=acafabdbfa2267d8b6452d03d85fdd2a66525f3f05a36a79b6645c017f1562ce
TERMUX_PKG_DEPENDS="libandroid-glob, libandroid-spawn, libbz2, libcrypt, openssl, pcre2, zlib"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
Expand Down
11 changes: 5 additions & 6 deletions packages/lighttpd/termux-config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ diff -uNr lighttpd-1.4.70/doc/config/conf.d/rrdtool.conf lighttpd-1.4.70.mod/doc

##
## Path to the rrdtool database. You can override this in conditionals.
diff -uNr lighttpd-1.4.70/doc/config/lighttpd.conf lighttpd-1.4.70.mod/doc/config/lighttpd.conf
--- lighttpd-1.4.70/doc/config/lighttpd.conf 2023-05-10 10:20:55.000000000 +0300
+++ lighttpd-1.4.70.mod/doc/config/lighttpd.conf 2023-05-20 02:05:06.785348712 +0300
--- a/doc/config/lighttpd.annotated.conf
+++ b/doc/config/lighttpd.annotated.conf
@@ -13,11 +13,11 @@
## if you add a variable here. Add the corresponding variable in the
## chroot example as well.
Expand All @@ -48,7 +47,7 @@ diff -uNr lighttpd-1.4.70/doc/config/lighttpd.conf lighttpd-1.4.70.mod/doc/confi
+var.home_dir = "@TERMUX_PREFIX@/var/lib/lighttpd"
+var.conf_dir = "@TERMUX_PREFIX@/etc/lighttpd"

##
##
## run the server chrooted.
@@ -58,7 +58,7 @@
## used in:
Expand All @@ -63,14 +62,14 @@ diff -uNr lighttpd-1.4.70/doc/config/lighttpd.conf lighttpd-1.4.70.mod/doc/confi
## Basic Configuration
## ---------------------
##
-server.port = 80
-#server.port = 80
+server.port = 8080

##
## bind to a specific IP
@@ -97,8 +97,8 @@
## Run as a different username/groupname.
## This requires root permissions during startup.
## This requires root permissions during startup.
##
-server.username = "lighttpd"
-server.groupname = "lighttpd"
Expand Down

0 comments on commit 994686b

Please sign in to comment.