On Sun, Nov 13, 2022 at 08:30:28PM +0000, Klemens Nanni wrote: > No update since import in 2013, upstream github moved to gitlab were > the last commit is ten years old. > > # pkg_add sslScanner > $ sslScanner github.com > Can't locate Convert/ASN1.pm in @INC (you may need to install the > Convert::ASN1 module) (@INC contains: > /usr/local/libdata/perl5/site_perl/amd64-openbsd > /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd > /usr/libdata/perl5) at > /usr/local/libdata/perl5/site_perl/amd64-openbsd/Crypt/OpenSSL/X509.pm line 9. > BEGIN failed--compilation aborted at > /usr/local/libdata/perl5/site_perl/amd64-openbsd/Crypt/OpenSSL/X509.pm line 9. > Compilation failed in require at /usr/local/bin/sslScanner line 26. > BEGIN failed--compilation aborted at /usr/local/bin/sslScanner line 26. > > Either all users were lucky having this dependency installed or noone > has been using this port. > > We're the only ones packaging it. > > It seems to work in very light testing: > > $ pkglocate Convert/ASN1.pm > > p5-Convert-ASN1-0.33:converters/p5-Convert-ASN1:/usr/local/libdata/perl5/site_perl/Convert/ASN1.pm > # pkg_add -a p5-Convert-ASN1 > $ sslScanner github.com > IP Address Port Days Left Input Arg -> > Cert Common Name > 140.82.121.4 443 122 github.com > -> github.com > > (Yes, the output is indented by that many spaces.) > > > Shall we fix or retire that port?
I'd prefer removing this port in favour of the actively maintained security/sslscan. > > --- > Information for inst:sslScanner-0.20121102p0 > > Comment: > scan a network for SSL certificates > > Description: > sslScanner is an open source Perl application which connects to a range > of hosts/ports which are running SSL based services such as HTTPS. > It then displays the certificate CN and how long is left until the > certificate expires. It also has a mode suitable for use from cron(8), > to alert on certificates expiring within a certain number of days. > > Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org> > > WWW: https://github.com/mikecardwell/sslScanner > >