- Update to 12.15:
* bsc#1211228, CVE-2023-2454: Prevent CREATE SCHEMA from defeating changes in search_path * bsc#1211229, CVE-2023-2455: Enforce row-level security policies correctly after inlining a set-returning function * https://www.postgresql.org/about/news/2637/ * https://www.postgresql.org/docs/12/release-12-15.html OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=82
This commit is contained in:
parent
fde8e83a71
commit
6ae799d8be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e
|
||||
size 21124742
|
@ -1 +0,0 @@
|
||||
785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e postgresql-12.14.tar.bz2
|
3
postgresql-12.15.tar.bz2
Normal file
3
postgresql-12.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36
|
||||
size 21127306
|
1
postgresql-12.15.tar.bz2.sha256
Normal file
1
postgresql-12.15.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36 postgresql-12.15.tar.bz2
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 13:05:58 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
- Update to 12.15:
|
||||
* bsc#1211228, CVE-2023-2454:
|
||||
Prevent CREATE SCHEMA from defeating changes in search_path
|
||||
* bsc#1211229, CVE-2023-2455: Enforce row-level security
|
||||
policies correctly after inlining a set-returning function
|
||||
* https://www.postgresql.org/about/news/2637/
|
||||
* https://www.postgresql.org/docs/12/release-12-15.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 09:05:09 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define pgversion 12.14
|
||||
%define pgversion 12.15
|
||||
%define pgmajor 12
|
||||
%define buildlibs 0
|
||||
%define tarversion %{pgversion}
|
||||
|
Loading…
Reference in New Issue
Block a user