Change-Id: Ifdc2ff0db67130f88b3de145bd19222d255948f5
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4776
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,15 +1,14 @@ |
| 1 | 1 |
Summary: ASN.1 library |
| 2 | 2 |
Name: libtasn1 |
| 3 |
-Version: 4.12 |
|
| 3 |
+Version: 4.13 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv3+ and LGPLv2+ |
| 6 | 6 |
URL: http://www.gnu.org/software/libtasn1/ |
| 7 | 7 |
Source0: http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz
|
| 8 |
-%define sha1 libtasn1=f9a05b3b8acf319d89f07267407c03b184c4e3b0 |
|
| 8 |
+%define sha1 libtasn1=a84afb4cd8187c1fa5901c6bc1cf1486eea66635 |
|
| 9 | 9 |
Group: System Environment/Libraries |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| 12 |
-Patch0: libtasn1-CVE-2017-10790.patch |
|
| 13 | 12 |
|
| 14 | 13 |
%description |
| 15 | 14 |
Libtasn1 library provides Abstract Syntax Notation One (ASN.1, as specified by the X.680 ITU-T recommendation) parsing and structures management, |
| ... | ... |
@@ -26,7 +25,6 @@ developing applications that use libtasn1. |
| 26 | 26 |
|
| 27 | 27 |
%prep |
| 28 | 28 |
%setup -q |
| 29 |
-%patch0 -p1 |
|
| 30 | 29 |
|
| 31 | 30 |
%build |
| 32 | 31 |
./configure \ |
| ... | ... |
@@ -57,6 +55,8 @@ make %{?_smp_mflags} check
|
| 57 | 57 |
%{_mandir}/man3/*
|
| 58 | 58 |
|
| 59 | 59 |
%changelog |
| 60 |
+* Mon Feb 12 2018 Xiaolin Li <xiaolinl@vmware.com> 4.13-1 |
|
| 61 |
+- Update to version 4.13 fix CVE-2018-6003. |
|
| 60 | 62 |
* Tue Oct 10 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 4.12-1 |
| 61 | 63 |
- update to 4.12 and apply patch for CVE-2017-10790 |
| 62 | 64 |
* Tue Apr 04 2017 Kumar Kaushik <kaushikk@vmware.com> 4.10-1 |