From 3449bbf04619887dd5118c13970e8eddcb9c896e Mon Sep 17 00:00:00 2001 From: Simo Sorce simo@redhat.com Date: Wed, 31 Aug 2016 15:51:13 -0400 Subject: Security release 0.3.2
- Resolves: CVE-2016-6298 --- .gitignore | 3 +++ python-jwcrypto.spec | 6 +++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore index e0a0a03..099c62f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /jwcrypto-0.2.0.tar.gz /jwcrypto-0.2.1.tar.gz +/jwcrypto-0.3.0.tar.gz +/jwcrypto-0.3.1.tar.gz +/jwcrypto-0.3.2.tar.gz diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 4aec379..9331592 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -5,7 +5,7 @@ %define module_name jwcrypto
Name: python-jwcrypto -Version: 0.2.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Implements JWK,JWS,JWE specifications using python-cryptography
@@ -83,6 +83,10 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo
%changelog +* Wed Aug 31 2016 Simo Sorce simo@redhat.com - 0.3.2-1 +- Security release 0.3.2 +- Resolves: CVE-2016-6298 + * Mon Aug 3 2015 Simo Sorce simo@redhat.com - 0.2.1-1 - New release - Fixes some key generation issues diff --git a/sources b/sources index f903904..134fb6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f9c407df59c77dd911a103aaf0d346c jwcrypto-0.2.1.tar.gz +b171735481fa5103ca237a6ad4dceb47 jwcrypto-0.3.2.tar.gz
scm-commits@lists.fedoraproject.org