]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- updated to 4.36
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 May 2011 13:20:23 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated libwrap_srv_name_log patch

Changed files:
    stunnel-libwrap_srv_name_log.patch -> 1.6
    stunnel.spec -> 1.119

stunnel-libwrap_srv_name_log.patch
stunnel.spec

index 785d3dc4bef0ccdf4052db9483a700a5bb33946d..be0dee20785ab6f560582cd0b0c22c3a33a7b773 100644 (file)
@@ -1,13 +1,13 @@
---- 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);
+--- stunnel-4.36/src/client.c.orig     2011-05-02 18:12:53.000000000 +0200
++++ stunnel-4.36/src/client.c  2011-05-03 15:14:06.900264158 +0200
+@@ -844,8 +844,8 @@
+         ++user;
+     if(strcmp(user, c->opt->username)) {
+         safestring(user);
 -        s_log(LOG_WARNING, "Connection from %s REFUSED by IDENT (user %s)",
--            c->accepted_address, name);
+-            c->accepted_address, user);
 +        s_log(LOG_WARNING, "Connection to service %s from %s REFUSED by IDENT (user %s)",
-+            c->opt->servname, c->accepted_address, name);
++            c->opt->servname, c->accepted_address, user);
          longjmp(c->err, 1);
      }
      s_log(LOG_INFO, "IDENT authentication passed");
index 3c974d9c81c7d448ab36ea19912ab202d7d0697a..ebbb9464075b26a723e3716c1f3e646c903b86cb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Universal SSL tunnel
 Summary(pl.UTF-8):     Uniwersalne narzÄ™dzie do bezpiecznego tunelowania
 Name:          stunnel
-Version:       4.35
+Version:       4.36
 Release:       1
-License:       GPL v2+
+License:       GPL v2+ with OpenSSL exception
 Group:         Networking/Daemons
 Source0:       ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
-# Source0-md5: 2c8e153caee9d954fb7d00980968b50d
+# Source0-md5: 600a09b03798424842b24548ca1e4235
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.inet
@@ -17,9 +17,9 @@ Patch3:               %{name}-am.patch
 Patch4:                %{name}-libwrap_srv_name_log.patch
 Patch5:                %{name}-config.patch
 URL:           http://www.stunnel.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2.0
 BuildRequires: libwrap-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: openssl-tools >= 0.9.7d
@@ -155,13 +155,14 @@ fi
 %doc src/stunnel.exe tools/{ca.*,importCA.*}
 %doc %lang(fr) doc/stunnel.fr.html
 %doc %lang(pl) doc/pl/* doc/stunnel.pl.html
-%attr(750,stunnel,stunnel) %{_var}/run/stunnel
+%attr(755,root,root) %{_bindir}/stunnel
+%attr(755,root,root) %{_bindir}/stunnel3
 %dir %{_sysconfdir}/stunnel
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/stunnel/stunnel.conf
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man8/*
-%lang(fr) %{_mandir}/fr/man8/*
-%lang(pl) %{_mandir}/pl/man8/*
+%attr(750,stunnel,stunnel) %{_var}/run/stunnel
+%{_mandir}/man8/stunnel.8*
+%lang(fr) %{_mandir}/fr/man8/stunnel.8*
+%lang(pl) %{_mandir}/pl/man8/stunnel.8*
 
 %files standalone
 %defattr(644,root,root,755)
This page took 0.033841 seconds and 4 git commands to generate.