From 6bc4823face2081bafa82571caff4e6a728e8a69 Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Tue, 4 Aug 2020 16:48:43 +0800 Subject: [PATCH] update python-rsa.spec. --- python-rsa.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-rsa.spec b/python-rsa.spec index b4feecf..f71c76a 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -1,12 +1,14 @@ Name: python-rsa Version: 3.4.2 -Release: 11 +Release: 12 Summary: Pure-Python RSA implementation License: ASL 2.0 URL: http://stuvel.eu/rsa Source0: https://pypi.python.org/packages/source/r/rsa/rsa-%{version}.tar.gz BuildArch: noarch +Patch1: 0001-Fix-CVE-2020-13757.patch + %description Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, @@ -79,5 +81,8 @@ mv $RPM_BUILD_ROOT%{_bindir}/pyrsa-decrypt-bigfile $RPM_BUILD_ROOT%{_bindir}/pyr %{__python3} setup.py test %changelog +* Thu Aug 4 2020 yanglongkang - 3.4.2-12 +- fix CVE-2020-13757 + * Mon Feb 10 2020 Ruijun Ge - 3.4.2-11 - package init