forked from pool/postgresql12
- bsc#1192516: Upgrade to version 12.9:
* Make the server reject extraneous data after an SSL or GSS 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/12/release-12-0.html OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=58
This commit is contained in:
parent
160833f625
commit
34f0cffed2
19
_constraints
19
_constraints
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">4</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>s390x</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">8</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a
|
||||
size 20849478
|
@ -1 +0,0 @@
|
||||
e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a postgresql-12.8.tar.bz2
|
3
postgresql-12.9.tar.bz2
Normal file
3
postgresql-12.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce
|
||||
size 20904260
|
1
postgresql-12.9.tar.bz2.sha256
Normal file
1
postgresql-12.9.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce postgresql-12.9.tar.bz2
|
@ -1,8 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 21 13:24:26 UTC 2021 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
||||
Wed Nov 10 18:07:22 UTC 2021 - Reinhard Max <max@suse.com>
|
||||
|
||||
- boo#1190740: Add constraints file with 8GB memory for s390x as
|
||||
a workaround for a memory issue with LLVM
|
||||
- bsc#1192516: Upgrade to version 12.9:
|
||||
* Make the server reject extraneous data after an SSL or GSS
|
||||
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/12/release-12-0.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 14:15:20 UTC 2021 - Reinhard Max <max@suse.com>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define pgversion 12.8
|
||||
%define pgversion 12.9
|
||||
%define pgmajor 12
|
||||
%define pgsuffix %pgmajor
|
||||
%define buildlibs 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user