From: naruse@... Date: 2019-01-05T21:34:10+00:00 Subject: [ruby-core:90906] [Ruby trunk Bug#15494] Fix Random.urandom in a chroot on OpenBSD Issue #15494 has been updated by naruse (Yui NARUSE). Backport changed from 2.4: DONTNEED, 2.5: DONTNEED, 2.6: REQUIRED to 2.4: DONTNEED, 2.5: DONTNEED, 2.6: DONE ruby_2_6 r66729 merged revision(s) 66699. ---------------------------------------- Bug #15494: Fix Random.urandom in a chroot on OpenBSD https://bugs.ruby-lang.org/issues/15494#change-76085 * Author: jeremyevans0 (Jeremy Evans) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-openbsd] * Backport: 2.4: DONTNEED, 2.5: DONTNEED, 2.6: DONE ---------------------------------------- r64625 broke `Random.urandom` because it uses `OpenBSD` as a macro when it is not defined. You must include the `sys/param.h` header to define the macro. I've tested the attached patch and it fixes `Random.urandom` usage inside a chroot on OpenBSD. This will need to be backported to 2.6. ---Files-------------------------------- patch-random_c (355 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: