Description: Zero ao_sample_format structure to cope with libao 1.0.0 Author: Colin Watson Bug-Debian: http://bugs.debian.org/591396 Bug-Ubuntu: https://bugs.launchpad.net/bugs/710268 Forwarded: no Last-Update: 2013-05-07 Index: b/ao.c =================================================================== --- a/ao.c +++ b/ao.c @@ -123,6 +123,7 @@ /* initialize ao_format struct */ /* XXX VERY WRONG */ + memset(&ao_fmt, 0, sizeof(ao_fmt)); ao_fmt.bits=16; /*tmp_stream_info.average_bitrate;*/ ao_fmt.rate=streaminfo->sample_freq; ao_fmt.channels=streaminfo->channels; ut type='hidden' name='id' value='6839095af7f6c8a8d5ad481db22cd4ece0a1b5e3'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-authenticate.sh
AgeCommit message (Expand)Author
2014-04-22authenticate: Allow signatures with binary data to be written to stdout....Fixes <http://bugs.gnu.org/17312>. * guix/scripts/authenticate.scm (guix-authenticate): Add calls to 'set-port-encoding!' and 'set-port-conversion-strategy!'. Wrap body in 'with-fluids' form that sets '%default-port-encoding' and '%default-port-conversion-strategy'. * tests/guix-authenticate.sh: Add test. * tests/pk-crypto.scm ("hash corrupt due to restrictive locale encoding"): Add reference to bug. Ludovic Courtès
2014-03-22authenticate: Support reading the hash or key from stdin....* guix/scripts/authenticate.scm (guix-authenticate): Add clauses for ("rsautl" "-sign" "-inkey" key) and ("rsautl" "-verify" "-inkey" _ "-pubin"). * tests/guix-authenticate.sh (hash): Add test using -sign and -verify in a pipeline. Ludovic Courtès
2013-12-21authenticate: Add test....* tests/guix-authenticate.sh: New file. * Makefile.am (SH_TESTS): Add it. Ludovic Courtès