NOTICE: This package has been removed from pkgsrc

./security/py-kerberos, Python Kerberos implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3.1nb3, Package name: py310-kerberos-1.3.1nb3, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 18.678 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-03 10:36:48 by Adam Ciarcinski | Files touched by this commit (9) | Package removed
Log message:
py-kerberos: removed; no longer needed, upstream has stopped developement
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-10 23:42:35 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Fix build with Heimdal and unrestrict again.
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-21 09:46:39 by Thomas Klausner | Files touched by this commit (77)
Log message:
*: recursive bump for heimdal 7.7.0

its buildlink3.mk now includes openssl's buildlink3.mk
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-07-20 19:43:12 by Thomas Klausner | Files touched by this commit (1)
Log message:
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-01-09 09:18:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-kerberos: updated to 1.3.1

PyKerberos-1.3.1
Stop leaking context objects
Correct pointer alignment