- updated to security u11b12
This commit is contained in:
parent
c4c291bc45
commit
9ba92118ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/aarch64-port-rc4.tar.xz
|
||||
/aarch64-port-jdk8-b128-aarch64-992.tar.xz
|
||||
/jdk8u-jdk8u5-b13.tar.xz
|
||||
/jdk8u-jdk8u11-b12.tar.xz
|
||||
|
@ -89,8 +89,8 @@
|
||||
|
||||
# Standard JPackage naming and versioning defines.
|
||||
%global origin openjdk
|
||||
%global updatever 5
|
||||
%global buildver b13
|
||||
%global updatever 11
|
||||
%global buildver b12
|
||||
%global aarch64_updatever 0
|
||||
%global aarch64_buildver b128
|
||||
# priority must be 6 digits in total
|
||||
@ -135,7 +135,7 @@
|
||||
|
||||
Name: java-%{javaver}-%{origin}
|
||||
Version: %{javaver}.%{updatever}
|
||||
Release: 13.%{buildver}%{?dist}
|
||||
Release: 4.%{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
|
||||
@ -1156,6 +1156,9 @@ exit 0
|
||||
%{_jvmdir}/%{jredir}/lib/accessibility.properties
|
||||
|
||||
%changelog
|
||||
* Tue Jul 15 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-1.b12
|
||||
- updated to security u11b12
|
||||
|
||||
* Tue Jun 24 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.5-13.b13
|
||||
- Obsolete java-1.7.0-openjdk
|
||||
|
||||
|
@ -1,28 +1,25 @@
|
||||
--- jdk8/jdk/src/share/lib/security/java.security-linux.orig
|
||||
+++ jdk8/jdk/src/share/lib/security/java.security-linux
|
||||
@@ -154,9 +154,11 @@
|
||||
org.jcp.xml.dsig.internal.,\
|
||||
@@ -211,7 +211,9 @@
|
||||
jdk.internal.,\
|
||||
jdk.nashorn.internal.,\
|
||||
- jdk.nashorn.tools.
|
||||
+ jdk.nashorn.tools,\
|
||||
jdk.nashorn.tools.,\
|
||||
- com.sun.activation.registries.
|
||||
+ com.sun.activation.registries.,\
|
||||
+ org.GNOME.Accessibility.,\
|
||||
+ org.GNOME.Bonobo.
|
||||
|
||||
|
||||
#
|
||||
# List of comma-separated packages that start with or equal this string
|
||||
# will cause a security exception to be thrown when
|
||||
@@ -192,9 +194,11 @@
|
||||
org.jcp.xml.dsig.internal.,\
|
||||
@@ -258,7 +260,9 @@
|
||||
jdk.internal.,\
|
||||
jdk.nashorn.internal.,\
|
||||
- jdk.nashorn.tools.
|
||||
+ jdk.nashorn.tools.,\
|
||||
jdk.nashorn.tools.,\
|
||||
- com.sun.activation.registries.
|
||||
+ com.sun.activation.registries.,\
|
||||
+ org.GNOME.Accessibility.,\
|
||||
+ org.GNOME.Bonobo.
|
||||
|
||||
|
||||
#
|
||||
# Determines whether this properties file can be appended to
|
||||
# or overridden on the command line via -Djava.security.properties
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user