pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-smb py-smb: updated to 1.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01f9bbb32771
branches:  trunk
changeset: 440560:01f9bbb32771
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 12 11:58:48 2020 +0000

description:
py-smb: updated to 1.2.4

pysmb-1.2.4
- Remove dependency on pycrypto as it is no longer under active maintenance

pysmb-1.2.3
- Fix bug in session key generation during session negotiation
- Fix bug in SMB message signing which leads to operation failures with Samba services.

diffstat:

 net/py-smb/Makefile |   4 ++--
 net/py-smb/PLIST    |   5 ++++-
 net/py-smb/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r d4a255fdc6ba -r 01f9bbb32771 net/py-smb/Makefile
--- a/net/py-smb/Makefile       Mon Oct 12 11:57:02 2020 +0000
+++ b/net/py-smb/Makefile       Mon Oct 12 11:58:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/09/10 09:21:37 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/10/12 11:58:48 adam Exp $
 
-DISTNAME=      pysmb-1.2.2
+DISTNAME=      pysmb-1.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pysmb/}
diff -r d4a255fdc6ba -r 01f9bbb32771 net/py-smb/PLIST
--- a/net/py-smb/PLIST  Mon Oct 12 11:57:02 2020 +0000
+++ b/net/py-smb/PLIST  Mon Oct 12 11:58:48 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/12/20 21:15:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/10/12 11:58:48 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -73,6 +73,9 @@
 ${PYSITELIB}/smb/utils/pyDes.py
 ${PYSITELIB}/smb/utils/pyDes.pyc
 ${PYSITELIB}/smb/utils/pyDes.pyo
+${PYSITELIB}/smb/utils/rc4.py
+${PYSITELIB}/smb/utils/rc4.pyc
+${PYSITELIB}/smb/utils/rc4.pyo
 ${PYSITELIB}/smb/utils/sha256.py
 ${PYSITELIB}/smb/utils/sha256.pyc
 ${PYSITELIB}/smb/utils/sha256.pyo
diff -r d4a255fdc6ba -r 01f9bbb32771 net/py-smb/distinfo
--- a/net/py-smb/distinfo       Mon Oct 12 11:57:02 2020 +0000
+++ b/net/py-smb/distinfo       Mon Oct 12 11:58:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/09/10 09:21:37 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/10/12 11:58:48 adam Exp $
 
-SHA1 (pysmb-1.2.2.zip) = 985dc99354d2bcc3d8f83a55d5da3bf95f015695
-RMD160 (pysmb-1.2.2.zip) = 49aa2a3a991b9f3e292d4a6795e64bbc8364f240
-SHA512 (pysmb-1.2.2.zip) = fa50f12186a4f5208799ca0ebfc746eb162f56bfd7852b5feb11cd201d41a9015408eba6f6fb2592ce9413e674d131a3c5285efbc50b6482b0455d93755235d9
-Size (pysmb-1.2.2.zip) = 1276972 bytes
+SHA1 (pysmb-1.2.4.zip) = b51a7b0af395d27af24d36ac4ca437359eb292b1
+RMD160 (pysmb-1.2.4.zip) = 74f99785a3774278a2e0f1fbda695be450d88d6d
+SHA512 (pysmb-1.2.4.zip) = a01435f773ab0542853d5ce969d64b93d8e823ff6108cab1ba7a2410eed5f3ca8b33dcce5c61f1b4c60372dd37e37412c8a65210b034fc0f3f15fda0fd74f597
+Size (pysmb-1.2.4.zip) = 1278124 bytes



Home | Main Index | Thread Index | Old Index