[Bug 1714] [IcedTea6] Update PaX support to detect running PaX kernel and use newer tools

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Mar 19 17:34:14 UTC 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1714

--- Comment #1 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea6?cmd=changeset;node=975cb4907b2e
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Mar 19 17:33:09 2014 +0000

    PR1714: Update PaX support to detect running PaX kernel and use newer tools

    2014-02-19  Andrew John Hughes  <gnu.andrew at member.fsf.org>

        PR1714: Update PaX support to detect running PaX
        kernel and use newer tools
        * Makefile.am:
        (clean-local): Remove clean-icedtea, clean-icedtea-debug
        and clean-icedtea-ecj; pulled in by dependents.
        (.PHONY): Add clean-runnable-icedtea, clean-runnable-icedtea-debug
        and clean-runnable-icedtea-ecj.
        (runnable-icedtea): Depend on icedtea and pax-mark-vm.
        (clean-runnable-icedtea): Clean stamp.
        (icedtea-against-icedtea): Depend on runnable-icedtea rather
        than icedtea and pax-mark-vm.
        (clean-icedtea-against-icedtea): Depend on clean-runnable-icedtea
rather
        than clean-pax-mark-vm.
        (runnable-icedtea-debug): Depend on icedtea-debug and
pax-mark-vm-debug.
        (clean-runnable-icedtea-debug): Clean stamp.
        (icedtea-debug-against-icedtea): Depend on runnable-icedtea-debug
rather
        than icedtea-debug and pax-mark-vm-debug.
        (clean-icedtea-debug-against-icedtea): Depend on
clean-runnable-icedtea-debug
        rather than clean-pax-mark-vm.
        (add-archive): Depend on runnable-icedtea as the target executes java.
        (add-archive-debug): Likewise with runnable-icedtea-debug.
        (check-crypto): Depend on runnable-icedtea as the target executes java.
        (check-crypto-debug): Likewise with runnable-icedtea-debug.
        (runnable-icedtea-ecj): Depend on icedtea-ecj and pax-mark-vm-ecj.
        (clean-runnable-icedtea-ecj): Clean stamp.
        (icedtea-against-ecj): Depend on runnable-icedtea-ecj rather
        than icedtea-ecj and pax-mark-vm-ecj.
        (clean-icedtea-against-ecj): Depend on clean-runnable-icedtea-ecj
        rather than clean-pax-mark-vm.
        (add-archive-ecj): Depend on runnable-icedtea-ecj as the target
executes java.
        (check-crypto-boot): Depend on runnable-icedtea-ecj as the target
executes java.
        * NEWS: Updated.
        * acinclude.m4:
        (IT_HAS_PAX): New macro to detect whether the running
        kernel uses PaX.
        (IT_WITH_PAX): Rewritten to search for PaX tools -
        currently paxmark.sh, paxctl-ng, chpax and paxctl -
        and fail if a tool isn't found and a PaX kernel is
        being used.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140319/bfdea44f/attachment.html>


More information about the distro-pkg-dev mailing list