- 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:
parent
6112eb24ea
commit
8b2b5f1dc1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc
|
||||
size 21257213
|
@ -1 +0,0 @@
|
||||
bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc postgresql-13.6.tar.bz2
|
3
postgresql-13.7.tar.bz2
Normal file
3
postgresql-13.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399
|
||||
size 21364433
|
1
postgresql-13.7.tar.bz2.sha256
Normal file
1
postgresql-13.7.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 postgresql-13.7.tar.bz2
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user