aboutsummaryrefslogtreecommitdiff
path: root/security/py-bcrypt
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-bcrypt: Update Test targetDanilo G. Baio2017-10-181-1/+1
| | | | | | | | | | Test targets should always invoke a Python version specific binary. Now using the setup.py test. Reported by: koobs Notes: svn path=/head/; revision=452387
* security/py-bcrypt: Update to 3.1.4, Take MAINTAINER'shipDanilo G. Baio2017-10-122-6/+13
| | | | | | | Some improvements: LICENSE; Test target; Allow concurrent installation; Notes: svn path=/head/; revision=451902
* security/py-bcrypt: update to 3.1.3Steve Wills2017-07-213-17/+9
| | | | Notes: svn path=/head/; revision=446302
* Remove obsolete PROJECTHOST.Mathieu Arnold2017-03-301-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=437328
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-2/+1
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Add LICENSEDmitry Marakasov2015-03-111-1/+8
| | | | | | | - Strip library Notes: svn path=/head/; revision=380998
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* - 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
* - Convert to autoplistMartin Wilke2014-03-091-6/+3
| | | | | | | | - Stage support - Bump PORTREVISIO Notes: svn path=/head/; revision=347586
* - Update to 0.4Martin Wilke2014-01-152-3/+3
| | | | Notes: svn path=/head/; revision=339748
* 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 to 0.3Martin Wilke2013-03-272-9/+4
| | | | Notes: svn path=/head/; revision=315349
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Add google mirrorMartin Wilke2011-04-121-1/+4
| | | | | | | | PR: 156067 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=272575
* - Update to 0.2Martin Wilke2011-02-274-13/+9
| | | | | | | | PR: 155032 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=269888
* py-bcrypt is a Python wrapper of OpenBSDs Blowfish password hashing code,Martin Wilke2007-03-074-0/+40
as described in A Future-Adaptable Password Scheme by Niels Provos and David Mazières. WWW: http://www.mindrot.org/projects/py-bcrypt/ Notes: svn path=/head/; revision=186805