Debian Patches
Status for bmf/0.9.4-14
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 10-bmf.1-hyphen.patch | [PATCH] bmf.1: Fix hyphens | Jari Aalto <jari.aalto@cante.net> | no | 2008-11-03 | ||
| 10-bmf.1-hyphen=1-runtime.patch | [PATCH] bmf.1: (BUGS): Add procmail example | Jari Aalto <jari.aalto@cante.net> | no | 2010-01-27 | ||
| 10-bmfconv.1-hyphen.patch | [PATCH] bmfconv.1: Fix hyphens | Jari Aalto <jari.aalto@cante.net> | no | 2008-11-03 | ||
| 20-makefile.patch | [PATCH] Makefile.in; (checkroot) disable | Jari Aalto <jari.aalto@cante.net> | no | 2008-11-18 | ||
| 30-compile-gnu-hurd.patch | allocate the exact amount of memory that is needed diff --git a/dbdb.c b/dbdb.c index 8742dcc..87d8266 100644 |
Cyril Roelandt <tipecaml@gmail.com> | no | |||
| 40-patch-lex.c | Fix for RFC822 folded header line field $MirOS: ports/mailnews/bmf/patches/patch-lex_c,v 1.1 2009/07/03 09:14:12 tg Exp $ |
https://sourceforge.net/tracker/?func=detail&aid=2816230&group_id=63555&atid=504404 | no | |||
| 50-fix-ftbfs-gcc-14.patch | fix FTBFS with GCC 14 The initial ISO C standard and its 1999 revision removed support for many C language features that were widely known as sources of application bugs due to accidental misuse. Up until version 13, GCC flagged these issues as warnings only. Starting with GCC 14, these issues are now reported as errors. . One of those errors is the "implicit int" rule: when the data type on a variable, parameter or return type declaration is not specified, it was implicitly treated as int. This behavior is not supported anymore on GCC 14+. . This patch explicitly declares the affected parameters as int, fixing the build failure. |
David da Silva Polverari <polverari@debian.org> | no | debian | 2025-03-27 |
