Package: ngetty / 1.1-10

Metadata

Package Version Patches format
ngetty 1.1-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_sig action.h define nsig words if necessary.patch | (download)

sig_action.h | 4 4 0 - 0 !
1 file changed, 4 insertions( )

 sig_action.h: define _nsig_words if necessary
Bug-Debian: https://bugs.debian.org/829550

_NSIG_WORDS is defined in <asm/signal.h> on Linux, which I assume was
previously included by dietlibc's <signal.h> but no longer is.

Including <asm/signal.h> here might introduce conflicts, so just
define _NSIG_WORDS here if we're going to use it and it's not already
defined.

20_ngetty helper relax permissions check on conf.patch | (download)

ngetty-helper.c | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 ngetty-helper: relax permissions check on conf
Bug-Debian: https://bugs.debian.org/623264

ngetty-helper ignores the contents of the configuration file if any
permissions outside 0600 (owner read and writable) are set.  But
debhelper sets the permissions to 0644, so it is ignored by default.

There is nothing secret in the configuration file, so the only
dangerous permission bits are the group and world writable bits.

30_no gz manual install.patch | (download)

Makefile | 7 4 3 - 0 !
1 file changed, 4 insertions( ), 3 deletions(-)

 don't install manuals with .gz extension
40_fix spelling man.patch | (download)

ngetty.8 | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix spelling errors in final man page.
50_fix gcc hardening.patch | (download)

Makefile | 10 5 5 - 0 !
1 file changed, 5 insertions( ), 5 deletions(-)

 enable gcc hardening. the patch is not enough to provide the