summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-10-13 21:43:01 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-10-13 21:43:01 (GMT)
commitc5fc7e326776d1951195f87b777e5058020ffb09 (patch)
tree7f38764f7863cee20f10597b73cb1cacbf7d8da6
parent86a552e0f712f4232f1d4b40194dbdb0ea3bc651 (diff)
downloadmxe-c5fc7e326776d1951195f87b777e5058020ffb09.zip
mxe-c5fc7e326776d1951195f87b777e5058020ffb09.tar.gz
mxe-c5fc7e326776d1951195f87b777e5058020ffb09.tar.bz2
update package gsoap
-rw-r--r--index.html2
-rw-r--r--src/gsoap-1-fixes.patch2
-rw-r--r--src/gsoap.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5421f3c..6e296ad 100644
--- a/index.html
+++ b/index.html
@@ -1200,7 +1200,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="gsoap-package">gsoap</td>
- <td id="gsoap-version">2.8.10</td>
+ <td id="gsoap-version">2.8.11</td>
<td id="gsoap-website"><a href="http://gsoap2.sourceforge.net/">gSOAP</a></td>
</tr>
<tr>
diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch
index b046df7..8e69dbb 100644
--- a/src/gsoap-1-fixes.patch
+++ b/src/gsoap-1-fixes.patch
@@ -108,7 +108,7 @@ diff --git a/gsoap/stdsoap2.h b/gsoap/stdsoap2.h
index 8718592..ab5bed4 100644
--- a/gsoap/stdsoap2.h
+++ b/gsoap/stdsoap2.h
-@@ -2195,13 +2195,13 @@ soap_wchar soap_get1(struct soap*);
+@@ -2213,13 +2213,13 @@ soap_wchar soap_get1(struct soap*);
SOAP_FMAC1 unsigned long SOAP_FMAC2 soap_strtoul(const char *s, char **t, int b);
#endif
diff --git a/src/gsoap.mk b/src/gsoap.mk
index e4a8ef5..7a21ca6 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -3,7 +3,7 @@
PKG := gsoap
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 18cedfdabb79ad4e006db64ffd24d72f0d1fd6ba
+$(PKG)_CHECKSUM := b1c17d501361939c6d419eeb2aa26e7fd2b586fe
$(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG))
$(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_FILE)