OpenBSD src changes summary for 2017-10-13 ==========================================
distrib/miniroot sbin/dhclient share/man sys/arch/alpha/alpha sys/arch/amd64/include sys/arch/arm64/conf sys/ddb sys/dev/tc usr.bin/ssh usr.sbin/syspatch == distrib =========================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ dot.profile > Add a comment for slaacd(8) start and replace the if-then-fi block > with a [[ test ]] && command construct. (rpe@) ~ dot.profile > Tweak comments (rpe@) ~ dot.profile > Comment trap handlers (rpe@) ~ dot.profile > Move extraction of rootdisk information into the DONEPROFILE if-block. > OK tb@ (rpe@) == sbin ============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ clparse.c > Tweak parse_option_decl() to return 0/1 to indicate success, > to not touch existing data on error paths, to handle ';' > better. (krw@) == share ============================================================= 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man5/pf.conf.5 > Integrate the description of flow queues into the main body of text > (mikeb@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/alpha/alpha ~ db_trace.c > ansify function prototypes (to match db_stack_trace_print() in the same > file) (jasper@) arch/amd64/include ~ tcb.h > I was one bit off in the "is canonical" test for FS.base (TCB pointer) > values, > so it was still possible to fault the kernel. > Problem observed by Maxime Villard > ok deraadt@ bluhm@ (guenther@) ~ tcb.h TAGGED OPENBSD_6_2 > I was one bit off in the "is canonical" test for FS.base (TCB pointer) > values, > so it was still possible to fault the kernel. > Problem observed by Maxime Villard > from guenther@; ok deraadt@ bluhm@ > OpenBSD 6.2 errata 001 (bluhm@) ~ tcb.h TAGGED OPENBSD_6_1 > I was one bit off in the "is canonical" test for FS.base (TCB pointer) > values, > so it was still possible to fault the kernel. > Problem observed by Maxime Villard > from guenther@; ok deraadt@ bluhm@ > OpenBSD 6.1 errata 032 (bluhm@) arch/arm64/conf ~ Makefile.arm64 > Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linker > script can be used. ok kettenis@ (jsg@) ddb ~ db_ctf.c > - use db_printf() > - refuse to pretty-print if there's no CTF > ok mpi@ (jasper@) ~ db_ctf.c > return a missing return (was left out of previous) (jasper@) dev/tc ~ if_le_ioasic.c ~ ioasicreg.h > Implement media auto selection for DEC 3000. > diff from miod@ (mpi@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ssh ~ servconf.c TAGGED OPENBSD_6_2 > MFC: > revision 1.313 > date: 2017/10/04 18:49:30; author: djm; state: Exp; lines: +4 -4; > commitid: FQf3mxZmjBcd8ygd; > fix (another) problem in PermitOpen introduced during the channels.c > refactor: the third and subsequent arguments to PermitOpen were being > silently ignored; ok markus@ > ---------------------------- > ok deraadt@ (djm@) ~ sshkey.c TAGGED OPENBSD_6_2 > BIO_get_mem_data() is supposed to take a char* as pointer argument, > so don't pass it a const char* (djm@) ~ ssh.1 TAGGED OPENBSD_6_2 > mention SSH_USER_AUTH in the list of environment variables (djm@) ~ sshd_config.5 TAGGED OPENBSD_6_2 > trim permitrootlogin description somewhat, to avoid ambiguity; > original diff from walter alejandro iglesias, tweaked by sthen and myself > ok sthen schwarze deraadt (jmc@) ~ packet.c TAGGED OPENBSD_6_2 > log debug messages sent to peer; ok deraadt markus (djm@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin syspatch ~ syspatch.sh > Don't check for mirror availability but directly try to fetch SHA256.sig. > That > check was not safe (index needed to be enabled, top URL may not be > available > etc.). > based on a comment from tj@ (ajacoutot@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
