./security/py-kerberos, Python Kerberos implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 1.2.4nb1, Package name: py27-kerberos-1.2.4nb1, 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:

SHA1: f9fcffd23b6082d71c2a073193ec5bb7547db25b
RMD160: e87105b0bc447fb06f6d81b5aab063326147345f
Filesize: 19.155 KB

Version history: (Expand)


CVS history: (Expand)


   2017-05-01 11:38:31 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5382 - requested by sevan
security/py-kerberos: bugfix

Revisions pulled up:
- security/py-kerberos/Makefile                                 1.2
- security/py-kerberos/distinfo                                 1.2
- security/py-kerberos/patches/patch-src_kerberos.c             1.1

---
   Module Name:    pkgsrc
   Committed By:   markd
   Date:           Sun Apr 23 05:35:27 UTC 2017

   Modified Files:
           pkgsrc/security/py-kerberos: Makefile distinfo
   Added Files:
           pkgsrc/security/py-kerberos/patches: patch-src_kerberos.c

   Log message:
   Merge upstream pull request #52 from kwlzn/kwlzn/none_principal_fix
   Allow `authGSSClientInit` principal kwarg to be None.