OpenBSD src changes summary for 2016-12-16 ==========================================
bin/md5 distrib/sets etc/etc.loongson/sysctl.conf lib/libc lib/libcrypto lib/libssl regress/usr.bin sbin/fsck_ext2fs sbin/fsck_ffs sbin/umount sys/arch/loongson/loongson sys/arch/mips64/include sys/dev/pv sys/netinet usr.bin/ftp usr.sbin/dhcrelay == bin =============================================================== 01/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin md5 ~ md5.c > Eliminate some gcc warnings about 'unused variables', mostly by > adding appropriate #ifdef's around declarations. > ok millert@ (with a tweak I will commit separately) (krw@) ~ md5.c > Move declaration of an 'i' inside the scope of its use. Which in > turn is inside an #ifdef. Thus making the code clearer by eliminating > an #ifdef in the middle of the declarations. > Suggested by millert@ (krw@) == distrib =========================================================== 02/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/comp/mi > sync (deraadt@) == etc =============================================================== 03/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc etc.loongson/sysctl.conf ~ etc.loongson/sysctl.conf > Provide the "machdep.lidsuspend" sysctl on Loongson. > OK visa@ (fcambus@) == lib =============================================================== 04/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ net/if_nameindex.c > Eliminate some gcc warnings about 'unused variables', mostly by > adding appropriate #ifdef's around declarations. > ok millert@ (with a tweak I will commit separately) (krw@) libcrypto ~ man/BUF_MEM_new.3 > Fix error in the description of BUF_reverse(3), tweaked by me. > OpenSSL commit 498180de5c766f68f6d2b65454357bc263773c66 > Author: Dmitry Belyavskiy <[email protected]> > Date: Mon Dec 12 15:35:09 2016 +0300 (schwarze@) ~ man/ERR_GET_LIB.3 > Document ERR_FATAL_ERROR(3), tweaked by me. > OpenSSL commit 036ba500f7886ca2e7231549fa574ec2cdd45cef > Author: Benjamin Kaduk <[email protected]> > Date: Thu Dec 8 12:01:31 2016 -0600 (schwarze@) ~ man/Makefile + man/X509_CINF_new.3 > Write new X509_CINF_new(3) manual page from scratch. These functions > are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. > Note that the OpenSSL documentation specifies the wrong header file. > (schwarze@) ~ man/Makefile + man/X509_CRL_new.3 > Write X509_CRL_new(3) manual page from scratch. These four functions > are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. > Note that the OpenSSL documentation specifies the wrong header file. > Link to all pages dealing with X509_CRL objects. (schwarze@) ~ man/Makefile ~ man/X509_CRL_get0_by_serial.3 + man/X509_REVOKED_new.3 > Document X509_REVOKED_new(3) and X509_REVOKED_free(3) and move > X509_REVOKED_set_serialNumber(3) and X509_REVOKED_set_revocationDate(3) > into this new page. Replace irrelevant cross references with > relevant cross references to X509_CRL* pages. (schwarze@) libssl ~ man/BIO_f_ssl.3 ~ man/SSL_CTX_set_cert_store.3 ~ man/SSL_CTX_set_tlsext_ticket_key_cb.3 ~ man/SSL_CTX_set_verify.3 ~ man/SSL_connect.3 ~ man/SSL_do_handshake.3 ~ man/SSL_load_client_CA_file.3 ~ man/SSL_set_max_send_fragment.3 ~ man/SSL_want.3 ~ man/ssl.3 > various minor cleanup; (jmc@) == regress =========================================================== 05/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.bin ~ ssh/cert-file.sh > regression test for certificates along with private key with no > public half. bz#2617, mostly from Adam Eijdenberg (djm@) ~ ssh/login-timeout.sh ~ ssh/reexec.sh ~ ssh/test-exec.sh > Move the "stop sshd" code into its own helper function. Patch from > Zev Weiss <zev at bewilderbeest.net>, ok djm@ (dtucker@) ~ ssh/cert-file.sh > revert to rev1.2; the new bits in this test depend on changes to ssh > that aren't yet committed (djm@) ~ ssh/Makefile + ssh/allow-deny-users.sh > Add regression test for AllowUsers and DenyUsers. Patch from Zev Weiss > <zev at bewilderbeest.net> (dtucker@) == sbin ============================================================== 06/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin fsck_ext2fs ~ inode.c > Eliminate some gcc warnings about 'unused variables', mostly by > adding appropriate #ifdef's around declarations. > ok millert@ (with a tweak I will commit separately) (krw@) fsck_ffs ~ inode.c > Eliminate some gcc warnings about 'unused variables', mostly by > adding appropriate #ifdef's around declarations. > ok millert@ (with a tweak I will commit separately) (krw@) umount ~ umount.c > Eliminate some gcc warnings about 'unused variables', mostly by > adding appropriate #ifdef's around declarations. > ok millert@ (with a tweak I will commit separately) (krw@) == sys =============================================================== 07/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/loongson/loongson ~ machdep.c > Provide the "machdep.lidsuspend" sysctl on Loongson. > OK visa@ (fcambus@) arch/mips64/include ~ cpu.h > Provide the "machdep.lidsuspend" sysctl on Loongson. > OK visa@ (fcambus@) dev/pv ~ hypervic.c > When running on Azure, the initial timesync "sync" message is not correct, > ignore it and only use the timesync "sample" messages. > OK mikeb@ (reyk@) netinet ~ igmp.c > Move the if_get/if_put to the caller of igmp_sendpkt so we avoid having > to do this lookup twice. > Suggested by and ok mpi@ (rzalamena@) == usr.bin =========================================================== 08/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ftp ~ fetch.c ~ main.c ~ small.c > Eliminate some gcc warnings about 'unused variables', mostly by > adding appropriate #ifdef's around declarations. > ok millert@ (with a tweak I will commit separately) (krw@) == usr.sbin ========================================================== 09/09 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin dhcrelay ~ dhcrelay.8 ~ dhcrelay.c > Add dhcrelay(8) command-line option for replacing Relay Agent Information > on the incoming packets. > Man page tweaks from jmc@ > ok reyk@ (rzalamena@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
