Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 21:38:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233454] mail/sendmail: remove some extraneous escaping in regex
Message-ID:  <bug-233454-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233454

            Bug ID: 233454
           Summary: mail/sendmail: remove some extraneous escaping in
                    regex
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: kevans@freebsd.org
          Assignee: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)

Created attachment 199499
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199499&action=
=3Dedit
svn(1) diff against the ports tree for libmilter and sendmail

(This patch contains the same fix for mail/libmilter as well; I've included
both since you maintain both)

Hi,

sendmail and libmilter both use some extraneous escaping of ' in sed
expressions. Since ' is an ordinary character in regex-land and it gets pas=
sed
through as-is from make(1), this is not needed. Ordinary character escapes =
will
be disallowed in a future version of regex(3), so we correct these now in
advance of said change.

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-233454-7788>