summaryrefslogtreecommitdiffstats
path: root/main/openjdk7/fix-paxctl-args.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-04-17 14:00:15 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-04-17 17:05:30 +0000
commitcabd7320a8d0d7885ac14676566e9b3927fc36e4 (patch)
tree3c7650e81536305250c654563746e906a77ac728 /main/openjdk7/fix-paxctl-args.patch
parent6f9ef505689af2f92b4050c68cf1749f9a132f0b (diff)
downloadaports-cabd7320a8d0d7885ac14676566e9b3927fc36e4.tar.bz2
aports-cabd7320a8d0d7885ac14676566e9b3927fc36e4.tar.xz
main/openjdk7: security upgrade to icedtea 2.4.7
S8023046: Enhance splashscreen support S8025005: Enhance CORBA initializations S8025010, CVE-2014-2412: Enhance AWT contexts S8025030, CVE-2014-2414: Enhance stream handling S8025152, CVE-2014-0458: Enhance activation set up S8026067: Enhance signed jar verification S8026163, CVE-2014-2427: Enhance media provisioning S8026188, CVE-2014-2423: Enhance envelope factory S8026200: Enhance RowSet Factory S8026716, CVE-2014-2402: (aio) Enhance asynchronous channel handling S8026736, CVE-2014-2398: Enhance Javadoc pages S8026797, CVE-2014-0451: Enhance data transfers S8026801, CVE-2014-0452: Enhance endpoint addressing S8027766, CVE-2014-0453: Enhance RSA processing S8027775: Enhance ICU code. S8027841, CVE-2014-0429: Enhance pixel manipulations S8028385: Enhance RowSet Factory S8029282, CVE-2014-2403: Enhance CharInfo set up S8029286: Enhance subject delegation S8029699: Update Poller demo S8029730: Improve audio device additions S8029735: Enhance service mgmt natives S8029740, CVE-2014-0446: Enhance handling of loggers S8029745, CVE-2014-0454: Enhance algorithm checking S8029750: Enhance LCMS color processing (in-tree LCMS) S8029760, CVE-2013-6629: Enhance AWT image libraries (in-tree libjpeg) S8029844, CVE-2014-0455: Enhance argument validation S8029854, CVE-2014-2421: Enhance JPEG decodings S8029858, CVE-2014-0456: Enhance array copies S8030731, CVE-2014-0460: Improve name service robustness S8031330: Refactor ObjectFactory S8031335, CVE-2014-0459: Better color profiling (in-tree LCMS) S8031352, CVE-2013-6954: Enhance PNG handling (in-tree libpng) S8031394, CVE-2014-0457: (sl) Fix exception handling in ServiceLoader S8031395: Enhance LDAP processing S8032686, CVE-2014-2413: Issues with method invoke S8033618, CVE-2014-1876: Correct logging output S8034926, CVE-2014-2397: Attribute classes properly S8036794, CVE-2014-0461: Manage JavaScript instances A myriad of regular bug fixes. And ARM JIT is now enabled by default.
Diffstat (limited to 'main/openjdk7/fix-paxctl-args.patch')
-rw-r--r--main/openjdk7/fix-paxctl-args.patch30
1 files changed, 15 insertions, 15 deletions
diff --git a/main/openjdk7/fix-paxctl-args.patch b/main/openjdk7/fix-paxctl-args.patch
index 3e8d22772..f9cdec3a2 100644
--- a/main/openjdk7/fix-paxctl-args.patch
+++ b/main/openjdk7/fix-paxctl-args.patch
@@ -1,15 +1,15 @@
---- icedtea-2.4.5/acinclude.m4.orig
-+++ icedtea-2.4.5/acinclude.m4
-@@ -2324,10 +2324,10 @@
- xpaxctl)
- case "${host_cpu}" in
- i?86)
-- PAX_COMMAND_ARGS="-msp"
-+ PAX_COMMAND_ARGS="-c -msp"
- ;;
- *)
-- PAX_COMMAND_ARGS="-m"
-+ PAX_COMMAND_ARGS="-c -m"
- ;;
- esac
- ;;
+--- icedtea-2.4.7/acinclude.m4.orig 2014-04-17 13:41:57.548895009 +0000
++++ icedtea-2.4.7/acinclude.m4 2014-04-17 13:45:29.752728702 +0000
+@@ -2376,10 +2376,10 @@
+ AC_MSG_CHECKING([which options to pass to ${PAX_COMMAND}])
+ case "${host_cpu}" in
+ i?86)
+- PAX_COMMAND_ARGS="-msp"
++ PAX_COMMAND_ARGS="-c -msp"
+ ;;
+ *)
+- PAX_COMMAND_ARGS="-m"
++ PAX_COMMAND_ARGS="-c -m"
+ ;;
+ esac
+ AC_MSG_RESULT(${PAX_COMMAND_ARGS})