- Upgrade to 13.7:

* bsc#1199475, CVE-2022-1552: Confine additional operations
    within "security restricted operation" sandboxes.
  * https://www.postgresql.org/docs/13/release-13-7.html
  * https://www.postgresql.org/docs/13/release-13-5.html

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=52
This commit is contained in:
Reinhard Max 2022-05-12 14:53:06 +00:00 committed by Git OBS Bridge
parent 6112eb24ea
commit 8b2b5f1dc1
6 changed files with 16 additions and 8 deletions

View File

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

View File

@ -1 +0,0 @@
bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc postgresql-13.6.tar.bz2

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

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

View File

@ -0,0 +1 @@
1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 postgresql-13.7.tar.bz2

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 12 10:45:07 UTC 2022 - Reinhard Max <max@suse.com>
- Upgrade to 13.7:
* bsc#1199475, CVE-2022-1552: Confine additional operations
within "security restricted operation" sandboxes.
* https://www.postgresql.org/docs/13/release-13-7.html
-------------------------------------------------------------------
Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max <max@suse.com>
@ -30,7 +38,7 @@ Wed Nov 10 18:04:28 UTC 2021 - Reinhard Max <max@suse.com>
encryption handshake (CVE-2021-23214).
* Make libpq reject extraneous data after an SSL or GSS
encryption handshake (CVE-2021-23222).
* https://www.postgresql.org/docs/13/release-13-4.html
* https://www.postgresql.org/docs/13/release-13-5.html
-------------------------------------------------------------------
Mon Sep 27 13:58:17 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -16,7 +16,7 @@
#
%define pgversion 13.6
%define pgversion 13.7
%define pgmajor 13
%define pgsuffix %pgmajor
%define buildlibs 0
@ -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