aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,11 +1,11 @@
-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,
2010 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send cpio bug reports to <bug-cpio@gnu.org>.
-Version 2.10.91 (Git)
+Version 2.11 - Sergey Poznyakoff, 2010-03-10
* Fix mt build.
* In copy-in mode, if directory attributes do not permit writing to it,
@@ -14,6 +14,7 @@ extract files in such directories.
* In copy-in mode, permissions of a directory are restored if it
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).
Version 2.10 - Sergey Poznyakoff, 2009-06-20
diff --git a/configure.ac b/configure.ac
index 273db94..b4507eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
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)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.