Commit graph

8 commits

Author SHA1 Message Date
gdt
f84cad6cbe fix distinfo; patch-aa is gone 2012-03-16 00:15:15 +00:00
gdt
38f229c4fe Set license (GPLv2, or boutique license not in pkgsrc/licenses). 2012-03-16 00:14:36 +00:00
gdt
12c101dc74 Update to 0.6.0.1206569328141510525648634803928199668821045408958.
(Yes, that ridiculous version number really is what upstream calls it.)

No NEWS entry, but announcement includes:

2012-03-13  Zooko Wilcox-O'Hearn  <zooko@zooko.com>

      * src/pycryptopp/_version.py: release pycryptopp-0.6.0
      * add Ed25519 signatures (#75)
      * add XSalsa20 cipher (#40)
      * switch from darcs to git for revision control
      * pycryptopp version numbers now include a decimal encoding of *
      * reorganize the source tree and the version number generation
      * aesmodule.cpp: validate size of IV and throw exception if it
        is not 16 (#70)
      * fixed compile errors with gcc-4.7.0 (#78)
      * fixed compile errors concerning "CryptoPP::g_nullNameValuePairs" (#77)
      * suppress warnings from valgrind with new OpenSSL 1.0.1 on Fedora (#82)
      * raise Python exception instead of uncaught C++ exception
        (resulting in abort) when deserializing malformed RSA keys (#83)
2012-03-16 00:12:35 +00:00
gls
275bef5b5d Update security/py-cryptopp to 0.5.29.
Upstream changes:

Not complete, the only info mentionned in the Changelog is this:

2011-01-16 -- pycryptopp v0.5.28

re-enable the ECDSA module, but please do not rely on it as it is expected to
change in backwards-incompatible ways in future releases several changes to the
build system to make it tidier and less error-prone -- see revision control
history for details
2012-02-18 21:18:02 +00:00
gdt
87292b4bf3 Update to 0.5.25. Add patch to not install odd extraversion.h file.
2010-09-20 -- pycryptopp v0.5.25

    * make setup backwards-compatible to Python 2.4
    * fix incompatibilities between setup script and older versions of darcsver
    * don't attempt to compile Mac OS X extended attribute files (this fixes the build breaking)
    * include a version number of the specific version of Crypto++ in extraversion.h
    * small changes to docs

2010-09-18 -- pycryptopp v0.5.20

    * fix bugs in assembly implementation of SHA-256 from Crypto++
    * fix it to compile on *BSD (#39)
    * improve doc strings
    * add a quick start-up-self-test of SHA256 (#43)
    * execute the quick start-up-self-tests of AES and SHA256 on module import
2010-09-24 18:10:46 +00:00
gdt
e271ea57be This uses setuptools, so use egg.mk.
Substitute egg directory in PLIST to avoid hardcoded version.
2010-07-23 23:17:48 +00:00
gdt
2d1e75b669 Don't bl3 against crypto++.
While one would expect a python wrapper for a library to link with the
library, this packages's source has files from crypto++, and it
doesn't try to link against the installed crypto++.
2010-07-23 01:17:42 +00:00
gdt
2d1c8c73d7 Import py26-cryptopp-0.5.19 as security/py-cryptopp.
pycryptopp is a set of Python wrappers for a few of the best crypto
algorithms from the Crypto++ library.
2010-07-22 19:39:41 +00:00