[cpp-msbuild] branch main updated: Update log4shib to 2.0.1.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:55:22 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=155455da61c65790915b95e32cc800cde82a567b
The following commit(s) were added to refs/heads/main by this push:
new 155455d Update log4shib to 2.0.1.
155455d is described below
commit 155455da61c65790915b95e32cc800cde82a567b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 19 12:55:14 2021 -0400
Update log4shib to 2.0.1.
---
Versions.props | 6 +++---
dependencies/config.bat | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Versions.props b/Versions.props
index 31ca341..43ede5c 100644
--- a/Versions.props
+++ b/Versions.props
@@ -89,7 +89,7 @@
</PropertyGroup>
<PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '9'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.77.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.79.1</CurlVersion>
<curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
<curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
@@ -204,7 +204,7 @@
<PropertyGroup Label="Log4ShibGeneral">
<!-- Just for now -->
<LOG4SHIB_FILE_VERSION Condition="'$(LOG4SHIB_FILE_VERSION)' == ''">2_0</LOG4SHIB_FILE_VERSION>
- <Log4ShibVersion Condition="'$(LOG4SHIB_MM_VERSION)' == ''">2.0.0</Log4ShibVersion>
+ <Log4ShibVersion Condition="'$(LOG4SHIB_MM_VERSION)' == ''">2.0.1</Log4ShibVersion>
<Log4ShibVersion Condition="'$(LOG4SHIB_MM_VERSION)' != ''">$(LOG4SHIB_MM_VERSION)</Log4ShibVersion>
</PropertyGroup>
@@ -219,7 +219,7 @@
<Log4ShibComponent32d>{08A406FB-D426-40A6-B5C1-9FFBC9A085B2}</Log4ShibComponent32d>
<Log4ShibComponent64>{AED2A19A-D47E-41B4-A4FB-5F23601F989D}</Log4ShibComponent64>
<Log4ShibComponent64d>{A30DBD49-6717-44CB-9A38-349D4F8DF149}</Log4ShibComponent64d>
- <log4shib>log4shib-2.0.0</log4shib>
+ <log4shib>log4shib-2.0.1</log4shib>
</PropertyGroup>
</Project>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 57331f3..9bcc296 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -103,7 +103,7 @@ REM
REM CURL_DIR is the directory name
REM CURL_VERSION is the version
REM
-Set LIBCURL_VERSION=7.77.0
+Set LIBCURL_VERSION=7.79.1
set LIBCURL_DIR=curl-%LIBCURL_VERSION%
set LIBCURL_FILE_VERSION=9
@@ -129,8 +129,8 @@ set ZLIB_FILE_VERSION=1_2_11
REM
REM LOG4SHIB CONFIG
REM
-set LOG4SHIB_DIR=log4shib-2.0.0
-set LOG4SHIB_MM_VERSION=2.0.0
+set LOG4SHIB_DIR=log4shib-2.0.1
+set LOG4SHIB_MM_VERSION=2.0.1
set LOG4SHIB_FILE_VERSION=2_0
REM
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list