1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
python-ecdsa (0.13-2+deb9u1) stretch-security; urgency=high
* Add patch for strict error checking in DER decoding integers.
Fix:
- CVE-2019-14853
- CVE-2019-14859
-- Josue Ortega <josue@debian.org> Sat, 07 Dec 2019 09:44:47 -0600
python-ecdsa (0.13-2) unstable; urgency=medium
* Upload to unstable.
-- Sebastian Ramacher <sramacher@debian.org> Sat, 25 Apr 2015 12:19:22 +0200
python-ecdsa (0.13-1) experimental; urgency=medium
* New upstream release.
* debian/watch: Use PyPI redirector.
* debian/patches/system-six.patch: Refresh patch.
* debian/control: Bump Standards-Version.
-- Sebastian Ramacher <sramacher@debian.org> Mon, 09 Feb 2015 00:59:40 +0100
python-ecdsa (0.11-1) unstable; urgency=medium
* New upstream release.
* Switch to tarball from PyPI:
- debian/watch: Use PyPI.
- debian/patches/upstream-_version.patch: Removed, no longer needed.
- debian/copyright: Point Source to PyPI.
* debian/copyright: Update copyright years.
* Add DEP-8 tests:
- debian/tests: Add tests.
- debian/control: Add XS-Testsuite.
* debian/control: Add X-Python-Version. Upstream dropped support for
anything before 2.6.
-- Sebastian Ramacher <sramacher@debian.org> Tue, 11 Mar 2014 13:15:59 +0100
python-ecdsa (0.10-2) unstable; urgency=low
* Add Python 3 package.
- debian/rules: Add --with python3.
- debian/python{,3}-ecdsa.install: Add install files to place files in
correct packages.
- debian/control: Add python3-all and python3-six to Build-Depends.
* debian/copyright: Relicense Debian packaging as Expat.
* debian/patches/upstream-_version.patch: Add upstream's ecdsa/_version.py
which is not included in the tarball from GitHub.
-- Sebastian Ramacher <sramacher@debian.org> Sat, 21 Dec 2013 17:09:07 +0100
python-ecdsa (0.10-1) unstable; urgency=low
* New upstream release. (Closes: #730663)
* New maintainer. (Closes: #731789)
* debian/control:
- Move Homepage to Source paragraph.
- Update Standards-Version to 3.9.5.
- Add openssl to Build-Depends for compatibility tests.
* debian/rules:
- Install upstream changelog.
- Make sure that test data is not installed.
* Switch to pybuild:
- debian/control: Add dh-python to Build-Depends.
- debian/rules: Use pybuild build system.
* debian/copyright:
- Convert to Copyright Format 1.0.
- Add myself.
* Use python-six instead of embedded copy.
- debian/patches/system-six.patch: Adopt imports to system copy.
- debian/rules: Make sure that embedded copy is not installed.
- debian/control: Add python-six to (Build-)Depends.
-- Sebastian Ramacher <sramacher@debian.org> Tue, 10 Dec 2013 05:05:35 +0100
python-ecdsa (0.8-1) unstable; urgency=low
* Initial package in Debian. Closes: #704474.
-- Bart Martens <bartm@debian.org> Mon, 01 Apr 2013 16:34:34 +0000
|