FS#72790 - [testssl.sh] Remove obsolete inetutils dependency

Attached to Project: Community Packages
Opened by Dennis B (swm) - Friday, 19 November 2021, 20:30 GMT
Last edited by Levente Polyak (anthraxx) - Thursday, 13 October 2022, 19:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

testssl.sh replaced 'hostname' with 'uname -n' in version 3.0.6. (See https://github.com/drwetter/testssl.sh/releases/tag/v3.0.6 and https://github.com/drwetter/testssl.sh/commit/931d0095d6a786bc652cd55c84c6ce8d42da2c19)

'hostname' was (as far as I can tell) the only dependency from testssl.sh to inetutils. So inetutils should be dropped as a dependency from the testssl.sh package.

Additional info:
* testssl.sh 3.0.6-1
* inetutils 2.2-1 (removed)

Steps to reproduce:

a) Run 'sudo pacman -R --assume-installed inetutils=2.2-1 inetutils' and then 'testssl https://example.org/';, which is still working.

b) Search for the names of the inetutils binaries in /usr/bin/testssl. You get search matches, but none of them being calls to the inetutils (only things like ftp and telnet protocols or the word "hostname" being mentioned without using the tools with these names).
for tool in dnsdomainname ftp ftpd hostname rcp rlogin rlogind rsh rshd talk talkd telnet telnetd; do grep "$tool" /usr/bin/testssl; done
This task depends upon

Closed by  Levente Polyak (anthraxx)
Thursday, 13 October 2022, 19:20 GMT
Reason for closing:  Implemented
Additional comments about closing:  3.0.8-2
Comment by Levente Polyak (anthraxx) - Thursday, 13 October 2022, 19:19 GMT
Thanks for reporting

Loading...