Change-Id: I6076da5d7a19be7736794da6e5d70249776bb032
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1458
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>
(cherry picked from commit 76ad371b18498f46991d680992710782bbefbb0d)
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1460
Tested-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,20 +1,18 @@ |
| 1 | 1 |
Summary: Management tools and libraries relating to cryptography |
| 2 | 2 |
Name: openssl |
| 3 |
-Version: 1.0.2h |
|
| 4 |
-Release: 5%{?dist}
|
|
| 3 |
+Version: 1.0.2j |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: OpenSSL |
| 6 | 6 |
URL: http://www.openssl.org |
| 7 | 7 |
Group: System Environment/Security |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://www.openssl.org/source/%{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 openssl=577585f5f5d299c44dd3c993d3c0ac7a219e4949 |
|
| 11 |
+%define sha1 openssl=bdfbdb416942f666865fa48fe13c2d0e588df54f |
|
| 12 | 12 |
Patch0: c_rehash.patch |
| 13 | 13 |
Patch1: openssl-1.0.2f-ipv6apps.patch |
| 14 | 14 |
Patch2: openssl-init-conslidate.patch |
| 15 | 15 |
Patch3: openssl-use-fips-drbg-by-default.patch |
| 16 |
-Patch4: CVE-2016-6303.patch |
|
| 17 |
-Patch5: CVE-2016-2182.patch |
|
| 18 | 16 |
Requires: bash glibc libgcc |
| 19 | 17 |
|
| 20 | 18 |
%description |
| ... | ... |
@@ -55,8 +53,6 @@ Perl scripts that convert certificates and keys to various formats. |
| 55 | 55 |
%patch1 -p1 |
| 56 | 56 |
%patch2 -p1 |
| 57 | 57 |
%patch3 -p1 |
| 58 |
-%patch4 -p1 |
|
| 59 |
-%patch5 -p1 |
|
| 60 | 58 |
|
| 61 | 59 |
%build |
| 62 | 60 |
export CFLAGS="%{optflags}"
|
| ... | ... |
@@ -116,6 +112,8 @@ rm -rf %{buildroot}/*
|
| 116 | 116 |
/%{_bindir}/c_rehash
|
| 117 | 117 |
|
| 118 | 118 |
%changelog |
| 119 |
+* Mon Sep 26 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.2j-1 |
|
| 120 |
+- Update to 1.0.2.j |
|
| 119 | 121 |
* Wed Sep 21 2016 Kumar Kaushik <kaushikk@vmware.com> 1.0.2h-5 |
| 120 | 122 |
- Security bug fix, CVE-2016-2182. |
| 121 | 123 |
* Tue Sep 20 2016 Kumar Kaushik <kaushikk@vmware.com> 1.0.2h-4 |