Page MenuHomeDevCentral

Install OpenSSL 1.0.2k on Eglide
ClosedPublic

Authored by dereckson on Feb 25 2017, 03:34.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 02:49
Unknown Object (File)
Tue, Apr 23, 02:48
Unknown Object (File)
Mon, Apr 22, 03:39
Unknown Object (File)
Sun, Apr 21, 16:54
Unknown Object (File)
Fri, Apr 19, 11:51
Unknown Object (File)
Fri, Apr 19, 11:44
Unknown Object (File)
Fri, Apr 19, 00:04
Unknown Object (File)
Wed, Apr 17, 22:24
Subscribers
None

Details

Summary

Wraith source code doesn't currently compile against OpenSSL 1.1.

Ref. T1159

Test Plan

Apply twice the state to check it install the first time,
it acklowedges all is in correct state the second time.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Salt Master
$ salt eglide state.apply roles/shellserver/userland-software/openssl-legacy

$ salt eglide state.apply roles/shellserver/userland-software/openssl-legacy
eglide:
----------
          ID: openssl_src
    Function: file.directory
        Name: /usr/local/src/openssl-legacy
      Result: True
     Comment: Directory /usr/local/src/openssl-legacy is in the correct state
     Started: 03:30:15.530331
    Duration: 58.671 ms
     Changes:   
----------
          ID: openssl_src
    Function: cmd.run
        Name: curl ftp://openssl.org/source/openssl-1.0.2k.tar.gz | tar xz --strip-components=1
      Result: True
     Comment: unless execution succeeded
     Started: 03:30:15.596064
    Duration: 759.799 ms
     Changes:   
----------
          ID: openssl_build
    Function: cmd.run
        Name: ./config --prefix=/opt/openssl-legacy --openssldir=/etc/ssl-legacy shared zlib-dynamic
make depend
make

      Result: True
     Comment: unless execution succeeded
     Started: 03:30:16.358076
    Duration: 698.781 ms
     Changes:   
----------
          ID: openssl_install
    Function: cmd.run
        Name: make MANDIR=/opt/openssl-legacy/man MANSUFFIX=ssl install
      Result: True
     Comment: unless execution succeeded
     Started: 03:30:17.060839
    Duration: 52.384 ms
     Changes:   

Summary for eglide
------------
Succeeded: 4
Failed:    0
------------
Total states run:     4
Total run time:   1.570 s
This revision is now accepted and ready to land.Feb 25 2017, 03:40
This revision was automatically updated to reflect the committed changes.