This patch from resolution of https://sourceforge.net/p/mhash/bugs/37/ --- a/src/keygen_test.c +++ b/src/keygen_test.c @@ -121,8 +121,6 @@ mhash_keygen_ext(KEYGEN_S2K_SALTED, data, key, keysize, password, passlen); - mutils_memset(tmp, 0, keysize * 2); - tmp = mutils_asciify(key, keysize); result = mutils_strcmp((mutils_word8 *) KEY2, tmp); tr> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/speech.scm
AgeCommit message (Expand)Author
2020-03-31gnu: sonic: Fix installation directories....* gnu/packages/speech.scm (sonic)[arguments]: Replace erroneous use of DESTDIR with PREFIX. Add the required ‘rpath’ LDFLAGS together with a ‘respect-LDFLAGS’ phase. Tobias Geerinckx-Rice
2020-03-29gnu: Add pocketsphinx....* gnu/packages/speech.scm (pocketsphinx): New variable. Nicolas Goaziou
2020-03-29gnu: Add sphinxbase....* gnu/packages/speech.scm (sphinxbase): New variable. Nicolas Goaziou
2020-02-24gnu: espeak-ng: Update to 1.50....* gnu/packages/speech.scm (espeak-ng): Update to 1.50. [source]: Change to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and WHICH. Marius Bakke