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:           Thu Feb 22 09:11:19 UTC 2018

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

Log Message:
py-gssapi: updated to 1.4.1

1.4.1:
Features
Support most of the GGF Extensions

Tooling
Exit successfully when no docs change

Documentation
Fix typo in Name documentation


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-gssapi/PLIST
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/security/py-gssapi/Makefile:1.8
--- pkgsrc/security/py-gssapi/Makefile:1.7      Wed Dec  6 12:19:43 2017
+++ pkgsrc/security/py-gssapi/Makefile  Thu Feb 22 09:11:18 2018
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2017/12/06 12:19:43 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/02/22 09:11:18 adam Exp $
 
-DISTNAME=      gssapi-1.3.0
+DISTNAME=      gssapi-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gssapi/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/gssapi
+HOMEPAGE=      https://github.com/pythongssapi/python-gssapi
 COMMENT=       Low-level and high-level wrappers around GSSAPI C libraries
 LICENSE=       modified-bsd
 

Index: pkgsrc/security/py-gssapi/PLIST
diff -u pkgsrc/security/py-gssapi/PLIST:1.3 pkgsrc/security/py-gssapi/PLIST:1.4
--- pkgsrc/security/py-gssapi/PLIST:1.3 Thu Nov 30 08:07:33 2017
+++ pkgsrc/security/py-gssapi/PLIST     Thu Feb 22 09:11:18 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/30 08:07:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/02/22 09:11:18 adam Exp $
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -34,6 +34,7 @@ ${PYSITELIB}/gssapi/raw/exceptions.so
 ${PYSITELIB}/gssapi/raw/ext_cred_imp_exp.so
 ${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_cred_store.so
 ${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_dce.so
+${PYSITELIB}/gssapi/raw/ext_ggf.so
 ${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_iov_mic.so
 ${PYSITELIB}/gssapi/raw/ext_password.so
 ${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_password_add.so

Index: pkgsrc/security/py-gssapi/distinfo
diff -u pkgsrc/security/py-gssapi/distinfo:1.4 pkgsrc/security/py-gssapi/distinfo:1.5
--- pkgsrc/security/py-gssapi/distinfo:1.4      Wed Dec  6 12:19:43 2017
+++ pkgsrc/security/py-gssapi/distinfo  Thu Feb 22 09:11:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/12/06 12:19:43 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/02/22 09:11:18 adam Exp $
 
-SHA1 (gssapi-1.3.0.tar.gz) = b2ea74d27dcecb09f7dc950669a8af900b22d463
-RMD160 (gssapi-1.3.0.tar.gz) = c92b30958299e0fc1b85feec944252d62936ca9a
-SHA512 (gssapi-1.3.0.tar.gz) = 811478c560201554210303371514792ebd901368da86c6431414794c05bad42bf5dd4067e5f4414f95aa53ec9e8cdf5c4f0c9adf734c956de987916b125c1dbc
-Size (gssapi-1.3.0.tar.gz) = 873794 bytes
+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



Home | Main Index | Thread Index | Old Index