Summary: | New port: security/py-kerberos Python bindings for kerberos | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | roland | ||||
Component: | Individual Port(s) | Assignee: | Carlo Strub <cs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
roland
2011-05-03 07:50:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->cs I'll take it cs 2011-10-02 05:21:18 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-kerberos Makefile distinfo pkg-descr pkg-plist Log: 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 <http://www.ietf.org/rfc/rfc4559.txt>. PR: ports/156791 Submitted by: Roland van Laar <roland@micite.net> Approved by: wen@ (co-mentor) Revision Changes Path 1.1208 +1 -0 ports/security/Makefile 1.1 +31 -0 ports/security/py-kerberos/Makefile (new) 1.1 +2 -0 ports/security/py-kerberos/distinfo (new) 1.1 +7 -0 ports/security/py-kerberos/pkg-descr (new) 1.1 +1 -0 ports/security/py-kerberos/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thank you very much for this port. |