SHA256
1
0
forked from pool/stunnel

Accepting request 486002 from security:Stunnel

- 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

OBS-URL: https://build.opensuse.org/request/show/486002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stunnel?expand=0&rev=7
This commit is contained in:
Yuchen Lin 2017-04-11 07:46:12 +00:00 committed by Git OBS Bridge
commit b0073b37c5
3 changed files with 22 additions and 7 deletions

View File

@ -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
+++ src/options.c +++ src/options.c 2017-04-06 08:40:50.927511225 +0000
@@ -1872,6 +1872,24 @@ @@ -1881,6 +1881,24 @@ NOEXPORT char *parse_service_option(CMD
break; break;
} }
@ -26,8 +32,8 @@
/* OCSP */ /* OCSP */
--- src/prototypes.h --- src/prototypes.h
+++ src/prototypes.h +++ src/prototypes.h 2017-04-06 08:40:50.927511225 +0000
@@ -248,6 +248,7 @@ @@ -252,6 +252,7 @@ typedef struct service_options_struct {
int timeout_close; /* maximum close_notify time */ int timeout_close; /* maximum close_notify time */
int timeout_connect; /* maximum connect() time */ int timeout_connect; /* maximum connect() time */
int timeout_idle; /* maximum idle connection time */ int timeout_idle; /* maximum idle connection time */
@ -36,8 +42,8 @@
char *username; char *username;
--- src/stunnel.c --- src/stunnel.c
+++ src/stunnel.c +++ src/stunnel.c 2017-04-06 08:40:50.927511225 +0000
@@ -451,7 +451,7 @@ @@ -476,7 +476,7 @@ int bind_ports(void) {
str_free(local_address); str_free(local_address);
return 1; return 1;
} }

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 6 09:05:55 UTC 2017 - werner@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
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 1 19:07:51 UTC 2017 - michael@stroeder.com Sat Apr 1 19:07:51 UTC 2017 - michael@stroeder.com

View File

@ -34,8 +34,10 @@ Patch0: stunnel-listenqueue-option.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define VENDOR openSUSE %define VENDOR openSUSE
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: pkgconfig
BuildRequires: tcpd-devel BuildRequires: tcpd-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: pkgconfig(libsystemd)
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
BuildRequires: systemd BuildRequires: systemd