From 085b0a581ae88736d9f95f8b85ec5bec5f49f076 Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Tue, 4 Aug 2020 17:48:41 +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..a4fbbc9 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-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 +* Tue Aug 4 2020 yanglongkang - 3.4.2-12 +- fix CVE-2020-13757 + * Mon Feb 10 2020 Ruijun Ge - 3.4.2-11 - package init