diff options
author | Mark Brand <mabrand@mabrand.nl> | 2019-01-07 00:35:15 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2019-01-07 00:37:22 (GMT) |
commit | c77852f129bd01922e59d338db19a41c8495457b (patch) | |
tree | 9b22d251c66a149568b0fa0d47e2e67aafe13a67 /src | |
parent | 38d84aa0c1bf322d2ca890d021b9fd943d46e0f8 (diff) | |
download | mxe-c77852f129bd01922e59d338db19a41c8495457b.zip mxe-c77852f129bd01922e59d338db19a41c8495457b.tar.gz mxe-c77852f129bd01922e59d338db19a41c8495457b.tar.bz2 |
update gsoap
Diffstat (limited to 'src')
-rw-r--r-- | src/gsoap-1-fixes.patch | 4 | ||||
-rw-r--r-- | src/gsoap.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch index c46a8ed..56154b3 100644 --- a/src/gsoap-1-fixes.patch +++ b/src/gsoap-1-fixes.patch @@ -12,7 +12,7 @@ diff --git a/configure b/configure index 1111111..2222222 100755 --- a/configure +++ b/configure -@@ -5126,8 +5126,8 @@ case "${host}" in +@@ -5132,8 +5132,8 @@ case "${host}" in ;; *-*-cygwin*) platform=CYGWIN ;; *-*-mingw*) platform=MINGW @@ -103,7 +103,7 @@ diff --git a/gsoap/stdsoap2.h b/gsoap/stdsoap2.h index 1111111..2222222 100644 --- a/gsoap/stdsoap2.h +++ b/gsoap/stdsoap2.h -@@ -3570,6 +3570,12 @@ SOAP_FMAC1 int SOAP_FMAC2 soap_putsetcookies(struct soap *soap); +@@ -3635,6 +3635,12 @@ SOAP_FMAC1 int SOAP_FMAC2 soap_putsetcookies(struct soap *soap); SOAP_FMAC1 int SOAP_FMAC2 soap_putcookies(struct soap *soap, const char *domain, const char *path, int secure); #endif diff --git a/src/gsoap.mk b/src/gsoap.mk index 4806a61..696486c 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -4,8 +4,8 @@ PKG := gsoap $(PKG)_WEBSITE := https://www.genivia.com/dev.html $(PKG)_DESCR := gSOAP $(PKG)_IGNORE := -$(PKG)_VERSION := 2.8.63 -$(PKG)_CHECKSUM := c6bbd6cd4290136db77649dd709e7d42dfd7625116487350d5ed6b799b02b72d +$(PKG)_VERSION := 2.8.74 +$(PKG)_CHECKSUM := edb5b620a5017543d79dc9df301456ab105f4448aa126758c9c69b85ca563290 $(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG)) $(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/gsoap2/gsoap-$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) |