From b356cdd7ff8bfa74c3b3af178c12b5c29b3ff581 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Fri, 15 May 2020 11:23:33 +0200 Subject: [PATCH] update: freetds, gsoap --- src/freetds.mk | 4 ++-- src/gsoap-1-fixes.patch | 14 +++++++------- src/gsoap.mk | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/freetds.mk b/src/freetds.mk index c689b29e..6f43b331 100644 --- a/src/freetds.mk +++ b/src/freetds.mk @@ -4,8 +4,8 @@ PKG := freetds $(PKG)_WEBSITE := https://www.freetds.org/ $(PKG)_DESCR := FreeTDS $(PKG)_IGNORE := -$(PKG)_VERSION := 1.1.33 -$(PKG)_CHECKSUM := d1391cd2112ec11e0410a4745c12bc78b80c9aeebe1a568759b7b6fbac3809bf +$(PKG)_VERSION := 1.1.36 +$(PKG)_CHECKSUM := aa36a4b43ff251e349c57f8a75ebced78edb9511c8fc852443910f83b490a167 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := https://www.freetds.org/files/stable/$($(PKG)_FILE) diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch index 035d1141..bb05ca3f 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 -@@ -5133,8 +5133,8 @@ case "${host}" in +@@ -5132,8 +5132,8 @@ case "${host}" in ;; *-*-cygwin*) platform=CYGWIN ;; *-*-mingw*) platform=MINGW @@ -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.100 +@@ -9,4 +9,4 @@ Version: 2.8.102 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.100 +@@ -9,4 +9,4 @@ Version: 2.8.102 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.100 +@@ -9,4 +9,4 @@ Version: 2.8.102 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.100 +@@ -9,4 +9,4 @@ Version: 2.8.102 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.100 +@@ -9,4 +9,4 @@ Version: 2.8.102 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.100 +@@ -9,4 +9,4 @@ Version: 2.8.102 Requires: Libs: -L${libdir} -lgsoapssl Libs.private: @SAMPLE_SSL_LIBS@ @SAMPLE_EXTRA_LIBS@ diff --git a/src/gsoap.mk b/src/gsoap.mk index 2b91c0c2..f0d0543f 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.101 -$(PKG)_CHECKSUM := bb16dd4e245ee01bee6b411ae94846c1b6dcc28a7fbc552af6b8cf58b36e467e +$(PKG)_VERSION := 2.8.102 +$(PKG)_CHECKSUM := c7efad78caa4d41d1ec9762c1ac62a7e8d5a556c50c0b9d72b60cbd84aae6d10 $(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)