diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-05-16 11:55:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-05-16 11:55:30 +0000 |
commit | 1610ea0a4f3b92d431ba3be731b8a79f778d8c33 (patch) | |
tree | fccddf7865719911031892246d1b37ed93f34e48 /lang/oracle-jre8 | |
parent | 6727ef7dbc606ccc99918b6bf43c58fffc2ed7a4 (diff) | |
download | pkgsrc-1610ea0a4f3b92d431ba3be731b8a79f778d8c33.tar.gz |
Update to 8.0.131
Changelog:
Bugfixes:
1 JDK-7155957 client‑libs java.awt closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8
2 JDK-8035568 client‑libs java.awt [macosx] Cursor management unification
3 JDK-8079595 client‑libs java.awt Resizing dialog which is JWindow parent makes JVM crash
4 JDK-8169589 client‑libs java.awt [macosx] Activating a JDialog puts to back another dialog
5 JDK-8147842 client‑libs javax.swing IME Composition Window is displayed at incorrect location
6 JDK-7167293 core‑libs java.net FtpURLConnection connection leak on FileNotFoundException
7 JDK-8169465 core‑libs javax.naming Deadlock in com.sun.jndi.ldap.pool.Connections
8 JDK-8133045 deploy deployment_toolkit java.lang.SecurityException: Failed to extract baseline.versions error
9 JDK-8028538 deploy webstart Fedora Linux issue with jnlp‑servlet.jar demo source code license
10 JDK-8170646 deploy webstart JNLP fails to get loaded with old javaws when multiple jres (jre9 and jre8u111) installed
11 JDK-8075196 docs guides CosNaming's implementation doesn't comply with the specification
12 JDK-8161147 hotspot compiler jvm crashes when ‑XX:+UseCountedLoopSafepoints is enabled
13 JDK-8161993 hotspot gc G1 crashes if active_processor_count changes during startup
14 JDK-8147910 hotspot runtime Cache initial active_processor_count
15 JDK-8150490 hotspot runtime Update OS detection code to recognize Windows Server 2016
16 JDK-8170888 hotspot runtime [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
17 JDK-8166208 hotspot svc FlightRecorderOptions settings for defaultrecording ignored.
18 JDK-8161945 install install REGRESSION: 8u91 update of 32 bit JRE removes preferences of the 64 bit JRE
19 JDK-8172932 install install JRE installation fails with 1603 on Windows 10 with enabled Deviceguard
20 JDK-8089915 javafx web Input of type file doesn't honor "accept" attribute.
21 JDK-8090216 javafx web HTMLEditor: font bold doesn't work when an indent is set
22 JDK-8144263 javafx web [WebView, OS X] Webkit rendering artifacts with inertia scrolling
23 JDK-8150982 javafx web Crash when calling WebEngine.print on background thread
24 JDK-8164314 javafx web [WebView] Debug build is no longer working after JDK‑8089681
25 JDK-8165098 javafx web WebEngine.print will attempt to print even if the printer job is complete or has an error
26 JDK-8165173 javafx web canvas/philip/tests/2d.path.clip.empty.html fails with 8u112
27 JDK-8165508 javafx web Incorrect Bug ID in comment for JDK-8164076
28 JDK-8166231 javafx web use @Native annotation in web classes
29 JDK-8166677 javafx web HTMLEditor freezes after restoring previously maximized window
30 JDK-8166775 javafx web Audio slider works incorrectly for short files
31 JDK-8166999 javafx web Update to newer version of WebKit
32 JDK-8167098 javafx web Backport of JDK‑8158926 to JDK 8u mistakenly used preliminary patch
33 JDK-8167100 javafx web Minor source diffs introduced in backports of JDK-8160837 and JDK-8163582
34 JDK-8167675 javafx web Animated gifs are not working
35 JDK-8169204 javafx web Need to document JSObject Call and setSlot APIs to use weak references
36 JDK-8170585 javafx web Fix PlatformContextJava type leaking to GraphicsContext
37 JDK-8170938 javafx web Memory leak in JavaFX WebView
38 JDK-8173783 security‑libs javax.net.ssl IllegalArgumentException: jdk.tls.namedGroups
39 JDK-6474807 security‑libs javax.smartcardio (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
40 JDK-8168774 tools javac Polymorhic signature method check crashes javac
41 JDK-8167485 tools visualvm Integrate new version of Java VisualVM based on VisualVM 1.3.9 into JDK
42 JDK-8167179 xml jaxp Make XSL generated namespace prefixes local to transformation process
Diffstat (limited to 'lang/oracle-jre8')
-rw-r--r-- | lang/oracle-jre8/Makefile.common | 4 | ||||
-rw-r--r-- | lang/oracle-jre8/distinfo | 34 |
2 files changed, 19 insertions, 19 deletions
diff --git a/lang/oracle-jre8/Makefile.common b/lang/oracle-jre8/Makefile.common index d77310ceba7..0ca3ad9d40d 100644 --- a/lang/oracle-jre8/Makefile.common +++ b/lang/oracle-jre8/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2017/03/11 07:36:10 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.8 2017/05/16 11:55:30 ryoon Exp $ # used by lang/oracle-jre8/Makefile # used by lang/oracle-jdk8/Makefile @@ -21,7 +21,7 @@ EMUL_PLATFORMS= darwin-x86_64 linux-i386 linux-x86_64 solaris-i386 solaris-x86_ USE_TOOLS+= pax # JDK8 Update number -UPDATE_NUMBER= 121 +UPDATE_NUMBER= 131 .include "../../mk/bsd.prefs.mk" diff --git a/lang/oracle-jre8/distinfo b/lang/oracle-jre8/distinfo index a6f57d8ee8b..fed05a5e439 100644 --- a/lang/oracle-jre8/distinfo +++ b/lang/oracle-jre8/distinfo @@ -1,22 +1,22 @@ -$NetBSD: distinfo,v 1.9 2017/03/11 07:36:10 ryoon Exp $ +$NetBSD: distinfo,v 1.10 2017/05/16 11:55:30 ryoon Exp $ SHA1 (jce_policy-8.zip) = 7d25dcee3e6ef2c984d748a14614b37c18ce3507 RMD160 (jce_policy-8.zip) = bdcb54a9900c00b52c24d024282b6e40c148d49c SHA512 (jce_policy-8.zip) = abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5 Size (jce_policy-8.zip) = 8409 bytes -SHA1 (jre-8u121-linux-i586.tar.gz) = c2f7092a7966919ed67a86fa584fbfd64804ccb4 -RMD160 (jre-8u121-linux-i586.tar.gz) = 593f4c7c8bbd902f9b9d9b0237f68769c8ec00c6 -SHA512 (jre-8u121-linux-i586.tar.gz) = 375003c2fec68deed36cf10a2e225044d6c85035d1d756110cb07ffa526d63bee7573b2db7568fb84c6dfdee101da82bedd7785548da812241e4e0234e99a5bb -Size (jre-8u121-linux-i586.tar.gz) = 76293286 bytes -SHA1 (jre-8u121-linux-x64.tar.gz) = f62168513348184e3d18c69795ecb220456514a3 -RMD160 (jre-8u121-linux-x64.tar.gz) = 3ea3195c528eddbc57f94192935dbcf1ecebb394 -SHA512 (jre-8u121-linux-x64.tar.gz) = 85ed3820b1461bf8c1b83259962f9e7c3f72d694f446d3e5852c416eeeb9905897a9a3b5eaded9a8d617c9c43848635b2ff7b520021b666fd87f39837e4ff54b -Size (jre-8u121-linux-x64.tar.gz) = 73676107 bytes -SHA1 (jre-8u121-macosx-x64.tar.gz) = 605c73d37a9b4f548c7c0b26b468d11286ab485d -RMD160 (jre-8u121-macosx-x64.tar.gz) = 81e4fc99ab5d52a689e49fdafe5bc00febf1b4f8 -SHA512 (jre-8u121-macosx-x64.tar.gz) = 34c9af7873f10ced62c19d01ac4dc69ff91365ab13dbdf6aef1c46b278c90e4df6b7cafdd18667bfb30c805453fde875ca6b17c05a91f704b3255e276046c144 -Size (jre-8u121-macosx-x64.tar.gz) = 56523754 bytes -SHA1 (jre-8u121-solaris-x64.tar.gz) = 732d84fa2c78e2338bf0ab79235aecb6b6132e47 -RMD160 (jre-8u121-solaris-x64.tar.gz) = 2a0bc3273ad519a62f3291410d42808873a44e63 -SHA512 (jre-8u121-solaris-x64.tar.gz) = 0e2b2d6e8086255888bdd347019a828e57e7969d1cdc509d99851a8ae4ac1b888a43c80553d2516648c0a9d906d374d5642934d1755e23b6dcd4cd78b2a05526 -Size (jre-8u121-solaris-x64.tar.gz) = 52325268 bytes +SHA1 (jre-8u131-linux-i586.tar.gz) = 20d1a77783a01a592d9bcf3597256caee2ccfce0 +RMD160 (jre-8u131-linux-i586.tar.gz) = 2e719a11dd6330306b229a2223be7a934059058a +SHA512 (jre-8u131-linux-i586.tar.gz) = 37508f39c62232953a479794073d8360f41182f2d3ea9fc4356442fb7b517466af944e00d10ed4b65cd12eff7e1de2d860b98bfb6c428bc0ee9e14bcf15b60c5 +Size (jre-8u131-linux-i586.tar.gz) = 78620957 bytes +SHA1 (jre-8u131-linux-x64.tar.gz) = 9303d3a8e8fc2d2eda014887fd92a6f5883f0170 +RMD160 (jre-8u131-linux-x64.tar.gz) = d84188ad599006308526f10737b5f936b49b01aa +SHA512 (jre-8u131-linux-x64.tar.gz) = 26e6515f8e8b4d1d72337e347810d57fcc99284c18260d9ebd67441c19b9f1f73a9570f58a103477f2642e880a79d6579a5e40d75d06e2f4a92a6d3e07ba59db +Size (jre-8u131-linux-x64.tar.gz) = 75920010 bytes +SHA1 (jre-8u131-macosx-x64.tar.gz) = 55eaf83a115a4058a3be981f1c2bf5467b576288 +RMD160 (jre-8u131-macosx-x64.tar.gz) = b01da1e5fbaa9b160e5f58a4e5183fe0fd28825a +SHA512 (jre-8u131-macosx-x64.tar.gz) = 792574dfce8cbdb5bd26fde06f40a7ba735a05e9d20f8922096dffb5dcf56ced142052628390b2890ec810d57dda9e77fbf3129e87f01eccee7ee90cacfc2df1 +Size (jre-8u131-macosx-x64.tar.gz) = 58236188 bytes +SHA1 (jre-8u131-solaris-x64.tar.gz) = 5aed613fd43cf1332464f793a9523cf56cc7e7d3 +RMD160 (jre-8u131-solaris-x64.tar.gz) = bfb9061e1eb6655e247e875c12ab4a7c10165389 +SHA512 (jre-8u131-solaris-x64.tar.gz) = 4352b9e4fc3fc4cd41268bc7cd1896c70a2a9dfaee6666242d386cb8b27cc1af6b98974991f187f18d18b1f4aabaff18902a2c35a5d8787ca2b289841579d572 +Size (jre-8u131-solaris-x64.tar.gz) = 52340466 bytes |