Security release 0.3.2
- Resolves: CVE-2016-6298
This commit is contained in:
parent
ea6d05b30c
commit
cd1f3ac9c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/jwcrypto-0.2.1.tar.gz
|
||||
/jwcrypto-0.3.0.tar.gz
|
||||
/jwcrypto-0.3.1.tar.gz
|
||||
/jwcrypto-0.3.2.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
5be96fc2f0768e2b747e1cc6251da9670609e5e9b167edd65489d45c10c09c59bcf9079a8c687fffb67e39f6175c892c301e188c0e22e1e48dba5aaa00eaeab7 jwcrypto-0.3.1.tar.gz
|
1
jwcrypto-0.3.2.tar.gz.sha512sum.txt
Normal file
1
jwcrypto-0.3.2.tar.gz.sha512sum.txt
Normal file
@ -0,0 +1 @@
|
||||
3a66407a8bb590f8fdd02d87a9c2991118c7a332e4210f08e6af2b38b813ec2bc30afbcea75270d1ee0f70d0fff29fe98731270a8a457b2ca87e576ebe3046e9 jwcrypto-0.3.2.tar.gz
|
@ -5,7 +5,7 @@
|
||||
%define module_name jwcrypto
|
||||
|
||||
Name: python-jwcrypto
|
||||
Version: 0.3.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
|
||||
|
||||
* Fri Aug 19 2016 Simo Sorce <simo@redhat.com> - 0.3.1-1
|
||||
- Bugfix release 0.3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user