Todd C. Miller
|
c90539015f
|
Fix libssl dependency on Debian-based systems.
Older systems may still have libssl1.0.0, not libssl1.1.
|
2020-08-05 12:58:02 -06:00 |
|
Todd C. Miller
|
a339945848
|
Prefer the python3 in /usr/bin on Solaris.
The /opt/csw version, if it exists, may be a 32-bit version which
we can't link with. Also handle the case where the /usr/bin/python3
link is missing.
|
2020-06-06 18:45:28 -06:00 |
|
Todd C. Miller
|
6c881477b6
|
Build 64-bit binaries and the python package on Solaris 11 and above.
No longer prefer the Solaris Studio C compiler over gcc, it causes
issues with the Python plugin.
|
2020-06-06 16:07:33 -06:00 |
|
Todd C. Miller
|
15d93a1ca7
|
Fix Solaris and BSM audit warnings.
Use BSM audit on Illumos, which lacks Solaris audit.
|
2020-06-04 14:41:28 -06:00 |
|
Todd C. Miller
|
a0aaae5541
|
Don't enable BSM audit on Solaris 10, it is missing AUE_sudo
|
2020-06-01 13:56:47 -06:00 |
|
Todd C. Miller
|
e1aa76de16
|
Use Solaris audit for Solaris 11, not BSM audit.
BSM audit is no longer supported in Solaris 11.4.
|
2020-06-01 12:47:38 -06:00 |
|
Todd C. Miller
|
4ea7ecffdd
|
Enable OpenSSL on RHEL 6 too.
The version of OpenSSL in RHEL 6 is new enough for the log server to use.
|
2020-05-15 09:50:46 -06:00 |
|
Todd C. Miller
|
eebe68233c
|
Check for the Sun Studio C compiler on Solaris under /opt.
Also intialize with_python to false.
|
2020-04-08 14:10:03 -06:00 |
|
Todd C. Miller
|
d6684b851a
|
Build python packages where possible.
|
2020-04-07 14:03:58 -06:00 |
|
Todd C. Miller
|
a46d8bd11a
|
Enable OpenSSL on systems that can support it.
|
2020-03-19 06:05:32 -06:00 |
|
Todd C. Miller
|
2fe127d108
|
Move some scripts from the top level src dir to a scripts dir.
|
2020-02-06 14:30:26 -07:00 |
|