diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-04-12 22:44:40 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-04-12 22:46:10 +0100 |
commit | be677d64fed9b3c7ce8f521859059bd804a52b2f (patch) | |
tree | a2cbe671ee300cc7b5c07ced8f9bc2772e3ae45b /dev-java/icedtea-bin/files | |
parent | dev-perl/Parallel-Prefork: Remove old (diff) | |
download | gentoo-be677d64fed9b3c7ce8f521859059bd804a52b2f.tar.gz gentoo-be677d64fed9b3c7ce8f521859059bd804a52b2f.tar.bz2 gentoo-be677d64fed9b3c7ce8f521859059bd804a52b2f.zip |
dev-java/icedtea-bin: Disable SunEC for now (#579676), fontconfig fix
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-java/icedtea-bin/files')
-rw-r--r-- | dev-java/icedtea-bin/files/no-sunec.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-java/icedtea-bin/files/no-sunec.patch b/dev-java/icedtea-bin/files/no-sunec.patch new file mode 100644 index 000000000000..c1d64bd215d4 --- /dev/null +++ b/dev-java/icedtea-bin/files/no-sunec.patch @@ -0,0 +1,27 @@ +--- jre/lib/security/java.security 2016-04-12 22:35:18.390181858 +0100 ++++ jre/lib/security/java.security 2016-04-12 22:37:10.000000000 +0100 +@@ -67,17 +67,16 @@ + # + security.provider.1=sun.security.provider.Sun + security.provider.2=sun.security.rsa.SunRsaSign +-security.provider.3=sun.security.ec.SunEC +-security.provider.4=com.sun.net.ssl.internal.ssl.Provider +-security.provider.5=com.sun.crypto.provider.SunJCE +-security.provider.6=sun.security.jgss.SunProvider +-security.provider.7=com.sun.security.sasl.Provider +-security.provider.8=org.jcp.xml.dsig.internal.dom.XMLDSigRI +-security.provider.9=sun.security.smartcardio.SunPCSC ++security.provider.3=com.sun.net.ssl.internal.ssl.Provider ++security.provider.4=com.sun.crypto.provider.SunJCE ++security.provider.5=sun.security.jgss.SunProvider ++security.provider.6=com.sun.security.sasl.Provider ++security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI ++security.provider.8=sun.security.smartcardio.SunPCSC + # the NSS security provider was not enabled for this build; it can be enabled + # if NSS (libnss3) is available on the machine. The nss.cfg file may need + # editing to reflect the location of the NSS installation. +-#security.provider.10=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/nss.cfg ++#security.provider.9=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/nss.cfg + + # + # Sun Provider SecureRandom seed source. |