OpenBSD src changes summary for 2017-07-11
==========================================

distrib/syspatch                        games/backgammon
gnu/usr.bin/gcc                         regress/sys
share/mk                                sys/net
sys/netinet6                            usr.bin/signify
usr.bin/tee                             usr.sbin/dhcpd
usr.sbin/relayd                         usr.sbin/smtpd

== distrib =========================================================== 01/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib

syspatch

  ~ bsd.syspatch.mk                       

  > use the previous syspatch's fake root for getting the link order
  > instead of using / where the libraries are re-ordered on reboot
  > ok aja@ (robert@)

== games ============================================================= 02/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games

backgammon

  ~ backgammon/main.c                     

  > User count checks have been compiled out since 1998, get rid of them.
  > OK mlarkin@ (fcambus@)

== gnu =============================================================== 03/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu

usr.bin/gcc

  ~ Makefile.bsd-wrapper                  

  > protoize.1 isn't generated, so don't list it as a target, because it
  > fucks up make recognition of generated vs pre-existing file.
  > also zap .PATH.1   thingy that's no longer needed at all. (espie@)

== regress =========================================================== 04/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress

sys

  ~ netinet/sendsrcaddr/Makefile          ~ netinet/sendsrcaddr/runtest.c

  > Rewrite regress sendsrcaddr so that is uses UDP sockets on localhost,
  > does not try to connect to google and avoids BPF programming. (bluhm@)

== share ============================================================= 05/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share

mk

  ~ bsd.lib.mk                            

  > use the previous syspatch's fake root for getting the link order
  > instead of using / where the libraries are re-ordered on reboot
  > ok aja@ (robert@)

  ~ bsd.README                            

  > Move the section about <bsd.sys.mk> up just below <sys.mk> which it is
  > closely related to.  Delete the example involving PARALLEL, which no
  > longer exists.  Instead, add a different example involving yacc(1).
  > OK espie@ (schwarze@)

  ~ bsd.README                            

  > explain the limitations of PROGS; joint work with espie@ (schwarze@)

== sys =============================================================== 06/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys

net

  ~ if.c                                  

  > Purging is at last at hand. Day of Doom is here. All that is evil
  > shall all be cleansed.
  > Remove sending of router solicitations and processing of router
  > advertisements from the kernel. It's handled by slaacd(8) these days.
  > Input & OK bluhm@, mpi@ (florian@)

netinet6

  ~ in6.c                                 ~ in6_ifattach.c
  ~ in6_var.h                             ~ nd6.c
  ~ nd6.h                                 ~ nd6_nbr.c
  ~ nd6_rtr.c                             

  > Purging is at last at hand. Day of Doom is here. All that is evil
  > shall all be cleansed.
  > Remove sending of router solicitations and processing of router
  > advertisements from the kernel. It's handled by slaacd(8) these days.
  > Input & OK bluhm@, mpi@ (florian@)

== usr.bin =========================================================== 07/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin

signify

  ~ signify.c                             

  > fix style compliance, in the keyname compliance function no less (tedu@)

  ~ zsig.c                                

  > adjust size to be one less than power of 2, so that doubling will never
  > roll to 0, but instead something very large, and thus fail in realloc
  > (tedu@)

tee

  ~ tee.c                                 

  > Replace manual list with SLIST.
  > from Klemens Nanni (bluhm@)

== usr.sbin ========================================================== 08/08 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

dhcpd

  ~ dhcp.c                                

  > Handle DHCPINFORM from clients behind a DHCP relay.
  > The dhcpinform() function has assumed that ciaddr matches the packet's
  > IP source address and didn't consider a relay, such as dhcrelay(8) -
  > indicated by giaddr, has forwarded the request.
  > Tested by landry@
  > OK krw@ (reyk@)

relayd

  ~ relayd.conf.5                         

  > The config option is called "no splice", the parser rejects "nosplice".
  > (bluhm@)

  ~ check_icmp.c                          

  > Correctly set ttl for IPv4 and IPv6.
  > Problem noted and fix from Kapetanakis Giannis, thanks!
  > Input & OK jca. (florian@)

smtpd

  ~ parse.y                               ~ smtpd.conf.5

  > Remove "listen secure" syntax from smtpd.conf. It's broken since a couple
  > of
  > months and noone complained.
  > Users should replace existing "listen secure" directives with two separate
  > "tls" and "smtps" listeners. i.e. a line like
  > listen on $iface tls pki $pki
  > has to be replaced with
  > listen on $iface tls pki $pki
  > listen on $iface smtps pki $pki
  > Relaying syntax is not affected by this change.
  > suggested by eric
  > ok gilles (natano@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to