Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
9f9f5053b1 |
BIN
postgresql-16.10.tar.bz2
(Stored with Git LFS)
Normal file
BIN
postgresql-16.10.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
1
postgresql-16.10.tar.bz2.sha256
Normal file
1
postgresql-16.10.tar.bz2.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42 postgresql-16.10.tar.bz2
|
BIN
postgresql-16.9.tar.bz2
(Stored with Git LFS)
BIN
postgresql-16.9.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005 postgresql-16.9.tar.bz2
|
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 19:51:38 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Upgrade to 16.10:
|
||||||
|
* https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/
|
||||||
|
* https://www.postgresql.org/docs/release/16.10/
|
||||||
|
|
||||||
|
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 10:26:37 UTC 2025 - Reinhard Max <max@suse.com>
|
Fri May 9 10:26:37 UTC 2025 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package postgresql16
|
# spec file for package postgresql16
|
||||||
#
|
#
|
||||||
# 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 16.9
|
%define pgversion 16.10
|
||||||
%define pgmajor 16
|
%define pgmajor 16
|
||||||
%define buildlibs 0
|
%define buildlibs 0
|
||||||
%define tarversion %{pgversion}
|
%define tarversion %{pgversion}
|
||||||
|
Reference in New Issue
Block a user