[Bug 267174] devel/pcre: Adding option to disable jit support (Eliminate RWX memory allocation)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 18 Oct 2022 15:44:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267174

            Bug ID: 267174
           Summary: devel/pcre: Adding option to disable jit support
                    (Eliminate RWX memory allocation)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: krion@FreeBSD.org
          Reporter: olivier@freebsd.org
          Assignee: krion@FreeBSD.org
             Flags: maintainer-feedback?(krion@FreeBSD.org)

Created attachment 237436
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237436&action=edit
patch adding option to disable jit

The PCRE library is allocating an RWX memory block in the JIT compiler.
For security reason, allow to disable jit by adding a new option.

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