6
0

12 Commits

Author SHA256 Message Date
7ea6f695c9 Accepting request 1285105 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1285105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=9
2025-06-12 13:54:26 +00:00
3e75f8bbb5 Accepting request 1285087 from home:mcalmer:branches:Java:packages
- 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/request/show/1285087
OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=45
2025-06-12 10:49:44 +00:00
d69d217bf9 Accepting request 1266424 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1266424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=8
2025-04-02 15:14:49 +00:00
e8ffaaf779 OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=43 2025-04-02 09:28:21 +00:00
f8da4dd3d8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/postgresql-jdbc?expand=0&rev=42 2025-04-01 15:49:56 +00:00
be576c1c73 - 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
2318b81ead Accepting request 1153496 from Java:packages
- Upgrade to upstream version 42.7.2
  * Security fix:
    + CVE-2024-1597 (bsc#1220644) postgresql vulnerable to SQL
      Injection via line comment generation
  * Other changes:
    + perf: avoid autoboxing bind indexes
    + add: Add PasswordUtil for encrypting passwords client side
    + refactor: document that encodePassword will zero out the
      password array, and remove driver's default encodePassword
    + change: Use simple query for isValid. Using Extended query
      sends two messages
- Removed patches:
  * CVE-2022-26520.patch
  * fix-SQL-Injection-CVE-2022-31197.patch
  * fix-createTempFile-vulnerability-CVE-2022-41946.patch
    + issues fixed by upstream before this version

OBS-URL: https://build.opensuse.org/request/show/1153496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=7
2024-02-29 20:51:51 +00:00
bd88a0940d Accepting request 1148627 from Java:packages
rpm 4.20 compat

OBS-URL: https://build.opensuse.org/request/show/1148627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=6
2024-02-21 17:00:35 +00:00
a746b271d5 Accepting request 1058042 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1058042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=5
2023-01-12 21:45:18 +00:00
217398a497 Accepting request 1006611 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1006611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=4
2022-09-28 15:51:57 +00:00
1e90bf6a37 Accepting request 980650 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/980650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=3
2022-06-04 21:26:55 +00:00
55428b1ccb Accepting request 959510 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/959510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql-jdbc?expand=0&rev=2
2022-03-05 15:27:39 +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 -- -Dsource=8
%{mvn_build} -f
%install
%mvn_install