[Lunar-commits] <moonbase> cpio: updated to 2.11 * Fix mt build. * In copy-in mode, if directory attributes do not permit writing to it, setting them is delayed until the end of run. This allows to correctly 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).

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Jul 11 02:51:12 CEST 2010


commit 04e1440e01fca83cc4219a0e49388fba467abd67
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Jul 11 02:51:12 2010 +0200

    cpio: updated to 2.11
    * Fix mt build.
    * In copy-in mode, if directory attributes do not permit writing to it,
    setting them is delayed until the end of run. This allows to correctly
    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).
---
 archive/cpio/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archive/cpio/DETAILS b/archive/cpio/DETAILS
index deb45f0..66feeba 100644
--- a/archive/cpio/DETAILS
+++ b/archive/cpio/DETAILS
@@ -1,12 +1,12 @@
           MODULE=cpio
-         VERSION=2.10
+         VERSION=2.11
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:a87f85c23697163000c656db9eb26a348aa3397b
+      SOURCE_VFY=sha1:6f1934b0079dc1e85ddff89cabdf01adb3a74abb
         WEB_SITE=http://www.gnu.org/software/cpio/cpio.html
          ENTERED=20011004
-         UPDATED=20090702
+         UPDATED=20100711
            SHORT="cpio creates cpio archives and have rmt"
 
 cat << EOF


More information about the Lunar-commits mailing list