aboutsummaryrefslogtreecommitdiff
path: root/security/py-rsa
Commit message (Collapse)AuthorAgeFilesLines
* security/py-rsa: Update to 3.1.2Kubilay Kocak2013-09-265-20/+19
| | | | | | | | | | | | | | | | | | | | - Update to 3.1.2 - Update pkg-plist - pkg-descr: Tab->space for WWW: - Update setup.py patch - Add TEST_DEPENDS and regression-test: target - BUILD_DEPENDS are actually RUN_DEPENDS - Whitespace alignment Changes: https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.2 PR: ports/182298 Submitted by: Alexey Degtyarev <alexey@renatasystems.org> Notes: svn path=/head/; revision=328367
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-6/+2
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* - Update to 3.1.1Sofian Brabez2012-07-054-13/+14
| | | | | | | | PR: ports/169536 Submitted by: koobs <koobs.freebsd at gmail.com> (maintainer) Notes: svn path=/head/; revision=300518
* - Update to 3.1Frederic Culot2012-06-173-44/+49
| | | | | | | | | | | - Use dirrm instead of dirrmtry for non-shared directories in plist - Sort plist PR: ports/169176 Submitted by: koobs <koobs.freebsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=299465
* Python-RSA is a pure-Python RSA implementation. It supports encryptionTom Judge2012-06-145-0/+114
and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. WWW: http://stuvel.eu/rsa PR: ports/168460 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: eadler (mentor) Notes: svn path=/head/; revision=299229