aboutsummaryrefslogtreecommitdiff
path: root/security/py-paramiko
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.7.1Sofian Brabez2020-03-212-4/+4
| | | | Notes: svn path=/head/; revision=528863
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2019-07-064-123/+7
| | | | | | | | | | | | | - Update CONFLICTS_INSTALL: it does not conflict with py-paramiko1 of other python versions - Update WWW Changes: https://www.paramiko.org/changelog.html PR: 238970 Submitted by: sunpoet (myself) Approved by: sbz (maintainer) Notes: svn path=/head/; revision=506065
* security/py-paramiko: Backport upstream fix on CryptographyDeprecationWarningsMahdi Mokhtari2019-05-292-0/+116
| | | | | | | | | | | | | | | | | Following cryptography 2.5 release the py-paramiko generates the deprecation warnings that breaks user-cases relying on its output. The issue has been tracked and fixed upstream, this patch backports on our tree, until upstream's next release. Reported by: filis Reviewed by: sbz (maintainer) Approved by: sbz (maintainer) Sponsored by: Platform.sh Differential Revision: https://reviews.freebsd.org/D20384 Notes: svn path=/head/; revision=502964
* - Fix test targetDmitry Marakasov2019-05-081-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=501025
* - Update to 2.4.2Sofian Brabez2018-10-212-5/+6
| | | | Notes: svn path=/head/; revision=482681
* - Update to 2.4.1Martin Wilke2018-09-302-13/+12
| | | | | | | | | | | | | | | | | | - Removed option EXAMPLES as there are no more examples that are installed. - Removed concurrent keyword from USE_PYTHON - Added NO_ARCH - Added dependencies for test target Changes by upstream: - https://github.com/paramiko/paramiko/compare/2.4.0...2.4.1 PR: 231090 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=480958
* 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
* - Update to 2.4.0Sofian Brabez2018-01-202-5/+5
| | | | Notes: svn path=/head/; revision=459547
* 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
* - Update to 2.3.1Sofian Brabez2017-09-283-48/+4
| | | | Notes: svn path=/head/; revision=450847
* - Add missing dependenciesSofian Brabez2017-08-121-2/+5
| | | | | | | Reported by: ume Notes: svn path=/head/; revision=447847
* - Update to 2.2.1Sofian Brabez2017-08-113-5/+49
| | | | | | | | PR: 216533 Submitted by: pi Notes: svn path=/head/; revision=447809
* - Update to 2.0.5Sofian Brabez2017-02-223-16/+5
| | | | Notes: svn path=/head/; revision=434645
* - Update to 2.0.4Sofian Brabez2016-12-172-4/+4
| | | | Notes: svn path=/head/; revision=428798
* - Update to 2.0.3Sofian Brabez2016-12-142-4/+4
| | | | Notes: svn path=/head/; revision=428578
* - Update to 2.0.2Sofian Brabez2016-11-303-7/+18
| | | | | | | | - Allow Python concurrent installation - Use do-test target instead regression-test Notes: svn path=/head/; revision=427465
* Register conflict with security/py-paramiko1Li-Wen Hsu2016-11-081-0/+3
| | | | Notes: svn path=/head/; revision=425686
* - Update to 2.0.0Craig Rodrigues2016-05-263-27/+5
| | | | | | | | | | Submitted by: rodrigc Reviewed by: robak, sbz Approved by: robak, sbz Differential Revision: https://reviews.freebsd.org/D6551 Notes: svn path=/head/; revision=415908
* 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-paramiko: 1.14.0 -> 1.15.2Kurt Jaeger2015-07-264-8/+9
| | | | | | | | | | | | | - Website updated - For other changes see http://www.paramiko.org/changelog.html PR: 199896 Submitted by: Claudius Herder <claudius.herder@ambtec.de> Approved by: sbz (maintainer timeout) Notes: svn path=/head/; revision=392946
* Modernize pythonBaptiste Daroussin2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366517
* - Update to 1.14.0Sofian Brabez2014-05-203-9/+10
| | | | Notes: svn path=/head/; revision=354636
* - Update to 1.13.0Sofian Brabez2014-04-222-4/+3
| | | | Notes: svn path=/head/; revision=351853
* - Fix buildMartin Wilke2014-02-081-6/+1
| | | | | | | Pointyhat to: sbz Notes: svn path=/head/; revision=343358
* - Update to 1.12.1Sofian Brabez2014-02-063-10/+13
| | | | Notes: svn path=/head/; revision=343118
* - Stage supportMartin Wilke2014-02-052-129/+3
| | | | | | | - Convert to PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=342642
* 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 1.11.0Sofian Brabez2013-08-023-4/+7
| | | | Notes: svn path=/head/; revision=324152
* - Update to 1.10.1Sofian Brabez2013-04-162-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315823
* - Update to 1.10.0Sofian Brabez2013-03-052-7/+9
| | | | | | | | - Update COMMENT - Convert to new option framework Notes: svn path=/head/; revision=313454
* - Update to 1.9.0Sofian Brabez2012-11-153-4/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307461
* - Update to 1.8.0Sofian Brabez2012-10-034-16/+11
| | | | Notes: svn path=/head/; revision=305196
* - Update to 1.7.7.2Sofian Brabez2012-06-112-5/+5
| | | | | | | - Make happy portlint Notes: svn path=/head/; revision=299044
* - Update to 1.7.7.1Sofian Brabez2011-06-014-18/+14
| | | | | | | | | | - Add LICENSE - Add regression-test target Approved by: miwi@ (mentor) Notes: svn path=/head/; revision=274921
* 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
* - Fix buildPietro Cerutti2010-02-241-0/+20
| | | | | | | | | | PR: 144236 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Fixed bx: Sofian Brabez <sbrabez@gmail.com> (committer) Feature safe: yes Notes: svn path=/head/; revision=250271
* - Update to 1.7.6Pav Lucistnik2009-12-084-24/+24
| | | | | | | | | | | | - Install examples - Pass maintainership to submitter PR: ports/140331 Submitted by: Sofian Brabez <sbrabez@gmail.com> Approved by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer) Notes: svn path=/head/; revision=245400
* - Update to 1.7.5Yi-Jheng Lin2009-07-222-4/+4
| | | | | | | | | PR: ports/136922 Submitted by: Sofian Brabez <sbrabez AT gmail.com> Approved by: Matthew D. Fuller <fullermd AT over-yonder.net> (maintainer), lwhsu (mentor) Notes: svn path=/head/; revision=238195
* - Update to 1.7.4Martin Wilke2008-08-253-7/+13
| | | | | | | | PR: 126833 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer) Notes: svn path=/head/; revision=219182
* - Update to 1.7.3Martin Wilke2008-05-302-4/+4
| | | | | | | | PR: 123438 Submitted by: "Josh Paetzel" <josh@tcbug.org> Notes: svn path=/head/; revision=213974
* - Updated to 1.7.2Li-Wen Hsu2008-03-113-75/+76
| | | | | | | | | PR: ports/119962 Submitted by: Felippe de Meirelles Motta <lippemail AT gmail.com> Approved, modified by: "Matthew D. Fuller" <fullermd AT over-yonder.net> (maintainer) Notes: svn path=/head/; revision=208785
* - change maintainer to Matthew Fuller <fullermd@over-yonder.net>Martin Matuska2007-07-231-1/+1
| | | | | | | | | PR: ports/114751 Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer) Approved by: new maintainer, garga (mentor, implicit) Notes: svn path=/head/; revision=196114
* - Update to 1.7Martin Wilke2007-05-274-14/+14
| | | | | | | | PR: 112866 Submitted by: Ulf Lilleengen <lulf@pvv.ntnu.no> (maintainer) Notes: svn path=/head/; revision=192054
* - Fix to install along with setuptoolsMartin Wilke2006-08-231-0/+19
| | | | | | | | | PR: ports/102368 Submitted by: Martin Jackson <mhjacks(at)swbell.net> Approved by: krion (mentor), maintainer (via privat mail) Notes: svn path=/head/; revision=171266
* - Update to 1.6.2Martin Wilke2006-08-213-4/+19
| | | | | | | | | PR: ports/102258 Submitted by: Ulf Lilleengen <lulf(at)pvv.ntnu.no> (maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=171088
* Add py-paramiko, a Python library for making ssh2 connectionsJohan van Selst2006-05-264-0/+124
PR: 92807 Submitted by: Ulf Lilleengen Approved by: flz (mentor) Notes: svn path=/head/; revision=163482