Debian Patches
Status for knews/1.0b.1-38
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
debian-config.patch | Configure for Debian | Michael Alan Dorman <mdorman@debian.org> | no | 2022-12-17 | ||
fix-subdirs.patch | Add util/knewsd and util/tcp_relay to SUBDIRS | Christophe Le Bars <clebars@debian.org> | no | 2022-12-17 | ||
inews-sendmail-newline.patch | Fix \r\n end-of-line problem when calling inews/sendmail | Mark Baker <mbaker@iee.org> | no | debian | 2022-12-17 | |
default-server.patch | Support reading default NNTP server from a file | Christophe Le Bars <clebars@debian.org> | no | 2022-12-17 | ||
modern-libpng.patch | Build with modern libpng | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | no | debian | 2022-12-17 | |
xover-cr-lf.patch | Make sure XOVER responses always end with CR-LF | Achim Linder <achim.linder@nikocity.de> | no | debian | 2022-12-17 | |
replace-null-characters-with-spaces.patch | Replace null characters in articles with spaces | Dick Streefland <dick@streefland.xs4all.nl> | no | debian | 2022-12-17 | |
man-page-backslashes.patch | Use \e rather than \\ in man page Partly because that's more correct, and partly to avoid cpp backslash-newline translation. |
Colin Watson <cjwatson@debian.org> | no | 2022-12-17 | ||
action-tree-layout-args-array-size.patch | Fix undersized args array in action_tree_layout | Colin Watson <cjwatson@debian.org> | no | 2022-12-17 | ||
fork-editor-strcpy.patch | Fix -Werror=format-security error in fork_editor Use strcpy instead of sprintf in fork_editor in the case where neither %s nor %i is present in editcmd, to avoid an error under -Werror=format-security. |
Colin Watson <cjwatson@debian.org> | no | 2022-12-17 | ||
reproducible-build.patch | Don't build the compilation date and time into the binary This made the build unreproducible. |
Colin Watson <cjwatson@debian.org> | no | 2022-12-17 | ||
man-page-apostrophes.patch | Fix escaping of line-initial apostrophes in man page | Colin Watson <cjwatson@debian.org> | no | 2023-12-26 | ||
spelling-errors.patch | Fix various spelling errors | Colin Watson <cjwatson@debian.org> | no | 2023-12-26 | ||
add-missing-includes.patch | Add missing #includes | Colin Watson <cjwatson@debian.org> | no | debian | 2024-03-13 | |
return-mismatch.patch | Don't return without an expression in a function returning int This is an error in GCC 14. |
Colin Watson <cjwatson@debian.org> | no | debian | 2024-07-03 | |
incompatible-pointer-types.patch | Fix type of argument to png_destroy_read_struct | Colin Watson <cjwatson@debian.org> | no | debian | 2024-07-03 |