aboutsummaryrefslogtreecommitdiff
path: root/security/py-rsa
Commit message (Collapse)AuthorAgeFilesLines
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* security/py-rsa: Update to 3.4.2Kubilay Kocak2017-07-164-17/+7
| | | | | | | | | * Add TEST_DEPENDS (upstream uses pytest, this will use nose) * Remove setup.py patch * Update WWW (permanent redirect to https) Notes: svn path=/head/; revision=446012
* Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26Rene Ladan2016-11-131-1/+0
| | | | Notes: svn path=/head/; revision=426059
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* security/py-rsa: Update to 3.3 (Fixes CVE-2016-1494)Kubilay Kocak2016-02-043-22/+21
| | | | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (3.3) - Modernize TEST entries (test target, TEST_DEPENDS, et al) - Update setup.py patch (zip_safe no longer needed) - Add LICENSE_FILE - Enable NO_ARCH This version fixed a security vulnerability: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-1494 PR: 206746 Reported by: Sevan Janiyan <venture37 geeklan co.uk> Security: e78bfc9d-cb1e-11e5-b251-0050562a4d7b Security: CVE-2016-1494 MFH: 2016Q1 Notes: svn path=/head/; revision=408021
* devel/py-asn1: move to devel/py-pyasn1 to match PyPI nameRuslan Makhmatkhanov2015-11-181-1/+2
| | | | | | | | | | | | | - move to devel/py-pyasn1 to match PyPI name - update *_DEPENDS and bump PORTREVISION in dependent ports - reset PORTEPOCH PR: 204567 Submitted by: John W. O'Brien <john@saltant.com> Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) Notes: svn path=/head/; revision=401898
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* security/py-rsa: Update to 3.1.4, add TESTS optionKubilay Kocak2014-03-082-4/+8
| | | | | | | | | | | | - Update to 3.1.4 - Add TESTS option Changes: * https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.4 Notes: svn path=/head/; revision=347447
* security/py-rsa: Modernise: STAGE and AUTOPLISTKubilay Kocak2014-02-012-75/+3
| | | | | | | | | | - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Deprecate easy_install target - Bump PORTREVISION Notes: svn path=/head/; revision=342146
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* 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