OpenBSD src changes summary for 2016-12-27 ==========================================
distrib/miniroot distrib/sets etc/group etc/mail/aliases etc/master.passwd etc/mtree/4.4BSD.dist etc/mtree/special etc/newsyslog.conf etc/rc etc/syslog.conf lib/libcrypto libexec/security regress/usr.sbin sbin/fdisk share/man sys/arch/armv7/sunxi sys/dev/usb sys/netinet6 usr.sbin/ospf6d usr.sbin/ospfd usr.sbin/syslogd == distrib =========================================================== 01/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ install.sub > Remove user uucp and group news from base. (jca@) sets ~ lists/base/mi ~ lists/comp/mi > sync (sthen@) == etc =============================================================== 02/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc group ~ group > Remove user uucp and group news from base. (jca@) mail/aliases ~ mail/aliases > Remove alias for uucp > This should cut the amount of spam received by mlarkin. If you need > this alias, just set it up. Prompted by a mail from tb@ (jca@) master.passwd ~ master.passwd > Remove user uucp and group news from base. (jca@) mtree/4.4BSD.dist ~ mtree/4.4BSD.dist > Remove user uucp and group news from base. (jca@) mtree/special ~ mtree/special > Remove user uucp and group news from base. (jca@) newsyslog.conf ~ newsyslog.conf > Remove user uucp and group news from base. (jca@) rc ~ rc > Remove user uucp and group news from base. (jca@) syslog.conf ~ syslog.conf > Also remove the commented out line for uucp.info -> /var/log/uucp > net/uucp and net/uucpd don't log to syslog. Discussed with jmc@ (jca@) == lib =============================================================== 03/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libcrypto ~ man/ASN1_item_d2i.3 ~ man/d2i_PKCS7.3 > minor fixes; (jmc@) ~ asn1/asn1.h > Expand DECLARE_ASN1_* macros. No change in preprocessor output, excluding > line numbering and new lines. (jsing@) ~ man/d2i_PKCS7.3 > remove a stray comment line that might cause confusion (schwarze@) ~ asn1/asn1.h ~ asn1/asn1t.h > Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output. > (jsing@) ~ pkcs12/pkcs12.h > Expand DECLARE_ASN1_ITEM macros - no change to preprocessor output. > (jsing@) ~ pkcs7/pkcs7.h > Expand DECLARE_ASN1_ITEM - no change to preprocessor output. (jsing@) ~ x509v3/x509v3.h > Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output. > (jsing@) ~ ocsp/ocsp_ext.c > Kill some #if 0 code that uses old-style ASN.1 encoding. (jsing@) ~ stack/safestack.h > Place some macros under #ifndef LIBRESSL_INTERNAL. (jsing@) ~ asn1/asn1.h ~ ocsp/ocsp.h ~ pkcs12/pkcs12.h ~ pkcs7/pkcs7.h ~ ts/ts.h ~ x509/x509.h ~ x509v3/x509v3.h > Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been > nothing but markers for utils/mkstack.pl... and we removed the code that > generated more macros from these markers in 2014. (jsing@) ~ pkcs7/pkcs7.h > Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change in > preprocesssor output. (jsing@) ~ asn1/asn1.h > Expand DECLARE_ASN1_FUNCTIONS_{fname,name} macros - no change to > preprocessor output, excluding line numbers and newlines. (jsing@) ~ asn1/asn1.h > Use correct version of previous macro expansion. (jsing@) ~ asn1/asn1.h > Place the DECLARE_ASN1_* macros under #ifndef LIBRESSL_INTERNAL. (jsing@) ~ man/Makefile + man/d2i_ESS_SIGNING_CERT.3 + man/d2i_TS_REQ.3 > New manual pages d2i_ESS_SIGNING_CERT(3) and d2i_TS_REQ(3) written > from scratch. All functions listed in <openssl/ts.h> > and in OpenSSL doc/man3/s2i_X509.pod. (schwarze@) ~ man/Makefile + man/d2i_OCSP_REQUEST.3 + man/d2i_OCSP_RESPONSE.3 > Write new manual pages d2i_OCSP_REQUEST(3) and d2i_OCSP_RESPONSE(3) > from scratch. All these functions are listed in <openssl/ocsp.h> > and in OpenSSL doc/man3/d2i_X509.pod. (schwarze@) == libexec =========================================================== 04/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/libexec security ~ security > Remove user uucp and group news from base. (jca@) == regress =========================================================== 05/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.sbin ~ syslogd/Syslogd.pm + syslogd/args-privsep-relative.pl > Test that the syslogd program can be started with a relative path. (bluhm@) == sbin ============================================================== 06/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin fdisk ~ fdisk.c ~ part.c > The "disk too large" and "only LBA values saved" messages are more > often confusing than useful these days. Stop emitting them. > Prompted by bugs@ report of the 8TB disk travails of Jiri. > ok deraadt@ tom@ (krw@) == share ============================================================= 07/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man7/hier.7 > Remove user uucp and group news from base. (jca@) == sys =============================================================== 08/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/sunxi ~ sxipio.c ~ sxipio_pins.h ~ sxipiovar.h > Add support for the 2nd sxipio(4) device on the Allwinner A80. (kettenis@) dev/usb ~ uhcireg.h > Add cast to silence warnings generated by clang. > ok mpi@ (kettenis@) netinet6 ~ ip6_input.c ~ nd6.c ~ nd6.h > Move nd6 timer initialisation to nd6_init() and call timeout_set() > only once during init. > OK mpi@ (bluhm@) == usr.sbin ========================================================== 09/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin ospf6d ~ kroute.c ~ ospf6d.h ~ rde.c > Replace struct rroute with struct kroute, as done in ospfd > ok claudio@ (jca@) ospfd ~ kroute.c ~ rde.c > struct rroute has been removed, rename variables. > ok claudio@ (jca@) syslogd ~ privsep.c ~ syslogd.c > If syslogd was started with a relative path, the program could not > re-exec itself. This exec is done during startup of the privsep > parent or when syslogd restarts after a SIGHUP. Convert a relative > path in argv[0] to an absolute one with realpath(3) before chdir(2). > Do all the path handling in priv_init(). > suggested by millert@; OK jca@ (bluhm@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
