diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-30 21:14:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-30 21:14:33 +0000 |
commit | ec0c96c54cea4ab9734de2939e69776f018aef16 (patch) | |
tree | c733114fd042784869bd2bd3719bd228ad84f51f | |
parent | 14bda8aad1abf2f07d621c49ff791d013d03f60f (diff) | |
download | upstream-ec0c96c54cea4ab9734de2939e69776f018aef16.tar.gz upstream-ec0c96c54cea4ab9734de2939e69776f018aef16.tar.bz2 upstream-ec0c96c54cea4ab9734de2939e69776f018aef16.zip |
uhttpd: use 307 for HTTPS redirections to retain request method
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45853 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/services/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index c499f8bb53..f439f0ceb6 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -14,7 +14,7 @@ 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:=a91aac9419f535f067ac17c16475912062d947ea +PKG_SOURCE_VERSION:=daeea305298197bb50c1e63cdd842ee1d9461d80 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> PKG_LICENSE:=ISC |