Summary: | [NEW PORT] security/py27-rsa: Pure-Python RSA implementation | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | koobs <koobs.freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Tom Judge <tj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
koobs
2012-05-30 12:00:14 UTC
Responsible Changed From-To: freebsd-ports-bugs->tj I'll take this one. tj 2012-06-14 00:28:47 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-rsa Makefile distinfo pkg-descr pkg-plist security/py-rsa/files patch-setup.py Log: Python-RSA is a pure-Python RSA implementation. It supports encryption 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) Revision Changes Path 1.1291 +1 -0 ports/security/Makefile 1.1 +31 -0 ports/security/py-rsa/Makefile (new) 1.1 +2 -0 ports/security/py-rsa/distinfo (new) 1.1 +12 -0 ports/security/py-rsa/files/patch-setup.py (new) 1.1 +5 -0 ports/security/py-rsa/pkg-descr (new) 1.1 +64 -0 ports/security/py-rsa/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added, with minor changes. Thanks! |