- 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:
Reinhard Max 2022-05-12 14:53:37 +00:00 committed by Git OBS Bridge
parent 520352f47a
commit 0a5275e3ae
6 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a
size 21964841

View File

@ -1 +0,0 @@
2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a postgresql-14.2.tar.bz2

3
postgresql-14.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38
size 22092190

View File

@ -0,0 +1 @@
279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38 postgresql-14.3.tar.bz2

View File

@ -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>

View File

@ -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