Package: krb5-appl / 1:1.0.1-4

Metadata

Package Version Patches format
krb5-appl 1:1.0.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian changes | (download)

.gbp.conf | 2 2 + 0 - 0 !
bsd/Makefile.in | 6 3 + 3 - 0 !
bsd/klogind.M | 10 5 + 5 - 0 !
bsd/krlogin.c | 1 1 + 0 - 0 !
bsd/krlogind.c | 4 4 + 0 - 0 !
bsd/krshd.c | 5 5 + 0 - 0 !
bsd/kshd.M | 10 5 + 5 - 0 !
bsd/login.c | 8 8 + 0 - 0 !
configure.ac | 1 1 + 0 - 0 !
gssftp/ftp/cmds.c | 4 2 + 2 - 0 !
gssftp/ftp/ftp.M | 2 1 + 1 - 0 !
gssftp/ftp/ftp.c | 4 4 + 0 - 0 !
gssftp/ftp/ftp_var.h | 22 13 + 9 - 0 !
gssftp/ftpd/ftpd.M | 8 4 + 4 - 0 !
gssftp/ftpd/ftpd.c | 23 18 + 5 - 0 !
k5-util.h | 6 2 + 4 - 0 !
libpty/sane_hostname.c | 4 4 + 0 - 0 !
telnet/libtelnet/encrypt.c | 3 3 + 0 - 0 !
telnet/telnet/commands.c | 3 1 + 2 - 0 !
telnet/telnet/main.c | 12 8 + 4 - 0 !
telnet/telnet/sys_bsd.c | 2 2 + 0 - 0 !
telnet/telnet/utilities.c | 16 8 + 8 - 0 !
telnet/telnetd/defs.h | 1 1 + 0 - 0 !
telnet/telnetd/sys_term.c | 3 3 + 0 - 0 !
telnet/telnetd/telnetd.8 | 2 1 + 1 - 0 !
tests/resolve/resolve.c | 4 4 + 0 - 0 !
26 files changed, 113 insertions(+), 53 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 krb5-appl (1:1.0.1-4) unstable; urgency=low
 .
   * Remove the include of sys/tty.h in telnet/telnetd/sys_term.c, which
     breaks the build on kFreeBSD because it introduces a second competing
     definition of struct termios.
   * Define MAXHOSTNAMELEN in the resolve test to fix builds on Hurd.
   * Fix spelling error in ftp binary (thanks, Lintian).