Next | Query returned 21 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2022-07-24 12:48:55 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-rsa: update to 4.9.

## Version 4.9 - release 2022-07-20

- Remove debug logging from `rsa/key.py`
  ([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
  ([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
- Do not include CHANGELOG/LICENSE/README.md in wheel
  ([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong \ 
way around
  ([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-11 21:06:49 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rsa: updated to 4.8

Version 4.8

- Switch to [Poetry](https://python-poetry.org/) for dependency and release \ 
management.
- Compatibility with Python 3.10.
- Chain exceptions using `raise new_exception from old_exception`
- Added marker file for PEP 561. This will allow type checking tools in \ 
dependent projects
  to use type annotations from Python-RSA
- Use the Chinese Remainder Theorem when decrypting with a private key. This
  makes decryption 2-4x faster
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-02-24 20:14:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rsa: updated to 4.7.2

Version 4.7.2
Fix picking/unpickling issue introduced in 4.7
   2021-02-16 19:46:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rsa: updated to 4.7.1

Version 4.7.1
Fix threading issue introduced in 4.7
   2021-01-11 08:35:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rsa: updated to 4.7

Version 4.7

CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code
Add padding length check as described by PKCS#1 v1.5
Reuse of blinding factors to speed up blinding operations.
Declare & test support for Python 3.9
   2020-09-01 06:09:40 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-rsa: remove outdated patch

Next | Query returned 21 messages, browsing 1 to 10 | Previous