Change-Id: I81749b039922227d1fc5db8fdc577d011992b3a2
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4013
Reviewed-by: Sharath George
Tested-by: Sharath George
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: GD is an open source code library for the dynamic creation of images by programmers. |
| 2 | 2 |
Name: libgd |
| 3 |
-Version: 2.2.4 |
|
| 3 |
+Version: 2.2.5 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: MIT |
| 6 | 6 |
URL: https://libgd.github.io/ |
| ... | ... |
@@ -8,7 +8,7 @@ Group: System/Libraries |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: https://github.com/libgd/libgd/releases/download/gd-%{version}/%{name}-%{version}.tar.xz
|
| 11 |
-%define sha1 libgd=67779817d7aecb94594c43ace949af350ca1df7f |
|
| 11 |
+%define sha1 libgd=b777b005c401b6fa310ccf09eeb29f6c6e17ab2c |
|
| 12 | 12 |
BuildRequires: libjpeg-turbo-devel |
| 13 | 13 |
BuildRequires: libpng-devel |
| 14 | 14 |
BuildRequires: libwebp-devel |
| ... | ... |
@@ -51,6 +51,8 @@ make %{?_smp_mflags} -k check
|
| 51 | 51 |
%{_libdir}/pkgconfig/*
|
| 52 | 52 |
|
| 53 | 53 |
%changelog |
| 54 |
+* Tue Oct 10 2017 Alexey Makhalov <amakhalov@vmware.com> 2.2.5-1 |
|
| 55 |
+- Updated to version 2.2.5 to address CVE-2017-6362 |
|
| 54 | 56 |
* Tue Jan 31 2017 Xiaolin Li <xiaolinl@vmware.com> 2.2.4-1 |
| 55 | 57 |
- Updated to version 2.2.4. |
| 56 | 58 |
* Wed Jan 18 2017 Kumar Kaushik <kaushikk@vmware.com> 2.2.3-3 |