diff --git a/.gitignore b/.gitignore index fa17014..e766902 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-9.6.5-US.pdf -SOURCES/postgresql-9.6.5.tar.bz2 +SOURCES/postgresql-9.6.10-US.pdf +SOURCES/postgresql-9.6.10.tar.bz2 SOURCES/postgresql-setup-6.0.tar.gz diff --git a/.rh-postgresql96-postgresql.metadata b/.rh-postgresql96-postgresql.metadata index c3209fc..d872c13 100644 --- a/.rh-postgresql96-postgresql.metadata +++ b/.rh-postgresql96-postgresql.metadata @@ -1,3 +1,3 @@ -acf3ad6eeb98f582a1b1e06404dd5fe370d8d37b SOURCES/postgresql-9.6.5-US.pdf -e45faa85c03a937eb82a34a3f02a4793bba836a6 SOURCES/postgresql-9.6.5.tar.bz2 +a22737b203a44694c1dd53e4991203900899de49 SOURCES/postgresql-9.6.10-US.pdf +860ff3e2ce42246f45db1fc4519f972228168242 SOURCES/postgresql-9.6.10.tar.bz2 8c2d7c97ba79dbb5dc804461a6acddbd1b7959e6 SOURCES/postgresql-setup-6.0.tar.gz diff --git a/SOURCES/postgresql-9.6.10.tar.bz2.sha256 b/SOURCES/postgresql-9.6.10.tar.bz2.sha256 new file mode 100644 index 0000000..1d5f96b --- /dev/null +++ b/SOURCES/postgresql-9.6.10.tar.bz2.sha256 @@ -0,0 +1 @@ +8615acc56646401f0ede97a767dfd27ce07a8ae9c952afdb57163b7234fe8426 postgresql-9.6.10.tar.bz2 diff --git a/SOURCES/postgresql-9.6.5.tar.bz2.sha256 b/SOURCES/postgresql-9.6.5.tar.bz2.sha256 deleted file mode 100644 index 149406f..0000000 --- a/SOURCES/postgresql-9.6.5.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c postgresql-9.6.5.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 12f0b1c..b6ae573 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -67,8 +67,8 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 9.6 -Version: 9.6.5 -Release: 2%{?dist} +Version: 9.6.10 +Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -1280,6 +1280,14 @@ make -C postgresql-setup-%{setup_version} check %endif %changelog +* Thu Aug 09 2018 Pavel Raiskup - 9.6.10-1 +- update to 9.6.10 per release notes: + https://www.postgresql.org/docs/9.6/static/release-9-6-6.html + https://www.postgresql.org/docs/9.6/static/release-9-6-7.html + https://www.postgresql.org/docs/9.6/static/release-9-6-8.html + https://www.postgresql.org/docs/9.6/static/release-9-6-9.html + https://www.postgresql.org/docs/9.6/static/release-9-6-10.html + * Mon Nov 06 2017 Pavel Raiskup - 9.6.5-2 - fix CVE-2017-15097 by rebasing postgresql-setup to the latest version