Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc One of the things we should do when bumping libc is...
details: https://anonhg.NetBSD.org/src/rev/c129846fb2bb
branches: trunk
changeset: 356613:c129846fb2bb
user: dholland <dholland%NetBSD.org@localhost>
date: Thu Oct 05 04:38:08 2017 +0000
description:
One of the things we should do when bumping libc is to boot the
obsolete cryptographic hashes out of libc, either entirely or to
some "insecure" library.
diffstat:
lib/libc/shlib_version | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d35fd77196e2 -r c129846fb2bb lib/libc/shlib_version
--- a/lib/libc/shlib_version Thu Oct 05 04:22:41 2017 +0000
+++ b/lib/libc/shlib_version Thu Oct 05 04:38:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.276 2017/08/16 21:32:23 joerg Exp $
+# $NetBSD: shlib_version,v 1.277 2017/10/05 04:38:08 dholland Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -8,6 +8,7 @@
# - libc/net: resolver update to BIND8/9?
# - md2, md4, md5, rmd160 & sha1 functions should take the same arguments AFAP
# - Crypto hashes have name overlap with libcrypto, rename them
+# - obsolete crypto hashes shold be booted out of libc
# - libc/gen/setproctitle.c: remove __ps_strings hack
# - libc/gen/assert.c: __{diag,}assert13() -> __{diag,}assert()
# - lib/libc/net/iso_addr.c: remove
Home |
Main Index |
Thread Index |
Old Index