summaryrefslogtreecommitdiffstats
path: root/libraries/Impacket
diff options
context:
space:
mode:
author Brenton Earl <brent@exitstatusone.com>2018-08-12 20:17:58 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-18 08:39:45 +0700
commit30872d61dec1b07f8df13ad59d18e54d42c84590 (patch)
treef76b38866b251a3aea9775843989d66e502e6d9d /libraries/Impacket
parent932645cc0ada2544085cc48b118f6656eea9fedc (diff)
downloadslackbuilds-30872d61dec1b07f8df13ad59d18e54d42c84590.tar.gz
slackbuilds-30872d61dec1b07f8df13ad59d18e54d42c84590.tar.xz
libraries/Impacket: Updated for version 0.9.17.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/Impacket')
-rw-r--r--libraries/Impacket/Impacket.SlackBuild13
-rw-r--r--libraries/Impacket/Impacket.info8
-rw-r--r--libraries/Impacket/slack-desc2
3 files changed, 11 insertions, 12 deletions
diff --git a/libraries/Impacket/Impacket.SlackBuild b/libraries/Impacket/Impacket.SlackBuild
index 76f29b6483..1d22002ffa 100644
--- a/libraries/Impacket/Impacket.SlackBuild
+++ b/libraries/Impacket/Impacket.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for Impacket.
# Copyright 2009-2010 Marco Bonetti <sid77@slackware.it>
-# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com>
+# Copyright 2015-2016, 2018 Brenton Earl <brent@exitstatusone.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,8 @@
PRGNAM=Impacket
SRCNAM=impacket
-VERSION=${VERSION:-0.9.15}
+SRCVER=_0_9_17
+VERSION=${VERSION:-0.9.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,9 +64,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar -xzvf $CWD/$SRCNAM-$VERSION.tar.gz
-cd $SRCNAM-$VERSION
+rm -rf $SRCNAM-$SRCNAM$SRCVER
+tar -xzvf $CWD/$SRCNAM-$SRCNAM$SRCVER.tar.gz
+cd $SRCNAM-$SRCNAM$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -85,7 +86,5 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-chmod 644 $PKG/usr/share/doc/impacket/testcases/*/*
-
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/libraries/Impacket/Impacket.info b/libraries/Impacket/Impacket.info
index aae6671a3b..41652e8617 100644
--- a/libraries/Impacket/Impacket.info
+++ b/libraries/Impacket/Impacket.info
@@ -1,10 +1,10 @@
PRGNAM="Impacket"
-VERSION="0.9.15"
+VERSION="0.9.17"
HOMEPAGE="https://www.coresecurity.com/corelabs-research/open-source-tools/impacket"
-DOWNLOAD="https://github.com/CoreSecurity/impacket/releases/download/impacket_0_9_15/impacket-0.9.15.tar.gz"
-MD5SUM="53fb6d1c375dd3ef8fff4ce2b7ff8f15"
+DOWNLOAD="https://github.com/CoreSecurity/impacket/archive/impacket_0_9_17/impacket-impacket_0_9_17.tar.gz"
+MD5SUM="a53a34898856307c79c02fcd8b8b1cb4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyasn1 pycrypto"
+REQUIRES="pyasn1 pycrypto six"
MAINTAINER="Brenton Earl"
EMAIL="brent@exitstatusone.com"
diff --git a/libraries/Impacket/slack-desc b/libraries/Impacket/slack-desc
index b62591542a..76de7c50f6 100644
--- a/libraries/Impacket/slack-desc
+++ b/libraries/Impacket/slack-desc
@@ -14,6 +14,6 @@ Impacket: decode network packets in simple and consistent manner. It includes
Impacket: support for low-level protocols such as IP, UDP and TCP, as well as
Impacket: higher-level protocols such as NMB and SMB.
Impacket:
-Impacket:
+Impacket: Home page: https://github.com/CoreSecurity/impacket
Impacket:
Impacket: