CVSROOT:        /cvs
Module name:    ports
Changes by:     rob...@cvs.openbsd.org  2018/12/02 04:24:15

Modified files:
        security/libgcrypt: Makefile 
Added files:
        security/libgcrypt/patches: patch-configure_ac 
                                    patch-random_rand-internal_h 
                                    patch-random_random-csprng_c 
                                    patch-random_random-drbg_c 
                                    patch-random_random-system_c 
                                    patch-random_rndarc4random_c 
                                    patch-src_global_c 

Log message:
use arc4random_buf(3) in libgcrypt instead of /dev/random

this issue came to the light after using an unveil(2)'d chrome
inside a GNOME environment where it was trying to use the keyring
which was relying on libgcrypt

ok ajacoutot@

Reply via email to