summaryrefslogtreecommitdiffstats
path: root/package/dropbear/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-25 12:40:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-25 12:40:46 +0000
commit1b7f0f3c0d8146673be5435166803b297ce13e3f (patch)
treece8dc913c6dd44ccd47c732ec6140b5c6b0dd460 /package/dropbear/Makefile
parent30143b715c255b2f8c5b512b70503db7032934b2 (diff)
downloadmaster-31e0f0ae-1b7f0f3c0d8146673be5435166803b297ce13e3f.tar.gz
master-31e0f0ae-1b7f0f3c0d8146673be5435166803b297ce13e3f.tar.bz2
master-31e0f0ae-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/Makefile4
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:= \