]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- 4.21 auto/th/stunnel-4_21-1
authorareq <areq@pld-linux.org>
Sun, 28 Oct 2007 14:07:34 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch -> 1.9
    stunnel-libwrap_srv_name_log.patch -> 1.5
    stunnel.inet -> 1.3
    stunnel.spec -> 1.103

stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
stunnel-libwrap_srv_name_log.patch
stunnel.inet
stunnel.spec

index baa9ea8968cda89dee9a22314e17f90c99ef7300..ffc73333ef7b99c3968e8094c53b074124213b61 100644 (file)
@@ -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 1d5228858a6ed3dcd1e853713c00a0bdbdfef22f..785d3dc4bef0ccdf4052db9483a700a5bb33946d 100644 (file)
@@ -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");
index 7561e3b7f625e60d432a72f4ed602cb2d5999531..2af797105a378a01f592e8fd55281b3975b61729 100644 (file)
@@ -5,5 +5,5 @@ PORT=6666
 FLAGS=nowait
 USER=root
 SERVER=tcpd
-DAEMON=/usr/sbin/stunnel
+DAEMON=/usr/bin/stunnel
 DAEMONARGS="/etc/stunnel/stunnel.conf"
index ab90e5b613d0f52fd43fd9d5842079b59db8ad30..bf6a440defaaf5744c47300c4bb2e4ca8ac63538 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Universal SSL tunnel
 Summary(pl.UTF-8):     Uniwersalne narzÄ™dzie do bezpiecznego tunelowania
 Name:          stunnel
-Version:       4.20
+Version:       4.21
 Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       ftp://stunnel.mirt.net/stunnel/%{name}-%{version}.tar.gz
-# Source0-md5: cf9940395d3503018f721c962528d2ec
+# Source0-md5: 1eaec5228979beca4d548f453304e311
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.inet
@@ -109,7 +109,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/stunnel
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/stunnel
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/stunnel
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/libstunnel.la
+rm -rf $RPM_BUILD_ROOT%{_libdir}/stunnel
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/stunnel/stunnel.pem
 rm -rf $RPM_BUILD_ROOT%{_docdir}/stunnel
 
@@ -157,8 +157,7 @@ fi
 %attr(750,stunnel,stunnel) %{_var}/run/stunnel
 %dir %{_sysconfdir}/stunnel
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/stunnel/stunnel.conf
-%attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/libstunnel.so
+%attr(755,root,root) %{_bindir}/*
 %{_mandir}/man8/*
 %lang(fr) %{_mandir}/fr/man8/*
 %lang(pl) %{_mandir}/pl/man8/*
This page took 0.041649 seconds and 4 git commands to generate.