Date: Sun, 25 Nov 2018 23:33:23 +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-lc37MsbcGN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233461-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-233461-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233461 Marko Njezic <sf@maxempire.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #199516|0 |1 is obsolete| | Attachment #199563| |maintainer-approval+ Flags| | --- Comment #4 from Marko Njezic <sf@maxempire.com> --- Created attachment 199563 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199563&action= =3Dedit 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. --=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-lc37MsbcGN>