Date: Sat, 24 Nov 2018 02:35:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233461] security/clamav-unofficial-sigs: patch out GNU extended regex Message-ID: <bug-233461-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233461 Bug ID: 233461 Summary: security/clamav-unofficial-sigs: patch out GNU extended regex Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: kevans@freebsd.org CC: sf@maxempire.com Flags: maintainer-feedback?(sf@maxempire.com) CC: sf@maxempire.com Created attachment 199506 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199506&action= =3Dedit svn(1) diff against security/clamav-unofficial-sigs.sh Hi, There are a couple of cases of GNU extensions being used in clamav-unofficial-sigs.sh; all being \s, or [[:space:]]. Patch these over to [[:space:]] since this script is already otherwise patched until our base s= ed becomes GNU-compatible in this respect. This worked up until this point because \s is being interpreted as an escap= ed 's', which is an ordinary character. Future versions of regex(3) will disallowed escaped ordinary characters, so this will become an error if left unpatched. Thanks, Kyle Evans --=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-233461-7788>