[cpp-msbuild] branch master updated: Latest library versions.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 31 10:43:35 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=f0f17d71074f078f2882424a97d8955fd5afa271
The following commit(s) were added to refs/heads/master by this push:
new f0f17d7 Latest library versions.
f0f17d7 is described below
commit f0f17d71074f078f2882424a97d8955fd5afa271
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 31 10:43:27 2018 -0400
Latest library versions.
---
Versions.props | 14 +++++++-------
dependencies/config.bat | 8 ++++----
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Versions.props b/Versions.props
index c0c1d23..b0b9aef 100644
--- a/Versions.props
+++ b/Versions.props
@@ -37,7 +37,7 @@
<boost>boost_1_67_0</boost>
- <OpenSAMLVersion>3.0.1</OpenSAMLVersion>
+ <OpenSAMLVersion>3.0.0</OpenSAMLVersion>
<OpenSAMLFileVersion>3_0</OpenSAMLFileVersion>
<!-- Change the 4 components below iff the OpenSAMLFileVersion name changes -->
<SamlComponent32>{3444DBA9-C1E9-4F64-83AB-8C808E783F38}</SamlComponent32>
@@ -58,7 +58,7 @@
<XMLToolingLiteComponent64d>{356BA4A0-2C00-489F-8274-18692A237DDB}</XMLToolingLiteComponent64d>
- <ShibbolethDllVersion>3.0.2</ShibbolethDllVersion>
+ <ShibbolethDllVersion>3.0.3</ShibbolethDllVersion>
<ShibbolethDllFileVersion>3_0</ShibbolethDllFileVersion>
<!-- Change the 8 components below iff ShibbolethDllFileVersion changes -->
<ShibDll32Component>{94B5CADC-299E-41A3-9653-DFD948800E0F}</ShibDll32Component>
@@ -90,7 +90,7 @@
</PropertyGroup>
<PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '7'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.60.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.62.0</CurlVersion>
<curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
<curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
@@ -114,7 +114,7 @@
<!-- Just for now -->
<OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">1_1_1</OPENSSL_FILE_VERSION>
- <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.0h</openssl>
+ <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1</openssl>
<openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
</PropertyGroup>
@@ -138,9 +138,9 @@
<PropertyGroup Label="XSecGeneral">
<!-- Just for now -->
<XSEC_FILE_VERSION Condition="'$(XSEC_FILE_VERSION)' == ''">2_0</XSEC_FILE_VERSION>
- <XmlSecVersion Condition="'$(XSEC_MM_VERSION)'==''">2.0.1</XmlSecVersion>
+ <XmlSecVersion Condition="'$(XSEC_MM_VERSION)'==''">2.0.2</XmlSecVersion>
<XmlSecVersion Condition="'$(XSEC_MM_VERSION)'!=''">$(XSEC_MM_VERSION)</XmlSecVersion>
- <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-c-2.0.1</xmlsec>
+ <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-c-2.0.2</xmlsec>
<xmlsec Condition="'$(XSEC_DIR)'!=''">$(XSEC_DIR)</xmlsec>
</PropertyGroup>
@@ -186,7 +186,7 @@
<XERCES_FILE_VERSION Condition="'$(XERCES_FILE_VERSION)' == ''">3_2</XERCES_FILE_VERSION>
<XercesVersion Condition="'$(XERCES_MM_VERSION)'==''">1.2.11</XercesVersion>
<XercesVersion Condition="'$(XERCES_MM_VERSION)'!=''">$(ZLIB_MM_VERSION)</XercesVersion>
- <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.1</xerces>
+ <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.2</xerces>
<xerces Condition="'$(XERCES_DIR)'!=''">$(XERCES_DIR)</xerces>
</PropertyGroup>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index d50a994..46ff705 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -113,9 +113,9 @@ REM XSEC_DIR is the directory name
REM XSEC_MM_VERSION is the Merge Module version (and so have to be 3 or 4 dot separated numbers)
REM XSEC_FILE_VERSION is the distinction on the name of the DLLS
REM if it changes you *MUST* change Version.props
-set XSEC_DIR=xml-security-c-2.0.1
+set XSEC_DIR=xml-security-c-2.0.2
SET XSEC_FILE_VERSION=2_0
-SET XSEC_MM_VERSION=2.0.1
+SET XSEC_MM_VERSION=2.0.2
REM
REM ZLIB CONFIG
@@ -135,9 +135,9 @@ set LOG4SHIB_FILE_VERSION=2_0
REM
REM XERCES CONFIG
REM
-set XERCES_DIR=xerces-c-3.2.1
+set XERCES_DIR=xerces-c-3.2.2
set XERCES_FILE_VERSION=3_2
-set XERCES_MM_VERSION=3.2.1
+set XERCES_MM_VERSION=3.2.2
SET MsVCVersionNum=15
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list