SPECS: cpio.spec - fix CAN-1999-1572 (cpio uses a 0 umask when cre...

pluto pluto at pld-linux.org
Tue Sep 27 01:29:51 CEST 2005


Author: pluto                        Date: Mon Sep 26 23:29:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix CAN-1999-1572 (cpio uses a 0 umask when creating files using
                     the -O (archive) or -F options, which creates
                     the files with mode 0666 and allows local users
                     to read or overwrite those files).

---- Files affected:
SPECS:
   cpio.spec (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: SPECS/cpio.spec
diff -u SPECS/cpio.spec:1.61 SPECS/cpio.spec:1.62
--- SPECS/cpio.spec:1.61	Thu Aug 25 22:50:16 2005
+++ SPECS/cpio.spec	Tue Sep 27 01:29:45 2005
@@ -26,6 +26,7 @@
 Patch4:		%{name}-locale.patch
 Patch5:		%{name}-CAN_2005_111.patch
 Patch6:		%{name}-lstat.patch
+Patch7:		%{name}-CAN_1999_1572.patch
 URL:		http://www.gnu.org/software/cpio/
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
@@ -117,6 +118,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 rm -f po/stamp-po
 
@@ -166,6 +168,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2005/09/26 23:29:45  pluto
+- fix CAN-1999-1572 (cpio uses a 0 umask when creating files using
+                     the -O (archive) or -F options, which creates
+                     the files with mode 0666 and allows local users
+                     to read or overwrite those files).
+
 Revision 1.61  2005/08/25 20:50:16  darekr
 - defined _bindir - use it
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cpio.spec?r1=1.61&r2=1.62&f=u




More information about the pld-cvs-commit mailing list