summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2020-10-19 10:30:03 (GMT)
committerMark Brand <mabrand@mabrand.nl>2020-10-22 15:28:23 (GMT)
commit568ad43b6edb1a5434204563c95794ee7529b758 (patch)
treecb81c1c1de96f7baf4adf3519a86818d6eddb7f9 /src
parent1024dc7d2db5eb7d5d3c64a2c12b5f592572f1ce (diff)
downloadmxe-568ad43b6edb1a5434204563c95794ee7529b758.zip
mxe-568ad43b6edb1a5434204563c95794ee7529b758.tar.gz
mxe-568ad43b6edb1a5434204563c95794ee7529b758.tar.bz2
update: freetype, gsoap
Diffstat (limited to 'src')
-rw-r--r--src/freetype.mk4
-rw-r--r--src/gsoap-1-fixes.patch14
-rw-r--r--src/gsoap.mk4
3 files changed, 11 insertions, 11 deletions
diff --git a/src/freetype.mk b/src/freetype.mk
index 7782c48..ff8d3cd 100644
--- a/src/freetype.mk
+++ b/src/freetype.mk
@@ -3,8 +3,8 @@
PKG := freetype
$(PKG)_WEBSITE := https://www.freetype.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.10.3
-$(PKG)_CHECKSUM := c22244bc766b2d8152f22db7370965431dcb1e408260428208c24984f78e6659
+$(PKG)_VERSION := 2.10.4
+$(PKG)_CHECKSUM := 86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784
$(PKG)_SUBDIR := freetype-$($(PKG)_VERSION)
$(PKG)_FILE := freetype-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/freetype/freetype2/$(shell echo '$($(PKG)_VERSION)' | cut -d . -f 1,2,3)/$($(PKG)_FILE)
diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch
index 8e0ad6c..2f52260 100644
--- a/src/gsoap-1-fixes.patch
+++ b/src/gsoap-1-fixes.patch
@@ -34,7 +34,7 @@ diff --git a/gsoap++.pc.in b/gsoap++.pc.in
index 1111111..2222222 100644
--- a/gsoap++.pc.in
+++ b/gsoap++.pc.in
-@@ -9,4 +9,4 @@ Version: 2.8.107
+@@ -9,4 +9,4 @@ Version: 2.8.108
Requires:
Libs: -L${libdir} -lgsoap++
Libs.private: @SAMPLE_EXTRA_LIBS@
@@ -44,7 +44,7 @@ diff --git a/gsoap.pc.in b/gsoap.pc.in
index 1111111..2222222 100644
--- a/gsoap.pc.in
+++ b/gsoap.pc.in
-@@ -9,4 +9,4 @@ Version: 2.8.107
+@@ -9,4 +9,4 @@ Version: 2.8.108
Requires:
Libs: -L${libdir} -lgsoap
Libs.private: @SAMPLE_EXTRA_LIBS@
@@ -54,7 +54,7 @@ diff --git a/gsoapck++.pc.in b/gsoapck++.pc.in
index 1111111..2222222 100644
--- a/gsoapck++.pc.in
+++ b/gsoapck++.pc.in
-@@ -9,4 +9,4 @@ Version: 2.8.107
+@@ -9,4 +9,4 @@ Version: 2.8.108
Requires:
Libs: -L${libdir} -lgsoapck++
Libs.private: @SAMPLE_EXTRA_LIBS@
@@ -64,7 +64,7 @@ diff --git a/gsoapck.pc.in b/gsoapck.pc.in
index 1111111..2222222 100644
--- a/gsoapck.pc.in
+++ b/gsoapck.pc.in
-@@ -9,4 +9,4 @@ Version: 2.8.107
+@@ -9,4 +9,4 @@ Version: 2.8.108
Requires:
Libs: -L${libdir} -lgsoapck
Libs.private: @SAMPLE_EXTRA_LIBS@
@@ -74,7 +74,7 @@ diff --git a/gsoapssl++.pc.in b/gsoapssl++.pc.in
index 1111111..2222222 100644
--- a/gsoapssl++.pc.in
+++ b/gsoapssl++.pc.in
-@@ -9,4 +9,4 @@ Version: 2.8.107
+@@ -9,4 +9,4 @@ Version: 2.8.108
Requires:
Libs: -L${libdir} -lgsoapssl++
Libs.private: @SAMPLE_SSL_LIBS@ @SAMPLE_EXTRA_LIBS@
@@ -84,7 +84,7 @@ diff --git a/gsoapssl.pc.in b/gsoapssl.pc.in
index 1111111..2222222 100644
--- a/gsoapssl.pc.in
+++ b/gsoapssl.pc.in
-@@ -9,4 +9,4 @@ Version: 2.8.107
+@@ -9,4 +9,4 @@ Version: 2.8.108
Requires:
Libs: -L${libdir} -lgsoapssl
Libs.private: @SAMPLE_SSL_LIBS@ @SAMPLE_EXTRA_LIBS@
@@ -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
-@@ -3612,6 +3612,12 @@ SOAP_FMAC1 int SOAP_FMAC2 soap_putsetcookies(struct soap *soap);
+@@ -3628,6 +3628,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 84ca20c..a9a12a3 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.107
-$(PKG)_CHECKSUM := ebb58db4606f505ec97a66cacd3260330b937fafc2bfcf529fe4c9653f042cd4
+$(PKG)_VERSION := 2.8.108
+$(PKG)_CHECKSUM := 745b63d02eb49d6cf3d47fedaa344187fe532fb80bbd39c0ceee4cca285fa874
$(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)