aboutsummaryrefslogtreecommitdiff
path: root/security/py-openssl
Commit message (Collapse)AuthorAgeFilesLines
* Convert to options target helperSunpoet Po-Chuan Hsieh2019-03-281-1/+3
| | | | | | | | | - Add NO_ARCH Approved by: portmgr (blanket) Notes: svn path=/head/; revision=497052
* - Update to 18.0.0Sofian Brabez2018-10-212-6/+5
| | | | Notes: svn path=/head/; revision=482680
* 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
* - Fix RUN_DEPENDSSofian Brabez2018-01-221-1/+2
| | | | | | | | PR: 225354 Submitted by: Yasuhiro Kimura <yasu at utahime.org> Notes: svn path=/head/; revision=459657
* - Update to 17.5.0Sofian Brabez2018-01-202-4/+4
| | | | Notes: svn path=/head/; revision=459548
* 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-openssl: Fix RUN_DEPENDSKubilay Kocak2017-09-251-2/+1
| | | | | | | | | | | | - Fix RUN_DEPENDS minimum version of cryptography to match that in setup.py [1] - Remove EXAMPLESDIR, already set and noop'd by USE_PYTHON=concurrent PR: 222520 [1] Submitted by: Yasuhiro KIMURA <yasu utahime org> [1] Approved by: portmgr (blanket) Notes: svn path=/head/; revision=450578
* - Update to 17.3.0Sofian Brabez2017-09-222-4/+4
| | | | Notes: svn path=/head/; revision=450350
* [NEW] security/py3-openssl: Create Python 3.x version of portBen Woods2017-06-071-2/+2
| | | | | | | | | | | | | | | | | The latest www/py-requests update [1] unbundled its dependencies, now requiring chardet, idna, urllib3 and certifi from ports. www/py3-requests port was not tested during QA, which would have highlighted the need for many new py3-* ports (and their dependencies). This change creates one of those ports. [1] https://svnweb.freebsd.org/changeset/ports/442565 PR: 219833 Notes: svn path=/head/; revision=442841
* - Update to 16.2.0Sofian Brabez2017-02-222-3/+4
| | | | Notes: svn path=/head/; revision=434646
* - Add LICENSE_FILEDmitry Marakasov2016-09-221-1/+2
| | | | | | | | | - Switch to new test framework Approved by: portmgr blanket Notes: svn path=/head/; revision=422634
* - Update to 16.0.0Sofian Brabez2016-04-132-4/+4
| | | | | | | - Allow Python concurrent installation Notes: svn path=/head/; revision=413233
* 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
* Update to 0.15.1.Xin LI2015-06-172-3/+3
| | | | | | | | | PR: 200473 Submitted by: sef Approved by: maintainer timeout Notes: svn path=/head/; revision=389892
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-5/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* - Add CPE entriesSofian Brabez2014-07-111-0/+4
| | | | Notes: svn path=/head/; revision=361576
* - Update to 0.14Sofian Brabez2014-03-064-25/+13
| | | | | | | | | | - Update pkg-descr PR: ports/187002 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> Notes: svn path=/head/; revision=347183
* - Stage supportAntoine Brodin2014-02-052-53/+6
| | | | | | | - Use PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=342862
* 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Fix build on 7.xSofian Brabez2011-09-191-0/+11
| | | | | | | | Reported by: pav@ Approved by: miwi@ (mentor) Notes: svn path=/head/; revision=281979
* - Update to 0.13Sofian Brabez2011-09-083-3/+12
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=281456
* - Update to 0.12Sofian Brabez2011-07-082-4/+6
| | | | | | | | | - Add LICENSE Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=277347
* Update my MAINTAINER address to sbz at FreeBSD.org.Sofian Brabez2011-03-181-1/+1
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=271244
* - Update to 0.11Philippe Audeoud2010-11-043-7/+7
| | | | | | | | PR: ports/151885 Submitted by: Sofian Brabez <sbrabez AT gmail.com> (maintainer) Notes: svn path=/head/; revision=264029
* Over to new volunteer.Mark Linimon2010-05-231-1/+1
| | | | Notes: svn path=/head/; revision=254921
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2010-05-231-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=254920
* - Update to 0.10Pietro Cerutti2010-02-184-247/+29
| | | | | | | | | | | | | - Respect NOPORTEXAMPLES - Remove unnecessary patch, it is now applied upstream PR: 142784 Submitted by: Sofian Brabez <sbrabez@gmail.com> Approved by: maintainer timeout (more than 1 month) Feature safe: yes Notes: svn path=/head/; revision=250033
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Fix an issue in the py-openssl package that can lead toMaxim Sobolev2009-02-112-0/+242
| | | | | | | | | | | | | | | | | | interpreter crash with the following error message: Fatal Python error: ceval: tstate mix-up Abort trap: 6 (core dumped) Detailed explanation and analysis can be found here: https://sourceforge.net/tracker2/?func=detail&aid=2543118&group_id=31249&atid=401760 Bump PORTREVISION. Approved by: MAINTAINER Notes: svn path=/head/; revision=228033
* Update to 0.8.Hye-Shik Chang2008-12-042-4/+4
| | | | | | | | PR: 128839 Submitted by: wxs Notes: svn path=/head/; revision=223750
* Update to 0.7Hye-Shik Chang2008-10-313-4/+14
| | | | | | | | PR: 126535 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=222248
* Fix port to use openssl configurations provided by bsd.openssl.mk.Hye-Shik Chang2007-08-181-0/+5
| | | | | | | | PR: 115532 Submitted by: Piet Delport <pjd@satori.za.net> Notes: svn path=/head/; revision=197870
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Update to 0.6Hye-Shik Chang2004-08-153-3/+6
| | | | Notes: svn path=/head/; revision=116240
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-252-1/+1
| | | | Notes: svn path=/head/; revision=76449
* Update to 0.5.1 and take maintainershipHye-Shik Chang2002-09-183-13/+14
| | | | Notes: svn path=/head/; revision=66614
* Update to 0.5.Hye-Shik Chang2002-08-223-2/+4
| | | | Notes: svn path=/head/; revision=64823
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-8/+1
| | | | Notes: svn path=/head/; revision=58334
* add py-openssl 0.4.1Ying-Chieh Liao2002-02-115-0/+43
Python interface to the OpenSSL library Notes: svn path=/head/; revision=54560