./security/py-crypto, Cryptographic and hash functions for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q4, Version: 2.6.1nb3, Package name: py27-crypto-2.6.1nb3, Maintainer: gdt

Python extensions using OpenSSL which contains hashing algorithms,
chaffing/winnowing, random number generation, various utility modules,
and several block encryption and digital signature algorithms.


Required to run:
[lang/python27] [devel/gmp]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: aeda3ed41caf1766409d4efc689b9ca30ad6aeb2
RMD160: ac0db079e5e4be9daf739e094c10e96291dbc009
Filesize: 435.781 KB

Version history: (Expand)


CVS history: (Expand)


   2017-03-13 08:39:32 by S.P.Zeidler | Files touched by this commit (4)
Log message:
Pullup ticket #5223 - requested by sevan
security/py-crypto: security patch

Revisions pulled up:
- security/py-crypto/Makefile                                   1.40
- security/py-crypto/distinfo                                   1.13
- security/py-crypto/patches/patch-lib_Crypto_SelfTest_Cipher_common.py 1.2
- security/py-crypto/patches/patch-src_block_template.c         1.1

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Tue Mar  7 23:17:51 UTC 2017

   Modified Files:
           pkgsrc/security/py-crypto: Makefile distinfo
   Added Files:
           pkgsrc/security/py-crypto/patches:
               patch-lib_Crypto_SelfTest_Cipher_common.py
               patch-src_block_template.c

   Log message:
   Patch CVE-2013-7459, obtained from:
   https://github.com/dlitz/pycrypto/commit/8dbe0dc3eea5c689d4f76b37b93fe216cf1f00d4
   Bump rev.

   Reviewed by: wiz

   To generate a diff of this commit:
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/py-crypto/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-crypto/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/security/py-crypto/patches/patch-lib_Crypto_SelfTest_Cipher_common.py \
       pkgsrc/security/py-crypto/patches/patch-src_block_template.c

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Wed Mar  8 01:09:00 UTC 2017

   Modified Files:
           pkgsrc/security/py-crypto: distinfo
           pkgsrc/security/py-crypto/patches:
               patch-lib_Crypto_SelfTest_Cipher_common.py

   Log message:
   Tabs vs spaces!
   Unbreak with the Python 3 versions of the package.
   Heads up by Daniel Jakots.

   To generate a diff of this commit:
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-crypto/distinfo
   cvs rdiff -u -r1.1 -r1.2 \
       pkgsrc/security/py-crypto/patches/patch-lib_Crypto_SelfTest_Cipher_common.py