SF.net SVN: gar:[26763] csw/mgar/pkg/stunnel/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jun 21 09:46:14 CEST 2021
Revision: 26763
http://sourceforge.net/p/gar/code/26763
Author: dmichelsen
Date: 2021-06-21 07:46:14 +0000 (Mon, 21 Jun 2021)
Log Message:
-----------
stunnel/trunk: Update to 5.59 and fix realpath issue
Modified Paths:
--------------
csw/mgar/pkg/stunnel/trunk/Makefile
csw/mgar/pkg/stunnel/trunk/checksums
Modified: csw/mgar/pkg/stunnel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/stunnel/trunk/Makefile 2021-06-21 07:24:54 UTC (rev 26762)
+++ csw/mgar/pkg/stunnel/trunk/Makefile 2021-06-21 07:46:14 UTC (rev 26763)
@@ -1,7 +1,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = stunnel
-VERSION = 5.50
+VERSION = 5.59
#BETA = b3
GARTYPE = v2
@@ -42,10 +42,17 @@
# This is the SMF DTD
CHECKPKG_OVERRIDES_CSWstunnel += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/cswstunnel.xml
+# We need ggrep as grep for 'grep -q'
+CONFIGURE_ENV_PATH = /opt/csw/gnu:$(PATH)
+
CONFIGURE_ARGS += $(DIRPATHS)
CONFIGURE_ARGS += --with-ssl=$(prefix)
CONFIGURE_ARGS += --enable-ipv6
+# Disable realpath as reported in
+# http://lists.opencsw.org/pipermail/users/2021-June/010487.html
+CONFIGURE_ARGS += ac_cv_func_realpath=no
+
REINPLACEMENTS += capath
REINPLACE_MATCH_capath = /etc/ssl/certs
REINPLACE_WITH_capath = $(sysconfdir)/ssl/certs
Modified: csw/mgar/pkg/stunnel/trunk/checksums
===================================================================
--- csw/mgar/pkg/stunnel/trunk/checksums 2021-06-21 07:24:54 UTC (rev 26762)
+++ csw/mgar/pkg/stunnel/trunk/checksums 2021-06-21 07:46:14 UTC (rev 26763)
@@ -1 +1 @@
-5b9310d25214ef48030de162ecbd2be1 stunnel-5.50.tar.gz
+947c1e114a217f2cf2adaabc5573788c stunnel-5.59.tar.gz
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