~rafaeldtinoco/ubuntu/+source/python-crypto:lp1862928-focal

Last commit made on 2020-02-12
Get this branch:
git clone -b lp1862928-focal https://git.launchpad.net/~rafaeldtinoco/ubuntu/+source/python-crypto
Only Rafael David Tinoco can upload to this branch. If you are Rafael David Tinoco please log in for upload directions.

Branch merges

Branch information

Name:
lp1862928-focal
Repository:
lp:~rafaeldtinoco/ubuntu/+source/python-crypto

Recent commits

08c556c... by Rafael David Tinoco

update-maintainer

cd520f6... by Rafael David Tinoco

changelog

8c8556f... by Matthias Klose

Import patches-unapplied version 2.6.1-11ubuntu2 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: f27ab89de73700dd5c7a166b354dcc81c0e24be8

New changelog entries:
  * Call python2 in the python2 autopkg test.
  * Remove the install files, instead export PYBUILD_NAME=crypto.

f27ab89... by Sebastian Ramacher

Import patches-unapplied version 2.6.1-11 to debian/sid

Imported using git-ubuntu import.

Changelog parent: b35d35f421c4bd3edbdc56434b2a0a4408a77300

New changelog entries:
  * debian/control:
    - Bump Standards-Version
    - Set RRR: no
  * debian/patches: Replace time.clock with timeit.default_timer (Closes:
    #942665)

b35d35f... by Sebastian Ramacher

Import patches-unapplied version 2.6.1-10 to debian/sid

Imported using git-ubuntu import.

Changelog parent: a4b1f40c4e80eecbbcfe0abf5043ebf1d112e124

New changelog entries:
  [ Kenneth J. Pronovici ]
  * Eliminate dependency on epydoc, which will be removed (Closes: #933618)
    - Update debian/rules to no longer build epydoc documentation
    - Update debian/control to remove Build-Depends: python-epydoc
    - Update debian/control to remove now-empty python-crypto-doc package
    - Update debian/control to remove Suggests: python-crypto-doc
    - Remove debian/python-crypto-doc.doc-base
    - Remove debian/python-crypto-doc.docs
  [ Sebastian Ramacher ]
  * debian/control: Bump Standards-Version.
  * debian/: Bump debhelper compat to 12.

a4b1f40... by Sebastian Ramacher

Import patches-unapplied version 2.6.1-9 to debian/sid

Imported using git-ubuntu import.

Changelog parent: ceb4c4456729cc6c2d9fa81ef756880e21c3d8af

New changelog entries:
  * debian/control:
    - Move to salsa.d.o.
    - Bump Standards-Version.
  * debian/: Bump debhelper compat to 11.
  * debian/tests: Add allow-stderr restriction instead of fidling with
    warnings.
  * debian/patches: Apply backported patch from pycryptodome to Fix ElGamal
    key generation (CVE-2018-6594). (Closes: #889999)
  * debian/copyright: Update copyright years.

ceb4c44... by Sebastian Ramacher

Import patches-unapplied version 2.6.1-8 to debian/sid

Imported using git-ubuntu import.

Changelog parent: e5dcf974decf0e0d2e850db7b0251b760e05a381

New changelog entries:
  * debian/control:
    - Run wrap-and-sort.
    - Bump Standards-Version.
    - Remove Andreas from Uploaders. Thank you for all your work on
      python-crypto! (Closes: #880436)
    - Remove Priority: extra.

e5dcf97... by Sebastian Ramacher

Import patches-unapplied version 2.6.1-7 to debian/sid

Imported using git-ubuntu import.

Changelog parent: a2c2d25cdb3050de7543e1c5427d49d5cc2adeef

New changelog entries:
  [ Salvatore Bonaccorso ]
  * Throw exception when IV is used with ECB or CTR (CVE-2013-7459)
    (Closes: #849495)
  [ Sebastian Ramacher ]
  * debian/control:
    - Bump Standards-Version.
    - Update Vcs-Git
  * debian/rules: Remove dh_strip override for automatic dbgsym packages.
  * debian/{control,compat}: Bump debhelper compat to 10.

a2c2d25... by Sebastian Ramacher

Import patches-unapplied version 2.6.1-6 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 6e3397aed533a6c1fa5b06f0a887a59bf8f89691

New changelog entries:
  * debian/control:
    - Bump Standards-Version.
    - Remove XS-Testsuite, no longer needed.
    - Remove obsolete Breaks+Replaces
    - Move to collab-maint.
  * debian/rules: Do not run tests if only building arch all packages. (Closes:
    #806866)

6e3397a... by Sebastian Ramacher

Import patches-unapplied version 2.6.1-5 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 0f86706cca754c34dc58219219803c5cf7569f99

New changelog entries:
  * debian/patches/asn1-decoding.patch: Fix TypeError in ASN1 implementation.
    Thanks to Stefanos Harhalakis for the patch. (Closes: #746180)