Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2017-06-28 10:37:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/unrar (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.unrar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unrar"

Wed Jun 28 10:37:58 2017 rev:65 rq:506442 version:5.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes      2016-08-20 
12:27:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2017-06-28 
10:38:05.192096936 +0200
@@ -1,0 +2,28 @@
+Wed Jun 21 09:52:52 UTC 2017 - sebix+novell....@sebix.at
+
+- Update to version 5.5.5
+  * fixes VMSF_DELTA memory corruption (boo#1045315) CVE-2012-6706
+    see 
https://bugs.chromium.org/p/project-zero/issues/detail?id=1286&can=1&q=unrar&desc=2
+
+-------------------------------------------------------------------
+Mon Jun 12 09:08:35 UTC 2017 - idon...@suse.com
+
+- Update to version 5.5.4
+  * No changelog upstream.
+
+-------------------------------------------------------------------
+Mon May 1 17:50:44 UTC 2017 - idon...@suse.com
+
+- Update to version 5.5.1
+  * Based on RAR 5.50 beta1
+  * Added extraction support for .LZ archives created by Lzip
+    compressor.
+  * Modern TAR tools can store high precision file times, lengthy
+    file names and large file sizes in special PAX extended headers
+    inside of TAR archive. Now WinRAR supports such PAX headers
+    and uses them when extracting TAR archives.
+  * unrar no longer fails to unpack files in ZIP archives compressed
+    with XZ algorithm and encrypted with AES
+- Remove unrarsrc-3.9-types.patch, fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  unrarsrc-3.9-types.patch
  unrarsrc-5.4.5.tar.gz

New:
----
  unrarsrc-5.5.5.tar.gz

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

Other differences:
------------------
++++++ unrar.spec ++++++
--- /var/tmp/diff_new_pack.nxZcfm/_old  2017-06-28 10:38:06.503911352 +0200
+++ /var/tmp/diff_new_pack.nxZcfm/_new  2017-06-28 10:38:06.507910786 +0200
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_4_5
+%define libsuffix 5_5_5
 
 Name:           unrar
-Version:        5.4.5
+Version:        5.5.5
 Release:        0
 Summary:        A program to extract, test, and view RAR archives
 License:        SUSE-NonFree
@@ -29,8 +29,7 @@
 Url:            http://www.rarlab.com
 Source0:        http://www.rarlab.com/rar/%{name}src-%{version}.tar.gz
 Source1:        unrar.1
-Patch1:         unrarsrc-3.9-types.patch
-Patch2:         unrarsrc-5.0.5-soname.patch
+Patch1:         unrarsrc-5.0.5-soname.patch
 BuildRequires:  gcc-c++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -58,8 +57,8 @@
 
 %prep
 %setup -q -n %{name}
-%patch1
-%patch2 -p1
+%patch1 -p1
+
 sed -i 's/\r$//' *.txt
 
 %build

++++++ unrarsrc-5.0.5-soname.patch ++++++
--- /var/tmp/diff_new_pack.nxZcfm/_old  2017-06-28 10:38:06.563902865 +0200
+++ /var/tmp/diff_new_pack.nxZcfm/_new  2017-06-28 10:38:06.563902865 +0200
@@ -2,12 +2,12 @@
 ===================================================================
 --- unrar.orig/makefile
 +++ unrar/makefile
-@@ -133,7 +133,7 @@ lib:       WHAT=RARDLL
- lib:  CXXFLAGS+=$(LIBFLAGS)
+@@ -146,7 +146,7 @@ lib:       CXXFLAGS+=$(LIBFLAGS)
  lib:  clean $(OBJECTS) $(LIB_OBJ)
        @rm -f libunrar.so
+       @rm -f libunrar.a
 -      $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
 +      $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+       $(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)
  
  install-unrar:
-                       install -D unrar $(DESTDIR)/bin/unrar

++++++ unrarsrc-5.4.5.tar.gz -> unrarsrc-5.5.5.tar.gz ++++++
++++ 8956 lines of diff (skipped)


Reply via email to