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 | 0bc306996f047189f7e55e42fe18ab91d90181b3 (patch) | |
tree | ab80fa4c112ad073ff92c5984d4ecce32e8d5647 /package/busybox/Makefile | |
parent | cebfb5cc8aaa3c191ebba28a6464b716d1c02941 (diff) | |
download | master-187ad058-0bc306996f047189f7e55e42fe18ab91d90181b3.tar.gz master-187ad058-0bc306996f047189f7e55e42fe18ab91d90181b3.tar.bz2 master-187ad058-0bc306996f047189f7e55e42fe18ab91d90181b3.zip |
[package] busybox: add patch to fix CVE-2011-2716 in udhcp.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33404 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |