[Bug 237327] dns/sshfp: fails to parse arguments
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 17 09:15:11 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237327
Bug ID: 237327
Summary: dns/sshfp: fails to parse arguments
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ehaupt at FreeBSD.org
Reporter: dch at freebsd.org
Flags: maintainer-feedback?(ehaupt at FreeBSD.org)
Assignee: ehaupt at FreeBSD.org
this script seems to want to do AXFR all the time, maybe a logic error. Nor
does it even handle its own `sshfp -v` successfully.
SyntaxError: invalid syntax
$ sshfp -v
File "/usr/local/bin/sshfp", line 203
raise dns.exception.FormError, domain
^
SyntaxError: invalid syntax
$ sshfp -d freebsd.org
File "/usr/local/bin/sshfp", line 203
raise dns.exception.FormError, domain
^
SyntaxError: invalid syntax
$ pkg info sshfp
sshfp-1.2.2_4
Name : sshfp
Version : 1.2.2_4
Installed on : Wed Apr 17 08:58:31 2019 UTC
Origin : dns/sshfp
Architecture : FreeBSD:12:*
Prefix : /usr/local
Categories : security dns
Licenses : GPLv2
Maintainer : ehaupt at FreeBSD.org
WWW : https://github.com/xelerance/sshfp
Comment : Generate SSHFP DNS records from knownhosts files or
ssh-keyscan
Annotations :
flavor : py36
repo_type : binary
repository : FreeBSD
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list