[java-idp-jetty-base] branch dev/IDP-2147 updated: IDP-2147 Investigate Wix V4
Rod Widdowson
rdw at steadingsoftware.com
Wed Sep 27 15:01:12 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2147
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=2915ec916d28e65a57421a6ab459bdd9e3a135fe
The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
new 2915ec9 IDP-2147 Investigate Wix V4
2915ec9 is described below
commit 2915ec916d28e65a57421a6ab459bdd9e3a135fe
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 27 15:21:49 2023 +0100
IDP-2147 Investigate Wix V4
https://shibboleth.atlassian.net/browse/IDP-2147
Add Magicke Inkantation file to check the wix packages' signatures
---
src/main/wix/JettyMsBuild.bat | 2 +-
src/main/wix/nuget.config | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/main/wix/JettyMsBuild.bat b/src/main/wix/JettyMsBuild.bat
index a90de7b..2080cc9 100644
--- a/src/main/wix/JettyMsBuild.bat
+++ b/src/main/wix/JettyMsBuild.bat
@@ -179,7 +179,7 @@ echo %jex% 1> jetty-extract/%jex%/JETTY_VERSION.TXT
rename jetty-extract jjj
move jjj/%JEX% jetty-extract
-rd jjj
+rd /s /q jjj
REM compile Jetty and procrun contents as well as the main command line
diff --git a/src/main/wix/nuget.config b/src/main/wix/nuget.config
new file mode 100644
index 0000000..0d2de2a
--- /dev/null
+++ b/src/main/wix/nuget.config
@@ -0,0 +1,11 @@
+<configuration>
+ <config>
+ <add key="signatureValidationMode" value="require" />
+ </config>
+ <trustedSigners>
+ <author name="wixtoolset">
+ <!-- The current status of this certificate is "trust on first use" -->
+ <certificate fingerprint="0DB368BC1A5A9E19CC9E036B490B7C4A4D3DFB941C0781B4F22F218BE0B54986" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
+ </author>
+ </trustedSigners>
+</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list