rpms/cpio/devel cpio.spec,1.72,1.73

Ondrej Vasik ovasik at fedoraproject.org
Thu Mar 11 08:37:23 UTC 2010


Author: ovasik

Update of /cvs/pkgs/rpms/cpio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1466

Modified Files:
	cpio.spec 
Log Message:
comment patches


Index: cpio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cpio/devel/cpio.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- cpio.spec	10 Mar 2010 14:03:51 -0000	1.72
+++ cpio.spec	11 Mar 2010 08:37:22 -0000	1.73
@@ -9,14 +9,25 @@ Group: Applications/Archiving
 URL: http://www.gnu.org/software/cpio/
 Source: ftp://ftp.gnu.org/gnu/cpio/cpio-%{version}.tar.bz2
 Source1: cpio.1
+#We use SVR4 portable format as default .
 Patch1: cpio-2.9-rh.patch
+#fix race condition (#155749)
 Patch2: cpio-2.9-chmodRaceC.patch
+#fix warn_if_file_changed() and set exit code to 1 when cpio
+# fails to store file > 4GB (#183224)
 Patch3: cpio-2.9-exitCode.patch
+#when extracting archive created with 'find -depth',
+# restore the permissions of directories properly (bz#430835)
 Patch4: cpio-2.9-dir_perm.patch
+#Support major/minor device numbers over 127 (bz#450109)
 Patch5: cpio-2.9-dev_number.patch
+#make -d honor system umask(#484997)
 Patch6: cpio-2.9-sys_umask.patch
+#define default remote shell as /usr/bin/ssh(#452904)
 Patch7: cpio-2.9.90-defaultremoteshell.patch
+#do not fail with new POSIX 2008 utimens() glibc call(#552320)
 Patch8: cpio-2.10-utimens.patch
+#fix segfault with nonexisting file with patternnames(#567022)
 Patch9: cpio-2.10-patternnamesigsegv.patch
 # CVE-2010-0624 fix heap-based buffer overflow by expanding
 # a specially-crafted archive(#572150)
@@ -99,6 +110,7 @@ fi
 * Wed Mar 10 2010 Ondrej Vasik <ovasik at redhat.com> 2.10-6
 - CVE-2010-0624 fix heap-based buffer overflow by expanding
   a specially-crafted archive(#572150)
+- comment patches
 
 * Thu Feb 25 2010 Ondrej Vasik <ovasik at redhat.com> 2.10-5
 - remove redundant setLocale patch



More information about the scm-commits mailing list