- Update to 15.4:
* bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * bsc#1214061, CVE-2023-39418: Fix MERGE to enforce row security policies properly. * https://www.postgresql.org/docs/15/release-15-4.html OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql15?expand=0&rev=33
This commit is contained in:
parent
4e1ae4aa62
commit
4a60a0530a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932
|
||||
size 22819107
|
@ -1 +0,0 @@
|
||||
ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932 postgresql-15.3.tar.bz2
|
BIN
postgresql-15.4.tar.bz2
(Stored with Git LFS)
Normal file
BIN
postgresql-15.4.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
1
postgresql-15.4.tar.bz2.sha256
Normal file
1
postgresql-15.4.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9 postgresql-15.4.tar.bz2
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 09:14:59 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
- Update to 15.4:
|
||||
* bsc#1214059, CVE-2023-39417: Disallow substituting a schema or
|
||||
owner name into an extension script if the name contains a
|
||||
quote, backslash, or dollar sign.
|
||||
* bsc#1214061, CVE-2023-39418: Fix MERGE to enforce row security
|
||||
policies properly.
|
||||
* https://www.postgresql.org/docs/15/release-15-4.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 11:48:38 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define pgversion 15.3
|
||||
%define pgversion 15.4
|
||||
%define pgmajor 15
|
||||
%define buildlibs 0
|
||||
%define buildlibs 1
|
||||
%define tarversion %{pgversion}
|
||||
%define latest_supported_llvm_ver 15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user