Port details on branch 2023Q3 |
- py-gssapi High-level and low-level Python bindings to GSSAPI C libraries
- 1.8.2 security
=0 1.8.2Version of this port present on the latest quarterly branch. - Maintainer: john@saltant.com
 - Port Added: 2023-09-22 05:57:42
- Last Update: 2023-09-22 05:32:33
- Commit Hash: 180f204
- Also Listed In: python
- License: ISCL
- WWW:
- https://github.com/pythongssapi/python-gssapi
- Description:
- Python-GSSAPI provides both low-level and high level wrappers around
the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be usable with other GSSAPI mechanisms.
¦ ¦ ¦ ¦ 
- 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}gssapi>0:security/py-gssapi@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-gssapi/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-gssapi
- pkg install py39-gssapi
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 py39-gssapi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-gssapi
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1672500221
SHA256 (gssapi-1.8.2.tar.gz) = b78e0a021cc91158660e4c5cc9263e07c719346c35a9c0f66725e914b235c89a
SIZE (gssapi-1.8.2.tar.gz) = 94305
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cython-3.9 : lang/cython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-decorator>0 : devel/py-decorator@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-gssapi-1.8.2:
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=on: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
===> Use 'make config' to modify these settings
- Options name:
- security_py-gssapi
- USES:
- python:3.8-3.11 gssapi ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.2 22 Sep 2023 05:32:33
    |
Robert Clausecker (fuz)  Author: John W. O'Brien |
security/py-gssapi: enforce that exactly one GSSAPI_* option is set
You must set exactly one OPTION from among GSSAPI_BASE, GSSAPI_HEIMDAL,
and GSSAPI_MIT. This patch, converting that OPTION group from
RADIO to SINGLE will make the error much clearer in this case.
PR: 273769
Reported by: Oclair <jason@aventia.pw>
MFH: 2023Q3
(cherry picked from commit c561d3281419fefe3495732244b6a570d0145b74) |
Number of commits found: 1
|