diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-04-17 14:00:15 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-17 17:05:30 +0000 |
commit | cabd7320a8d0d7885ac14676566e9b3927fc36e4 (patch) | |
tree | 3c7650e81536305250c654563746e906a77ac728 /main/openjdk7/icedtea-build-paxmark.patch | |
parent | 6f9ef505689af2f92b4050c68cf1749f9a132f0b (diff) | |
download | aports-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/icedtea-build-paxmark.patch')
-rw-r--r-- | main/openjdk7/icedtea-build-paxmark.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/openjdk7/icedtea-build-paxmark.patch b/main/openjdk7/icedtea-build-paxmark.patch new file mode 100644 index 000000000..46217e681 --- /dev/null +++ b/main/openjdk7/icedtea-build-paxmark.patch @@ -0,0 +1,14 @@ +--- openjdk/make/Defs-internal.gmk.orig 2014-04-17 16:35:03.218100233 +0000 ++++ openjdk/make/Defs-internal.gmk 2014-04-17 16:35:18.085038258 +0000 +@@ -308,9 +308,9 @@ + PAX_COMMAND = /usr/sbin/paxmark.sh + endif + ifeq ($(ARCH), i586) +- PAX_COMMAND_ARGS="-msp" ++ PAX_COMMAND_ARGS="-c -msp" + else +- PAX_COMMAND_ARGS="-m" ++ PAX_COMMAND_ARGS="-c -m" + endif + + # Common make arguments (supplied to all component builds) |