SOURCES: stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch, stu...
areq
areq at pld-linux.org
Sun Oct 28 15:07:03 CET 2007
Author: areq Date: Sun Oct 28 14:07:03 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- 4.21
---- Files affected:
SOURCES:
stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch (1.8 -> 1.9) , stunnel-libwrap_srv_name_log.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
diff -u SOURCES/stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch:1.8 SOURCES/stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch:1.9
--- SOURCES/stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch:1.8 Sat Sep 2 14:17:17 2006
+++ SOURCES/stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch Sun Oct 28 15:06:58 2007
@@ -1,9 +1,9 @@
---- stunnel-4.16/configure.ac.orig 2006-08-19 20:28:14.000000000 +0000
-+++ stunnel-4.16/configure.ac 2006-09-02 12:00:10.916071750 +0000
-@@ -91,8 +91,8 @@
- AC_MSG_NOTICE([**************************************** libraries])
+--- stunnel-4.21/configure.ac.orig 2007-08-08 22:43:10.000000000 +0000
++++ stunnel-4.21/configure.ac 2007-10-28 11:44:32.424648485 +0000
+@@ -92,8 +92,8 @@
# Checks for standard libraries
AC_SEARCH_LIBS(gethostbyname, nsl)
+ AC_SEARCH_LIBS(yp_get_default_domain, nsl)
-AC_CHECK_LIB(socket, socket)
-AC_CHECK_LIB(util, openpty)
+AC_SEARCH_LIBS(socket, socket)
================================================================
Index: SOURCES/stunnel-libwrap_srv_name_log.patch
diff -u SOURCES/stunnel-libwrap_srv_name_log.patch:1.4 SOURCES/stunnel-libwrap_srv_name_log.patch:1.5
--- SOURCES/stunnel-libwrap_srv_name_log.patch:1.4 Mon Dec 4 11:53:13 2006
+++ SOURCES/stunnel-libwrap_srv_name_log.patch Sun Oct 28 15:06:58 2007
@@ -1,13 +1,13 @@
---- stunnel-4.14/src/client.c.orig 2005-10-24 20:00:56.000000000 +0200
-+++ stunnel-4.14/src/client.c 2006-01-24 13:31:39.000000000 +0100
-@@ -735,8 +735,8 @@
- }
-
- if(!result) {
-- s_log(LOG_WARNING, "Connection from %s REFUSED by libwrap",
-- c->accepted_address);
-+ s_log(LOG_WARNING, "Connection to service %s from %s REFUSED by libwrap",
-+ c->opt->servname, c->accepted_address);
- s_log(LOG_DEBUG, "See hosts_access(5) manual for details");
- return -1; /* FAILED */
+--- stunnel-4.21/src/client.c.orig 2007-10-05 20:30:00.000000000 +0000
++++ stunnel-4.21/src/client.c 2007-10-28 11:48:46.794934653 +0000
+@@ -776,8 +776,8 @@
+ c->fd=-1; /* avoid double close on cleanup */
+ if(strcmp(name, c->opt->username)) {
+ safestring(name);
+- s_log(LOG_WARNING, "Connection from %s REFUSED by IDENT (user %s)",
+- c->accepted_address, name);
++ s_log(LOG_WARNING, "Connection to service %s from %s REFUSED by IDENT (user %s)",
++ c->opt->servname, c->accepted_address, name);
+ longjmp(c->err, 1);
}
+ s_log(LOG_INFO, "IDENT authentication passed");
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/stunnel-libwrap_srv_name_log.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list