OpenBSD src changes summary for 2016-12-15 ==========================================
distrib/special lib/libc lib/libcrypto regress/usr.bin sys/conf sys/dev/pv sys/dev/rasops sys/dev/usb usr.bin/ssh == distrib =========================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib special ~ doas/doas.c > Nuke a couple of unused variables making gcc upset. Leftovers from > stripping > down doas for install media. > ok tedu@ (krw@) == lib =============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ net/if_nameindex.c > Nuke some trailing tabs. (krw@) libcrypto ~ man/RAND_add.3 > remove "(DEPRECATED)" from the Nd: none of the other base pages > document things this way and DESCRIPTION is clear anyway that this > should not be used; wording of the Nd suggested by schwarze > ok schwarze (jmc@) + format-pem.pl > Add a helper script, format-pem.pl: a filter to sort and pretty-print > cert.pem entries. ok jsg (sthen@) ~ man/X509_EXTENSION_set_object.3 > Document X509_EXTENSION_new(3) and X509_EXTENSION_free(3) listed > in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. > Explain what an X509_EXTENSION object is and where it is used. > Add STANDARDS references. > Sort the functions into a more logical order. > Link to all other pages dealing with X509_EXTENSION objects. (schwarze@) ~ man/X509V3_get_d2i.3 > cut back some excessive cross references > and link to X509_EXTENSION_new(3) instead (schwarze@) ~ man/OCSP_CRLID_new.3 ~ man/OCSP_SERVICELOC_new.3 ~ man/X509v3_get_ext_by_NID.3 ~ man/x509.3 > Make sure all pages talking about X509_EXTENSION objects > link back to X509_EXTENSION_new(3). (schwarze@) ~ man/X509_EXTENSION_set_object.3 > provide missing section number to Xr; (jmc@) ~ man/X509_ALGOR_dup.3 > Document X509_ALGOR_new(3) and X509_ALGOR_free(3) > listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. > Explain what an X509_ALGOR object represents and where it is used. > Explain how copying works, like in similar pages. > New RETURN VALUES, SEE ALSO, and STANDARDS sections. > Some macro and wording fixes. (schwarze@) ~ man/d2i_X509_ALGOR.3 > link back to X509_ALGOR_new(3) (schwarze@) ~ man/X509_PUBKEY_new.3 > Add a STANDARDS section and mention the relevant section of the standard. > Link to X509_ALGOR_new(3) because one of the functions uses X509_ALGOR. > Delete a sentence about a function we don't have. > Delete another sentence that says nothing new. > Remove some macros that we don't normally use. (schwarze@) ~ man/X509_ALGOR_dup.3 > markup fix; (jmc@) == regress =========================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.bin ~ ssh/reexec.sh > Use $SUDO to read pidfile in case root's umask is restricted. From > portable. (dtucker@) == sys =============================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys conf ~ files > Remove rasops2 (2-bit color depth) functions, they are unused. > It seems unlikely that any future new platform will ever need them. > OK mpi@ (fcambus@) dev/pv ~ xbf.c > fix build when DIAGNOSTIC is not defined > ok mikeb@ (jsg@) dev/rasops - rasops2.c ~ files.rasops ~ rasops.c ~ rasops.h > Remove rasops2 (2-bit color depth) functions, they are unused. > It seems unlikely that any future new platform will ever need them. > OK mpi@ (fcambus@) dev/usb ~ usbdevs > Add Intel Bluetooth devices found on x250 and x260 Thinkpads. (pirofti@) ~ usbdevs.h ~ usbdevs_data.h > Regen usbdevs (pirofti@) == usr.bin =========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ssh ~ dh.c > Fix text in error message. Patch from zev at bewilderbeest.net. (dtucker@) ~ auth.c > Add missing braces in DenyUsers code. Patch from zev at bewilderbeest.net, > ok deraadt@ (dtucker@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
