OpenBSD src changes summary for 2016-07-07 ==========================================
distrib/sets gnu/usr.bin/perl lib/libssl lib/libtls regress/lib share/man usr.bin/biff usr.bin/mandoc usr.bin/mesg usr.bin/nc usr.bin/tmux usr.bin/vi usr.sbin/ldpd usr.sbin/vmd == distrib =========================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/base/mi > sync (deraadt@) == gnu =============================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu usr.bin/perl ~ dist/XSLoader/XSLoader_pm.PL ~ dist/XSLoader/t/XSLoader.t > Apply http://perl5.git.perl.org/perl.git/commitdiff/08e3451d7 > This fixes a bug where XSLoader could try to load from a subdir > of the cwd when called via eval. OK afresh1@ (millert@) == lib =============================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libssl ~ src/crypto/dh/dh_key.c ~ src/crypto/rsa/rsa_crpt.c ~ src/crypto/rsa/rsa_eay.c > call BN_init on temporaries to avoid use-before-set warnings > ok beck@ (bcook@) libtls ~ tls.c ~ tls_config.c ~ tls_internal.h > Revert previous - it introduces problems with a common privsep use case. > (jsing@) == regress =========================================================== 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress lib ~ libcrypto/ocsp/ocsp_test.c > add ca cert error check and make the path configurable > from Kinichiro Inoguchi (bcook@) == share ============================================================= 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/Makefile + man4/maxrtc.4 > Add man page for the maxrtc(4) I2C driver. (mglocker@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin biff ~ biff.c > biff, mesg, vi: only consider ACCESSPERMS for setting tty mode. > it explicitly removes any S_ISUID|S_ISGID|S_ISTXT bits, instead of letting > pledge(2) silenciously remove them. > ok beck@ deraadt@ (semarie@) mandoc ~ man.cgi.8 > sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8) (schwarze@) mesg ~ mesg.c > biff, mesg, vi: only consider ACCESSPERMS for setting tty mode. > it explicitly removes any S_ISUID|S_ISGID|S_ISTXT bits, instead of letting > pledge(2) silenciously remove them. > ok beck@ deraadt@ (semarie@) nc ~ netcat.c > Revert previous since the libtls change has been reverted. (jsing@) tmux ~ server.c > tmux: only consider ACCESSPERMS for setting mode on socket_path. > it explicitly removes any S_ISUID|S_ISGID|S_ISTXT bits, instead of letting > pledge(2) silenciously remove them. > ok nicm@ beck@ deraadt@ (semarie@) vi ~ cl/cl_term.c > biff, mesg, vi: only consider ACCESSPERMS for setting tty mode. > it explicitly removes any S_ISUID|S_ISGID|S_ISTXT bits, instead of letting > pledge(2) silenciously remove them. > ok beck@ deraadt@ (semarie@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin ldpd ~ ldpd.conf.5 > Updated the ldpd.conf man page examples > The man page already contains the definition of the new neighbor-addr and > neighbor-id, but the examples were outdated. Now we may have an LSR-ID that > is different from its address. > ok renato@ (rzalamena@) vmd ~ virtio.c ~ vmm.c > sanity check vm create and run args earlier (mlarkin@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
