Remove vulnerable Windows installers from python-libs rpm packaging. The Windows installers use vulnerable libraries of zlib-1.2.3.
Change-Id: I08ee7152cffad1a5ba1749c467364b8f4c20b28a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5702
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A high-level scripting language |
| 2 | 2 |
Name: python2 |
| 3 | 3 |
Version: 2.7.15 |
| 4 |
-Release: 1%{?dist}
|
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 | 5 |
License: PSF |
| 6 | 6 |
URL: http://www.python.org/ |
| 7 | 7 |
Group: System Environment/Programming |
| ... | ... |
@@ -189,6 +189,7 @@ make test |
| 189 | 189 |
%exclude %{_libdir}/python2.7/bsddb/test
|
| 190 | 190 |
%exclude %{_libdir}/python2.7/ctypes/test
|
| 191 | 191 |
%exclude %{_libdir}/python2.7/distutils/tests
|
| 192 |
+%exclude %{_libdir}/python2.7/distutils/command/wininst*exe
|
|
| 192 | 193 |
%exclude %{_libdir}/python2.7/email/test
|
| 193 | 194 |
%exclude %{_libdir}/python2.7/json/tests
|
| 194 | 195 |
%exclude %{_libdir}/python2.7/sqlite3/test
|
| ... | ... |
@@ -234,6 +235,8 @@ make test |
| 234 | 234 |
%{_libdir}/python2.7/test/*
|
| 235 | 235 |
|
| 236 | 236 |
%changelog |
| 237 |
+* Mon Sep 17 2018 Dweep Advani <dadvani@vmware.com> 2.7.15-2 |
|
| 238 |
+- Remove vulnerable Windows installers from python-libs rpm |
|
| 237 | 239 |
* Fri Aug 17 2018 Dweep Advani <dadvani@vmware.com> 2.7.15-1 |
| 238 | 240 |
- Update to version 2.7.15 |
| 239 | 241 |
* Fri Apr 27 2018 Xiaolin Li <xiaolinl@vmware.com> 2.7.13-13 |