Port details |
- py-pysrp Python Secure Remote Password protocol (SRP)
- 1.0.22 security
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: leres@FreeBSD.org
- Port Added: 2024-10-27 21:30:08
- Last Update: 2024-11-02 17:58:04
- Commit Hash: a8b1ce8
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/cocagne/pysrp
- Description:
- SRP is a cryptographically strong authentication protocol for
password-based, mutual authentication over an insecure network
connection.
- ¦ ¦ ¦ ¦
- 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}pysrp>0:security/py-pysrp@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-pysrp/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-pysrp
- pkg install py311-pysrp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pysrp listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pysrp
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730507565
SHA256 (cocagne-pysrp-1.0.22_GH0.tar.gz) = 11a589e7776cdb393fd08434c8ec209defe2261d2328ed634e07929788208a73
SIZE (cocagne-pysrp-1.0.22_GH0.tar.gz) = 21098
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-six>1.16.0 : devel/py-six@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-pysrp
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.22 02 Nov 2024 17:58:04 |
Craig Leres (leres) |
security/py-pysrp: Fix github config
GH_TAG should have been GH_TAGNAME which defaults to DISTVERSIONFULL
and isn't needed. And GH_ACCOUNT defaults to PORTNAME and isn't
needed. |
1.0.22 02 Nov 2024 17:26:17 |
Craig Leres (leres) |
security/py-pysrp: Update to 1.0.22
Changes since 1.0.21:
- Keep leading zero bytes in salt. |
1.0.21 27 Oct 2024 21:29:08 |
Craig Leres (leres) |
security/py-pysrp: New port: cryptographically strong authentication protocol
SRP is used for password-based, mutual authentication over an
insecure network connection. |
Number of commits found: 3
|