forked from pool/postgresql14
- bsc#1192516: Upgrade to 14.1
* 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/14/release-14-1.html OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=17
This commit is contained in:
parent
8601944414
commit
d7acfaaff7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee2ad79126a7375e9102c4db77c4acae6ae6ffe3e082403b88826d96d927a122
|
|
||||||
size 21836842
|
|
@ -1 +0,0 @@
|
|||||||
ee2ad79126a7375e9102c4db77c4acae6ae6ffe3e082403b88826d96d927a122 postgresql-14.0.tar.bz2
|
|
3
postgresql-14.1.tar.bz2
Normal file
3
postgresql-14.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f
|
||||||
|
size 21887101
|
1
postgresql-14.1.tar.bz2.sha256
Normal file
1
postgresql-14.1.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f postgresql-14.1.tar.bz2
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 10 16:56:57 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- bsc#1192516: Upgrade to 14.1
|
||||||
|
* 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/14/release-14-1.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 20 15:21:53 UTC 2021 - Reinhard Max <max@suse.com>
|
Wed Oct 20 15:21:53 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
@ -6,8 +16,6 @@ Wed Oct 20 15:21:53 UTC 2021 - Reinhard Max <max@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 5 11:34:50 UTC 2021 - Reinhard Max <max@suse.com>
|
Tue Oct 5 11:34:50 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
- Let genlists skip non-existing binaries to avoid lots of version
|
|
||||||
conditionals in the file lists.
|
|
||||||
- Remove postgresql-testsuite-int8.sql.patch, because its purpose
|
- Remove postgresql-testsuite-int8.sql.patch, because its purpose
|
||||||
is unclear. This affects only the test subpackage.
|
is unclear. This affects only the test subpackage.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pgversion 14.0
|
%define pgversion 14.1
|
||||||
%define pgmajor 14
|
%define pgmajor 14
|
||||||
%define pgsuffix %pgmajor
|
%define pgsuffix %pgmajor
|
||||||
%define buildlibs 1
|
%define buildlibs 1
|
||||||
|
Loading…
Reference in New Issue
Block a user