]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- updated to 4.20 AC-STABLE auto/ac/stunnel-4_20-1 auto/th/stunnel-4_20-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 4 Dec 2006 10:53:13 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-libwrap_srv_name_log.patch -> 1.4
    stunnel.spec -> 1.100

stunnel-libwrap_srv_name_log.patch
stunnel.spec

index 3a915d64ec0a2a1f3ea4b9bc4c398c99ab300370..1d5228858a6ed3dcd1e853713c00a0bdbdfef22f 100644 (file)
@@ -5,9 +5,9 @@
  
      if(!result) {
 -        s_log(LOG_WARNING, "Connection from %s REFUSED by libwrap",
--            c->accepting_address);
+-            c->accepted_address);
 +        s_log(LOG_WARNING, "Connection to service %s from %s REFUSED by libwrap",
-+            c->opt->servname, c->accepting_address);
++            c->opt->servname, c->accepted_address);
          s_log(LOG_DEBUG, "See hosts_access(5) manual for details");
          return -1; /* FAILED */
      }
index 924592c610b8867ce57f4dde93d3c046e06f150c..5c8f23cf0c48e981efbaff767de5db54e683de0f 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Universal SSL tunnel
 Summary(pl):   Uniwersalne narzêdzie do bezpiecznego tunelowania
 Name:          stunnel
-Version:       4.17
+Version:       4.20
 Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       ftp://stunnel.mirt.net/stunnel/%{name}-%{version}.tar.gz
-# Source0-md5: d54e1cb4b67f3cd203831fd067039d61
+# Source0-md5: cf9940395d3503018f721c962528d2ec
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.inet
This page took 0.048151 seconds and 4 git commands to generate.