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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Oct 31 11:16:07 CET 2023


Revision: 27034
          http://sourceforge.net/p/gar/code/27034
Author:   dmichelsen
Date:     2023-10-31 10:16:07 +0000 (Tue, 31 Oct 2023)
Log Message:
-----------
stunnel/trunk: Update to 5.71

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

Added Paths:
-----------
    csw/mgar/pkg/stunnel/trunk/files/0001-Add-alloca.h.patch

Modified: csw/mgar/pkg/stunnel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/stunnel/trunk/Makefile	2023-10-19 13:04:12 UTC (rev 27033)
+++ csw/mgar/pkg/stunnel/trunk/Makefile	2023-10-31 10:16:07 UTC (rev 27034)
@@ -1,7 +1,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = stunnel
-VERSION = 5.64
+VERSION = 5.71
 #BETA = b3
 GARTYPE = v2
 
@@ -22,11 +22,7 @@
 DISTFILES += $(DISTNAME)$(BETA).tar.gz
 DISTFILES += cswstunnel.xml
 
-# The test just tries to build Windows binaries and it is automatically activated
-# when there is a .git in the unpacked directory. Do not use GIT patching until this
-# is changed:
-#   http://www.stunnel.org/pipermail/stunnel-users/2015-July/005160.html
-NOGITPATCH = 1
+PATCHFILES += 0001-Add-alloca.h.patch
 
 VENDOR_URL   = http://www.stunnel.org
 
@@ -58,13 +54,6 @@
 REINPLACE_WITH_capath = $(sysconfdir)/ssl/certs
 REINPLACE_FILES_capath += tools/stunnel.conf-sample
 
-REINPLACEMENTS += bash
-REINPLACE_MATCH_bash = /bin/sh
-REINPLACE_WITH_bash = /bin/bash
-REINPLACE_FILES_bash += tests/make_test
-REINPLACE_FILES_bash += tests/make_test
-REINPLACE_FILES_bash += tests/recipes/*
-
 PRESERVECONF += $(sysconfdir)/stunnel/stunnel.conf
 
 # We need 'grep -q'

Modified: csw/mgar/pkg/stunnel/trunk/checksums
===================================================================
--- csw/mgar/pkg/stunnel/trunk/checksums	2023-10-19 13:04:12 UTC (rev 27033)
+++ csw/mgar/pkg/stunnel/trunk/checksums	2023-10-31 10:16:07 UTC (rev 27034)
@@ -1 +1 @@
-fc069f84558710a0bdb7cf14110a6aeb  stunnel-5.64.tar.gz
+23ddd3c3bd92873deb0caadba12f9574  stunnel-5.71.tar.gz

Added: csw/mgar/pkg/stunnel/trunk/files/0001-Add-alloca.h.patch
===================================================================
--- csw/mgar/pkg/stunnel/trunk/files/0001-Add-alloca.h.patch	                        (rev 0)
+++ csw/mgar/pkg/stunnel/trunk/files/0001-Add-alloca.h.patch	2023-10-31 10:16:07 UTC (rev 27034)
@@ -0,0 +1,24 @@
+From 965bf6223981df3523f71572acb8cc6737417b20 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Tue, 31 Oct 2023 10:33:00 +0100
+Subject: [PATCH] Add alloca.h
+
+---
+ src/log.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/log.c b/src/log.c
+index b6a5ffb..d22437d 100644
+--- a/src/log.c
++++ b/src/log.c
+@@ -35,6 +35,7 @@
+  *   forward this exception.
+  */
+ 
++#include <alloca.h>
+ #include "prototypes.h"
+ 
+ NOEXPORT void log_queue(SERVICE_OPTIONS *, int, char *, char *, char *);
+-- 
+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