Hello community,

here is the log from the commit of package p7zip for openSUSE:Factory checked 
in at 2016-04-28 16:51:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/p7zip (Old)
 and      /work/SRC/openSUSE:Factory/.p7zip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "p7zip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/p7zip/p7zip.changes      2016-03-18 
21:36:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.p7zip.new/p7zip.changes 2016-04-28 
16:51:19.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Apr 21 18:19:42 UTC 2016 - [email protected]
+
+- Update to version 15.14.1
+  - Patch #32 Compiling in OS X fails with p7zip_15.14.
+- Fixed spec file to build with copied makefile.linux_amd64_asm
+  for arch x86-64 and added required yasm as BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  p7zip_15.14_src_all.tar.bz2

New:
----
  p7zip_15.14.1_src_all.tar.bz2

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

Other differences:
------------------
++++++ p7zip.spec ++++++
--- /var/tmp/diff_new_pack.A6H171/_old  2016-04-28 16:51:20.000000000 +0200
+++ /var/tmp/diff_new_pack.A6H171/_new  2016-04-28 16:51:20.000000000 +0200
@@ -17,14 +17,17 @@
 
 
 Name:           p7zip
-Version:        15.14
+Version:        15.14.1
 Release:        0
 Summary:        7-zip file compression program
 License:        LGPL-2.1+
 Group:          Productivity/Archiving/Compression
 Url:            http://p7zip.sourceforge.net/
-Source:         
http://downloads.sourceforge.net/project/p7zip/p7zip/%{version}/p7zip_%{version}_src_all.tar.bz2
+Source:         
http://downloads.sourceforge.net/project/p7zip/p7zip/15.14%20.1/p7zip_%{version}_src_all.tar.bz2
 BuildRequires:  gcc-c++
+%ifarch x86_64
+BuildRequires:  yasm
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1100
 BuildRequires:  fdupes
@@ -41,13 +44,13 @@
 
 %ifarch x86_64
 cp makefile.linux_amd64_asm makefile.machine
-%endif
-
+%else
 %ifarch ppc64 s390x
 cp makefile.linux_amd64 makefile.machine
 %else
 cp makefile.linux_any_cpu_gcc_4.X makefile.machine
 %endif
+%endif
 
 sed -i s,444,644,g install.sh
 sed -i s,555,755,g install.sh

++++++ p7zip_15.14_src_all.tar.bz2 -> p7zip_15.14.1_src_all.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_15.14/C/7zVersion.h 
new/p7zip_15.14.1/C/7zVersion.h
--- old/p7zip_15.14/C/7zVersion.h       2016-02-01 17:40:14.000000000 +0100
+++ new/p7zip_15.14.1/C/7zVersion.h     2016-03-23 20:13:26.000000000 +0100
@@ -18,5 +18,5 @@
 
 #define MY_VERSION_COPYRIGHT_DATE MY_VERSION " : " MY_COPYRIGHT " : " MY_DATE
 
-#define P7ZIP_VERSION "15.14"
+#define P7ZIP_VERSION "15.14.1"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_15.14/CPP/Windows/FileDir.h 
new/p7zip_15.14.1/CPP/Windows/FileDir.h
--- old/p7zip_15.14/CPP/Windows/FileDir.h       2015-11-09 16:32:08.000000000 
+0100
+++ new/p7zip_15.14.1/CPP/Windows/FileDir.h     2016-03-23 20:33:14.000000000 
+0100
@@ -8,6 +8,10 @@
 
 #include "FileIO.h"
 
+#ifdef ENV_UNIX
+#include <sys/stat.h> // ino_t
+#endif
+
 namespace NWindows {
 namespace NFile {
 namespace NDir {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_15.14/CPP/myWindows/config.h 
new/p7zip_15.14.1/CPP/myWindows/config.h
--- old/p7zip_15.14/CPP/myWindows/config.h      2016-02-23 21:25:59.000000000 
+0100
+++ new/p7zip_15.14.1/CPP/myWindows/config.h    2016-03-23 20:12:45.000000000 
+0100
@@ -5,7 +5,7 @@
   #define FILESYSTEM_IS_CASE_SENSITIVE 1
 #endif
 
-  #if !defined(ENV_MACOSX) && !defined(ENV_BEOS)
+  #if !defined(ENV_BEOS)
 
     /* <wchar.h> */
     /* ENV_HAVE_WCHAR__H and not ENV_HAVE_WCHAR_H to avoid warning with 
wxWidgets */
@@ -22,7 +22,7 @@
     /* towupper */
     #define ENV_HAVE_TOWUPPER
 
-  #endif /* !ENV_MACOSX && !ENV_BEOS */
+  #endif /* !ENV_BEOS */
 
   #ifdef ENV_HAIKU  /* AFTER !defined(ENV_BEOS) because ENV_HAIKU and ENV_BEOS 
are defined */
     /* <wchar.h> */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_15.14/ChangeLog new/p7zip_15.14.1/ChangeLog
--- old/p7zip_15.14/ChangeLog   2016-03-10 07:39:03.000000000 +0100
+++ new/p7zip_15.14.1/ChangeLog 2016-03-23 20:18:25.000000000 +0100
@@ -1,8 +1,16 @@
 
+Version 15.14.1
+===============
+
+  - patch #32 Compiling in OS X fails with p7zip_15.14 
+
 
 Version 15.14
 =============
 
+  - bug #147 Directory traversal through symlinks
+    ( https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1038 )
+
   - patch #26 : Patch to correctly set permissions for docs that permits 
non-sudo deletion of docs 
 
   - patch #27 : Update Mac OS X LLVM 64bits Makefile 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p7zip_15.14/README new/p7zip_15.14.1/README
--- old/p7zip_15.14/README      2016-03-10 06:45:26.000000000 +0100
+++ new/p7zip_15.14.1/README    2016-03-23 20:13:47.000000000 +0100
@@ -1,5 +1,5 @@
-    p7zip 15.14
-    ===========
+    p7zip 15.14.1
+    =============
 
 Homepage : http://p7zip.sourceforge.net/
 


Reply via email to