Sync from SUSE:SLFO:Main postgresql-jdbc revision 802629d9d72e3a698b454fd774657e88

This commit is contained in:
2025-06-25 16:18:40 +02:00
parent d173373fca
commit 70071489d6
4 changed files with 24 additions and 4 deletions

BIN
postgresql-42.7.5-jdbc-src.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
postgresql-42.7.7-jdbc-src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jun 12 09:15:13 UTC 2025 - Michael Calmer <mc@suse.com>
- Upgrade to upstream version 42.7.7
- security: Client Allows Fallback to Insecure Authentication Despite
channelBinding=require configuration - CVE-2025-49146 (bsc#1244490)
- fix: ensure Connection.isValid() returns true even if prepared
statements deallocate
- fix: isValid incorrectly called execute, instead of executeWithFlags
- add the ability to turn off automatic LSN flush
- Handle protocol 3.2 and wider cancel keys
- Use query to find the current catalog instead of relying on the
database in the connection URL or connection properties as this
could be different if connected through a pooler or proxy
- fix: ArrayIndexOutOfBounds when write big object into GSS enabled
connection, make GSSInputStream robust in face of streams that
produce incomplete reads
- fix: EOFException on PreparedStatement#toString with unset bytea
parameter
-------------------------------------------------------------------
Tue Apr 1 13:14:03 UTC 2025 - Michael Calmer <mc@suse.com>

View File

@@ -18,7 +18,7 @@
Name: postgresql-jdbc
Version: 42.7.5
Version: 42.7.7
Release: 0
Summary: JDBC driver for PostgreSQL
License: BSD-2-Clause