- Upgrade to 14.3:
* bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=30
This commit is contained in:
parent
520352f47a
commit
0a5275e3ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a
|
||||
size 21964841
|
@ -1 +0,0 @@
|
||||
2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a postgresql-14.2.tar.bz2
|
3
postgresql-14.3.tar.bz2
Normal file
3
postgresql-14.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38
|
||||
size 22092190
|
1
postgresql-14.3.tar.bz2.sha256
Normal file
1
postgresql-14.3.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38 postgresql-14.3.tar.bz2
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 10:33:20 UTC 2022 - Reinhard Max <max@suse.com>
|
||||
|
||||
- Upgrade to 14.3:
|
||||
* bsc#1199475, CVE-2022-1552: Confine additional operations
|
||||
within "security restricted operation" sandboxes.
|
||||
* https://www.postgresql.org/docs/14/release-14-3.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define pgversion 14.2
|
||||
%define pgversion 14.3
|
||||
%define pgmajor 14
|
||||
%define pgsuffix %pgmajor
|
||||
%define buildlibs 1
|
||||
@ -114,9 +114,9 @@ BuildRequires: libicu-devel
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
%if %{with llvm}
|
||||
BuildRequires: clang13
|
||||
BuildRequires: clang
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: llvm13-devel
|
||||
BuildRequires: llvm-devel
|
||||
%endif
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: openldap2-devel
|
||||
|
Loading…
Reference in New Issue
Block a user