Commit graph

9 commits

Author SHA1 Message Date
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
joerg
45af553160 Fix build with Heimdal and unrestrict again. 2021-12-10 22:42:35 +00:00
wiz
b5d6d92ccd *: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
2021-10-21 07:46:31 +00:00
wiz
0d7f067e58 py-kerberos: mark as only supporting mit-krb5
With heimdal, you'll get undefined symbol errors like this one:
/usr/pkg/lib/python3.8/site-packages/kerberos.so: Undefined PLT symbol "krb5_free_keytab_entry_contents"

Bump PKGREVISION.
2021-07-20 17:43:12 +00:00
adam
b6eaa8757c py-kerberos: updated to 1.3.1
PyKerberos-1.3.1
Stop leaking context objects
Correct pointer alignment
2021-01-09 08:18:09 +00:00
adam
bdbfac801b py-kerberos: updated to 1.3.0
1.3.0:
Unknown changes
2019-01-04 23:04:25 +00:00
adam
34bf97af84 py-kerberos: update to 1.2.5
1.2.5:
Bug fixes.
2017-09-30 09:42:52 +00:00
markd
c510696099 Merge upstream pull request #52 from kwlzn/kwlzn/none_principal_fix
Allow `authGSSClientInit` principal kwarg to be None.
2017-04-23 05:35:27 +00:00
markd
7878798f48 Add py-kerberos 1.2.4
This Python package is a high-level wrapper for Kerberos (GSSAPI)
operations.  The goal is to avoid having to build a module that
wraps the entire Kerberos.framework, and instead offer a limited
set of functions that do what is needed for client/server Kerberos
authentication based on RFC 4559.
2016-06-09 02:06:18 +00:00