Date: Wed, 19 Dec 2018 18:33:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234173] security/amavisd-new: fix warning with perl 5.28 about unescaped brace Message-ID: <bug-234173-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234173 Bug ID: 234173 Summary: security/amavisd-new: fix warning with perl 5.28 about unescaped brace Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: flo@FreeBSD.org Reporter: Mark.Martinec@ijs.si Assignee: flo@FreeBSD.org Flags: maintainer-feedback?(flo@FreeBSD.org) Created attachment 200278 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200278&action= =3Dedit Add a missing backslash-escape to left brace in a regexp, fixes warning Perl 5.28 introduced a warning about unescaped left brace in a regexp, resulting in a warning issued during amavisd startup: Unescaped left brace in regex is deprecated here (and will be fatal in Pe= rl 5.32), passed through in regex; marked by <-- HERE in m/ ( { <-- HERE } (?:= / \* )? | \* ) / at (eval 112) line 830. Currently the warning is harmless although annoying, but will become a fatal error with the next version of perl. The attached patch adds the missing backslash-escape, please apply. --=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-234173-7788>