pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-requests-ntlm



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 31 08:27:55 UTC 2017

Modified Files:
        pkgsrc/security/py-requests-ntlm: Makefile distinfo

Log Message:
py-requests-ntlm: updated to 1.1.0

1.1.0:
Correct behaviour when parsing a UPN passed in as the username
Enhanced the CBT hashes when using a certificate that has a hash algorithm that is greater than sha256


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-requests-ntlm/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-requests-ntlm/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-requests-ntlm/Makefile
diff -u pkgsrc/security/py-requests-ntlm/Makefile:1.2 pkgsrc/security/py-requests-ntlm/Makefile:1.3
--- pkgsrc/security/py-requests-ntlm/Makefile:1.2       Mon Sep  4 18:59:30 2017
+++ pkgsrc/security/py-requests-ntlm/Makefile   Tue Oct 31 08:27:55 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 18:59:30 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/31 08:27:55 adam Exp $
 
-DISTNAME=      requests_ntlm-1.0.0
-PKGNAME=       ${PYPKGPREFIX}-requests-ntlm-1.0.0
-CATEGORIES=    security www
+DISTNAME=      requests_ntlm-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    security www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests_ntlm/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,11 @@ HOMEPAGE=    https://github.com/requests/re
 COMMENT=       NTLM authentication handler for python-requests
 LICENSE=       isc
 
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.3:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-ntlm-auth>=1.0.2:../../security/py-ntlm-auth
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-ntlm-auth-[0-9]*:../../security/py-ntlm-auth
+
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-requests-ntlm/distinfo
diff -u pkgsrc/security/py-requests-ntlm/distinfo:1.1 pkgsrc/security/py-requests-ntlm/distinfo:1.2
--- pkgsrc/security/py-requests-ntlm/distinfo:1.1       Mon Sep  4 18:58:11 2017
+++ pkgsrc/security/py-requests-ntlm/distinfo   Tue Oct 31 08:27:55 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/04 18:58:11 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/10/31 08:27:55 adam Exp $
 
-SHA1 (requests_ntlm-1.0.0.tar.gz) = 22a7c2fa6ead4554db32b8d2d39ee9c1ea2e5136
-RMD160 (requests_ntlm-1.0.0.tar.gz) = 542961776239f1a50e9790cffbd491c1009c2d31
-SHA512 (requests_ntlm-1.0.0.tar.gz) = bdba9f8c241dbe8e55be28208e240dd44a62156e5ee65d69897b0d427c7905430f6ba3582d37f5e8d6fc50e3c9f63814333c6c654d4e51ab9b9a553f53fe3dc5
-Size (requests_ntlm-1.0.0.tar.gz) = 4755 bytes
+SHA1 (requests_ntlm-1.1.0.tar.gz) = 53e848c20cea80389bbde321c3ad9a34d74dbc37
+RMD160 (requests_ntlm-1.1.0.tar.gz) = 0632a5263f2a48b69f4f7d819cfd6dd962478bf7
+SHA512 (requests_ntlm-1.1.0.tar.gz) = 9a74ecd6e4ed5c5e4381d2ee3fb9ff233352b49baa5fae4e0ecc30aaad12fc7a5c1b9dd936f35d4a3815ae7f6ec5bb8581e84128d63ff0e961181408daddb807
+Size (requests_ntlm-1.1.0.tar.gz) = 5183 bytes



Home | Main Index | Thread Index | Old Index