Hello community,

here is the log from the commit of package tar for openSUSE:Factory checked in 
at 2013-08-27 21:12:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tar (Old)
 and      /work/SRC/openSUSE:Factory/.tar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tar/tar.changes  2013-04-05 17:09:29.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tar.new/tar.changes     2013-08-27 
21:22:42.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug 22 12:47:33 UTC 2013 - vci...@suse.com
+
+- added fix for paxutils rtapelib which is bundled with tar.
+  the very same fix was added to cpio too (bnc#658031)
+  * paxutils-rtapelib_mtget.patch
+
+-------------------------------------------------------------------

New:
----
  paxutils-rtapelib_mtget.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tar.spec ++++++
--- /var/tmp/diff_new_pack.VLw9Wq/_old  2013-08-27 21:22:42.000000000 +0200
+++ /var/tmp/diff_new_pack.VLw9Wq/_new  2013-08-27 21:22:42.000000000 +0200
@@ -33,6 +33,7 @@
 Patch7:         tar-1.26-remove_O_NONBLOCK.patch
 Patch8:         tar-1.26-stdio.in.patch
 Patch9:         config-guess-sub-update.patch
+Patch10:        paxutils-rtapelib_mtget.patch
 %if 0%{?suse_version} >= %min_suse_ver
 BuildRequires:  help2man
 Recommends:     tar-lang = %{version}
@@ -68,6 +69,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9
+%patch10 -p1
 
 %build
 %define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes 
-Wformat-security -Wno-unused-parameter

++++++ 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to