Hello community,

here is the log from the commit of package librelp for openSUSE:Factory checked 
in at 2019-03-14 14:52:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librelp (Old)
 and      /work/SRC/openSUSE:Factory/.librelp.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librelp"

Thu Mar 14 14:52:27 2019 rev:36 rq:683742 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/librelp/librelp.changes  2019-01-08 
12:15:08.965113258 +0100
+++ /work/SRC/openSUSE:Factory/.librelp.new.28833/librelp.changes       
2019-03-14 14:52:32.599786385 +0100
@@ -1,0 +2,9 @@
+Fri Mar  8 20:13:47 UTC 2019 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- librelp 1.4.0:
+  * Both openssl and GnuTLS are now enabled
+  * support concurent use of both GnuTLS and openssl TLS drivers
+  * bugfix: in openssl mode, cert name validation did not work properly
+  * bugfix: invalid handling of connection fail could lead to abort
+
+-------------------------------------------------------------------

Old:
----
  librelp-1.3.0.tar.gz

New:
----
  librelp-1.4.0.tar.gz

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

Other differences:
------------------
++++++ librelp.spec ++++++
--- /var/tmp/diff_new_pack.Z2sWhl/_old  2019-03-14 14:52:35.583785954 +0100
+++ /var/tmp/diff_new_pack.Z2sWhl/_new  2019-03-14 14:52:35.587785954 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librelp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,9 +17,8 @@
 
 
 %define library_name librelp0
-%bcond_with librelp_openssl
 Name:           librelp
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        A reliable logging library
 License:        GPL-3.0-or-later
@@ -27,11 +26,8 @@
 URL:            http://www.librelp.com/
 Source:         http://download.rsyslog.com/librelp/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
-%if %{with librelp_openssl}
-BuildRequires:  pkgconfig(openssl)
-%else
 BuildRequires:  pkgconfig(gnutls) >= 2.0.0
-%endif
+BuildRequires:  pkgconfig(openssl)
 
 %description
 librelp is an easy to use library for the RELP protocol. RELP in turn provides
@@ -81,11 +77,8 @@
 Summary:        A reliable logging library
 Group:          Development/Libraries/C and C++
 Requires:       %{library_name} = %{version}
-%if %{with librelp_openssl}
+Requires:       libgnutls-devel >= 2.0.0
 Requires:       pkgconfig(openssl)
-%else
-Requires:       libgnutls-devel >= 1.4.0
-%endif
 
 %description devel
 librelp is an easy to use library for the RELP protocol. RELP in turn provides
@@ -114,10 +107,7 @@
 %configure \
   --disable-static \
   --with-pic \
-  --enable-tls=yes \
-%if %{with librelp_openssl}
-  --enable-tls-openssl=yes \
-%endif
+  --enable-tls=yes
 
 make %{?_smp_mflags} V=1
 

++++++ librelp-1.3.0.tar.gz -> librelp-1.4.0.tar.gz ++++++
++++ 4308 lines of diff (skipped)


Reply via email to