[cpp-opensaml] branch main updated: Prepare for OpenSSL 3.0.0
Rod Widdowson
rdw at steadingsoftware.com
Thu Oct 21 16:19:23 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=cf77aa522f4b0f00ca602b133dec8cbf10a2a1b6
The following commit(s) were added to refs/heads/main by this push:
new cf77aa5 Prepare for OpenSSL 3.0.0
cf77aa5 is described below
commit cf77aa522f4b0f00ca602b133dec8cbf10a2a1b6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 20 20:08:46 2021 +0100
Prepare for OpenSSL 3.0.0
Even though our ABI hasn't changes our dependecies have, so
we need to force a version change (4th digit).
---
saml/saml.rc | 8 ++++----
samlsign/samlsign.rc | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/saml/saml.rc b/saml/saml.rc
index 56806de..883be39 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,0
- PRODUCTVERSION 3,2,0,0
+ FILEVERSION 3,2,0,1
+ PRODUCTVERSION 3,2,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,7 +47,7 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Library\0"
- VALUE "FileVersion", "3, 2, 0, 0\0"
+ VALUE "FileVersion", "3, 2, 0, 1\0"
#ifdef _DEBUG
VALUE "InternalName", "saml3_2D\0"
#else
@@ -62,7 +62,7 @@ BEGIN
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.2.0\0"
- VALUE "ProductVersion", "3, 2, 0, 0\0"
+ VALUE "ProductVersion", "3, 2, 0, 1\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index a04603b..7e410ce 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,0
- PRODUCTVERSION 3,2,0,0
+ FILEVERSION 3,2,0,1
+ PRODUCTVERSION 3,2,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,14 +47,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Signature Utility\0"
- VALUE "FileVersion", "3, 2, 0, 0\0"
+ VALUE "FileVersion", "3, 2, 0, 1\0"
VALUE "InternalName", "samlsign\0"
VALUE "LegalCopyright", "Copyright 2020 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "samlsign.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.2.0\0"
- VALUE "ProductVersion", "3, 2, 0, 0\0"
+ VALUE "ProductVersion", "3, 2, 0, 1\0"
VALUE "SpecialBuild", "\0"
END
END
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list