From 0ebee8c69792b47fe3f7b4b5e9d778eab20b275f Mon Sep 17 00:00:00 2001 From: donoghuc Date: Tue, 6 Jun 2023 16:04:59 -0700 Subject: [PATCH] (PE-36078) Use fork of ntlm with md4 ruby algo While we figure out what we want to do for PE-36078, ship the gem build from the fork of ntlm that implements an md4 algorithm in ruby. --- configs/projects/pe-installer-runtime-main.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/projects/pe-installer-runtime-main.rb b/configs/projects/pe-installer-runtime-main.rb index 8d9a8a616..724f79f14 100644 --- a/configs/projects/pe-installer-runtime-main.rb +++ b/configs/projects/pe-installer-runtime-main.rb @@ -96,6 +96,10 @@ proj.component 'rubygem-prime' proj.component 'rubygem-erubi' + #TODO: Once we solve PE-36078 stop using forked ntlm + proj.setting(:gem_build, "#{proj.host_gem} build") + proj.component('rubygem-rubyntlm-fork') + # What to include in package? proj.directory proj.prefix