[java-idp-jetty-base] 08/11: IDP-2147 Investigate Wix V4

Rod Widdowson rdw at steadingsoftware.com
Fri Nov 3 13:03:17 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=2c1bfa83364a260c41e9933c5257a796f82564b6

commit 2c1bfa83364a260c41e9933c5257a796f82564b6
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