summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-06-25 12:32:40 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-06-25 12:32:40 (GMT)
commitcc4615a5a505aff47795b598ecde46dfa5142e5f (patch)
treeee7299a4fb7a442f9b2a67da57cf6cf21072095d
parent555aaec973dd6dd44cc4dca5a93d65c380f5b4b6 (diff)
downloadmxe-cc4615a5a505aff47795b598ecde46dfa5142e5f.zip
mxe-cc4615a5a505aff47795b598ecde46dfa5142e5f.tar.gz
mxe-cc4615a5a505aff47795b598ecde46dfa5142e5f.tar.bz2
update package gsoap
-rw-r--r--src/gsoap-1-fixes.patch76
-rw-r--r--src/gsoap.mk4
2 files changed, 2 insertions, 78 deletions
diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch
deleted file mode 100644
index 77972ab..0000000
--- a/src/gsoap-1-fixes.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-Patches taken from
-https://sourceforge.net/tracker/?func=detail&aid=3288762&group_id=52781&atid=468023
-https://sourceforge.net/tracker/?func=detail&aid=3288772&group_id=52781&atid=468023
-
-From d49ac167169e2db531e1be5a48575186c8bc8799 Mon Sep 17 00:00:00 2001
-From: mingw-cross-env
-Date: Mon, 18 Apr 2011 09:20:27 +0200
-Subject: [PATCH 1/2] use ws2spi instead of wspiapi
-
-
-diff --git a/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h b/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h
-index 238b7f1..ffccf80 100644
---- a/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h
-+++ b/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h
-@@ -693,7 +693,7 @@ A commercial use license is available from Genivia, Inc., contact@genivia.com
- # endif
- # include <winsock2.h> /* Visual Studio 2005 users: you must install the Platform SDK (R2) */
- # include <ws2tcpip.h>
--# include <wspiapi.h>
-+# include <ws2spi.h>
- # ifdef WITH_IPV6
- # define SOAP_GAI_STRERROR gai_strerrorA
- # endif
-diff --git a/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h b/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h
-index 238b7f1..ffccf80 100644
---- a/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h
-+++ b/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h
-@@ -693,7 +693,7 @@ A commercial use license is available from Genivia, Inc., contact@genivia.com
- # endif
- # include <winsock2.h> /* Visual Studio 2005 users: you must install the Platform SDK (R2) */
- # include <ws2tcpip.h>
--# include <wspiapi.h>
-+# include <ws2spi.h>
- # ifdef WITH_IPV6
- # define SOAP_GAI_STRERROR gai_strerrorA
- # endif
-diff --git a/gsoap/stdsoap2.h b/gsoap/stdsoap2.h
-index 238b7f1..ffccf80 100644
---- a/gsoap/stdsoap2.h
-+++ b/gsoap/stdsoap2.h
-@@ -693,7 +693,7 @@ A commercial use license is available from Genivia, Inc., contact@genivia.com
- # endif
- # include <winsock2.h> /* Visual Studio 2005 users: you must install the Platform SDK (R2) */
- # include <ws2tcpip.h>
--# include <wspiapi.h>
-+# include <ws2spi.h>
- # ifdef WITH_IPV6
- # define SOAP_GAI_STRERROR gai_strerrorA
- # endif
---
-1.7.4.1
-
-
-From 2ed5f1205a5517c4f1d919942fbebd58327ee3df Mon Sep 17 00:00:00 2001
-From: mingw-cross-env
-Date: Mon, 18 Apr 2011 10:14:06 +0200
-Subject: [PATCH 2/2] add missing libs to gsoapssl++.pc
-
-
-diff --git a/gsoapssl++.pc.in b/gsoapssl++.pc.in
-index e8c8f4f..07515fe 100644
---- a/gsoapssl++.pc.in
-+++ b/gsoapssl++.pc.in
-@@ -7,5 +7,5 @@ Name: GSoap
- Description: SOAP C++ Web Services with SSL and ZLIB
- Version: @VERSION@
- Requires:
--Libs: -L${libdir} -lgsoapssl++
-+Libs: -L${libdir} -lgsoapssl++ @SAMPLE_SSL_LIBS@ @SAMPLE_EXTRA_LIBS@
- Cflags: -DWITH_OPENSSL -DWITH_DOM -DWITH_COOKIES -DWITH_GZIP -I${includedir}
---
-1.7.4.1
-
diff --git a/src/gsoap.mk b/src/gsoap.mk
index a0d46c2..212b73e 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -4,8 +4,8 @@
# gSOAP
PKG := gsoap
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.8.2
-$(PKG)_CHECKSUM := 199b7d4cf0b6a5bf81a2198e39f03c092ffc05a7
+$(PKG)_VERSION := 2.8.3
+$(PKG)_CHECKSUM := 55677239751253b48f448eb30a7585df97cba486
$(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG))
$(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip
$(PKG)_WEBSITE := http://gsoap2.sourceforge.net/