[packages/stunnel] up to 5.77
atler
atler at pld-linux.org
Tue Feb 17 19:41:40 CET 2026
commit 06e81499da75f738e3b2afbd9ef27dcb8b73f439
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Feb 17 19:41:24 2026 +0100
up to 5.77
stunnel-libwrap_srv_name_log.patch | 4 ++--
stunnel.spec | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/stunnel.spec b/stunnel.spec
index e94dce0..8feb98d 100644
--- a/stunnel.spec
+++ b/stunnel.spec
@@ -6,12 +6,12 @@
Summary: Universal SSL tunnel
Summary(pl.UTF-8): Uniwersalne narzędzie do bezpiecznego tunelowania
Name: stunnel
-Version: 5.76
+Version: 5.77
Release: 1
License: GPL v2+ with OpenSSL exception
Group: Networking/Daemons
Source0: https://www.stunnel.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: cea53ba1a7c7bcb3359da2951ab32999
+# Source0-md5: 786eefac65baa508fe1a16724cd782eb
Source1: %{name}.init
Source2: %{name}.sysconfig
Source3: %{name}.inet
diff --git a/stunnel-libwrap_srv_name_log.patch b/stunnel-libwrap_srv_name_log.patch
index 87e469d..7fd6b87 100644
--- a/stunnel-libwrap_srv_name_log.patch
+++ b/stunnel-libwrap_srv_name_log.patch
@@ -4,8 +4,8 @@
while(*user==' ') /* skip leading spaces */
++user;
if(strcmp(user, c->opt->username)) {
-- s_log(LOG_WARNING, "Connection from %s REFUSED by IDENT (user \"%s\")",
-+ s_log(LOG_WARNING, "Connection to service %s from %s REFUSED by IDENT (user \"%s\")",
+- s_log(LOG_ERR, "Connection from %s REFUSED by IDENT (user \"%s\")",
++ s_log(LOG_ERR, "Connection to service %s from %s REFUSED by IDENT (user \"%s\")",
+ c->opt->servname,
c->accepted_address, user);
str_free(line);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/stunnel.git/commitdiff/06e81499da75f738e3b2afbd9ef27dcb8b73f439
More information about the pld-cvs-commit
mailing list