OpenBSD src changes summary for 2016-12-25 ==========================================
games/adventure lib/libc lib/libcrypto sbin/ifconfig usr.bin/lex usr.bin/libtool usr.sbin/amd usr.sbin/mopd usr.sbin/mrouted == games ============================================================= 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games adventure ~ main.c > gcc says "if you define labels and don't use them, I will whine." > ok tom@ (krw@) == lib =============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ gen/nlist.c > gcc says "if you define labels and don't use them, I will whine." > ok tom@ (krw@) libcrypto ~ man/d2i_DSAPublicKey.3 > Clarify what DSAparams_dup(3) does. > Add STANDARDS references. > Add cross references to manual pages documenting conversion functions > that are used by the functions documented here. > Mark up the names of custom ASN.1 datatypes that are defined in > standards with .Vt, allowing to search for them. > Do not mark up basic ASN.1 data types. They stand out by being ALL > CAPS anyway, and searching for them would be pointless. (schwarze@) ~ man/d2i_ECPKParameters.3 > Basic cleanup to prepare for content improvements: > Use the same parameter names as in ASN1_item_d2i(3). > Point to ASN1_item_d2i(3) for details. > Delete lots of rendundant text. > While here, add ten missing functions found in OpenSSL > doc/man3/d2i_X509.pod > and fix errors in the prototypes of i2d_ECPKParameters_bio(3) > and i2d_ECPKParameters_fp(3). (schwarze@) ~ man/d2i_ECPKParameters.3 > Correct the DESCRIPTION of ECParameters_dup(3). > Clarify requirements for o2i_ECPublicKey(3). > Add STANDARDS references for d2i_ECPrivateKey(3) and d2i_EC_PUBKEY(3). > Trim some excessive cross references that are only tangentially > related and add some more relevant ones instead. (schwarze@) ~ man/d2i_PrivateKey.3 > Add missing functions d2i_PublicKey(3) and i2d_PublicKey(3) > found in OpenSSL doc/man3/d2i_X509.pod. > Simplify one-line description. > Use the same parameter names as in ASN1_item_d2i(3). > Point to ASN1_item_d2i(3) for details. > Add a STANDRADS reference regarding PKCS#8 PrivateKeyInfo. > Mention d2i_PrivateKey_bio(3) and d2i_PrivateKey_fp(3) > in the DESCRIPTION and below RETURN VALUES. > Add some missing markup and tweak some wording. > Add some cross references. (schwarze@) ~ man/ACCESS_DESCRIPTION_new.3 ~ man/ASN1_STRING_length.3 ~ man/ASN1_generate_nconf.3 ~ man/AUTHORITY_KEYID_new.3 ~ man/BASIC_CONSTRAINTS_new.3 ~ man/DIST_POINT_new.3 ~ man/ESS_SIGNING_CERT_new.3 ~ man/EVP_EncryptInit.3 ~ man/EVP_PKEY_CTX_ctrl.3 ~ man/EXTENDED_KEY_USAGE_new.3 ~ man/GENERAL_NAME_new.3 ~ man/NAME_CONSTRAINTS_new.3 ~ man/OCSP_CRLID_new.3 ~ man/OCSP_REQUEST_new.3 ~ man/OCSP_SERVICELOC_new.3 ~ man/OCSP_cert_to_id.3 ~ man/OCSP_resp_find_status.3 ~ man/OCSP_response_status.3 ~ man/PEM_read_bio_PrivateKey.3 ~ man/PKCS12_SAFEBAG_new.3 ~ man/PKCS12_new.3 ~ man/PKCS7_new.3 ~ man/PKCS8_PRIV_KEY_INFO_new.3 ~ man/PKEY_USAGE_PERIOD_new.3 ~ man/POLICYINFO_new.3 ~ man/PROXY_POLICY_new.3 ~ man/RSA_PSS_PARAMS_new.3 ~ man/TS_REQ_new.3 ~ man/X509_ALGOR_dup.3 ~ man/X509_CINF_new.3 ~ man/X509_CRL_new.3 ~ man/X509_EXTENSION_set_object.3 ~ man/X509_NAME_ENTRY_get_object.3 ~ man/X509_NAME_add_entry_by_txt.3 ~ man/X509_NAME_get_index_by_NID.3 ~ man/X509_NAME_new.3 ~ man/X509_NAME_print_ex.3 ~ man/X509_PUBKEY_new.3 ~ man/X509_REQ_new.3 ~ man/X509_REVOKED_new.3 ~ man/X509_SIG_new.3 ~ man/X509_STORE_CTX_get_error.3 ~ man/X509_new.3 ~ man/d2i_RSAPublicKey.3 ~ man/d2i_X509_ALGOR.3 ~ man/d2i_X509_NAME.3 ~ man/d2i_X509_SIG.3 ~ man/x509v3.cnf.5 > Consistently mark up various ASN.1 type names defined in standards > related to X.509 with .Vt such that they can be searched for. (schwarze@) == sbin ============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin ifconfig ~ ifconfig.c > gcc says "if you define labels and don't use them, I will whine." > ok tom@ (krw@) == usr.bin =========================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin lex ~ main.c > Add some {}'s to eliminate "ambiguous else" warnings from gcc. > ok tb@ millert@ (krw@) libtool ~ LT/UList.pm ~ LT/Mode/Link.pm > Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line. > This helps to avoid linking both libraries, making -lestdc++ the only one > there. The concrete example would be print/poppler port after Qt5 update, > which is coming right now. > This hack would go away together with libestdc++... > Kind support on all the way by aja@, thanks! (zhuk@) == usr.sbin ========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin amd ~ rpcx/nfs_prot_xdr.c > Regenerate with -current rpcgen, eliminating "unused variable 'i'" > warning. > ok millert@ (krw@) mopd ~ common/dl.c > Add some {}'s to eliminate "ambiguous else" warnings from gcc. > ok tb@ millert@ (krw@) mrouted ~ prune.c > Add some {}'s to eliminate "ambiguous else" warnings from gcc. > ok tb@ millert@ (krw@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
