pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/51221 CVS commit: pkgsrc/lang/openjdk8
The following reply was made to PR pkg/51221; it has been noted by GNATS.
From: "Ryo ONODERA" <ryoon%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/51221 CVS commit: pkgsrc/lang/openjdk8
Date: Thu, 27 Oct 2016 13:06:42 +0000
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Oct 27 13:06:42 UTC 2016
Modified Files:
pkgsrc/lang/openjdk8: Makefile distinfo
pkgsrc/lang/openjdk8/patches:
patch-common_autoconf_generated-configure.sh
patch-jdk_src_solaris_native_java_net_NetworkInterface.c
Removed Files:
pkgsrc/lang/openjdk8/patches:
patch-hotspot_test_compiler_native_TestDirtyInt.sh
Log Message:
Update to 1.8.112
* Include a patch from PR pkg/51221
Changelog:
security-libs/java.security
SunPKCS11 Provider no longer offering SecureRandom by default
SecureRandom.PKCS11 from the SunPKCS11 Provider is disabled by default on Solaris because the native PKCS11 implementation has poor performance and is not recommended. If your application requires SecureRandom.PKCS11, you can re-enable it by removing "SecureRandom" from the disabledMechanisms list in conf/security/sunpkcs11-solaris.cfg
Performance improvements have also been made in the java.security.SecureRandom class. Improvements in the JDK implementation have allowed for synchronization to be removed from the java.security.SecureRandom.nextBytes(byte[] bytes) method.
See JDK-8098581
Fix following security bugs:
CVE-2016-5556
CVE-2016-5582
CVE-2016-5573
CVE-2016-5597
CVE-2016-5554
CVE-2016-5542
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/openjdk8/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/openjdk8/distinfo
cvs rdiff -u -r1.10 -r1.11 \
pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh
cvs rdiff -u -r1.1 -r0 \
pkgsrc/lang/openjdk8/patches/patch-hotspot_test_compiler_native_TestDirtyInt.sh
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/lang/openjdk8/patches/patch-jdk_src_solaris_native_java_net_NetworkInterface.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index