kurt 432793b8bd Update to 8u275 GA:
* Contains many upstream bug fixes and security fixes which can be found
  in the release notes here:
  https://foojay.io/java-8/?quarter=102020&tab=highlights
  https://openjdk.java.net/groups/vulnerability/advisories/2020-10-20
* Reduce optimization level of bitMap.cpp to -O1 to fix an undefined
  symbol runtime linking error with clang 10 on i386.
* Fix build due to no support for socket options TCP_KEEPIDLE,
  TCP_KEEPCNT and TCP_KEEPINTVL
2020-11-20 20:48:15 +00:00
..

$OpenBSD: README,v 1.2 2020/07/16 15:47:30 kurt Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

ipv4 and v6 networking
======================
  ipv4 to ipv6 address mapping is disabled on OpenBSD. This means the
  jdk can only use ipv4 addresses or ipv6 addresses but not both at
  the same time. By default ipv4 addresses are enabled. To use ipv6
  addresses set the following properties when you start java:

  -Djava.net.preferIPv4Stack=false
  -Djava.net.preferIPv6Stack=true
  -Djava.net.preferIPv6Addresses=true