Tue Oct 31 08:27:55 2017 UTC ()
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


(adam)
diff -r1.2 -r1.3 pkgsrc/security/py-requests-ntlm/Makefile
diff -r1.1 -r1.2 pkgsrc/security/py-requests-ntlm/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/py-requests-ntlm/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-requests-ntlm/Makefile 2017/09/04 18:59:30 1.2
+++ pkgsrc/security/py-requests-ntlm/Makefile 2017/10/31 08:27:55 1.3
@@ -1,17 +1,20 @@ @@ -1,17 +1,20 @@
1# $NetBSD: Makefile,v 1.2 2017/09/04 18:59:30 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2017/10/31 08:27:55 adam Exp $
2 2
3DISTNAME= requests_ntlm-1.0.0 3DISTNAME= requests_ntlm-1.1.0
4PKGNAME= ${PYPKGPREFIX}-requests-ntlm-1.0.0 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= security www 5CATEGORIES= security www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/requests/requests-ntlm 9HOMEPAGE= https://github.com/requests/requests-ntlm
10COMMENT= NTLM authentication handler for python-requests 10COMMENT= NTLM authentication handler for python-requests
11LICENSE= isc 11LICENSE= isc
12 12
 13DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.3:../../security/py-cryptography
 14DEPENDS+= ${PYPKGPREFIX}-ntlm-auth>=1.0.2:../../security/py-ntlm-auth
13DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests 15DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
14DEPENDS+= ${PYPKGPREFIX}-ntlm-auth-[0-9]*:../../security/py-ntlm-auth 16
 17USE_LANGUAGES= # none
15 18
16.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
17.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/security/py-requests-ntlm/distinfo (expand / switch to unified diff)

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