Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-error.h-include-errno.h-instead-of-extern-int.diff | [PATCH] error.h: '#include <errno.h>' instead of 'extern int errno;' | Gerrit Pape <pape@smarden.org> | no | 2007-12-12 | ||
0002-rblsmtpd.c-don-t-use-a-the-default-rbl.maps.vix.com.diff | [PATCH] rblsmtpd.c: don't use a the default rbl.maps.vix.com if run without -r switch. rbl.maps.vix.com is obsolete, so don't use it as default rbl if run without the -r switch; default to no rbl instead. |
Gerrit Pape <pape@smarden.org> | no | 2008-01-09 | ||
0003-Makefile-target-choose-do-not-depend-on-conf-home.diff | [PATCH] Makefile: target choose: do not depend on conf-home | Gerrit Pape <pape@smarden.org> | no | 2008-04-16 | ||
0004-respect-DESTDIR-variable.patch | Make upstream build system respect $(DESTDIR) Upstream build system does not make difference between installation prefix (named HOME by upstream), embedded in compiled software, and installation root $(DESTDIR), making staged install, employed by most package managers impossible. . This patch adjust upstream Makefile to respect $(DESTDIR) variable. To configure prefix, use `conf-home' file. |
Dmitry Bogatov <KAction@debian.org> | no | 2018-12-05 | ||
0005-build-verbose.patch | Show the compiler and linker invocations during the build If the "V" environment variable is set to the value "1", show the compiler and linker commands before running them. |
Peter Pentchev <roam@ringlet.net> | not-needed | 2023-01-05 | ||
0006-implicit-declarations.patch | Add missing includes and prototypes | Zixing Liu <zixing.liu@canonical.com> | no | debian | 2024-04-12 | |
0007-ssize-t.patch | At least partially use ssize_t for read(2)/write(2) | Peter Pentchev <roam@ringlet.net> | no | debian | 2024-07-24 | |
0008-int-main.patch | The main() function should return an int value | Peter Pentchev <roam@ringlet.net> | no | debian | 2024-07-24 | |
0009-malloc.patch | Use the malloc(3) and free(3) definitions from stdlib.h | Peter Pentchev <roam@ringlet.net> | no | debian | 2024-07-24 | |
0010-gid-t.patch | Use the gid_t type for the getgroups(2) return value | Peter Pentchev <roam@ringlet.net> | no | debian | 2024-07-27 |