Skip to content

Commit

Permalink
Merge pull request #681 from donoghuc/ntlm-fork
Browse files Browse the repository at this point in the history
(PE-36078) Use fork of ntlm with md4 ruby algo
  • Loading branch information
donoghuc committed Jun 6, 2023
2 parents 872864a + 0ebee8c commit 6ea1d96
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 6ea1d96

Please sign in to comment.