Package: inetutils / 2:2.6-4

Metadata

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

Patch series

view the series file
Patch File delta Description
local/0001 build Disable GFDL info files and useless man pages.patch | (download)

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

 [patch 1/5] build: disable gfdl info files and useless man pages

We do not install the info file due to GFDL, and because it would
require an inetutils-doc package. Nor the man pages from upstream
generated with help2man as they are problematic for cross-building
and contain no additional information to what is already available
via --help output.

Instead we ship our own proper man pages.

Not forwarded upstream due to GNU policies regarding man pages.

local/0002 build Use runstatedir for run directory.patch | (download)

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

 [patch 2/5] build: use runstatedir for /run directory

local/0003 inetd Change protocol semantics in inetd.conf.patch | (download)

src/inetd.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

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

Readd parts of the original patch that got botched when applied
upstream.

* src/inetd.c (getconfigent) [IPV6]: Change default family to IPv4 for "tcp"
and "udp". Change "tcp6" and "udp6" to support IPv4 mapped addresses.

Fixes: commit a12021ee959a88b48cd16e947c671f8f59e29c9d
local/0004 Use krb5_auth_con_getsendsubkey instead of krb5_auth.patch | (download)

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

 [patch 4/5] use krb5_auth_con_getsendsubkey() instead of
 krb5_auth_con_getlocalsubkey()

The latter is not exposed in the headers anymore.

local/0005 inetd Add new foreground option.patch | (download)

src/inetd.c | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 [patch 5/5] inetd: add new --foreground option

This option avoids daemonizing, like --debug, except that it does not
imply debugging output. To be used primary by the systemd service.

local/0006 tests Remove bogus test for unsorted file listing.patch | (download)

tests/libls.sh | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 [patch 6/6] tests: remove bogus test for unsorted file listing

We cannot reliably test whether the -f option works against, because
that relies on the unsorted output coming out accidentally not sorted,
and this has been the cause for several indeterministic build failures
in various hosts (such as some sparc64 or reproducible build nodes).

This could be guaranteed with something like disorderfs, but we do not
bother and simply remove the test case.