jvanek pushed to java-1.8.0-openjdk (f21). "Merge branch 'f21' of ssh://pkgs.fedoraproject.org/java-1.8.0-openjdk into f21 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 11:59:17 UTC 2015


>From 437e63d5ce078dc8d897e98bd16e7ec51c7904de Mon Sep 17 00:00:00 2001
From: Omair Majid <omajid at redhat.com>
Date: Thu, 26 Mar 2015 11:50:59 -0400
Subject: Disable various EC algorithms in configuration


diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index 5c2f414..da3b4f9 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -635,7 +635,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{updatever}
-Release: 22.%{buildver}%{?dist}
+Release: 23.%{buildver}%{?dist}
 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
 # and this change was brought into RHEL-4.  java-1.5.0-ibm packages
 # also included the epoch in their virtual provides.  This created a
@@ -1697,6 +1697,9 @@ end
 
 
 %changelog
+* Wed Mar 25 2015 Omair Majid <omajid at redhat.com> - 1:1.8.0.40-23.b25
+- Disable various EC algorithms in configuration
+
 * Mon Mar 23 2015 Jiri Vanek <jvanek at redhat.com> - 1:1.8.0.40-22.b25
 - sytemtap made working for dual package
 
diff --git a/removeSunEcProvider-RH1154143.patch b/removeSunEcProvider-RH1154143.patch
index 8b9ced9..9f8802d 100644
--- a/removeSunEcProvider-RH1154143.patch
+++ b/removeSunEcProvider-RH1154143.patch
@@ -21,3 +21,9 @@
  
  #
  # Sun Provider SecureRandom seed source.
+@@ -504,4 +504,4 @@
+ #
+ # Example:
+ #   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
+-jdk.tls.disabledAlgorithms=SSLv3
++jdk.tls.disabledAlgorithms=SSLv3,EC,ECDHE,ECDH
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/java-1.8.0-openjdk.git/commit/?h=f21&id=1a346899593a6ab6d6a2fc57474f9a911e5becd4


More information about the scm-commits mailing list