- Update to 12.11:
* bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/12/release-12-11.html * https://www.postgresql.org/docs/12/release-12-9.html OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=66
This commit is contained in:
parent
897680f1c8
commit
bd272e6ae4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83dd192e6034951192b9a86dc19cf3717a8b82120e2f11a0a36723c820d2b257
|
|
||||||
size 20990621
|
|
@ -1 +0,0 @@
|
|||||||
83dd192e6034951192b9a86dc19cf3717a8b82120e2f11a0a36723c820d2b257 postgresql-12.10.tar.bz2
|
|
3
postgresql-12.11.tar.bz2
Normal file
3
postgresql-12.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302
|
||||||
|
size 21086745
|
1
postgresql-12.11.tar.bz2.sha256
Normal file
1
postgresql-12.11.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302 postgresql-12.11.tar.bz2
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 12 10:55:58 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Update to 12.11:
|
||||||
|
* bsc#1199475, CVE-2022-1552: Confine additional operations
|
||||||
|
within "security restricted operation" sandboxes.
|
||||||
|
* https://www.postgresql.org/docs/12/release-12-11.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max <max@suse.com>
|
Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
@ -30,7 +38,7 @@ Wed Nov 10 18:07:22 UTC 2021 - Reinhard Max <max@suse.com>
|
|||||||
encryption handshake (CVE-2021-23214).
|
encryption handshake (CVE-2021-23214).
|
||||||
* Make libpq reject extraneous data after an SSL or GSS
|
* Make libpq reject extraneous data after an SSL or GSS
|
||||||
encryption handshake (CVE-2021-23222).
|
encryption handshake (CVE-2021-23222).
|
||||||
* https://www.postgresql.org/docs/12/release-12-0.html
|
* https://www.postgresql.org/docs/12/release-12-9.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 27 14:15:20 UTC 2021 - Reinhard Max <max@suse.com>
|
Mon Sep 27 14:15:20 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pgversion 12.10
|
%define pgversion 12.11
|
||||||
%define pgmajor 12
|
%define pgmajor 12
|
||||||
%define pgsuffix %pgmajor
|
%define pgsuffix %pgmajor
|
||||||
%define buildlibs 0
|
%define buildlibs 0
|
||||||
@ -114,9 +114,9 @@ BuildRequires: libicu-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with llvm}
|
%if %{with llvm}
|
||||||
BuildRequires: clang13
|
BuildRequires: clang
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: llvm13-devel
|
BuildRequires: llvm-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user