forked from pool/postgresql14
Accepting request 930949 from server:database:postgresql
- 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 - boo#1191782: Let rpmlint ignore shlib-policy-name-error. - remove a duplicate .changes entry OBS-URL: https://build.opensuse.org/request/show/930949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql14?expand=0&rev=2
This commit is contained in:
commit
c11c8f6807
@ -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
|
@ -6,3 +6,4 @@ addFilter("file-not-in-%lang")
|
||||
addFilter("no-dependency-on")
|
||||
addFilter("no-soname")
|
||||
addFilter("devel-file-in-non-devel-package")
|
||||
addFilter("shlib-policy-name-error")
|
||||
|
@ -1,8 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- boo#1191782: Let rpmlint ignore shlib-policy-name-error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
is unclear. This affects only the test subpackage.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package postgresql14
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define pgversion 14.0
|
||||
%define pgversion 14.1
|
||||
%define pgmajor 14
|
||||
%define pgsuffix %pgmajor
|
||||
%define buildlibs 1
|
||||
@ -154,7 +154,7 @@ Provides: postgresql = %version-%release
|
||||
Provides: postgresql-implementation = %version-%release
|
||||
Requires: %libpq >= %version
|
||||
Requires(post): postgresql-noarch >= %pgmajor
|
||||
Requires(postun): postgresql-noarch >= %pgmajor
|
||||
Requires(postun):postgresql-noarch >= %pgmajor
|
||||
# At this point we changed the package layout on SLE and conflict with
|
||||
# older releases to get a clean cut.
|
||||
Conflicts: postgresql-noarch < 12.0.1
|
||||
@ -243,7 +243,7 @@ Provides: %pgname-server-devel = %version-%release
|
||||
Provides: postgresql-server-devel = %version-%release
|
||||
Provides: postgresql-server-devel-implementation = %version-%release
|
||||
Requires(post): postgresql-server-noarch >= %pgmajor
|
||||
Requires(postun): postgresql-server-noarch >= %pgmajor
|
||||
Requires(postun):postgresql-server-noarch >= %pgmajor
|
||||
Requires: %pgname-devel = %version
|
||||
Requires: %pgname-server = %version-%release
|
||||
# Installation of postgresql??-devel is exclusive
|
||||
@ -302,10 +302,10 @@ Recommends: %{name}-llvmjit
|
||||
Provides: postgresql-server-implementation = %version-%release
|
||||
Requires: %libpq >= %version
|
||||
Requires(pre): postgresql-server-noarch >= %pgmajor
|
||||
Requires(preun): postgresql-server-noarch >= %pgmajor
|
||||
Requires(postun): postgresql-server-noarch >= %pgmajor
|
||||
Requires(preun):postgresql-server-noarch >= %pgmajor
|
||||
Requires(postun):postgresql-server-noarch >= %pgmajor
|
||||
Requires(post): postgresql-noarch >= %pgmajor
|
||||
Requires(postun): postgresql-noarch >= %pgmajor
|
||||
Requires(postun):postgresql-noarch >= %pgmajor
|
||||
|
||||
%description server
|
||||
PostgreSQL is an advanced object-relational database management system
|
||||
|
Loading…
Reference in New Issue
Block a user