diff --git a/.gitignore b/.gitignore index 0a01c96..70b6b26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-9.4.1-US.pdf -SOURCES/postgresql-9.4.1.tar.bz2 +SOURCES/postgresql-9.4.4-US.pdf +SOURCES/postgresql-9.4.4.tar.bz2 SOURCES/postgresql-setup-3.3.tar.gz diff --git a/.rh-postgresql94-postgresql.metadata b/.rh-postgresql94-postgresql.metadata index 0b1b62a..f492309 100644 --- a/.rh-postgresql94-postgresql.metadata +++ b/.rh-postgresql94-postgresql.metadata @@ -1,3 +1,3 @@ -d8fd65e8ef34b94bdb463fdde185464905e5f77a SOURCES/postgresql-9.4.1-US.pdf -0086c9625e727be5b1ef00c4c694e762e41eba50 SOURCES/postgresql-9.4.1.tar.bz2 +6a3fed6101366838386ce9552a227612a8e914f2 SOURCES/postgresql-9.4.4-US.pdf +e295fee0f1bace740b2db1eaa64ac060e277d5a7 SOURCES/postgresql-9.4.4.tar.bz2 2317e63eb18c38e2fd0ffd85585334a38a9dc1f9 SOURCES/postgresql-setup-3.3.tar.gz diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 121ba66..e39be94 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -64,8 +64,8 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 9.4 -Version: 9.4.1 -Release: 8%{?dist} +Version: 9.4.4 +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. @@ -1135,6 +1135,11 @@ cd - %endif %changelog +* Mon Jun 15 2015 Jozef Mlich - 9.4.4-1 +- rebase to 9.4.4 due to security issues + CVE-2015-3165 CVE-2015-3167 CVE-2015-3166 + Resolves: #1225798 + * Sun Mar 22 2015 Pavel Raiskup - 9.4.1-8 - postgresql-setup 3.3 - per several initscript start() issues