[cpp-msbuild] branch main updated: Update xmlsec to 3.0

Scott Cantor cantor.2 at osu.edu
Tue Oct 8 18:13:33 UTC 2024


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=2210e764f3413c6ae4a34227207dd15adbfd3516

The following commit(s) were added to refs/heads/main by this push:
     new 2210e76  Update xmlsec to 3.0
2210e76 is described below

commit 2210e764f3413c6ae4a34227207dd15adbfd3516
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 8 14:13:29 2024 -0400

    Update xmlsec to 3.0
---
 Versions.props          | 18 +++++++++---------
 dependencies/config.bat |  6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Versions.props b/Versions.props
index e30605b..60a1763 100644
--- a/Versions.props
+++ b/Versions.props
@@ -138,26 +138,26 @@
 
   <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.4</XmlSecVersion>
+    <XSEC_FILE_VERSION Condition="'$(XSEC_FILE_VERSION)' == ''">3_0</XSEC_FILE_VERSION>
+    <XmlSecVersion Condition="'$(XSEC_MM_VERSION)'==''">3.0.0</XmlSecVersion>
     <XmlSecVersion Condition="'$(XSEC_MM_VERSION)'!=''">$(XSEC_MM_VERSION)</XmlSecVersion>
-    <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-c-2.0.4</xmlsec>
+    <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-c-3.0.0</xmlsec>
     <xmlsec Condition="'$(XSEC_DIR)'!=''">$(XSEC_DIR)</xmlsec>
   </PropertyGroup>
 
-  <PropertyGroup Label="XSecGuidsBad" Condition="'$(XSEC_FILE_VERSION)' != '2_0'">
+  <PropertyGroup Label="XSecGuidsBad" Condition="'$(XSEC_FILE_VERSION)' != '3_0'">
     <XmlSecFileVersion>BAD_XSEC_FILE_VERSION</XmlSecFileVersion>
     <!-- Changing XSEC_FILE_VERSION version requires changing the GUIDs since it is garnish on the name -->
   </PropertyGroup>
 
-  <PropertyGroup Label="XSecGuids" Condition="'$(XSEC_FILE_VERSION)' == '2_0'">
+  <PropertyGroup Label="XSecGuids" Condition="'$(XSEC_FILE_VERSION)' == '3_0'">
     <XmlSecFileVersion>$(XSEC_FILE_VERSION)</XmlSecFileVersion>
 
     <!-- Change the 4 components below iff XmlSecFileVersion changes -->
-    <XmlSec32Component>{2B72E5CE-8E02-4AE6-AD0B-6AFDC4CFB49E}</XmlSec32Component>
-    <XmlSec32Componentd>{05507D35-7B52-414B-8162-869C608A5AA9}</XmlSec32Componentd>
-    <XmlSec64Component>{47FED010-3C5F-4940-A355-BDF8B621EBAD}</XmlSec64Component>
-    <XmlSec64Componentd>{4C52E1DA-F04E-4479-9D8E-B4F97AF63805}</XmlSec64Componentd>
+    <XmlSec32Component>{9457C686-253C-41F6-B177-DCA178FBD6AF}</XmlSec32Component>
+    <XmlSec32Componentd>{F2D84A36-7CBA-4A23-8B38-99BF4853D917}</XmlSec32Componentd>
+    <XmlSec64Component>{F6569974-2F87-484E-8E67-D6BECF7E6A2E}</XmlSec64Component>
+    <XmlSec64Componentd>{9415878B-7AC6-4F6B-A405-FD947C81F6F1}</XmlSec64Componentd>
   </PropertyGroup>
 
   <PropertyGroup Label="ZLibGeneral">
diff --git a/dependencies/config.bat b/dependencies/config.bat
index eb18f1a..1ab2c72 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -114,9 +114,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.4
-set XSEC_FILE_VERSION=2_0
-set XSEC_MM_VERSION=2.0.4
+set XSEC_DIR=xml-security-c-3.0.0
+set XSEC_FILE_VERSION=3_0
+set XSEC_MM_VERSION=3.0.0
 
 REM
 REM ZLIB CONFIG

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list