http://listserv.isdn4linux.de/pipermail/isdn4linux/2006-April/002191.html
Patch patch-mISDNuser-memmove.
http://listserv.isdn4linux.de/pipermail/isdn4linux/2006-April/002189.html
Patch patch-mISDN-QuadBri.
http://sourceforge.net/tracker/index.php?func=detail&aid=1190068&group_id=12272&atid=112272
Patch patch-libexif-gcc-4.0.0.
http://sourceforge.net/tracker/index.php?func=detail&aid=1120690&group_id=85937&atid=577798
Patch vpopmail-5.4.9-unknown_domain.patch.
Applied to CVS (2005-02-11), will be in vpopmail-5.4.10.
http://www.spinics.net/lists/raid/msg03188.html
http://sources.redhat.com/ml/gdb-prs/2003-q4/msg00056.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30234
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21234
http://gcc.gnu.org/ml/gcc/2004-09/msg00756.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14776
http://sources.redhat.com/ml/automake-prs/2004-q1/msg00014.html
Patch patch-automake.
Applied since Apr 12 2004.
Patch patch-dwarfdump.
Applied since version libdwarf20040507.tar.gz.
See http://forums.opensuse.org/applications/431501-automount-ivman-not-working-11-2-a.html and http://sourceforge.net/tracker/?func=detail&aid=2945321&group_id=109696&atid=654289.
Patch ivman-0.6.14-early_g_thread_init.patch moves up the g_thread_init()/dbug_g_thread_init() calls.
Reported to openSUSE/Novell https://bugzilla.novell.com/show_bug.cgi?id=576567.
Another working solution is (as suggested in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521325#31) to remove all xmlCleanupParser() calls.
Patch ivman-0.6.14-no_xmlCleanupParser.patch remove all xmlCleanupParser() calls.
As pointed out in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521325#31 in the file manager.c line 974 the cfg pointer (cfg->execdvd) is used befor the check against NULL is done. See http://sourceforge.net/tracker/?func=detail&aid=2945328&group_id=109696&atid=654289 for details.
Patch ivman-0.6.14-use_cfg_pointer_after_check.patch moves down the cfg->execdvd check..