[cpp-msbuild] branch main updated: Update xmlsec and opensaml versions.
Scott Cantor
cantor.2 at osu.edu
Tue Nov 16 15:48:46 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=77ae8978aaae2cd7f2b55d4e38d133da32343604
The following commit(s) were added to refs/heads/main by this push:
new 77ae897 Update xmlsec and opensaml versions.
77ae897 is described below
commit 77ae8978aaae2cd7f2b55d4e38d133da32343604
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 16 10:48:41 2021 -0500
Update xmlsec and opensaml versions.
---
Versions.props | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Versions.props b/Versions.props
index eb6efea..0656aab 100644
--- a/Versions.props
+++ b/Versions.props
@@ -37,7 +37,7 @@
<boost>boost_1_77_0</boost>
- <OpenSAMLVersion>3.2.0</OpenSAMLVersion>
+ <OpenSAMLVersion>3.2.1</OpenSAMLVersion>
<OpenSAMLFileVersion>3_2</OpenSAMLFileVersion>
<!-- Change the 4 components below iff the OpenSAMLFileVersion name changes -->
<SamlComponent32>{BC96A8F8-3912-4EC2-B50D-070A79CF435D}</SamlComponent32>
@@ -139,9 +139,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.3</XmlSecVersion>
+ <XmlSecVersion Condition="'$(XSEC_MM_VERSION)'==''">2.0.4</XmlSecVersion>
<XmlSecVersion Condition="'$(XSEC_MM_VERSION)'!=''">$(XSEC_MM_VERSION)</XmlSecVersion>
- <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-c-2.0.3</xmlsec>
+ <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-c-2.0.4</xmlsec>
<xmlsec Condition="'$(XSEC_DIR)'!=''">$(XSEC_DIR)</xmlsec>
</PropertyGroup>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list