Port details |
- py-paramiko1 Python SSH2 protocol library
- 1.18.5 security
=1 1.18.5Version of this port present on the latest quarterly branch.
- DEPRECATED: Out of date version. No consumer now. Use security/py-paramiko
This port expired on: 2021-09-30
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2016-11-08 05:46:22
- Last Update: 2021-09-30 20:19:24
- Commit Hash: b19fd15
- People watching this port, also watch:: newsboat, xorg-apps, corkscrew, xrdp
- Also Listed In: python
- License: GPLv2
- WWW:
- http://www.paramiko.org/
- Description:
- This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connections between python scripts. All major ciphers and hash methods
are supported. SFTP client and server mode are both supported too.
WWW: http://www.paramiko.org/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}paramiko1>0:security/py-paramiko1@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-paramiko1
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1521623290
SHA256 (paramiko-1.18.5.tar.gz) = 59a676561bd03a85c3df0c7981125afbd3d3c295f3c3b5f0a2b83b517421c9c8
SIZE (paramiko-1.18.5.tar.gz) = 1203199
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-cryptography>0 : security/py-cryptography@py38
- py38-ecdsa>0 : security/py-ecdsa@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py38-paramiko1-1.18.5:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- security_py-paramiko1
- USES:
- cpe python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18.5 30 Sep 2021 20:19:24 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago
sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018
2021-09-30 www/squid3: Unsupported by upstream
2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported.
2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use
security/py-paramiko
2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD
11 EOL
2021-09-30 security/openca-tools-forked: Use modern port security/libscep
instead
2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use
multimedia/webcamd instead
2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported.
2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD
11 EOL
2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >=
3.6 requires OpenSSL >= 1.1.x) |
1.18.5 25 Sep 2021 20:28:59 |
Bernhard Froehlich (decke) |
security/py-paramiko1: Add CPE information
Approved by: portmgr (blanket) |
1.18.5 04 Aug 2021 02:55:38 |
Li-Wen Hsu (lwhsu) |
security/py-paramiko1: Mark DEPRECATED
This was for letting ports migrating to newer version at security/py-paramiko.
The job has been done and this port has no consumer now.
Reported by: sbz |
1.18.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.18.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.18.5 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.18.5 08 May 2019 14:56:01 |
amdmi3 |
- Fix test target
Approved by: portmgr blanket |
1.18.5 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.18.5 21 Mar 2018 09:17:02 |
lwhsu |
- Update to 1.18.5 |
1.18.4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
1.18.4 30 Nov 2017 09:18:09 |
lwhsu |
- Update to 1.18.4 |
1.18.2 14 Apr 2017 07:18:01 |
lwhsu |
- Update to 1.18.2 |
1.18.1 05 Jan 2017 06:14:14 |
lwhsu |
- Update to 1.18.1 |
1.17.2 08 Nov 2016 05:46:16 |
lwhsu |
Add security/py-paramiko1, for ports that require paramiko 1.x
PR: 213893 |