From b4e57a622ea2afb51f7b32f91604f41ab3330bf6 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 24 Aug 2020 09:56:13 +0200 Subject: [PATCH] update gsoap --- src/gsoap-1-fixes.patch | 12 ++++++------ src/gsoap.mk | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch index 8cdd4ab0..4a27ecd0 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.104 +@@ -9,4 +9,4 @@ Version: 2.8.106 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.104 +@@ -9,4 +9,4 @@ Version: 2.8.106 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.104 +@@ -9,4 +9,4 @@ Version: 2.8.106 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.104 +@@ -9,4 +9,4 @@ Version: 2.8.106 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.104 +@@ -9,4 +9,4 @@ Version: 2.8.106 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.104 +@@ -9,4 +9,4 @@ Version: 2.8.106 Requires: Libs: -L${libdir} -lgsoapssl Libs.private: @SAMPLE_SSL_LIBS@ @SAMPLE_EXTRA_LIBS@ diff --git a/src/gsoap.mk b/src/gsoap.mk index daff46ce..3950e5e6 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.105 -$(PKG)_CHECKSUM := aa20c535cf08f1576bebad97cc6159ca57c68bc43acfc9a296e4e9faf041097e +$(PKG)_VERSION := 2.8.106 +$(PKG)_CHECKSUM := 4e74838baf5437e95ae17aa3efb48bd0621f483bff4424f6255fcf327ff80765 $(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)