Skip to content

Commit 45dcf2d

Browse files
committed
17.3
1 parent 2fc0e74 commit 45dcf2d

430 files changed

Lines changed: 4348 additions & 2791 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DirIcon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
icon.png

AppRun

100644100755
File mode changed.

Shutter_Encoder.desktop

100644100755
File mode changed.

icon.png

100644100755
File mode changed.

usr/bin/Game.jar

100644100755
File mode changed.

usr/bin/JRE/bin/java

100644100755
3.91 KB
Binary file not shown.

usr/bin/JRE/bin/keytool

100644100755
-64 Bytes
Binary file not shown.

usr/bin/JRE/conf/logging.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Default Logging Configuration File
33
#
44
# You can use a different file by specifying a filename
5-
# with the java.util.logging.config.file system property.
6-
# For example java -Djava.util.logging.config.file=myfile
5+
# with the java.util.logging.config.file system property.
6+
# For example, java -Djava.util.logging.config.file=myfile
77
############################################################
88

99
############################################################
1010
# Global properties
1111
############################################################
1212

13-
# "handlers" specifies a comma separated list of log Handler
13+
# "handlers" specifies a comma-separated list of log Handler
1414
# classes. These handlers will be installed during VM startup.
1515
# Note that these classes must be on the system classpath.
1616
# By default we only configure a ConsoleHandler, which will only
@@ -23,7 +23,7 @@ handlers= java.util.logging.ConsoleHandler
2323
# Default global logging level.
2424
# This specifies which kinds of events are logged across
2525
# all loggers. For any given facility this global level
26-
# can be overriden by a facility specific level
26+
# can be overridden by a facility-specific level
2727
# Note that the ConsoleHandler also has a separate level
2828
# setting to limit messages printed to the console.
2929
.level= INFO
@@ -43,18 +43,18 @@ java.util.logging.FileHandler.count = 1
4343
java.util.logging.FileHandler.maxLocks = 100
4444
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
4545

46-
# Limit the message that are printed on the console to INFO and above.
46+
# Limit the messages that are printed on the console to INFO and above.
4747
java.util.logging.ConsoleHandler.level = INFO
4848
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
4949

50-
# Example to customize the SimpleFormatter output format
50+
# Example to customize the SimpleFormatter output format
5151
# to print one-line log message like this:
5252
# <level>: <log message> [<date/time>]
5353
#
5454
# java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n
5555

5656
############################################################
57-
# Facility specific properties.
57+
# Facility-specific properties.
5858
# Provides extra control for each logger.
5959
############################################################
6060

usr/bin/JRE/conf/net.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,18 @@ jdk.http.auth.tunneling.disabledSchemes=Basic
130130
#jdk.http.ntlm.transparentAuth=trustedHosts
131131
#
132132
jdk.http.ntlm.transparentAuth=disabled
133+
#
134+
# Default directory where automatically bound Unix domain server
135+
# sockets are stored. Sockets are automatically bound when bound
136+
# with a null address.
137+
#
138+
# On Unix the search order to determine this directory is:
139+
#
140+
# 1. System property jdk.net.unixdomain.tmpdir
141+
#
142+
# 2. Networking property jdk.net.unixdomain.tmpdir specified
143+
# in this file (effective default)
144+
#
145+
# 3. System property java.io.tmpdir
146+
#
147+
jdk.net.unixdomain.tmpdir=/tmp

usr/bin/JRE/conf/security/java.policy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ grant {
1717
// allows anyone to listen on dynamic ports
1818
permission java.net.SocketPermission "localhost:0", "listen";
1919

20-
// "standard" properies that can be read by anyone
20+
// "standard" properties that can be read by anyone
2121
permission java.util.PropertyPermission "java.version", "read";
2222
permission java.util.PropertyPermission "java.vendor", "read";
2323
permission java.util.PropertyPermission "java.vendor.url", "read";
@@ -30,6 +30,8 @@ grant {
3030
permission java.util.PropertyPermission "line.separator", "read";
3131
permission java.util.PropertyPermission
3232
"java.specification.version", "read";
33+
permission java.util.PropertyPermission
34+
"java.specification.maintenance.version", "read";
3335
permission java.util.PropertyPermission "java.specification.vendor", "read";
3436
permission java.util.PropertyPermission "java.specification.name", "read";
3537
permission java.util.PropertyPermission

0 commit comments

Comments
 (0)