update: gsoap, lzma, pcre

pull/2289/head
Mark Brand 5 years ago
parent 595cf68a00
commit 394d23ad0e

@ -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
@@ -3655,6 +3655,12 @@ SOAP_FMAC1 int SOAP_FMAC2 soap_putsetcookies(struct soap *soap);
@@ -3638,6 +3638,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

@ -4,8 +4,8 @@ PKG := gsoap
$(PKG)_WEBSITE := https://www.genivia.com/dev.html
$(PKG)_DESCR := gSOAP
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.8.79
$(PKG)_CHECKSUM := a1c36371598177950829f78c697768bc0227fe851e4172f8bfbee1e37c939cc1
$(PKG)_VERSION := 2.8.80
$(PKG)_CHECKSUM := 69c84300529057e701020433934930d6972e008ef7df1ed8b77b0a37529c51a9
$(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)

@ -0,0 +1,42 @@
This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Sun, 30 Aug 2015 14:26:24 +0200
Subject: [PATCH 1/2] include stdio.h
diff --git a/CPP/7zip/Common/FileStreams.cpp b/CPP/7zip/Common/FileStreams.cpp
index 1111111..2222222 100644
--- a/CPP/7zip/Common/FileStreams.cpp
+++ b/CPP/7zip/Common/FileStreams.cpp
@@ -1,6 +1,7 @@
// FileStreams.cpp
#include "StdAfx.h"
+#include <stdio.h>
#ifndef _WIN32
#include <fcntl.h>
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Sun, 30 Aug 2015 14:46:10 +0200
Subject: [PATCH 2/2] MyString: include windows.h
Functions CharUpperA, CharPrev etc
diff --git a/CPP/Common/MyString.h b/CPP/Common/MyString.h
index 1111111..2222222 100644
--- a/CPP/Common/MyString.h
+++ b/CPP/Common/MyString.h
@@ -4,6 +4,7 @@
#define __COMMON_STRING_H
#include <string.h>
+#include <windows.h>
#ifndef _WIN32
#include <wctype.h>

@ -1,26 +0,0 @@
This file is part of MXE. See LICENSE.md for licensing information.
From dd3c0c213571d2ff8acbb3b19966cfa4d6bff3cc Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Sun, 30 Aug 2015 14:26:24 +0200
Subject: [PATCH] include stdio.h
---
CPP/7zip/Common/FileStreams.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/CPP/7zip/Common/FileStreams.cpp b/CPP/7zip/Common/FileStreams.cpp
index de49911..7609c56 100755
--- a/CPP/7zip/Common/FileStreams.cpp
+++ b/CPP/7zip/Common/FileStreams.cpp
@@ -1,6 +1,7 @@
// FileStreams.cpp
#include "StdAfx.h"
+#include <stdio.h>
#ifndef _WIN32
#include <fcntl.h>
--
1.7.10.4

@ -1,27 +0,0 @@
This file is part of MXE. See LICENSE.md for licensing information.
From 7798a70fa69dc4994cc25f82ec3e9b2b368d50fe Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Sun, 30 Aug 2015 14:46:10 +0200
Subject: [PATCH] MyString: include windows.h
Functions CharUpperA, CharPrev etc
---
CPP/Common/MyString.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/CPP/Common/MyString.h b/CPP/Common/MyString.h
index 7db8a37..297986f 100755
--- a/CPP/Common/MyString.h
+++ b/CPP/Common/MyString.h
@@ -4,6 +4,7 @@
#define __COMMON_STRING_H
#include <string.h>
+#include <windows.h>
#include "MyVector.h"
--
1.7.10.4

@ -4,8 +4,8 @@ PKG := lzma
$(PKG)_WEBSITE := https://www.7-zip.org/sdk.html
$(PKG)_DESCR := LZMA SDK
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1806
$(PKG)_CHECKSUM := 01f8f7afe35b88d652fec3efd02a7ad282d3045d00cbbc3b961cdd2a37489a55
$(PKG)_VERSION := 1900
$(PKG)_CHECKSUM := 00f569e624b3d9ed89cf8d40136662c4c5207eaceb92a70b1044c77f84234bad
$(PKG)_SUBDIR := .
$(PKG)_FILE := lzma$(subst .,,$($(PKG)_VERSION)).7z
$(PKG)_URL := https://www.7-zip.org/a/$($(PKG)_FILE)

@ -4,8 +4,8 @@ PKG := pcre
$(PKG)_WEBSITE := https://www.pcre.org/
$(PKG)_DESCR := PCRE
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.42
$(PKG)_CHECKSUM := 2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301
$(PKG)_VERSION := 8.43
$(PKG)_CHECKSUM := 91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b
$(PKG)_SUBDIR := pcre-$($(PKG)_VERSION)
$(PKG)_FILE := pcre-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://ftp.pcre.org/pub/pcre/$($(PKG)_FILE)

Loading…
Cancel
Save