Hello community,

here is the log from the commit of package tnef for openSUSE:Factory checked in 
at 2017-03-03 17:44:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tnef (Old)
 and      /work/SRC/openSUSE:Factory/.tnef.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tnef"

Fri Mar  3 17:44:43 2017 rev:21 rq:460999 version:1.4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/tnef/tnef.changes        2015-04-10 
09:52:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tnef.new/tnef.changes   2017-03-03 
17:44:44.639357895 +0100
@@ -1,0 +2,7 @@
+Mon Feb 27 16:36:47 UTC 2017 - [email protected]
+
+- Update to new upstream release 1.4.13
+  * Prevent against various cases of null derefences,
+    buffer overshooting, and fix some integer overflows.
+
+-------------------------------------------------------------------

Old:
----
  tnef-1.4.12.tar.gz

New:
----
  1.4.13.tar.gz

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

Other differences:
------------------
++++++ tnef.spec ++++++
--- /var/tmp/diff_new_pack.DpnTCw/_old  2017-03-03 17:44:45.347257855 +0100
+++ /var/tmp/diff_new_pack.DpnTCw/_new  2017-03-03 17:44:45.351257290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tnef
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:           tnef
-Version:        1.4.12
+Version:        1.4.13
 Release:        0
 Summary:        Uncompress MS-TNEF Archives
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Compression
 Url:            http://tnef.sourceforge.net/
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source:         https://github.com/verdammelt/tnef/archive/%version.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libtool
 
 %description
 This tool uncompresses MS-TNEF archives as used by some mailers.
@@ -35,11 +36,14 @@
 chmod 644 THANKS
 
 %build
+if [ ! -x configure ]; then
+       autoreconf -fi
+fi
 %configure
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 
 %files
 %defattr(-,root,root,-)

++++++ tnef-1.4.12.tar.gz -> 1.4.13.tar.gz ++++++
++++ 19161 lines of diff (skipped)


Reply via email to