Hello community,

here is the log from the commit of package stunnel for openSUSE:Factory checked 
in at 2017-04-11 09:46:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stunnel (Old)
 and      /work/SRC/openSUSE:Factory/.stunnel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stunnel"

Tue Apr 11 09:46:12 2017 rev:7 rq:486002 version:5.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/stunnel/stunnel.changes  2017-04-06 
11:02:31.480408094 +0200
+++ /work/SRC/openSUSE:Factory/.stunnel.new/stunnel.changes     2017-04-11 
09:46:13.252116326 +0200
@@ -1,0 +2,7 @@
+Thu Apr  6 09:05:55 UTC 2017 - wer...@suse.de
+
+- Require package config for libsystemd to help the configure script
+  to detect and enable systemd socket activation (boo#1032557) 
+- Refresh patch stunnel-listenqueue-option.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stunnel.spec ++++++
--- /var/tmp/diff_new_pack.itfzk4/_old  2017-04-11 09:46:14.107995422 +0200
+++ /var/tmp/diff_new_pack.itfzk4/_new  2017-04-11 09:46:14.107995422 +0200
@@ -34,8 +34,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define VENDOR openSUSE
 BuildRequires:  libopenssl-devel
+BuildRequires:  pkgconfig
 BuildRequires:  tcpd-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(libsystemd)
 
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd

++++++ stunnel-listenqueue-option.patch ++++++
--- /var/tmp/diff_new_pack.itfzk4/_old  2017-04-11 09:46:14.131992032 +0200
+++ /var/tmp/diff_new_pack.itfzk4/_new  2017-04-11 09:46:14.131992032 +0200
@@ -1,6 +1,12 @@
+---
+ src/options.c    |   18 ++++++++++++++++++
+ src/prototypes.h |    1 +
+ src/stunnel.c    |    2 +-
+ 3 files changed, 20 insertions(+), 1 deletion(-)
+
 --- src/options.c
-+++ src/options.c
-@@ -1872,6 +1872,24 @@
++++ src/options.c      2017-04-06 08:40:50.927511225 +0000
+@@ -1881,6 +1881,24 @@ NOEXPORT char *parse_service_option(CMD
          break;
      }
  
@@ -26,8 +32,8 @@
  
      /* OCSP */
 --- src/prototypes.h
-+++ src/prototypes.h
-@@ -248,6 +248,7 @@
++++ src/prototypes.h   2017-04-06 08:40:50.927511225 +0000
+@@ -252,6 +252,7 @@ typedef struct service_options_struct {
      int timeout_close;                          /* maximum close_notify time 
*/
      int timeout_connect;                           /* maximum connect() time 
*/
      int timeout_idle;                        /* maximum idle connection time 
*/
@@ -36,8 +42,8 @@
      char *username;
  
 --- src/stunnel.c
-+++ src/stunnel.c
-@@ -451,7 +451,7 @@
++++ src/stunnel.c      2017-04-06 08:40:50.927511225 +0000
+@@ -476,7 +476,7 @@ int bind_ports(void) {
                      str_free(local_address);
                      return 1;
                  }


Reply via email to