aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-11-23 19:41:36 +0000
committerNicolas Thill <nico@openwrt.org>2011-11-23 19:41:36 +0000
commitbe4f27f38b4238088cfd9cecbdae1e462ef3005a (patch)
tree5a5c7c0d8dd58039280ab9f67013dd675c505d3a /package/busybox/Makefile
parente73515487465f48efffb4fc5c4d0d4d150953e96 (diff)
downloadupstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.gz
upstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.bz2
upstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.zip
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 2a92d57315..528631a249 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.19.3
-PKG_RELEASE:=8
+PKG_RELEASE:=9
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2