CVS: cvs.openbsd.org: src

2021-09-28 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/09/28 19:33:32

Modified files:
usr.bin/ssh: auth2-pubkey.c 

Log message:
add some debug output showing how many key file/command lines
were processed. Useful to see whether a file or command actually has
keys present



CVS: cvs.openbsd.org: src

2021-09-28 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/09/28 19:32:21

Modified files:
regress/usr.bin/ssh: hostkey-agent.sh 

Log message:
Test certificate hostkeys held in ssh-agent too. Would have caught
regression fixed in sshd r1.575

ok markus@



CVS: cvs.openbsd.org: src

2021-09-28 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2021/09/28 11:06:17

Modified files:
usr.bin/mandoc : out.c 

Log message:
Revert part of the previous diff to fix a regression (another endless loop)
reported by Michael  in the Linux md(4) manual.

The reason the colwidth[] array is needed is not that it stores widths
different from those in tbl->cols[].width, but that only part of the
columns participate in the comparisons, i.e. only those intersecting
at least one span the still requires width distribution.



CVS: cvs.openbsd.org: src

2021-09-28 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2021/09/28 08:46:54

Modified files:
regress/usr.sbin/pkg_add: Makefile 

Log message:
testcase for the avahi/avahi-lib/avahi-glib/cups update



CVS: cvs.openbsd.org: src

2021-09-28 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2021/09/28 05:14:50

Modified files:
usr.bin/ssh: rijndael.h 

Log message:
Make prototype for rijndaelEncrypt match function including the bounds.
Fixes error in portable where GCC>=11 takes notice of the bounds.
ok deraadt@



CVS: cvs.openbsd.org: src

2021-09-28 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2021/09/28 05:10:05

Modified files:
etc: moduli 
usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 
moduli.6144 moduli.7680 moduli.8192 

Log message:
Import regenerated moduli.



CVS: cvs.openbsd.org: src

2021-09-28 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2021/09/28 04:00:18

Modified files:
sys/kern   : kern_sig.c 

Log message:
Fix timeout behaviour bug introduced in 1.241.
If the timespec is zero-valued sys___thrsigdivert() should just do the
check for pending signals and return immediatly.
OK kettenis@



CVS: cvs.openbsd.org: src

2021-09-28 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2021/09/28 02:56:15

Modified files:
regress/sys/kern/signal/siginfo-fault: siginfo-fault.c 

Log message:
Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exact
fault address, while others (like the UltraSPARC T2) report an inexact
address.  Deal with this by using the EXPADDR_MASK on both the expected and
the reported fault address.

ok bluhm@



CVS: cvs.openbsd.org: src

2021-09-28 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2021/09/28 02:51:18

Modified files:
regress/sys/uvm/wx_syscall: Makefile 
regress/usr.bin/lastcomm: Makefile 

Log message:
Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with base
gcc.

ok patrick@, millert@, jca@



CVS: cvs.openbsd.org: src

2021-09-28 Thread Frederic Cambus
CVSROOT:/cvs
Module name:src
Changes by: fcam...@cvs.openbsd.org 2021/09/28 02:35:06

Modified files:
gnu/lib: Makefile 
Added files:
gnu/lib/libclang_rt: Makefile 

Log message:
Link libclang_rt.profile to the build.

"go for it" kettenis@