OpenBSD src changes summary for 2016-12-03 ==========================================
games/quiz lib/libcrypto lib/libssl sbin/disklabel sys/arch/loongson/loongson sys/arch/luna88k/stand/boot sys/arch/octeon/dev usr.sbin/smtpd == games ============================================================= 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games quiz ~ datfiles/elements > elements 113, 115, 117, and 118; from pjanzen (jmc@) == lib =============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libcrypto ~ man/X509_NAME_add_entry_by_txt.3 ~ man/X509_NAME_get_index_by_NID.3 ~ man/X509_NAME_print_ex.3 ~ man/X509_STORE_CTX_get_error.3 ~ man/X509_STORE_CTX_new.3 ~ man/X509_STORE_set_verify_cb_func.3 ~ man/X509_VERIFY_PARAM_set_flags.3 ~ man/X509_new.3 ~ man/X509_verify_cert.3 ~ man/bn_dump.3 ~ man/crypto.3 > various cleanup; (jmc@) libssl ~ man/SSL_get_SSL_CTX.3 ~ man/SSL_get_error.3 ~ man/SSL_get_fd.3 ~ man/SSL_get_peer_certificate.3 ~ man/SSL_get_rbio.3 ~ man/SSL_get_verify_result.3 > Copyright and license (schwarze@) ~ man/SSL_get_ciphers.3 > Add Copyright and license. > Some additional explanations from OpenSSL. > Delete empty RETURN VALUES section. (schwarze@) ~ man/SSL_get_client_CA_list.3 > Add Copyright and license. > Delete the RETURN VALUES section. > The content is completely unrelated to the topic of the page - > that must have been a pasto in the original commit in OpenSSL. (schwarze@) ~ man/SSL_get_current_cipher.3 > Add Copyright and license. > Fix the prototype of SSL_get_current_cipher(3). > In the SYNOPSIS, show prototypes rather than #defines. > Some minor improvements from OpenSSL. (schwarze@) ~ man/SSL_get_default_timeout.3 > Add Copyright and license. > Delete empty RETURN VALUES section. (schwarze@) ~ man/SSL_get_peer_cert_chain.3 > Add Copyright and license. > Some additional explanations from OpenSSL. (schwarze@) ~ man/SSL_get_session.3 > Add Copyright and license. > Minor corrections while here. (schwarze@) ~ man/SSL_get_version.3 > Add Copyright and license. > Delete SSLv2 and SSLv3 remnants. (schwarze@) ~ bs_ber.c ~ s3_clnt.c ~ s3_srvr.c ~ ssl_asn1.c > Avoid signed vs unsigned warnings from clang by adding two casts, > slightly rewriting some code and changing the type of an array. > ok bcook@ doug@ (jsing@) ~ s3_clnt.c > Address a potential leak in ssl3_get_server_kex_ecdhe() - if we allocate > ngroup and the following EC_KEY_set_group() fails, ngroup will not be > freed. Avoid this by freeing on return. > ok millert@ (jsing@) == sbin ============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin disklabel ~ disklabel.8 > provide missing unit suffixes; from ross l richardson (jmc@) == sys =============================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/loongson/loongson ~ loongson3_intr.c > Fix memory leak. (visa@) arch/luna88k/stand/boot ~ Makefile > luna88k bootloader needs __ashldi3 to compile sys/lib/libsa/ufs.c 1.26. > (aoyama@) arch/octeon/dev ~ octeon_intr.c > Implement octeon_intr_disestablish(). (visa@) == usr.sbin ========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin smtpd ~ ioev.c > embed the struct iobuf instead of using a pointer. > ok gilles@ sunil@ (eric@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
