[java-identity-provider] branch main updated: IDP-2133 seckeygen.sh not updated on upgrade to v5

Rod Widdowson rdw at steadingsoftware.com
Thu Jun 22 14:37:09 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5651466932559996237ab6ca7cca54e85016ce08

The following commit(s) were added to refs/heads/main by this push:
     new 565146693 IDP-2133 seckeygen.sh not updated on upgrade to v5
565146693 is described below

commit 5651466932559996237ab6ca7cca54e85016ce08
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 22 15:28:44 2023 +0100

    IDP-2133 seckeygen.sh not updated on upgrade to v5
    
    https://shibboleth.atlassian.net/browse/IDP-2133
    
    Make the update and the dumpconfig verbs optional for now (because they
    are new in V5).
---
 .../resources/net/shibboleth/idp/module/core/impl/module.properties  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
index 0c57c31aa..e7b093e38 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
@@ -104,11 +104,13 @@ idp.CommandLine.19.src = /net/shibboleth/idp/module/bin/update.sh
 idp.CommandLine.19.dest = bin/update.sh
 idp.CommandLine.19.exec = true
 idp.CommandLine.19.replace = true
+idp.CommandLine.19.optional = true
 idp.CommandLine.19.windows = false
 idp.CommandLine.20.src = /net/shibboleth/idp/module/bin/update.bat
 idp.CommandLine.20.dest = bin/update.bat
 idp.CommandLine.20.replace = true
 idp.CommandLine.20.nonwindows = false
+idp.CommandLine.29.optional = true
 
 idp.CommandLine.21.src = /net/shibboleth/idp/module/bin/version.sh
 idp.CommandLine.21.dest = bin/version.sh
@@ -125,10 +127,13 @@ idp.CommandLine.23.dest = bin/dumpconfig.sh
 idp.CommandLine.23.exec = true
 idp.CommandLine.23.replace = true
 idp.CommandLine.23.windows = false
+idp.CommandLine.23.optional = true
 idp.CommandLine.24.src = /net/shibboleth/idp/module/bin/dumpconfig.bat
 idp.CommandLine.24.dest = bin/dumpconfig.bat
 idp.CommandLine.24.replace = true
 idp.CommandLine.24.nonwindows = false
+idp.CommandLine.24.optional = true
+
 
 
 idp.EditWebApp.name = Overlay Tree for WAR Build

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


More information about the commits mailing list