Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2022 18:40:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262020] security/ssh-tools: ssh-facts uses unsupported RegEx
Message-ID:  <bug-262020-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 262020
           Summary: security/ssh-tools: ssh-facts uses unsupported RegEx
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: 0mp@FreeBSD.org
          Reporter: freebsd@schukraft.org
             Flags: maintainer-feedback?(0mp@FreeBSD.org)
          Assignee: 0mp@FreeBSD.org

The ssh-facts command errors out with

sed: 1: "s/\s*=3D\s*/=3D/": RE error: trailing backslash (\)

This happens because FreeBSD sed does not support "\s", so this needs to be
replaced by "[[:space:]]".

See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253893

--=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-262020-7788>