forked from pool/postgresql14
- Update to 14.8:
* 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/14/release-14-8.html OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=49
This commit is contained in:
parent
13e33675b7
commit
851c8ab13b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
|
||||
size 22182073
|
@ -1 +0,0 @@
|
||||
cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331 postgresql-14.7.tar.bz2
|
3
postgresql-14.8.tar.bz2
Normal file
3
postgresql-14.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a
|
||||
size 22204905
|
1
postgresql-14.8.tar.bz2.sha256
Normal file
1
postgresql-14.8.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a postgresql-14.8.tar.bz2
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 12:58:22 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
- Update to 14.8:
|
||||
* 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/14/release-14-8.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 09:05:09 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define pgversion 14.7
|
||||
%define pgversion 14.8
|
||||
%define pgmajor 14
|
||||
%define buildlibs 0
|
||||
%define tarversion %{pgversion}
|
||||
|
Loading…
Reference in New Issue
Block a user