OpenBSD src changes summary for 2017-04-25 ==========================================
distrib/miniroot etc/netstart regress/usr.sbin sbin/sysctl share/man usr.bin/libtool usr.bin/tmux usr.sbin/syslogd usr.sbin/vmd == distrib =========================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ install.sub > Unbreak multiple interface configurations like trunk or carp. Ensure > that the noglob option is disabled at the end of parse_hn_line() > and ifstart(). (rpe@) == etc =============================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc netstart ~ netstart > Unbreak netstart for multiple inteface configurations like trunk > or carp. Ensure that the noglob option is disabled at the end of > parse_hn_line() and ifstart(). > Reported by Christer Solskogen and Stefan Wollny, thanks! (rpe@) == regress =========================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.sbin ~ syslogd/args-client-multilisten.pl > Test listening on multiple syslog over TLS sockets. (bluhm@) == sbin ============================================================== 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin sysctl ~ sysctl.c > Use strtonum instead of strto{,u}ll for simpler and better overflow > checking, make somaxconn and sominconn unsigned. > Issue reported by orge on freenode, thanks! > Input, patient explanations and ok deraadt, millert. (tb@) == share ============================================================= 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/inet6.4 > some ip6 setup notes; help/ok bluhm (jmc@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin libtool ~ LT/Mode/Link.pm > Have libtool ignore 'static-libtool-libs'. Previously it was unsupported > and > passed straight through to the compiler, which gcc doesn't mind, but clang > is > unhappy about. Suggestion/ok aja@ (sthen@) tmux ~ cmd-if-shell.c > if-shell doesn't need to queue its error message into a callback, and in > fact it can't do so because the item it was working with will have been > freed. Reported by Daniel Hahler. (nicm@) ~ cfg.c > Block the initial client if there is one until the configuration file > has finished loading. (nicm@) ~ cmd-respawn-pane.c ~ cmd-respawn-window.c ~ cmd-split-window.c ~ environ.c ~ job.c ~ session.c ~ tmux.h > Do not update TERM into config file parsing has finished. (nicm@) ~ grid.c ~ tmux.h > When we write out the grid including escape sequences, an SGR 0 needs to > cause the colours to be written again. Also treat colours separately > from attributes so that RGB colours will work. (nicm@) ~ screen-write.c ~ tmux.h ~ tty.c > Make full width panes try to play more nicely with terminal copy and > paste by avoiding explicit line wraps if we think the terminal will wrap > anyway. (nicm@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin syslogd ~ syslogd.8 ~ syslogd.c > Allow syslogd(8) to listen on multiple addresses for incomming TLS > connections. This expands the feature from UDP and TCP to syslog > over TLS. > input jmc@; OK millert@ (bluhm@) vmd ~ vm.c > spacing (reyk@) ~ virtio.c ~ vmd.c > Generate randomized MAC addresses earlier to keep them across reboots. > OK deraadt@ (reyk@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
