Skip to content

Commit

Permalink
(PE-36078) Use fork of ntlm with md4 ruby algo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donoghuc committed Jun 6, 2023
1 parent 872864a commit 0ebee8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/projects/pe-installer-runtime-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0ebee8c

Please sign in to comment.