Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 770bf85910 |
BIN
postgresql-17.5.tar.bz2
LFS
BIN
postgresql-17.5.tar.bz2
LFS
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 postgresql-17.5.tar.bz2
|
|
||||||
BIN
postgresql-17.6.tar.bz2
LFS
Normal file
BIN
postgresql-17.6.tar.bz2
LFS
Normal file
Binary file not shown.
1
postgresql-17.6.tar.bz2.sha256
Normal file
1
postgresql-17.6.tar.bz2.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0 postgresql-17.6.tar.bz2
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 19:50:42 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to 17.6
|
||||||
|
* https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/
|
||||||
|
* https://www.postgresql.org/docs/release/17.6/
|
||||||
|
|
||||||
|
Security Issues
|
||||||
|
* CVE-2025-8713: PostgreSQL optimizer statistics can expose
|
||||||
|
sampled data within a view, partition, or child table
|
||||||
|
(boo#1248120)
|
||||||
|
* CVE-2025-8714: PostgreSQL pg_dump lets superuser of origin
|
||||||
|
server execute arbitrary code in psql client (boo#1248122)
|
||||||
|
* CVE-2025-8715: PostgreSQL pg_dump newline in object name
|
||||||
|
executes arbitrary code in psql client and in restore target
|
||||||
|
server (boo#1248119)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 9 09:51:40 UTC 2025 - Reinhard Max <max@suse.com>
|
Fri May 9 09:51:40 UTC 2025 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package postgresql17
|
# spec file for package postgresql17
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pgversion 17.5
|
%define pgversion 17.6
|
||||||
%define pgmajor 17
|
%define pgmajor 17
|
||||||
%define buildlibs 1
|
%define buildlibs 1
|
||||||
%define tarversion %{pgversion}
|
%define tarversion %{pgversion}
|
||||||
|
|||||||
Reference in New Issue
Block a user