aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-21 12:46:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-21 12:46:41 +0000
commit9e2b006414116e2ef5bbd99b152faf05028bd98e (patch)
tree64c22ac853b29b008e1915d7a182278134acd2d3 /package/network/services/uhttpd
parentcea37da1210bcb4a000c3db4f1cb9fdd43838f94 (diff)
downloadmaster-187ad058-9e2b006414116e2ef5bbd99b152faf05028bd98e.tar.gz
master-187ad058-9e2b006414116e2ef5bbd99b152faf05028bd98e.tar.bz2
master-187ad058-9e2b006414116e2ef5bbd99b152faf05028bd98e.zip
uhttpd: fix unencrypted passwords in httpd.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/uhttpd')
-rw-r--r--package/network/services/uhttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 11c4829df9..d9050bd630 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_VERSION:=2013-01-19
+PKG_VERSION:=2013-01-21
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uhttpd2.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=56278d4af64256e703a6c4cf3d854aac689c391c
+PKG_SOURCE_VERSION:=7bd66ddacb6b87a927b7846a44c02c0df7988c71
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>