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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Nov 6 12:47:59 CET 2015


Revision: 25363
          http://sourceforge.net/p/gar/code/25363
Author:   dmichelsen
Date:     2015-11-06 11:47:59 +0000 (Fri, 06 Nov 2015)
Log Message:
-----------
stunnel/trunk: Update to 5.26

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

Removed 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-05 08:43:28 UTC (rev 25362)
+++ csw/mgar/pkg/stunnel/trunk/Makefile	2015-11-06 11:47:59 UTC (rev 25363)
@@ -7,8 +7,8 @@
 #       Test on Solaris 8 / 9 for comparison
 #
 NAME = stunnel
-VERSION = 5.25
-# BETA = b4
+VERSION = 5.26
+# BETA = b1
 GARTYPE = v2
 
 DESCRIPTION = Universal SSL Wrapper
@@ -24,15 +24,10 @@
 # Upstream moves versions to an obsolete/ subdir over time, consider it too
 MAJOR_VER = $(firstword $(subst ., ,$(VERSION)))
 MASTER_SITES += https://www.stunnel.org/downloads/archive/$(MAJOR_VER).x/
-
 MASTER_SITES += https://www.stunnel.org/downloads/beta/
 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-05 08:43:28 UTC (rev 25362)
+++ csw/mgar/pkg/stunnel/trunk/checksums	2015-11-06 11:47:59 UTC (rev 25363)
@@ -1 +1 @@
-326126f56a76eec974d3a31ebedb9623  stunnel-5.25.tar.gz
+cd72bf9b7fb3577a0330df315cd88b0a  stunnel-5.26.tar.gz

Deleted: csw/mgar/pkg/stunnel/trunk/files/0001-Solaris-fixes.patch
===================================================================
--- csw/mgar/pkg/stunnel/trunk/files/0001-Solaris-fixes.patch	2015-11-05 08:43:28 UTC (rev 25362)
+++ csw/mgar/pkg/stunnel/trunk/files/0001-Solaris-fixes.patch	2015-11-06 11:47:59 UTC (rev 25363)
@@ -1,39 +0,0 @@
-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