[Bug 233461] security/clamav-unofficial-sigs: patch out GNU extended regex

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 24 02:35:35 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233461

            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 at FreeBSD.org
          Reporter: kevans at freebsd.org
                CC: sf at maxempire.com
             Flags: maintainer-feedback?(sf at maxempire.com)
                CC: sf at maxempire.com

Created attachment 199506
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199506&action=edit
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 sed
becomes GNU-compatible in this respect.

This worked up until this point because \s is being interpreted as an escaped
'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

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


More information about the freebsd-ports-bugs mailing list