pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-ntlm-auth
Module Name: pkgsrc
Committed By: adam
Date: Thu Mar 8 12:45:34 UTC 2018
Modified Files:
pkgsrc/security/py-ntlm-auth: Makefile PLIST distinfo
Log Message:
py-ntlm-auth: updated to 1.1.0
1.1.0:
Removed DES code as the license was found to be incorrect from the source
Added new DES code not based on the original
Fixed up some deprecation warnings
Changed tests from running unittest to py.test
Changed licence from GPL to MIT as code is not all my own
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-ntlm-auth/Makefile \
pkgsrc/security/py-ntlm-auth/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-ntlm-auth/PLIST
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-ntlm-auth/Makefile
diff -u pkgsrc/security/py-ntlm-auth/Makefile:1.2 pkgsrc/security/py-ntlm-auth/Makefile:1.3
--- pkgsrc/security/py-ntlm-auth/Makefile:1.2 Tue Oct 31 08:27:03 2017
+++ pkgsrc/security/py-ntlm-auth/Makefile Thu Mar 8 12:45:34 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/31 08:27:03 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/08 12:45:34 adam Exp $
-DISTNAME= ntlm-auth-1.0.6
+DISTNAME= ntlm-auth-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/}
@@ -8,9 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/jborean93/ntlm-auth
COMMENT= NTLM authentication handler for python-requests
-LICENSE= gnu-lgpl-v3
-
-DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
+LICENSE= mit
USE_LANGUAGES= # none
Index: pkgsrc/security/py-ntlm-auth/distinfo
diff -u pkgsrc/security/py-ntlm-auth/distinfo:1.2 pkgsrc/security/py-ntlm-auth/distinfo:1.3
--- pkgsrc/security/py-ntlm-auth/distinfo:1.2 Tue Oct 31 08:27:03 2017
+++ pkgsrc/security/py-ntlm-auth/distinfo Thu Mar 8 12:45:34 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/10/31 08:27:03 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/03/08 12:45:34 adam Exp $
-SHA1 (ntlm-auth-1.0.6.tar.gz) = 18afca8495918a550ec7dc6122d2131d5d8369a4
-RMD160 (ntlm-auth-1.0.6.tar.gz) = fc3d1e06a5cf8fcd57f05194a3f3ed7860efa66a
-SHA512 (ntlm-auth-1.0.6.tar.gz) = 8d4de3faf0577f2963d2716b65fd703dbf9570eaeb0557a69e050cff939a5f0c5d4c96d68aba31df3858254618d4dda3d8bb26e257abea372183a6f664fda9aa
-Size (ntlm-auth-1.0.6.tar.gz) = 29747 bytes
+SHA1 (ntlm-auth-1.1.0.tar.gz) = fefd890f63524ab366e665573006e73e5dfa7a94
+RMD160 (ntlm-auth-1.1.0.tar.gz) = 9b704c68d62fd322939f1ced74f9d4b5b0a1cfeb
+SHA512 (ntlm-auth-1.1.0.tar.gz) = 663f8bdec05eb9592b06a1c020fda48e392425e3804888827e948254c840d1cf9e56bb8f4bc3f236a9c5693856d7968983ae9e16c8ca5591dcbacf5162a96e0d
+Size (ntlm-auth-1.1.0.tar.gz) = 24740 bytes
Index: pkgsrc/security/py-ntlm-auth/PLIST
diff -u pkgsrc/security/py-ntlm-auth/PLIST:1.1 pkgsrc/security/py-ntlm-auth/PLIST:1.2
--- pkgsrc/security/py-ntlm-auth/PLIST:1.1 Mon Sep 4 18:57:20 2017
+++ pkgsrc/security/py-ntlm-auth/PLIST Thu Mar 8 12:45:34 2018
@@ -1,12 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/04 18:57:20 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/08 12:45:34 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/ntlm_auth/U32.py
-${PYSITELIB}/ntlm_auth/U32.pyc
-${PYSITELIB}/ntlm_auth/U32.pyo
${PYSITELIB}/ntlm_auth/__init__.py
${PYSITELIB}/ntlm_auth/__init__.pyc
${PYSITELIB}/ntlm_auth/__init__.pyo
@@ -25,12 +22,6 @@ ${PYSITELIB}/ntlm_auth/constants.pyo
${PYSITELIB}/ntlm_auth/des.py
${PYSITELIB}/ntlm_auth/des.pyc
${PYSITELIB}/ntlm_auth/des.pyo
-${PYSITELIB}/ntlm_auth/des_c.py
-${PYSITELIB}/ntlm_auth/des_c.pyc
-${PYSITELIB}/ntlm_auth/des_c.pyo
-${PYSITELIB}/ntlm_auth/des_data.py
-${PYSITELIB}/ntlm_auth/des_data.pyc
-${PYSITELIB}/ntlm_auth/des_data.pyo
${PYSITELIB}/ntlm_auth/gss_channel_bindings.py
${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyc
${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyo
@@ -46,6 +37,3 @@ ${PYSITELIB}/ntlm_auth/rc4.pyo
${PYSITELIB}/ntlm_auth/session_security.py
${PYSITELIB}/ntlm_auth/session_security.pyc
${PYSITELIB}/ntlm_auth/session_security.pyo
-${PYSITELIB}/ntlm_auth/target_info.py
-${PYSITELIB}/ntlm_auth/target_info.pyc
-${PYSITELIB}/ntlm_auth/target_info.pyo
Home |
Main Index |
Thread Index |
Old Index