Date: Fri, 30 Sep 2022 14:26:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266726] security/easy-rsa: executing sed with non-posix "\s" regex Message-ID: <bug-266726-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266726 Bug ID: 266726 Summary: security/easy-rsa: executing sed with non-posix "\s" regex Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: mandree@FreeBSD.org Reporter: topical@gmx.net Flags: maintainer-feedback?(mandree@FreeBSD.org) Assignee: mandree@FreeBSD.org Created attachment 236971 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236971&action= =3Dedit Fix sed usage At several instances, "\s" is passed to sed. This regex is non-posix and not supported by FreeBSD's sed. Since FreeBSD 13 you even get a warning message= on execution. Replacing "\s" with "[[:space:]]" fixes that (patch attached). --=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-266726-7788>