pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-gssapi



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 13 09:27:31 UTC 2018

Modified Files:
        pkgsrc/security/py-gssapi: Makefile PLIST distinfo

Log Message:
py-gssapi: updated to 1.5.0

v1.5.0: Jordan
Features
Added build support for mingw32
Implement gss_set_cred_option() and gss_set_sec_context_option()

Bugfixes
Handle GSS_NO_OID_SET when creating sets


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-gssapi/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-gssapi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.8 pkgsrc/security/py-gssapi/Makefile:1.9
--- pkgsrc/security/py-gssapi/Makefile:1.8      Thu Feb 22 09:11:18 2018
+++ pkgsrc/security/py-gssapi/Makefile  Fri Apr 13 09:27:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/02/22 09:11:18 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/04/13 09:27:30 adam Exp $
 
-DISTNAME=      gssapi-1.4.1
+DISTNAME=      gssapi-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gssapi/}

Index: pkgsrc/security/py-gssapi/PLIST
diff -u pkgsrc/security/py-gssapi/PLIST:1.4 pkgsrc/security/py-gssapi/PLIST:1.5
--- pkgsrc/security/py-gssapi/PLIST:1.4 Thu Feb 22 09:11:18 2018
+++ pkgsrc/security/py-gssapi/PLIST     Fri Apr 13 09:27:30 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/02/22 09:11:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/04/13 09:27:30 adam Exp $
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -44,6 +44,7 @@ ${PYSITELIB}/gssapi/raw/ext_rfc5801.so
 ${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_rfc6680.so
 ${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_rfc6680_comp_oid.so
 ${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_s4u.so
+${PYSITELIB}/gssapi/raw/ext_set_cred_opt.so
 ${PYSITELIB}/gssapi/raw/mech_krb5.so
 ${PYSITELIB}/gssapi/raw/message.so
 ${PYSITELIB}/gssapi/raw/misc.so

Index: pkgsrc/security/py-gssapi/distinfo
diff -u pkgsrc/security/py-gssapi/distinfo:1.5 pkgsrc/security/py-gssapi/distinfo:1.6
--- pkgsrc/security/py-gssapi/distinfo:1.5      Thu Feb 22 09:11:18 2018
+++ pkgsrc/security/py-gssapi/distinfo  Fri Apr 13 09:27:30 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/22 09:11:18 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/04/13 09:27:30 adam Exp $
 
-SHA1 (gssapi-1.4.1.tar.gz) = fe412488583846b2562a5a495061d0132ca7eaf6
-RMD160 (gssapi-1.4.1.tar.gz) = 65e334e8666674a618bfc76263726942486524ee
-SHA512 (gssapi-1.4.1.tar.gz) = b1d4decbd60b93fd4e1f8774e6ef5df80c0e137d870902e6a4517e7929213b907bb90b18fa7909f7b8f9218c1965eaf6c7d4cd5c1f60e07fe2280c41c7daf340
-Size (gssapi-1.4.1.tar.gz) = 904295 bytes
+SHA1 (gssapi-1.5.0.tar.gz) = 7fb8cd8e1f95cac517e5a1f102808edde4300ec4
+RMD160 (gssapi-1.5.0.tar.gz) = 4a8e61ee5a44d7ba28c67308166bb2ae046adfce
+SHA512 (gssapi-1.5.0.tar.gz) = 75bcf8714c0af9540dc557449fff71920f5a9b914b55c0e3636d1fe1e1ac36bfd8cf94dd6f42d95de5a4f6ab98d63d7535b9a79a1b1552cc1f61f605630cb6d6
+Size (gssapi-1.5.0.tar.gz) = 958382 bytes



Home | Main Index | Thread Index | Old Index