svn commit: r446585 - in branches/2017Q3/devel/gsoap: . files
Steve Wills
swills at FreeBSD.org
Tue Jul 25 14:15:10 UTC 2017
Author: swills
Date: Tue Jul 25 14:15:08 2017
New Revision: 446585
URL: https://svnweb.freebsd.org/changeset/ports/446585
Log:
MFH: r446584
devel/gsoap: Update to 2.8.50
PR: 220977
Security: 8745c67e-7dd1-4165-96e2-fcf9da2dc5b5
With Hat: ports-secteam@
Approved by: ports-secteam@ (implicit)
Modified:
branches/2017Q3/devel/gsoap/Makefile
branches/2017Q3/devel/gsoap/distinfo
branches/2017Q3/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in
branches/2017Q3/devel/gsoap/pkg-plist
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/devel/gsoap/Makefile
==============================================================================
--- branches/2017Q3/devel/gsoap/Makefile Tue Jul 25 14:14:19 2017 (r446584)
+++ branches/2017Q3/devel/gsoap/Makefile Tue Jul 25 14:15:08 2017 (r446585)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gsoap
-PORTVERSION= 2.8.46
+PORTVERSION= 2.8.50
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}2/gsoap-2.8
DISTNAME= ${PORTNAME}_${PORTVERSION}
Modified: branches/2017Q3/devel/gsoap/distinfo
==============================================================================
--- branches/2017Q3/devel/gsoap/distinfo Tue Jul 25 14:14:19 2017 (r446584)
+++ branches/2017Q3/devel/gsoap/distinfo Tue Jul 25 14:15:08 2017 (r446585)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495260869
-SHA256 (gsoap_2.8.46.zip) = 3083818fb42b9e7251daf21728132db15354eb8c14060c2dc6949dafbec976be
-SIZE (gsoap_2.8.46.zip) = 33607528
+TIMESTAMP = 1500917106
+SHA256 (gsoap_2.8.50.zip) = d1225f297963d1336ffaa7557990a2a0c8c7700774baa107ecb5467bfc0a265a
+SIZE (gsoap_2.8.50.zip) = 34688187
Modified: branches/2017Q3/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in
==============================================================================
--- branches/2017Q3/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in Tue Jul 25 14:14:19 2017 (r446584)
+++ branches/2017Q3/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in Tue Jul 25 14:15:08 2017 (r446585)
@@ -1,9 +1,9 @@
---- gsoap/wsdl/Makefile.in.orig 2017-04-08 13:59:08 UTC
-+++ gsoap/wsdl/Makefile.in
-@@ -314,7 +314,7 @@ SOAP_FLAGS = -SC -pwsdl -I$(srcdir) -I$(
+--- gsoap/wsdl/Makefile.in.orig 2017-07-24 13:25:52.574440000 -0400
++++ gsoap/wsdl/Makefile.in 2017-07-24 13:26:49.901559000 -0400
+@@ -315,7 +315,7 @@ SOAP_FLAGS = -SC -pwsdl -I$(srcdir) -I$(top_srcdir)/gs
BUILT_SOURCES = $(SOAP_CPP_SRC)
- wsdl2h_CFLAGS = $(C_DEBUG_FLAGS) $(WSDL2H_EXTRA_FLAGS)
- wsdl2h_CXXFLAGS = $(C_DEBUG_FLAGS) $(WSDL2H_EXTRA_FLAGS) $(WSDL2H_IMPORTPATH)
+ wsdl2h_CFLAGS = $(C_DEBUG_FLAGS) $(SOAPCPP2_NO_C_LOCALE) $(WSDL2H_EXTRA_FLAGS)
+ wsdl2h_CXXFLAGS = $(C_DEBUG_FLAGS) $(SOAPCPP2_NO_C_LOCALE) $(WSDL2H_EXTRA_FLAGS) $(WSDL2H_IMPORTPATH)
-wsdl2h_CPPFLAGS = $(AM_CPPFLAGS) $(SOAPCPP2_NONAMESPACES) -D$(platform)
+wsdl2h_CPPFLAGS = $(AM_CPPFLAGS) $(SOAPCPP2_NONAMESPACES) $(WSDL2H_IMPORTPATH) -D$(platform)
wsdl2h_SOURCES = wsdl2h.cpp wsdl.cpp wadl.cpp schema.cpp types.cpp service.cpp soap.cpp mime.cpp wsp.cpp bpel.cpp $(SOAP_CPP_SRC)
Modified: branches/2017Q3/devel/gsoap/pkg-plist
==============================================================================
--- branches/2017Q3/devel/gsoap/pkg-plist Tue Jul 25 14:14:19 2017 (r446584)
+++ branches/2017Q3/devel/gsoap/pkg-plist Tue Jul 25 14:15:08 2017 (r446585)
@@ -152,6 +152,8 @@ libdata/pkgconfig/gsoapssl.pc
%%DATADIR%%/plugin/cacerts.c
%%DATADIR%%/plugin/cacerts.h
%%DATADIR%%/plugin/calcrest.h
+%%DATADIR%%/plugin/curlapi.c
+%%DATADIR%%/plugin/curlapi.h
%%DATADIR%%/plugin/httpda.c
%%DATADIR%%/plugin/httpda.h
%%DATADIR%%/plugin/httpdatest.c
More information about the svn-ports-branches
mailing list