Browse code

Upgrade postgresql to handle CVE-2018-1052 and CVE-2018-1053

Change-Id: If0247c762b9f6a640730c1ac78fd5603464fcc47
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4774
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

DheerajSShetty authored on 2018/02/13 06:53:29
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:        PostgreSQL database engine
2 2
 Name:           postgresql
3
-Version:        9.6.6
3
+Version:        9.6.7
4 4
 Release:        1%{?dist}
5 5
 License:        PostgreSQL
6 6
 URL:            www.postgresql.org
... ...
@@ -9,7 +9,7 @@ Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 
11 11
 Source0:        http://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
12
-%define sha1    postgresql=bd911c2a2ee25086cfebe03f3483f82c38210cdb
12
+%define sha1    postgresql=cac19c1c688aeaae0eacad7879a301fda4c72fb3
13 13
 # Common libraries needed
14 14
 BuildRequires:  krb5
15 15
 BuildRequires:  libxml2-devel
... ...
@@ -139,6 +139,8 @@ rm -rf %{buildroot}/*
139 139
 %{_libdir}/libpq*.so
140 140
 
141 141
 %changelog
142
+*   Mon Feb 12 2018 Dheeraj Shetty <dheerajs@vmware.com> 9.6.7-1
143
+-   Updated to version 9.6.7
142 144
 *   Mon Nov 27 2017 Xiaolin Li <xiaolinl@vmware.com> 9.6.6-1
143 145
 -   Updated to version 9.6.6
144 146
 *   Fri Sep 08 2017 Xiaolin Li <xiaolinl@vmware.com> 9.6.5-1