Hello community, here is the log from the commit of package cpio for openSUSE:Factory checked in at 2013-08-27 22:00:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpio (Old) and /work/SRC/openSUSE:Factory/.cpio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpio" Changes: -------- --- /work/SRC/openSUSE:Factory/cpio/cpio.changes 2013-03-22 11:01:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cpio.new/cpio.changes 2013-08-27 22:00:15.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jul 23 11:43:47 UTC 2013 - [email protected] + +- add a missing fix from SLE for bnc#830779 (original bug bnc#658031) + added paxutils-rtapelib_mtget.patch + +------------------------------------------------------------------- New: ---- paxutils-rtapelib_mtget.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpio.spec ++++++ --- /var/tmp/diff_new_pack.KAcvkO/_old 2013-08-27 22:00:16.000000000 +0200 +++ /var/tmp/diff_new_pack.KAcvkO/_new 2013-08-27 22:00:16.000000000 +0200 @@ -42,6 +42,8 @@ Patch20: cpio-close_files_after_copy.patch Patch21: cpio-pattern-file-sigsegv.patch Patch22: cpio-stdio.in.patch +Patch23: paxutils-rtapelib_mtget.patch + PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: %{name}-lang = %{version} @@ -79,6 +81,7 @@ %patch20 %patch21 -p1 %patch22 -p1 +%patch23 -p1 #chmod 755 . #chmod u+w * #chmod a+r * ++++++ paxutils-rtapelib_mtget.patch ++++++ Index: cpio-2.11/lib/rtapelib.c =================================================================== --- cpio-2.11.orig/lib/rtapelib.c 2013-07-23 13:18:27.119431054 +0200 +++ cpio-2.11/lib/rtapelib.c 2013-07-23 13:19:35.728188104 +0200 @@ -710,7 +710,7 @@ rmt_ioctl__ (int handle, int operation, || (status = get_status (handle), status == -1)) return -1; - if (status > sizeof (struct mtop)) + if (status > sizeof (struct mtget)) { errno = EOVERFLOW; return -1; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
