OpenBSD src changes summary for 2017-08-03 ==========================================
sbin/dhclient sbin/pfctl share/man sys/arch/i386/conf sys/netinet sys/netinet6 usr.sbin/pkg_add usr.sbin/traceroute == sbin ============================================================== 01/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ kroute.c > Flush static (RTF_STATIC) routes and not just > gateway (RTF_GATEWAY) routes. Thus catching and > flushing direct routes that could have been > added by dhclient. (krw@) ~ kroute.c > Whitespace. (krw@) pfctl ~ pfctl_parser.c > Since nearly 20 years the correct spelling of > ICMP6_DST_UNREACH_NOTNEIGHBOR is ICMP6_DST_UNREACH_BEYONDSCOPE (RFC > 1885 was obsoleted). > sthen grepped the ports sources to make sure nothing uses it. > OK millert, jca (florian@) == share ============================================================= 02/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/icmp6.4 > Since nearly 20 years the correct spelling of > ICMP6_DST_UNREACH_NOTNEIGHBOR is ICMP6_DST_UNREACH_BEYONDSCOPE (RFC > 1885 was obsoleted). > sthen grepped the ports sources to make sure nothing uses it. > OK millert, jca (florian@) == sys =============================================================== 03/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/i386/conf ~ files.i386 > Remove duplicated commented out "dev/rasops/files.rasops" include. > OK deraadt@ (fcambus@) netinet ~ icmp6.h > Since nearly 20 years the correct spelling of > ICMP6_DST_UNREACH_NOTNEIGHBOR is ICMP6_DST_UNREACH_BEYONDSCOPE (RFC > 1885 was obsoleted). > sthen grepped the ports sources to make sure nothing uses it. > OK millert, jca (florian@) netinet6 ~ icmp6.c > RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoleted > over 10 years ago by RFC 4443. We are probably not going back. > OK deraadt, jca (florian@) == usr.sbin ========================================================== 04/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin pkg_add ~ OpenBSD/PkgInfo.pm > Make -Q work play nice with other flags. This makes things like: > "pkg_info -Q quake -d" function as expected. > OK landry@ (abieber@) traceroute ~ worker.c > Since nearly 20 years the correct spelling of > ICMP6_DST_UNREACH_NOTNEIGHBOR is ICMP6_DST_UNREACH_BEYONDSCOPE (RFC > 1885 was obsoleted). > sthen grepped the ports sources to make sure nothing uses it. > OK millert, jca (florian@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
