Hello community,

here is the log from the commit of package tinc for openSUSE:Factory checked in 
at 2018-12-31 09:46:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tinc (Old)
 and      /work/SRC/openSUSE:Factory/.tinc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tinc"

Mon Dec 31 09:46:35 2018 rev:2 rq:661770 version:1.0.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/tinc/tinc.changes        2018-05-29 
16:52:54.978402409 +0200
+++ /work/SRC/openSUSE:Factory/.tinc.new.28833/tinc.changes     2018-12-31 
09:47:23.482167230 +0100
@@ -1,0 +2,13 @@
+Mon Oct  8 21:13:23 UTC 2018 - [email protected]
+
+- Fix systemd path problem. 
+  * Add tinc-1.0.35-systemd-path-fix.patch  
+
+-------------------------------------------------------------------
+Mon Oct  8 20:04:17 UTC 2018 - [email protected]
+
+- Security update to version 1.0.35.
+  * Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738).
+  * Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758).
+
+-------------------------------------------------------------------

Old:
----
  tinc-1.0.33.tar.gz

New:
----
  tinc-1.0.35-systemd-path-fix.patch
  tinc-1.0.35.tar.gz

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

Other differences:
------------------
++++++ tinc.spec ++++++
--- /var/tmp/diff_new_pack.0SAfgz/_old  2018-12-31 09:47:24.362166508 +0100
+++ /var/tmp/diff_new_pack.0SAfgz/_new  2018-12-31 09:47:24.362166508 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           tinc
-Version:        1.0.33
+Version:        1.0.35
 Release:        1%{?dist}
 Summary:        A virtual private network daemon
 License:        GPL-2.0+
@@ -26,6 +26,7 @@
 Url:            http://www.tinc-vpn.org/
 Source0:        http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz
 Source1:        %{name}[email protected]
+Patch0:         tinc-1.0.35-systemd-path-fix.patch
 
 BuildRequires:  lzo-devel
 BuildRequires:  openssl-devel
@@ -46,9 +47,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure
+%configure \
+       --libexecdir=%{_prefix}/lib/ \
+       --with-systemd
 make %{?_smp_mflags}
 
 %install

++++++ tinc-1.0.35-systemd-path-fix.patch ++++++
diff -Nurp tinc-1.0.35-orig/configure tinc-1.0.35/configure
--- tinc-1.0.35-orig/configure  2018-10-05 12:39:07.000000000 +0000
+++ tinc-1.0.35/configure       2018-10-08 21:07:37.837903509 +0000
@@ -5032,7 +5032,7 @@ fi


 if test "x$with_systemd" = "xyes"; then :
-  systemd_path="\${libdir}/systemd/system"
+  systemd_path="\${libexecdir}/systemd/system"
 else
   if test "x$with_systemd" = "xno"; then :
   systemd=false
++++++ tinc-1.0.33.tar.gz -> tinc-1.0.35.tar.gz ++++++
++++ 14488 lines of diff (skipped)


Reply via email to