projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a90e41
)
lighttpd: add option to build mod_authn_file.so
3565/head
author
W. Michael Petullo
<mike@flyn.org>
Fri, 25 Nov 2016 15:33:28 +0000
(10:33 -0500)
committer
W. Michael Petullo
<mike@flyn.org>
Fri, 25 Nov 2016 16:11:47 +0000
(11:11 -0500)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
net/lighttpd/Makefile
patch
|
blob
|
history
diff --git
a/net/lighttpd/Makefile
b/net/lighttpd/Makefile
index 7d3bb5c02412dca0c803b86b4dd67b2b02587fae..1c17cefbe5742e175251797ed2e256c125c427bc 100644
(file)
--- a/
net/lighttpd/Makefile
+++ b/
net/lighttpd/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=lighttpd
PKG_VERSION:=1.4.42
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x
@@
-155,6
+155,7
@@
$(eval $(call BuildPlugin,redirect,URL redirection,+PACKAGE_lighttpd-mod-redirec
# Next, permit authentication.
$(eval $(call BuildPlugin,auth,Authentication,,20))
+$(eval $(call BuildPlugin,authn_file,File-based authentication,,20))
# Finally, everything else.
$(eval $(call BuildPlugin,access,Access restrictions,,30))