Package: netkit-rsh / 0.17-22

Metadata

Package Version Patches format
netkit-rsh 0.17-22 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian changes 0.17 17.patch | (download)

rcp/pathnames.h | 2 1 + 1 - 0 !
rcp/rcp.c | 79 52 + 27 - 0 !
rexecd/rexecd.c | 174 121 + 53 - 0 !
rlogin/rlogin.1 | 78 24 + 54 - 0 !
rlogin/rlogin.c | 71 58 + 13 - 0 !
rlogind/auth.c | 16 10 + 6 - 0 !
rlogind/network.c | 164 86 + 78 - 0 !
rlogind/rlogind.8 | 18 7 + 11 - 0 !
rlogind/rlogind.c | 40 24 + 16 - 0 !
rlogind/rlogind.h | 10 5 + 5 - 0 !
rsh/pathnames.h | 2 1 + 1 - 0 !
rsh/rsh.1 | 16 0 + 16 - 0 !
rsh/rsh.c | 16 15 + 1 - 0 !
rshd/rshd.8 | 38 7 + 31 - 0 !
rshd/rshd.c | 236 170 + 66 - 0 !
15 files changed, 581 insertions(+), 379 deletions(-)

 debian source changes up to 0.17-17
segfaults_fix.patch | (download)

rcp/rcp.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
use cmake as buildsystem.patch | (download)

CMakeLists.txt | 20 20 + 0 - 0 !
rcp/CMakeLists.txt | 18 18 + 0 - 0 !
rexec/CMakeLists.txt | 14 14 + 0 - 0 !
rexecd/CMakeLists.txt | 47 47 + 0 - 0 !
rlogin/CMakeLists.txt | 19 19 + 0 - 0 !
rlogind/CMakeLists.txt | 55 55 + 0 - 0 !
rsh/CMakeLists.txt | 18 18 + 0 - 0 !
rshd/CMakeLists.txt | 36 36 + 0 - 0 !
8 files changed, 227 insertions(+)

 use cmake as build system
use cmake as buildsystem debian extras.patch | (download)

rcp/CMakeLists.txt | 5 3 + 2 - 0 !
rexecd/CMakeLists.txt | 2 1 + 1 - 0 !
rlogin/CMakeLists.txt | 5 3 + 2 - 0 !
rsh/CMakeLists.txt | 5 3 + 2 - 0 !
rshd/CMakeLists.txt | 2 1 + 1 - 0 !
5 files changed, 11 insertions(+), 8 deletions(-)

 debian-specific changes to the cmake build system
rcp memory leak.patch | (download)

rcp/rcp.c | 36 27 + 9 - 0 !
1 file changed, 27 insertions(+), 9 deletions(-)

 fix memory leak in rcp
fix CVE 2018 20685 and CVE 2019 6111.patch | (download)

rcp/rcp.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix cve-2018-20685 and cve-2019-6111
Bug-Debian: https://bugs.debian.org/920486
gcc9.patch | (download)

rexecd/CMakeLists.txt | 9 4 + 5 - 0 !
1 file changed, 4 insertions(+), 5 deletions(-)

 fix ftbfs with gcc 9
 Use target_link_libraries instead of manually setting linker flags,
 which will correctly invoke the compiler.
Bug-Debian: https://bugs.debian.org/925786


cross.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---