2018-12-15 21:27:45 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
openjdk8: Re-fix SunOS support.
|
2018-12-12 17:04:10 by Ryo ONODERA | Files touched by this commit (4) | |
Log message:
Remove obsole patches and regen distinfo properly
|
2018-12-12 15:22:12 by Ryo ONODERA | Files touched by this commit (7) |
Log message:
Update to 1.8.192
Changelog:
New Features
security-libs/javax.net.ssl
➜ Support for Customization of Default Enabled Cipher Suites via System Properties
The system property jdk.tls.client.cipherSuites can be used to customize the \
default enabled cipher suites for the client side of SSL/TLS connections. In a \
similar way, the system property jdk.tls.server.cipherSuites can be used for \
customization on the server side.
The system properties contain a comma-separated list of supported cipher suite \
names that specify the default enabled cipher suites. All other supported cipher \
suites are disabled for this default setting. Unrecognized or unsupported cipher \
suite names specified in properties are ignored. Explicit setting of enabled \
cipher suites will override the system properties.
Please refer to the "Java Cryptography Architecture Standard Algorithm Name \
Documentation" for the standard JSSE cipher suite names, and the "Java \
Cryptography Architecture Oracle Providers Documentation" for the cipher \
suite names supported by the SunJSSE provider.
Note that the actual use of enabled cipher suites is restricted by algorithm \
constraints.
Note also that these system properties are currently supported by the JDK \
Reference Implementation. They are not guaranteed to be supported by other \
implementations.
Warning: These system properties can be used to configure weak cipher suites, or \
the configured cipher suites may become more weak over time. We do not recommend \
using the system properties unless you understand the security implications. Use \
them at your own risk.
See JDK-8162362
Bug Fixes
This release contains fixes for security vulnerabilities described in the Oracle \
Critical Patch Update. For a more complete list of the bug fixes included in \
this release, see the JDK 8u192 Bug Fixes page.
Security bugs:
CVE-2018-3183
CVE-2018-3209
CVE-2018-3169
CVE-2018-3149
CVE-2018-3211
CVE-2018-3180
CVE-2018-3214
CVE-2018-3157
CVE-2018-3150
CVE-2018-13785
CVE-2018-3136
CVE-2018-3139
|
2018-11-14 23:22:54 by Klaus Klein | Files touched by this commit (1332) | |
Log message:
Revbump after cairo 1.16.0 update.
|
2018-11-12 11:42:07 by Tobias Nygren | Files touched by this commit (3) |
Log message:
openjdk8: some Linux packaging fixes
|
2018-11-12 04:53:16 by Ryo ONODERA | Files touched by this commit (1532) |
Log message:
Recursive revbump from hardbuzz-2.1.1
|
2018-09-19 20:18:30 by David Brownlee | Files touched by this commit (2) |
Log message:
Add jhat to JAVA_WRAPPERS. Bump PKGREVISION
|
2018-09-17 12:50:26 by Tobias Nygren | Files touched by this commit (2) |
Log message:
openjdk8: bootstrap aarch64 with jdk8 instead of jdk7
There is some compatibility issue with the current version of jdk7.
|
2018-09-15 13:38:45 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Regen distinfo to include correct tarball
From Marc Baudoin. Thank you.
|
2018-09-15 04:51:02 by Ryo ONODERA | Files touched by this commit (12) | |
Log message:
Update to 1.8.181
Changelog:
Fixed:
CVE-2018-2938
CVE-2018-2964
CVE-2018-2941
CVE-2018-2942
CVE-2018-2972
CVE-2018-2973
CVE-2018-2940
CVE-2018-2952
|