aboutsummaryrefslogtreecommitdiff
path: root/security/py-pynacl
Commit message (Collapse)AuthorAgeFilesLines
* security/py-pynacl: Update 1.2.1 -> 1.3.0Yuri Victorovich2018-09-282-6/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=480842
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | 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
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Corrected shared library names that got the .abi3 suffix for python-36 and ↵Yuri Victorovich2018-01-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | up after devel/py-cffi upgrade to 1.11.2 This is the followup for the r457997 commit that updated devel/py-cffi to 1.11.2. As it turned out, the shared object names built by py-cffi has changed in python 36. Dependent ports can choose between installing such shared object as part of their plist, or generating them in the runtime and placing them into ~/.cache/{port-name}/ The former ones, that include the shared objects in their plist, got affected. 4 of the ports were failing explicitly in their py36 flavor during the strip phase. The other 6 were either missing strip entirely, or performed the strip operation without using explicit shared object names. These 6 ports didn't trigger any build errors, and were failing silently during the runtime, making the problem very hard to detect. Precisely, .abi3 suffix is now added for the py36 flavor of relevant ports. Here are the 10 ports that got affected and are now corrected: databases/py-psycopg2cffi devel/py-pygit2 devel/py-xattr devel/py-pyopencl devel/py-atomiclong multimedia/py-librtmp net/py-nnpy security/py-bcrypt security/py-cryptography security/py-pynacl All of them got the * in the stripped shared object name, and a PORTREVISION bump. Notes: svn path=/head/; revision=458167
* security/py-pynacl: Update to 1.2.1Yuri Victorovich2017-12-212-5/+5
| | | | | | | | | Reported by: portscout Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13567 Notes: svn path=/head/; revision=456943
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-pynacl: Update to 1.2.0Yuri Victorovich2017-11-113-13/+13
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12968 Notes: svn path=/head/; revision=454002
* - Update libsodium to 1.0.15 [1]Vsevolod Stakhov2017-10-221-0/+1
| | | | | | | | | | - Bump revisions for all dependent ports PR: 223147 [1] Submitted by: Greg V [1] Notes: svn path=/head/; revision=452629
* - Update to 1.1.2Martin Wilke2017-04-212-8/+10
| | | | | | | | | | | - Added USES=localbase - Added the option BUNDLED_NACL that uses bundled NaCl PR: 218263 Submitted by: maintainer Notes: svn path=/head/; revision=439022
* Add do-test targetKirill Ponomarev2017-03-231-0/+4
| | | | | | | | | Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Approved by: mat (mentor), maintainer Differential Revision: https://reviews.freebsd.org/D10103 Notes: svn path=/head/; revision=436772
* Update security/py-pynacl to 1.1.1Kirill Ponomarev2017-03-222-4/+4
| | | | | | | | | | PR: 217938 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10077 Notes: svn path=/head/; revision=436710
* security/libsodium: Upgrade version 1.0.8 => 1.0.10John Marino2016-07-121-1/+1
| | | | | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer) Notes: svn path=/head/; revision=418449
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update libsodium to 1.0.8Vsevolod Stakhov2016-03-231-0/+1
| | | | | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at Notes: svn path=/head/; revision=411691
* - Update to 1.0.1Wen Heping2016-03-063-22/+10
| | | | | | | | PR: 207672 Submitted by: yuri@rawbw.com(maintainer) Notes: svn path=/head/; revision=410226
* PyNaCl is a Python binding to the Networking and Cryptography library, a cryptoMartin Wilke2016-01-044-0/+48
library with the stated goal of improving usability, security and speed. WWW: https://pypi.python.org/pypi/PyNaCl/ PR: 205060 Submitted by: Yuri Victorovich <yuri@rawbw.com> Notes: svn path=/head/; revision=405221