diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-14 15:36:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-14 15:36:38 +0000 |
commit | 93c28ea4737e6bced0245ec4339a8c9494aafae0 (patch) | |
tree | f6a5a30709c42ec0b058e1462442a8fe8fac4cfe /package/busybox/Makefile | |
parent | 4128b8e189def6429bf36eccb44f4e4f06c88212 (diff) | |
download | upstream-93c28ea4737e6bced0245ec4339a8c9494aafae0.tar.gz upstream-93c28ea4737e6bced0245ec4339a8c9494aafae0.tar.bz2 upstream-93c28ea4737e6bced0245ec4339a8c9494aafae0.zip |
busybox: add patch to fix CVE-2011-2716 in udhcp.
SVN-Revision: 33404
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 9cb84a19e3..76f52fcd34 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.19.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |