[arch-commits] Commit in impacket/trunk (PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Tue Jul 20 18:24:48 UTC 2021


    Date: Tuesday, July 20, 2021 @ 18:24:47
  Author: anthraxx
Revision: 980433

upgpkg: impacket 0.9.23-1

Modified:
  impacket/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-20 18:22:58 UTC (rev 980432)
+++ PKGBUILD	2021-07-20 18:24:47 UTC (rev 980433)
@@ -3,25 +3,21 @@
 # Contributor: Paolo Giangrandi <peoro.noob at gmail.com>
 
 pkgname=impacket
-pkgver=0.9.22
+pkgver=0.9.23
 pkgrel=1
 pkgdesc='Collection of classes for working with network protocols'
 url='https://github.com/CoreSecurity/impacket'
 arch=('any')
 license=('Apache')
-depends=('python' 'python-pycryptodome' 'python-pycryptodomex' 'python-pyasn1' 'python-pcapy' 'python-pyopenssl'
-         'python-six' 'python-ldap3' 'python-flask')
+depends=('python' 'python-pycryptodome' 'python-pycryptodomex' 'python-pyasn1'
+         'python-pcapy' 'python-pyopenssl' 'python-six' 'python-ldap3' 'python-flask')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-cryptography')
-source=(https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz
-        impacket-python3.9.patch::https://github.com/SecureAuthCorp/impacket/pull/946.patch)
-sha256sums=('f7d7ad797f833d242a849d131a4b3704dd526887018ff9bd1b22e0cbb827dce9'
-            '61948a2dfe4e37fd33c3efa4459ec975ed32ff55d16992957b0de07c90901ca8')
-sha512sums=('ff007f4570d875951615120cc5211ca4841e33e65a6508ba1a08c69dbf3d14c093a777c9d8489588ff5083db3045d919807b0288c6792ef7464810684eaa1e75'
-            'dcfafdfc3576011c9104d0dd7215934145c301d69acd971431d2e9c49c24ec5258648d8d8d02844805534299f1ee2e8bcab16245c7035ccfe16381f87e368f9c')
+source=(https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
+sha256sums=('398f006b0ecfe85aff01b77e1d6df51df482c614dfa2f24e6fc2bc5b349ffa11')
+sha512sums=('1a19621f03a4ad6a92001deeca1399582bf3a2e92ebccba214f17d563b65c4da22ea9651d2c84fcdc30ecc42103107a36ea1d14c9dd833788ab0b2c046132e45')
 
 prepare() {
   cd ${pkgname}-${pkgname}_${pkgver//./_}
-  patch -p1 -i ../impacket-python3.9.patch
   sed -e '/test_smb.py/d' \
     -e '/test_nmb.py/d' \
     -e '/test_ntlm.py/d' \




More information about the arch-commits mailing list