CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2014/05/16 17:08:31

Modified files:
        devel/p5-BSD-arc4random: Makefile 
Added files:
        devel/p5-BSD-arc4random/patches: patch-arc4rnd_xs_c 
                                         patch-lib_BSD_arc4random_pm 

Log message:
The port of the Perl module p5-BSD-arc4random was broken since
arc4random_stir() and arc4random_addrandom() were removed from libc.
Make sure that BSD::arc4random can only use OpenBSD's arc4random(3).
Patch away all calls to obsolete and non existing functions in libc.
Leave stubs for these functions in BSD::arc4random's API so that
programs using them will not break.
OK sthen@

Reply via email to