From dmichelsen at users.sourceforge.net Thu Oct 19 15:04:13 2023 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 19 Oct 2023 13:04:13 +0000 Subject: =?UTF-8?Q?SF=2Enet_SVN=3A_gar=3A=5B27033=5D_csw/mgar/pkg/apache24/trunk?= Message-ID: <1697720653.247149.11799@sfp-scm-4.v30.lw.sourceforge.com> Revision: 27033 http://sourceforge.net/p/gar/code/27033 Author: dmichelsen Date: 2023-10-19 13:04:12 +0000 (Thu, 19 Oct 2023) Log Message: ----------- apache24/trunk: Update to 2.4.58 Modified Paths: -------------- csw/mgar/pkg/apache24/trunk/Makefile csw/mgar/pkg/apache24/trunk/checksums Modified: csw/mgar/pkg/apache24/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache24/trunk/Makefile 2023-10-11 07:43:13 UTC (rev 27032) +++ csw/mgar/pkg/apache24/trunk/Makefile 2023-10-19 13:04:12 UTC (rev 27033) @@ -1,7 +1,7 @@ # $Id: Makefile 18185 2012-06-01 02:30:46Z bdwalton $ NAME = httpd -VERSION = 2.4.57 +VERSION = 2.4.58 GARTYPE = v2 PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc Modified: csw/mgar/pkg/apache24/trunk/checksums =================================================================== --- csw/mgar/pkg/apache24/trunk/checksums 2023-10-11 07:43:13 UTC (rev 27032) +++ csw/mgar/pkg/apache24/trunk/checksums 2023-10-19 13:04:12 UTC (rev 27033) @@ -1 +1 @@ -61035f41f8721eb1e45e2f5e697cbc13 httpd-2.4.57.tar.gz +2b9283d78fe42070d1385508fb31fbe5 httpd-2.4.58.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Oct 31 11:16:07 2023 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 31 Oct 2023 10:16:07 +0000 Subject: SF.net SVN: gar:[27034] csw/mgar/pkg/stunnel/trunk Message-ID: <1698747367.778063.31441@sfp-scm-1.v30.lw.sourceforge.com> 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 +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 + #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.