Page MenuHomeDevCentral

Improve OpenSSL legacy build process
ClosedPublic

Authored by dereckson on Oct 29 2019, 01:07.
Tags
None
Referenced Files
F3771538: D2089.diff
Sun, Nov 24, 00:32
F3768530: D2089.diff
Sat, Nov 23, 08:33
Unknown Object (File)
Fri, Nov 22, 04:24
Unknown Object (File)
Tue, Nov 19, 06:31
Unknown Object (File)
Mon, Nov 18, 05:55
Unknown Object (File)
Wed, Nov 13, 14:23
Unknown Object (File)
Wed, Nov 13, 14:02
Unknown Object (File)
Mon, Nov 11, 08:17
Subscribers
None

Details

Summary

Strange issues occur when runas is used on FreeBSD:

  • first, an issue in SaltStack for csh support
  • then, in Perl, setgid complains PATH isn't secure
  • finally, a double link error occur at the end

It works like a charm building as root, using sudo directly in the build script.

Test Plan

salt-call --local state.sls roles/shellserver/userland-software/openssl-legacy

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Skipped
Unit
No Test Coverage
Branch
openssl10
Build Status
Buildable 3260
Build 3509: arc lint + arc unit

Event Timeline

dereckson created this revision.

Back to curl tar combo now we fixed user/runas

Align a little bit with PHP

cmd.script to fix path issue

s/cmd/file for dependency

Strange things occur when we use runas, it's fine when
we run sudo from root.

dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 1 2019, 18:04
This revision was automatically updated to reflect the committed changes.