SOURCES: stunnel-libwrap_srv_name_log.patch - updated to 4.20

adamg adamg at pld-linux.org
Mon Dec 4 11:53:18 CET 2006


Author: adamg                        Date: Mon Dec  4 10:53:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 4.20

---- Files affected:
SOURCES:
   stunnel-libwrap_srv_name_log.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/stunnel-libwrap_srv_name_log.patch
diff -u SOURCES/stunnel-libwrap_srv_name_log.patch:1.3 SOURCES/stunnel-libwrap_srv_name_log.patch:1.4
--- SOURCES/stunnel-libwrap_srv_name_log.patch:1.3	Tue Jan 24 13:35:08 2006
+++ SOURCES/stunnel-libwrap_srv_name_log.patch	Mon Dec  4 11:53:13 2006
@@ -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 */
      }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/stunnel-libwrap_srv_name_log.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list