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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 25 23:33:25 UTC 2018


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

Marko Njezic <sf at maxempire.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199516|0                           |1
        is obsolete|                            |
 Attachment #199563|                            |maintainer-approval+
              Flags|                            |

--- Comment #4 from Marko Njezic <sf at maxempire.com> ---
Created attachment 199563
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199563&action=edit
Replace all relevant "\s" and "\t" instances with ctype classes

There were two more instances where "\t" escape was being used, which can be
replaced with [[:blank:]]

Hopefully, there should be no more escapes that have to be replaced.

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


More information about the freebsd-ports-bugs mailing list