Accepting request 774446 from server:database:postgresql
update for CVE-2020-1720 (forwarded request 774443 from darix) OBS-URL: https://build.opensuse.org/request/show/774446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql12?expand=0&rev=3
This commit is contained in:
commit
efd48fa5ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed
|
||||
size 20213711
|
@ -1 +0,0 @@
|
||||
a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed postgresql-12.1.tar.bz2
|
3
postgresql-12.2.tar.bz2
Normal file
3
postgresql-12.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de
|
||||
size 20363545
|
1
postgresql-12.2.tar.bz2.sha256
Normal file
1
postgresql-12.2.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de postgresql-12.2.tar.bz2
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 15 03:02:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- update to 12.2 (CVE-2020-1720)
|
||||
https://www.postgresql.org/about/news/2011/
|
||||
https://www.postgresql.org/docs/12/release-12-2.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 07:53:46 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Disable explicitly armv8 CRC for %arm, as we use some armv8
|
||||
workers for armv6/7 builds which is confusing configure script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 04:15:40 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -115,9 +115,9 @@ BuildRequires: pkgconfig(systemd)
|
||||
Summary: Basic Clients and Utilities for PostgreSQL
|
||||
License: PostgreSQL
|
||||
Group: Productivity/Databases/Tools
|
||||
Version: 12.1
|
||||
Version: 12.2
|
||||
Release: 0
|
||||
%define pkg_version 12.1
|
||||
%define pkg_version %{version}
|
||||
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{pkg_version}.tar.bz2
|
||||
Source1: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{pkg_version}.tar.bz2.sha256
|
||||
Source2: baselibs.conf
|
||||
@ -432,6 +432,9 @@ find -name .gitignore -delete
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
export PYTHON=python3
|
||||
%ifarch %arm
|
||||
export USE_ARMV8_CRC32C=0
|
||||
%endif
|
||||
PACKAGE_TARNAME=%pgname %configure \
|
||||
--bindir=%pgbindir \
|
||||
--libdir=%pglibdir \
|
||||
|
Loading…
Reference in New Issue
Block a user