From 30872d61dec1b07f8df13ad59d18e54d42c84590 Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Sun, 12 Aug 2018 20:17:58 +0100 Subject: libraries/Impacket: Updated for version 0.9.17. Signed-off-by: David Spencer --- libraries/Impacket/Impacket.SlackBuild | 13 ++++++------- libraries/Impacket/Impacket.info | 8 ++++---- libraries/Impacket/slack-desc | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) (limited to 'libraries') 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 -# Copyright 2015-2016 Brenton Earl +# Copyright 2015-2016, 2018 Brenton Earl # 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: -- cgit v1.2.3-80-g2a13