From owner-svn-ports-all@freebsd.org Tue Jul 25 14:14:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6C76C7D455; Tue, 25 Jul 2017 14:14:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6F07CD8B; Tue, 25 Jul 2017 14:14:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6PEEKgG017800; Tue, 25 Jul 2017 14:14:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6PEEJBK017796; Tue, 25 Jul 2017 14:14:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201707251414.v6PEEJBK017796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 25 Jul 2017 14:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446584 - in head/devel/gsoap: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/gsoap: . files X-SVN-Commit-Revision: 446584 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2017 14:14:21 -0000 Author: swills Date: Tue Jul 25 14:14:19 2017 New Revision: 446584 URL: https://svnweb.freebsd.org/changeset/ports/446584 Log: devel/gsoap: Update to 2.8.50 PR: 220977 MFH: 2017Q3 Security: 8745c67e-7dd1-4165-96e2-fcf9da2dc5b5 With Hat: ports-secteam@ Modified: head/devel/gsoap/Makefile head/devel/gsoap/distinfo head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in head/devel/gsoap/pkg-plist Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Tue Jul 25 13:36:26 2017 (r446583) +++ head/devel/gsoap/Makefile Tue Jul 25 14:14:19 2017 (r446584) @@ -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: head/devel/gsoap/distinfo ============================================================================== --- head/devel/gsoap/distinfo Tue Jul 25 13:36:26 2017 (r446583) +++ head/devel/gsoap/distinfo Tue Jul 25 14:14:19 2017 (r446584) @@ -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: head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in ============================================================================== --- head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in Tue Jul 25 13:36:26 2017 (r446583) +++ head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in Tue Jul 25 14:14:19 2017 (r446584) @@ -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: head/devel/gsoap/pkg-plist ============================================================================== --- head/devel/gsoap/pkg-plist Tue Jul 25 13:36:26 2017 (r446583) +++ head/devel/gsoap/pkg-plist Tue Jul 25 14:14:19 2017 (r446584) @@ -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