Avoid signed overflow during mult-s16-test which intermittently failed. Patch by Mark H Weaver . --- pulseaudio-5.0/src/tests/mult-s16-test.c.orig 2014-01-23 13:57:55.000000000 -0500 +++ pulseaudio-5.0/src/tests/mult-s16-test.c 2014-10-24 03:13:46.464661815 -0400 @@ -55,7 +55,7 @@ START_TEST (mult_s16_test) { int16_t samples[SAMPLES]; int32_t volumes[SAMPLES]; - int32_t sum1 = 0, sum2 = 0; + uint32_t sum1 = 0, sum2 = 0; int i; pa_random(samples, sizeof(samples)); x : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tor.scm
AgeCommit message (Expand)Author
2018-06-22gnu: nyx: Show header stats....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update to 2.0.4....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update home page....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Return #t from all phases....Tobias Geerinckx-Rice
2018-06-12gnu: tor: Update to 0.3.3.7....Tobias Geerinckx-Rice
2018-05-23gnu: tor: Update to 0.3.3.6 [security fixes]....Tobias Geerinckx-Rice
2018-03-20Correct name and Email for ng0....ng0
2018-03-03gnu: tor: Update to 0.3.2.10 [security fixes]....Tobias Geerinckx-Rice
2018-03-01gnu: onionshare: Update phase style....Tobias Geerinckx-Rice
2018-03-01gnu: privoxy: Update phase style....Tobias Geerinckx-Rice
2018-01-09gnu: tor: Update to 3.2.9....Tobias Geerinckx-Rice