SF.net SVN: gar:[25351] csw/mgar/pkg/stunnel/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Nov 2 14:47:28 CET 2015


Revision: 25351
          http://sourceforge.net/p/gar/code/25351
Author:   dmichelsen
Date:     2015-11-02 13:47:28 +0000 (Mon, 02 Nov 2015)
Log Message:
-----------
stunnel/trunk: Update to 5.25

Modified Paths:
--------------
    csw/mgar/pkg/stunnel/trunk/Makefile
    csw/mgar/pkg/stunnel/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/stunnel/trunk/files/0001-Solaris-fixes.patch

Modified: csw/mgar/pkg/stunnel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/stunnel/trunk/Makefile	2015-11-02 13:42:06 UTC (rev 25350)
+++ csw/mgar/pkg/stunnel/trunk/Makefile	2015-11-02 13:47:28 UTC (rev 25351)
@@ -7,7 +7,7 @@
 #       Test on Solaris 8 / 9 for comparison
 #
 NAME = stunnel
-VERSION = 5.24
+VERSION = 5.25
 # BETA = b4
 GARTYPE = v2
 
@@ -29,6 +29,10 @@
 DISTFILES += $(DISTNAME)$(BETA).tar.gz
 DISTFILES += cswstunnel.xml
 
+# As reported in
+#   http://www.stunnel.org/pipermail/stunnel-users/2015-November/005282.html
+PATCHFILES += 0001-Solaris-fixes.patch
+
 VENDOR_URL   = http://www.stunnel.org
 
 BUILD_DEP_PKGS += CSWlibssl-dev

Modified: csw/mgar/pkg/stunnel/trunk/checksums
===================================================================
--- csw/mgar/pkg/stunnel/trunk/checksums	2015-11-02 13:42:06 UTC (rev 25350)
+++ csw/mgar/pkg/stunnel/trunk/checksums	2015-11-02 13:47:28 UTC (rev 25351)
@@ -1 +1 @@
-24ad1f10525181edcf82433aac8bad0b  stunnel-5.24.tar.gz
+326126f56a76eec974d3a31ebedb9623  stunnel-5.25.tar.gz

Added: csw/mgar/pkg/stunnel/trunk/files/0001-Solaris-fixes.patch
===================================================================
--- csw/mgar/pkg/stunnel/trunk/files/0001-Solaris-fixes.patch	                        (rev 0)
+++ csw/mgar/pkg/stunnel/trunk/files/0001-Solaris-fixes.patch	2015-11-02 13:47:28 UTC (rev 25351)
@@ -0,0 +1,39 @@
+From 9778752c2f397490e09259564833b7d22bb6c76c Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 2 Nov 2015 14:40:31 +0100
+Subject: [PATCH] Solaris fixes
+
+---
+ src/client.c  | 2 ++
+ src/network.c | 2 ++
+ 2 files changed, 4 insertions(+)
+
+diff --git a/src/client.c b/src/client.c
+index 76b808d..e957406 100644
+--- a/src/client.c
++++ b/src/client.c
+@@ -48,6 +48,8 @@
+ #define SHUT_RDWR 2
+ #endif
+ 
++extern char **environ;
++
+ NOEXPORT void client_try(CLI *);
+ NOEXPORT void client_run(CLI *);
+ NOEXPORT void local_start(CLI *);
+diff --git a/src/network.c b/src/network.c
+index e222268..15be34a 100644
+--- a/src/network.c
++++ b/src/network.c
+@@ -40,6 +40,8 @@
+ #define FD_SETSIZE 1000000
+ #endif
+ 
++#include <limits.h>
++
+ #include "common.h"
+ #include "prototypes.h"
+ 
+-- 
+2.4.0
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list