diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-12 12:58:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-12 12:58:11 +0000 |
commit | 585ffa49417ef3f502175a0cd8ced20cc5377955 (patch) | |
tree | 7d7707253bf517c48b6a401484c01a5cd6ed21ef /package/uhttpd/Makefile | |
parent | c80ad970e00d850477d654602423aaf6f9b7bc78 (diff) | |
download | upstream-585ffa49417ef3f502175a0cd8ced20cc5377955.tar.gz upstream-585ffa49417ef3f502175a0cd8ced20cc5377955.tar.bz2 upstream-585ffa49417ef3f502175a0cd8ced20cc5377955.zip |
uhttpd: - fix incorrect parsing of multiple listen options (#7458) - support PEM certificates for SSL
SVN-Revision: 21762
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 3ac396a4b7..eb4238c904 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |