8
0

5 Commits

Author SHA256 Message Date
da3bce37fc OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=47 2025-07-03 06:57:35 +00:00
74f335cccb - 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

OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=45
2025-06-12 10:49:44 +00:00
b23a8b80c4 OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=43 2025-04-02 09:28:21 +00:00
836e13b544 OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=42 2025-04-01 15:49:56 +00:00
1d51eb5a3a - Upgrade to upstream version 42.7.5
- fix: PgDatabaseMetaData implementation of catalog as param and return value
  - fix: Support default GSS credentials in the Java Postgres client
  - fix: return only the transactions accessible by the current_user in XAResource.recover
  - feat: don’t force send extra_float_digits for PostgreSQL >= 12 fix
  - fix: exclude “include columns” from the list of primary keys
  - perf: Enhance the meta query performance by specifying the oid
  - feat: support getObject(int, byte[].class) for bytea
  - fix: Added way to check for major server version, fixed check for RULE
  - fix: Reuse buffers and reduce allocations in GSSInputStream addresses
  - fix: getSchemas()
  - fix: Update rpm postgresql-jdbc.spec.tpl with scram-client
  - fix: Clearing thisRow and rowBuffer on close() of ResultSet
  - fix: As of version 18 the RULE privilege has been removed
  - fix: use buffered inputstream to create GSSInputStream
  - fix: boolean types not handled in SimpleQuery mode

OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=41
2025-04-01 15:10:16 +00:00

View File

@@ -60,7 +60,7 @@ find -type f \( -name "*.jar" -or -name "*.class" \) -delete
%pom_remove_dep uk.org.webcompere:system-stubs-jupiter
%build
%{mvn_build} -f
%{mvn_build} -f -- -Dsource=8
%install
%mvn_install