2018-12-04 15:01:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:53:58 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-05-17 17:15:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 1 16:30:14 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to Version 3.4.2
|
|
|
|
* Fixed dates in CHANGELOG.txt
|
|
|
|
- Update to Version 3.4.1
|
|
|
|
* Included tests/private.pem in MANIFEST.in
|
|
|
|
* Included README.md and CHANGELOG.txt in MANIFEST.in
|
|
|
|
- Update to Version 3.4
|
|
|
|
* Moved development to Github: https://github.com/sybrenstuvel/python-rsa
|
|
|
|
* Solved side-channel vulnerability by implementing blinding, fixes #19
|
|
|
|
* Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see
|
|
|
|
https://github.com/sybrenstuvel/python-rsa/issues/13
|
|
|
|
* Integration with Travis-CI, Coveralls and Code Climate
|
|
|
|
* Deprecated the old rsa._version133 and rsa._version200 submodules, they will be
|
|
|
|
completely removed in version 4.0.
|
|
|
|
* Add an 'exponent' argument to key.newkeys()
|
|
|
|
* Switched from Solovay-Strassen to Miller-Rabin primality testing, to
|
|
|
|
comply with NIST FIPS 186-4 as probabilistic primality test
|
|
|
|
(Appendix C, subsection C.3):
|
|
|
|
* Fixed bugs #12, #14, #27, #30, #49
|
|
|
|
- Update to Version 3.3
|
|
|
|
* Thanks to Filippo Valsorda: Fix BB'06 attack in verify() by
|
|
|
|
switching from parsing to comparison.
|
|
|
|
* Simplified Tox configuration and dropped Python 3.2 support. The
|
|
|
|
coverage package uses a u'' prefix, which was reintroduced in 3.3
|
|
|
|
for ease of porting.
|
|
|
|
- Update to Version 3.2.3
|
|
|
|
* Added character encoding markers for Python 2.x
|
|
|
|
- Update to Version 3.2.1
|
|
|
|
* Added per-file licenses
|
|
|
|
* Added support for wheel packages
|
|
|
|
* Made example code more consistent and up to date with Python 3.4
|
|
|
|
- Update to Version 3.2
|
|
|
|
* Mentioned support for Python 3 in setup.py
|
|
|
|
- Implement single-spec version.
|
|
|
|
- Fix source URL.
|
|
|
|
- Remove cve_2016-1494.diff, fixed in latest version.
|
|
|
|
|
2016-01-05 22:40:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 5 18:39:56 UTC 2016 - rjschwei@suse.com
|
|
|
|
|
|
|
|
- Fix CVE 2016-1494 (bsc#960680)
|
|
|
|
- Add patch cve_2016-1494.diff
|
|
|
|
|
2015-12-02 07:39:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 1 15:02:09 UTC 2015 - rjschwei@suse.com
|
|
|
|
|
|
|
|
- Include version 3.1.4 in SLE 12 (FATE#319904, bsc#954690)
|
|
|
|
|
2015-11-20 18:53:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 20 17:53:48 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Fix coreutils requirement
|
|
|
|
|
2015-09-24 15:07:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 23 11:35:21 UTC 2015 - rjschwei@suse.com
|
|
|
|
|
|
|
|
- require coreutils (bsc#935595)
|
|
|
|
+ %pre section uses rm which is part of coreutils package
|
|
|
|
|
2015-05-16 15:22:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 12 14:50:12 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
|
|
|
|
- update to version 3.1.4:
|
|
|
|
* no changelog available
|
|
|
|
- add test dependency python-unittest2
|
|
|
|
- fix update-alternatives
|
|
|
|
- run the tests with run_tests.py
|
|
|
|
- add README.rst to the package documentation
|
|
|
|
|
2014-11-14 16:40:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 08 20:23:00 UTC 2014 - Led <ledest@gmail.com>
|
|
|
|
|
|
|
|
- fix bashisms in pre script
|
|
|
|
|
2013-10-12 01:58:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 11 23:06:55 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 3.1.2
|
|
|
|
+ No changelog available
|
|
|
|
- Replace python-distribute with python-setuptools BuildRequires
|
|
|
|
- Remove rsa-use-system-setuptools.patch; merged upstream
|
|
|
|
- Implement update-alternatives
|
|
|
|
|
2012-11-23 12:19:49 +01:00
|
|
|
-------------------------------------------------------------------
|
2013-08-12 17:23:37 +02:00
|
|
|
Mon Aug 12 15:26:44 UTC 2013 - speilicke@suse.com
|
2012-11-23 12:19:49 +01:00
|
|
|
|
2013-08-12 17:23:37 +02:00
|
|
|
- Add rsa-use-system-setuptools.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 23 11:18:01 UTC 2012 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Update to version 3.1.1:
|
2012-11-23 12:19:49 +01:00
|
|
|
+ Upstream provides no changelog
|
|
|
|
|
2012-05-19 20:51:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 18 00:58:19 UTC 2012 - jfunk@funktronics.ca
|
|
|
|
|
|
|
|
- Initial release
|
|
|
|
|