Skip to content

Commit

Permalink
lighttpd: update to lighttpd 1.4.77 release hash
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
  • Loading branch information
gstrauss committed Jan 11, 2025
1 parent 4368d16 commit 7d17342
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 75 deletions.
6 changes: 3 additions & 3 deletions net/lighttpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lighttpd
PKG_VERSION:=1.4.76
PKG_RELEASE:=2
PKG_VERSION:=1.4.77
PKG_RELEASE:=1
# release candidate ~rcX testing; remove for release
#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x
PKG_HASH:=8cbf4296e373cfd0cedfe9d978760b5b05c58fdc4048b4e2bcaf0a61ac8f5011
PKG_HASH:=acafabdbfa2267d8b6452d03d85fdd2a66525f3f05a36a79b6645c017f1562ce

PKG_MAINTAINER:=Glenn Strauss <gstrauss@gluelogic.com>
PKG_LICENSE:=BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion net/lighttpd/patches/020-meson-mod_webdav_min.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: [PATCH] [meson] mod_webdav_min w/o deps: xml2 sqlite3 uuid

--- a/src/meson.build
+++ b/src/meson.build
@@ -871,6 +871,16 @@ if (host_machine.system() == 'darwin')
@@ -887,6 +887,16 @@ if (host_machine.system() == 'darwin')
plugin_suffix = 'so' # use "so" instead of "dylib"
endif

Expand Down

This file was deleted.

0 comments on commit 7d17342

Please sign in to comment.