From 6415dc98e78ef635bc1cbb0e2411f8cf06edc048 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 9 Oct 2017 23:05:23 -0700 Subject: openbsd: Update to 6.2 --- pkg/openbsd/gen.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/openbsd/gen.lua') diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index 09854203..e0e76eeb 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -32,7 +32,7 @@ lib('libbsd.a', {paths[[ crypt/(arc4random.c.o arc4random_uniform.c) gen/(fts.c getprogname.c pwcache.c readpassphrase.c setprogname.c vis.c warnc.c vwarnc.c) net/base64.c - stdlib/(reallocarray.c recallocarray.c strtonum.c) + stdlib/(freezero.c reallocarray.c recallocarray.c strtonum.c) string/(explicit_bzero.c strmode.c timingsafe_memcmp.c) ) lib/libcrypto/arc4random/getentropy_linux.c @@ -88,12 +88,12 @@ file('bin/yacc', '755', '$outdir/yacc') man{'usr.bin/yacc/yacc.1'} fetch('curl', paths[[ - -s '/^/src\//' './( + -s '/^/src\//' '( bin/pax include lib/(libc/(crypt gen net stdlib string) libcrypto/arc4random) usr.bin/(diff doas fmt nc patch yacc) )/*' ';' - -s '/^/src\//' './sys/sys/*' + -s '/^/src\//' 'sys/sys/*' ]]) -- cgit v1.2.3