notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2023Q3
py-gssapi High-level and low-level Python bindings to GSSAPI C libraries
1.8.2 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.8.2Version of this port present on the latest quarterly branch.
Maintainer: john@saltant.com search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py39: py39-gssapi
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cython-3.9 : lang/cython@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-decorator>0 : devel/py-decorator@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/gssapi/
  2. https://pypi.org/packages/source/g/gssapi/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.2
22 Sep 2023 05:32:33
commit hash: 180f204723aad9bf022fac60b1f3822b2abdad80commit hash: 180f204723aad9bf022fac60b1f3822b2abdad80commit hash: 180f204723aad9bf022fac60b1f3822b2abdad80commit hash: 180f204723aad9bf022fac60b1f3822b2abdad80 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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