Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2019 09:15:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237327] dns/sshfp: fails to parse arguments
Message-ID:  <bug-237327-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237327

            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@FreeBSD.org
          Reporter: dch@freebsd.org
             Flags: maintainer-feedback?(ehaupt@FreeBSD.org)
          Assignee: ehaupt@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@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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237327-7788>