diff bootstrap.conf @ 20913:69489c064cb7

New function hash to calculate MD{2/4/5} and SHA{1,244,256,384,512} hash values. * bootstrap.conf: include needed GNULIB functions. * libinterp/dldfcn/hash.cc: new hash value calculating function. * libinterp/dldfcn/module-files: add hash.cc to build system. * scripts/deprecated/md5sum.m: new function perserving interface as md5sum.cc. * scripts/deprecated/module.mk: add md5sum.m to build system. * libinterp/corefcn/md5sum.cc: removed and replaced by m-file. * libinterp/corefcn/module.mk: removed md5sum.cc from build system. * liboctave/util/oct-md5.h: removed unneeded interface header. * liboctave/util/oct-md5.cc: removed unneeded interface code. * liboctave/util/module.mk: removed oct-md5.h and oct-md5.cc from build system. * NEWS: add hash to new functions for 4.2. * doc/interpreter/system.txi: replace md5sum with hash in the manual. * scripts/miscellaneous/warning_ids.m: removed orphaned entry.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 16 Dec 2015 21:57:32 +0100
parents 4197fc428c7d
children 8c9755d29d2a
line wrap: on
line diff
--- a/bootstrap.conf	Wed Dec 16 12:20:53 2015 -0800
+++ b/bootstrap.conf	Wed Dec 16 21:57:32 2015 +0100
@@ -26,7 +26,12 @@
   closedir
   copysign
   copysignf
+  crypto/md2
+  crypto/md4
   crypto/md5
+  crypto/sha1
+  crypto/sha256
+  crypto/sha512
   dup2
   fclose
   fcntl