uhttpd: fix unencrypted passwords in httpd.conf

SVN-Revision: 35265
This commit is contained in:
Felix Fietkau 2013-01-21 12:46:41 +00:00
parent 11e3592531
commit c725669079
1 changed files with 2 additions and 2 deletions

View File

@ -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>