Marcus Rückert 2021-08-24 13:27:52 +00:00 committed by Git OBS Bridge
parent 0e79a44e5d
commit 307efe692c
6 changed files with 28 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1
size 21119109

View File

@ -1 +0,0 @@
3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 postgresql-13.3.tar.bz2

3
postgresql-13.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd
size 21157443

View File

@ -0,0 +1 @@
ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd postgresql-13.4.tar.bz2

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 24 12:45:53 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Upgrade to version 13.4:
https://www.postgresql.org/docs/13/release-13-4.html
* CVE-2021-3677 (boo#1189748)
The planner could create an incorrect plan in cases where two
ProjectionPaths were stacked on top of each other. The only
known way to trigger that situation involves parallel sort
operations, but there may be other instances. The result would
be crashes or incorrect query results. Disclosure of server
memory contents is also possible.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 19 15:24:24 UTC 2021 - Reinhard Max <max@suse.com> Wed May 19 15:24:24 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -1,5 +1,5 @@
# #
# spec file for package postgresql13 # spec file
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
@ -16,7 +16,7 @@
# #
%define pgversion 13.3 %define pgversion 13.4
%define pgmajor 13 %define pgmajor 13
%define pgsuffix %pgmajor %define pgsuffix %pgmajor
%define buildlibs 1 %define buildlibs 1
@ -227,9 +227,9 @@ Requires: this-is-only-for-build-envs
Provides: %libecpg = %version-%release Provides: %libecpg = %version-%release
Provides: %libpq = %version-%release Provides: %libpq = %version-%release
Provides: %pgname-devel = %version-%release Provides: %pgname-devel = %version-%release
Conflicts: %pgname-devel
Conflicts: %libecpg Conflicts: %libecpg
Conflicts: %libpq Conflicts: %libpq
Conflicts: %pgname-devel
%else %else
Requires: %libecpg >= %version Requires: %libecpg >= %version
Requires: %libpq >= %version Requires: %libpq >= %version
@ -922,6 +922,7 @@ fi
%if %buildlibs && %mini %if %buildlibs && %mini
%files %devel -f devel.files -f libpq.files -f libecpg.files %files %devel -f devel.files -f libpq.files -f libecpg.files
%else %else
%files %devel -f devel.files %files %devel -f devel.files
%endif %endif