bugzilla-daemon at mindrot.org
2013-Dec-06 10:31 UTC
[Bug 2178] New: Modify configure to define BROKEN_BSM_API on Solaris version > 11
https://bugzilla.mindrot.org/show_bug.cgi?id=2178 Bug ID: 2178 Summary: Modify configure to define BROKEN_BSM_API on Solaris version > 11 Product: Portable OpenSSH Version: 6.4p1 Hardware: Sparc OS: Solaris Status: NEW Severity: enhancement Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: tomas.kuthan at oracle.com Created attachment 2384 --> https://bugzilla.mindrot.org/attachment.cgi?id=2384&action=edit Modify configure to define BROKEN_BSM_API on Solaris version > 11 There is a code in audit-bsm.c to deal with Solaris 11 API changes in audit. This code is guarded by BROKEN_BSM_API defines. configure defines this symbol iff Solaris version equals 11. Attached patch based on 6.4p1 modifies configure.ac and configure, changing the equality for greater-or-equal: - if test "$sol2ver" -eq 11; then + if test "$sol2ver" -ge 11; then -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Dec-18 23:57 UTC
[Bug 2178] Modify configure to define BROKEN_BSM_API on Solaris version > 11
https://bugzilla.mindrot.org/show_bug.cgi?id=2178 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2384|0 |1 is patch| | Attachment #2384|application/octet-stream |text/plain mime type| | CC| |dtucker at zip.com.au -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Dec-19 00:01 UTC
[Bug 2178] Modify configure to define BROKEN_BSM_API on Solaris version > 11
https://bugzilla.mindrot.org/show_bug.cgi?id=2178 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Blocks| |2130 Resolution|--- |FIXED --- Comment #1 from Darren Tucker <dtucker at zip.com.au> --- Patch applied, it will be in the next release. Thanks. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Dec-19 08:18 UTC
[Bug 2178] Modify configure to define BROKEN_BSM_API on Solaris version > 11
https://bugzilla.mindrot.org/show_bug.cgi?id=2178 --- Comment #2 from Tomas Kuthan <tomas.kuthan at oracle.com> --- Thank you, Darren. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:42 UTC
[Bug 2178] Modify configure to define BROKEN_BSM_API on Solaris version > 11
https://bugzilla.mindrot.org/show_bug.cgi?id=2178 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Reasonably Related Threads
- [Bug 2299] New: Disable uid=0 resetting test on Solaris
- [Bug 2718] New: SFTP idle timeout
- [Bug 2376] New: Add compile time option to disable Curve25519
- [Bug 2378] New: Allow login to a role using Hostbased auth on platforms supporting PAM_AUSER
- [Bug 2101] New: Unaligned memory access on sparc in UMAC implemetation