Subject: CVS commit: pkgsrc/lang/ghc90
From: Masatake Daimon
Date: 2021-04-22 20:15:01
Message id: 20210422181501.3C343FA95@cvs.NetBSD.org

Log Message:
Enable PaX MPROTECT and ASLR for everything but ghc-iserv and ghc-iserv-prof

Now that allocateExec() in rts/sm/Storage.c uses libffi to map executable
pages, we no longer have to disable these protections unless the RTS linker
is to be used.

Files:
RevisionActionfile
1.4modifypkgsrc/lang/ghc90/Makefile
1.3modifypkgsrc/lang/ghc90/bootstrap.mk
1.3modifypkgsrc/lang/ghc90/distinfo
1.2modifypkgsrc/lang/ghc90/patches/patch-aclocal.m4