This update fixes the following issues:
bind-formula:
- Temporarily disable dnssec-validation as hotfix for bsc#1177790
- Update to version 0.1.1603299886.60e4bcf
grafana-formula:
- Use variable for product name
- Add support for system groups in Client Systems dashboard
postgresql-jdbc:
- Address CVE-2020-13692 (bsc#1172079)
- Add patch:
- Major changes since 9.4-1200:
- License changed to BSD-2-Clause and BSD-3-Clause and Apache-2.0
- Support PostgreSQL 9.5, 9.6, 10 11 and 12 added
- Support for PostgreSQL versions below 8.2 was dropped
- Support for JDK8, JDK9, JDK10, JDK11 and JDK12
- Support for JDK 1.4 and 1.5 was dropped
- Support for JDBC 4.2 added
- Add maxResultBuffer property
- Add caller push of binary data
- Read only transactions
- pkcs12 key functionality
- New 'escapeSyntaxCallMode' connection property
- Connection property to limit server error detail in exception
exceptions
- CancelQuery() to PGConnection public interface
- Support for large update counts (JDBC 4.2)
- Add Binary Support for Oid.NUMERIC and Oid.NUMERIC_ARRAY
- Expose parameter status messages (GUC_REPORT) to the user
- Log ignoring rollback when no transaction in progress
- Map inet type to InetAddress
- Change ISGENERATED to ISGENERATEDCOLUMN as per spec
- Support temporary replication slots in ReplicationCreateSlotBuilder
- Return function (PostgreSQL 11) columns in PgDatabaseMetaData#getFunctionColumns
- Return information on create replication slot, now the snapshot_name
is exported to allow a consistent snapshot in some uses cases
ssl=true implies sslmode=verify-full, that is it requires valid
server certificate
- Support for
sslmode=allow/prefer/require
- Added server hostname verification for non-default SSL factories in
sslmode=verify-full (CVE-2018-10936)
- PreparedStatement.setNull(int parameterIndex, int t, String typeName)
no longer ignores the typeName argument if it is not setNull...