]> Frank Brehm's Git Trees - config/bruni/etc-mint.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 23 Apr 2020 05:36:32 +0000 (07:36 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 23 Apr 2020 05:36:32 +0000 (07:36 +0200)
Package changes:
-binutils 2.30-21ubuntu1~18.04.2 amd64
-binutils-common 2.30-21ubuntu1~18.04.2 amd64
-binutils-x86-64-linux-gnu 2.30-21ubuntu1~18.04.2 amd64
+binutils 2.30-21ubuntu1~18.04.3 amd64
+binutils-common 2.30-21ubuntu1~18.04.3 amd64
+binutils-x86-64-linux-gnu 2.30-21ubuntu1~18.04.3 amd64
-libbinutils 2.30-21ubuntu1~18.04.2 amd64
+libbinutils 2.30-21ubuntu1~18.04.3 amd64
-openjdk-11-jre 11.0.6+10-1ubuntu1~18.04.1 amd64
-openjdk-11-jre-headless 11.0.6+10-1ubuntu1~18.04.1 amd64
-openjdk-8-jdk 8u242-b08-0ubuntu3~18.04 amd64
-openjdk-8-jdk-headless 8u242-b08-0ubuntu3~18.04 amd64
-openjdk-8-jre 8u242-b08-0ubuntu3~18.04 amd64
-openjdk-8-jre-headless 8u242-b08-0ubuntu3~18.04 amd64
+openjdk-11-jre 11.0.7+10-2ubuntu2~18.04 amd64
+openjdk-11-jre-headless 11.0.7+10-2ubuntu2~18.04 amd64
+openjdk-8-jdk 8u252-b09-1~18.04 amd64
+openjdk-8-jdk-headless 8u252-b09-1~18.04 amd64
+openjdk-8-jre 8u252-b09-1~18.04 amd64
+openjdk-8-jre-headless 8u252-b09-1~18.04 amd64

java-11-openjdk/security/default.policy
java-11-openjdk/security/public_suffix_list.dat
java-8-openjdk/security/java.security

index ca795d0cad24d237724b622a3c45951d45628a57..2c11f4665cfd5e521f35396230a2481a4d335fd6 100644 (file)
@@ -200,6 +200,7 @@ grant codeBase "jrt:/jdk.security.jgss" {
 grant codeBase "jrt:/jdk.zipfs" {
     permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete";
     permission java.lang.RuntimePermission "fileSystemProvider";
+    permission java.lang.RuntimePermission "accessUserInformation";
     permission java.util.PropertyPermission "os.name", "read";
 };
 
index 9fbf809350c6ed28587ca4095b4b88c71a9daa3e..e8ef7a72d5f757d82f9ccb927ad179cd2b8927bc 100644 (file)
Binary files a/java-11-openjdk/security/public_suffix_list.dat and b/java-11-openjdk/security/public_suffix_list.dat differ
index b78f07d9d5cd871d06c1c0a43af9e13dcdda6f82..bf77d5ffcada5d37706850cef1e8f147d122929a 100644 (file)
@@ -1009,6 +1009,34 @@ jdk.xml.dsig.secureValidationPolicy=\
 jceks.key.serialFilter = java.lang.Enum;java.security.KeyRep;\
   java.security.KeyRep$Type;javax.crypto.spec.SecretKeySpec;!*
 
+# The iteration count used for password-based encryption (PBE) in JCEKS
+# keystores. Values in the range 10000 to 5000000 are considered valid.
+# If the value is out of this range, or is not a number, or is unspecified;
+# a default of 200000 is used.
+#
+# If the system property jdk.jceks.iterationCount is also specified, it
+# supersedes the security property value defined here.
+#
+#jdk.jceks.iterationCount = 200000
+
+#
+# Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
+#
+# Disabled mechanisms will not be negotiated by both SASL clients and servers.
+# These mechanisms will be ignored if they are specified in the "mechanisms"
+# argument of "Sasl.createSaslClient" or the "mechanism" argument of
+# "Sasl.createSaslServer".
+#
+# The value of this property is a comma-separated list of SASL mechanisms.
+# The mechanisms are case-sensitive. Whitespaces around the commas are ignored.
+#
+# Note: This property is currently used by the JDK Reference implementation.
+# It is not guaranteed to be examined and used by other implementations.
+#
+# Example:
+#   jdk.sasl.disabledMechanisms=PLAIN, CRAM-MD5, DIGEST-MD5
+jdk.sasl.disabledMechanisms=
+
 #
 # Policies for distrusting Certificate Authorities (CAs).
 #