Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
thanks Tobias Ulmer for testing.
CVE-2011-3341 Denial of service via improperly validated commands
CVE-2011-3342 Buffer overflows in savegame loading
CVE-2011-3343 Multiple buffer overflows in validation of external data
- regen plist
- disable configure tests for timidity, allegro to avoid picking
up deps if installed at build time
- add dep on icu4c
- Daniel Dickman takes maintainer
(discussed with Daniel and mostly in a diff he agreed with which
crossed over with the update being committed ;)
Many requests from joris@.
Tested by simon@ on i386 and macppc, on i386 by myself.
ok simon@ (who mailed me an identical diff to what I had in my tree).