aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-10 15:02:46 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-10 15:02:46 +0200
commit211c804e8adbe223a96c3e8fb569ec6874cce838 (patch)
tree0cf2e69d7869e02e22dd4219a71fc16839ad6d76
parentc9c332a2079892e60e292e8accb921f1d2603090 (diff)
downloadcpio-211c804e8adbe223a96c3e8fb569ec6874cce838.tar.gz
cpio-211c804e8adbe223a96c3e8fb569ec6874cce838.tar.bz2
Version 2.11release_2_11
* configure.ac, NEWS: Raise version number.
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3f209e0..1b068ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-GNU cpio NEWS -- history of user-visible changes. 2010-02-11
+GNU cpio NEWS -- history of user-visible changes. 2010-03-10
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009,
@@ -7,3 +7,3 @@ Please send cpio bug reports to <bug-cpio@gnu.org>.
-Version 2.10.91 (Git)
+Version 2.11 - Sergey Poznyakoff, 2010-03-10
@@ -16,2 +16,3 @@ appears in the file list after files in it (find . -depth). This fixes
debian bug #458079.
+* Fix possible memory overflow in the rmt client code (CVE-2010-0624).
diff --git a/configure.ac b/configure.ac
index 273db94..b4507eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,3 +19,3 @@ dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-AC_INIT([GNU cpio], [2.10.91], [bug-cpio@gnu.org])
+AC_INIT([GNU cpio], [2.11], [bug-cpio@gnu.org])
AC_CONFIG_SRCDIR(src/cpio.h)

Return to:

Send suggestions and report system problems to the System administrator.