diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 12:40:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 12:40:46 +0000 |
commit | 1b7f0f3c0d8146673be5435166803b297ce13e3f (patch) | |
tree | ce8dc913c6dd44ccd47c732ec6140b5c6b0dd460 /package/dropbear/Makefile | |
parent | 30143b715c255b2f8c5b512b70503db7032934b2 (diff) | |
download | upstream-1b7f0f3c0d8146673be5435166803b297ce13e3f.tar.gz upstream-1b7f0f3c0d8146673be5435166803b297ce13e3f.tar.bz2 upstream-1b7f0f3c0d8146673be5435166803b297ce13e3f.zip |
dropbear: patch possible use after free by authenticated remote users with active command restrictions (CVE-2012-0920)
SVN-Revision: 30714
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index cbfa0ee3da..2f78030da0 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear PKG_VERSION:=2011.54 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ |