Accepting request 1201997 from server:database:postgresql
- Don't build the libs and mini flavor anymore to hand over to PostgreSQL 17. - Upgrade to 16.4 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/ * https://www.postgresql.org/docs/release/16.4/ OBS-URL: https://build.opensuse.org/request/show/1201997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql16?expand=0&rev=9
This commit is contained in:
commit
9da9a245d4
@ -1,3 +0,0 @@
|
|||||||
<multibuild>
|
|
||||||
<package>mini</package>
|
|
||||||
</multibuild>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585
|
|
||||||
size 24737644
|
|
@ -1 +0,0 @@
|
|||||||
331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585 postgresql-16.3.tar.bz2
|
|
3
postgresql-16.4.tar.bz2
Normal file
3
postgresql-16.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f
|
||||||
|
size 24765786
|
1
postgresql-16.4.tar.bz2.sha256
Normal file
1
postgresql-16.4.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f postgresql-16.4.tar.bz2
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 11:21:38 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Don't build the libs and mini flavor anymore to hand over to
|
||||||
|
PostgreSQL 17.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 10 14:08:50 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Upgrade to 16.4 (bsc#1229013):
|
||||||
|
* bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement
|
||||||
|
during pg_dump executes arbitrary SQL
|
||||||
|
* https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/
|
||||||
|
* https://www.postgresql.org/docs/release/16.4/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 8 08:28:48 UTC 2024 - Reinhard Max <max@suse.com>
|
Wed May 8 08:28:48 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pgversion 16.3
|
%define pgversion 16.4
|
||||||
%define pgmajor 16
|
%define pgmajor 16
|
||||||
%define buildlibs 1
|
%define buildlibs 0
|
||||||
%define tarversion %{pgversion}
|
%define tarversion %{pgversion}
|
||||||
%define latest_supported_llvm_ver 18
|
%define latest_supported_llvm_ver 18
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ Name: %pgname
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %pgmajor >= 17
|
%if %pgmajor >= 17
|
||||||
%bcond_with dreived
|
%bcond_with derived
|
||||||
%else
|
%else
|
||||||
%bcond_without derived
|
%bcond_without derived
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user