Package: inetutils / 2:1.9-2

Metadata

Package Version Patches format
inetutils 2:1.9-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_disable_useless_man_pages.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.ac | 2 0 + 2 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 [patch] disable useless man pages


03_reduce_shared_lib_depends.patch | (download)

am/libcurses.m4 | 4 0 + 4 - 0 !
configure.ac | 6 3 + 3 - 0 !
ftp/Makefile.am | 4 3 + 1 - 0 !
src/Makefile.am | 11 9 + 2 - 0 !
telnet/Makefile.am | 5 4 + 1 - 0 !
telnetd/Makefile.am | 5 4 + 1 - 0 !
6 files changed, 23 insertions(+), 12 deletions(-)

---
22_syslogd_conf.patch | (download)

src/Makefile.am | 2 2 + 0 - 0 !
src/syslog.conf | 70 70 + 0 - 0 !
2 files changed, 72 insertions(+)

---
30_ping Abort on sendto error.patch | (download)

ping/libping.c | 2 1 + 1 - 0 !
ping/ping.c | 8 7 + 1 - 0 !
ping/ping6.c | 10 8 + 2 - 0 !
3 files changed, 16 insertions(+), 4 deletions(-)

 [patch] ping: abort on sendto () error

* ping/libping.c (ping_xmit): Return -1 instead of calling perror () on
sendto () error.
* ping/ping6.c (ping_xmit): Likewise.
(send_echo): Error out instead of continuing sending packets.
* ping/ping.c (send_echo): Likewise.

50_split_load_conffile.patch | (download)

src/syslogd.c | 117 64 + 53 - 0 !
1 file changed, 64 insertions(+), 53 deletions(-)

 [patch] split load_conffile


51_add_load_confdir_support.patch | (download)

paths | 1 1 + 0 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
src/syslogd.c | 57 56 + 1 - 0 !
3 files changed, 58 insertions(+), 2 deletions(-)

 [patch] add load_confdir support


62_inetd_change_ipv6_protocol_semantics.patch | (download)

src/inetd.c | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 [patch 3/3] inetd: change protocol semantics in inetd.conf

* src/inetd.c (setup): Update comment.
(getconfigent) [IPV6]: Change default family to IPv4 for "tcp" and
"udp". Change "tcp6" and "udp6" to support IPv4 mapped addresses.
Add "tcp6only" and "udp6only" protocols for IPv6 only addresses.
(fix_tcpmux) [IPV6]: Set se_proto to "tcp6".
[!IPV6]: Set se_proto to "tcp".

70_ftbfs_non linux.patch | (download)

ifconfig/flags.c | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

---
71_ftbfs_format_security.patch | (download)

lib/argp-parse.c | 2 1 + 1 - 0 !
telnet/utilities.c | 36 18 + 18 - 0 !
2 files changed, 19 insertions(+), 19 deletions(-)

---
0001 ping CVE 2010 2529.patch | (download)

ping/ping_echo.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] ping: cve-2010-2529

	CVE-2010-2529: Infinite loop.

	* ping/ping_echo.c (print_ip_opt) <IPOPT_RR>: Break loop
	if option is truncated or exhausted.