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:           Fri Jul 10 19:43:31 UTC 2020

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-ntlm-auth/Makefile \
    pkgsrc/security/py-ntlm-auth/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-ntlm-auth/Makefile
diff -u pkgsrc/security/py-ntlm-auth/Makefile:1.6 pkgsrc/security/py-ntlm-auth/Makefile:1.7
--- pkgsrc/security/py-ntlm-auth/Makefile:1.6   Tue Aug 27 10:11:26 2019
+++ pkgsrc/security/py-ntlm-auth/Makefile       Fri Jul 10 19:43:31 2020
@@ -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/}
Index: pkgsrc/security/py-ntlm-auth/distinfo
diff -u pkgsrc/security/py-ntlm-auth/distinfo:1.6 pkgsrc/security/py-ntlm-auth/distinfo:1.7
--- pkgsrc/security/py-ntlm-auth/distinfo:1.6   Tue Aug 27 10:11:26 2019
+++ pkgsrc/security/py-ntlm-auth/distinfo       Fri Jul 10 19:43:31 2020
@@ -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