[odc] Daily src changes for 2008-02-26

ODC auto at squish.net
Wed Feb 27 07:00:01 GMT 2008


OpenBSD src changes summary for 2008-02-26
==========================================

bin/chio                                lib/libssl
share/man                               share/tmac
sys/dev/usb                             usr.bin/cvs
usr.sbin/bgpd                           usr.sbin/dvmrpd
usr.sbin/ftp-proxy                      usr.sbin/hostapd
usr.sbin/ifstated                       usr.sbin/ntpd
usr.sbin/ospf6d                         usr.sbin/ospfd
usr.sbin/ppp                            usr.sbin/relayd
usr.sbin/ripd                           usr.sbin/snmpd

== bin =============================================================== 01/06 ==

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

chio

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

== lib =============================================================== 02/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/lib

libssl

  ~ src/crypto/engine/hw_cryptodev.c      

  > fix memory leak (in one case of unaligned buffers); from Markus Kvetter
  > ok markus (deraadt@)

== share ============================================================= 03/06 ==

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

man

  ~ man4/ubsa.4                           

  > Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ;
  > from Pav Lucistnik <pav at FreeBSD.org> (deraadt@)

tmac

  ~ mdoc/doc-common                       

  > bump to 4.3; ok miod (jmc@)

== sys =============================================================== 04/06 ==

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

dev/usb

  ~ usbdevs.h                             ~ usbdevs_data.h

  > sync (deraadt@)

  ~ usbdevs                               ~ uscanner.c

  > support EPSON CX5400 scanner; Christophe Etcheverry <cetcheve at gmail dot
  > com> (deraadt@)

  ~ usbdevs.h                             ~ usbdevs_data.h

  > sync (deraadt@)

  ~ usbdevs                               ~ ubsa.c

  > Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ;
  > from Pav Lucistnik <pav at FreeBSD.org> (deraadt@)

== usr.bin =========================================================== 05/06 ==

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

cvs

  ~ modules.c                             

  > plug memleaks
  > based upon a diff from Igor Zinovik (joris@)

  ~ Makefile                              

  > do not install cvs.1 or cvs.5 yet; ok joris (deraadt@)

  ~ cvs.c                                 

  > spacing (joris@)

  ~ cvs.1                                 ~ cvsintro.7

  > kill some first-person wording; help from jmc (deraadt@)

== usr.sbin ========================================================== 06/06 ==

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

bgpd

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

  ~ rde.c                                 

  > Ignore and drop path attributes with a type code of 0 instead of sending an
  > error back. This increases robustness without causing any issues. The RFC
  > does not forbid the use of 0 in the type code but it is not explicitly
  > allowed and the type code list at IANA does not mention 0 at all.
  > OK henning@ (claudio@)

dvmrpd

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

ftp-proxy

  ~ filter.c                              ~ ftp-proxy.8
  ~ ftp-proxy.c                           

  > Don't pass quick when tagging, so the tag can be used outside
  > the ftp-proxy anchor.  Exotic setups with route-to etc.
  > can be implemented this way.
  > from camield, ok reyk beck canacar and manpage polished by jmc (henning@)

hostapd

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

ifstated

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

ntpd

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

ospf6d

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

ospfd

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

ppp

  ~ ppp/defs.c                            

  > Allow a range of baud rates in a manner similiar to tip/cu,
  > fixes PR 5734 as tested by Sergey Prysiazhnyi <apelsin at atmnis.com>.
  > Fix suggested by and ok deraadt@, "diff is correct" miod@ (jsg@)

relayd

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

ripd

  ~ parse.y                               

  > Have popfile() also close the main config file,
  > but only do the final popfile call after yyparse() is done.
  > This also fixes config reload on SIGHUP for some daemons.
  > Spotted by otto at . OK deraadt@ (mpf@)

snmpd

  ~ parse.y                               

  > Fix memory leak in the parser. Found by Matthew Dempsky but using the more
  > common way to clear the TAILQ. OK thib@ (claudio@)

===============================================================================


More information about the odc mailing list