Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-ntlm-auth py-ntlm-auth: updated to 1.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8caaa6dc5d74
branches:  trunk
changeset: 435631:8caaa6dc5d74
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 10 19:43:31 2020 +0000

description:
py-ntlm-auth: updated to 1.5.0

1.5.0:
* Added the `mic_present` property to the `NtlmContext` class to determine if a MIC has been added to the authentication message.
* Added the `sign` and `verify` function to the `NtlmContext` to sign data and verify signatures.
* Added the `reset_rc4_state` function to the `NtlmContext` to allow a caller to reset the incoming and outgoing RC4 cipher.
* Added the `NTLMSSP_NEGOTIATE_UNICODE` flag to the negotiate message to ensure the challenge and authentication message's text fields can be unicode encoded

diffstat:

 security/py-ntlm-auth/Makefile |   4 ++--
 security/py-ntlm-auth/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9be1e388e212 -r 8caaa6dc5d74 security/py-ntlm-auth/Makefile
--- a/security/py-ntlm-auth/Makefile    Fri Jul 10 19:37:40 2020 +0000
+++ b/security/py-ntlm-auth/Makefile    Fri Jul 10 19:43:31 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/08/27 10:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/07/10 19:43:31 adam Exp $
 
-DISTNAME=      ntlm-auth-1.4.0
+DISTNAME=      ntlm-auth-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/ntlm-auth/}
diff -r 9be1e388e212 -r 8caaa6dc5d74 security/py-ntlm-auth/distinfo
--- a/security/py-ntlm-auth/distinfo    Fri Jul 10 19:37:40 2020 +0000
+++ b/security/py-ntlm-auth/distinfo    Fri Jul 10 19:43:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/27 10:11:26 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/07/10 19:43:31 adam Exp $
 
-SHA1 (ntlm-auth-1.4.0.tar.gz) = 6e2d58d84597463c2adb5a8c578991cca7e6a65c
-RMD160 (ntlm-auth-1.4.0.tar.gz) = 9b485e8cdb23bfe0fcb4a35c4b7d19461ada2461
-SHA512 (ntlm-auth-1.4.0.tar.gz) = 99c3c03cc4306b8e1ecc498d9368f383e38d1f2715a9bf6354bbfdfe49101a0978ca0464454d72f77fce8fa0a85e184aa33bad4ed5ddda15aff9ed56e0605f80
-Size (ntlm-auth-1.4.0.tar.gz) = 28340 bytes
+SHA1 (ntlm-auth-1.5.0.tar.gz) = 6c2e3a7958fc34da9a296b872df9600e24310c9b
+RMD160 (ntlm-auth-1.5.0.tar.gz) = 898989eefc29be237d1fc5dda4bbd3f4f574f355
+SHA512 (ntlm-auth-1.5.0.tar.gz) = be420f30187d159a607ebcb9340e361e86ff5eaaa71b7399df0235aea839875ff24a1d471a6d668654f9e126ce526e22209b1b7fbe7170b0821f604272202780
+Size (ntlm-auth-1.5.0.tar.gz) = 28872 bytes



Home | Main Index | Thread Index | Old Index