Module Name:    src
Committed By:   dholland
Date:           Thu Oct  5 04:38:08 UTC 2017

Modified Files:
        src/lib/libc: shlib_version

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/lib/libc/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/shlib_version
diff -u src/lib/libc/shlib_version:1.276 src/lib/libc/shlib_version:1.277
--- src/lib/libc/shlib_version:1.276	Wed Aug 16 21:32:23 2017
+++ src/lib/libc/shlib_version	Thu Oct  5 04:38:08 2017
@@ -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

Reply via email to