diff --git a/postgresql-12.1.tar.bz2 b/postgresql-12.1.tar.bz2 deleted file mode 100644 index 0cb582b..0000000 --- a/postgresql-12.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed -size 20213711 diff --git a/postgresql-12.1.tar.bz2.sha256 b/postgresql-12.1.tar.bz2.sha256 deleted file mode 100644 index 7629302..0000000 --- a/postgresql-12.1.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed postgresql-12.1.tar.bz2 diff --git a/postgresql-12.2.tar.bz2 b/postgresql-12.2.tar.bz2 new file mode 100644 index 0000000..31888dc --- /dev/null +++ b/postgresql-12.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de +size 20363545 diff --git a/postgresql-12.2.tar.bz2.sha256 b/postgresql-12.2.tar.bz2.sha256 new file mode 100644 index 0000000..d854eee --- /dev/null +++ b/postgresql-12.2.tar.bz2.sha256 @@ -0,0 +1 @@ +ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de postgresql-12.2.tar.bz2 diff --git a/postgresql12.changes b/postgresql12.changes index 3d9c8ef..c26db82 100644 --- a/postgresql12.changes +++ b/postgresql12.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Feb 15 03:02:07 UTC 2020 - Marcus Rueckert + +- 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 + +- 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 diff --git a/postgresql12.spec b/postgresql12.spec index 2e73a8b..853f33b 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -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 \