Subject: CVS commit: pkgsrc/chat/py-axolotl
From: Adam Ciarcinski
Date: 2021-09-30 20:57:26
Message id: 20210930185726.E4166FA97@cvs.NetBSD.org

Log Message:
py-axolotl: updated to 0.2.3

0.2.3
- Apply padding also to messages of blocksize (16 bytes) length before
encryption

0.2.2
- Fixed error when plaintext to encrypt does not need padding

0.2.1
- Fixed error when signed prekey id is zero

0.2.0
- All operations are now to be done on bytes (which is str in py2),
removing all the need for decode/encode mumbo jumbo that was used in this lib
- Updated implementation of KeyHelper.generateRegistrationId to generate
values up to 16380 by default, and allow extending to 2147483647
- v2 messages are now not supported
- Use PKCS7 from cryptography lib for padding instead of own
implementation.

Files:
RevisionActionfile
1.2modifypkgsrc/chat/py-axolotl/Makefile
1.2modifypkgsrc/chat/py-axolotl/PLIST
1.2modifypkgsrc/chat/py-axolotl/distinfo