[arch-commits] Commit in scapy/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Oct 20 00:09:17 UTC 2016
Date: Thursday, October 20, 2016 @ 00:09:17
Author: anthraxx
Revision: 192634
upgpkg: scapy 2.3.3-1
Modified:
scapy/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-19 21:39:24 UTC (rev 192633)
+++ PKGBUILD 2016-10-20 00:09:17 UTC (rev 192634)
@@ -1,4 +1,3 @@
-# $Id$
# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Ebubekir KARUL <ebubekirkarul at yandex.com>
@@ -5,7 +4,7 @@
# Contributor: s1gma,shirokuro
pkgname=scapy
-pkgver=2.3.2
+pkgver=2.3.3
pkgrel=1
pkgdesc="A powerful interactive packet manipulation program written in Python"
url="http://www.secdev.org/projects/scapy/"
@@ -15,16 +14,16 @@
'python2-gnuplot: plotting support'
'graphviz: conversations() method support'
'sox: for VOIP support')
-checkdepends=('python2-crypto' 'python2-pyx' 'python2-gnuplot' 'graphviz' 'sox')
+checkdepends=('python2-crypto' 'python2-pyx' 'python2-gnuplot' 'python2-mock' 'graphviz' 'sox')
arch=('any')
license=('GPL2')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/secdev/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a')
+sha512sums=('47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4')
prepare() {
cd ${pkgname}-${pkgver}
sed -e 's|env python|env python2|g' -i doc/scapy/*.rst scapy/contrib/*.py setup.py \
- run_scapy scapy/pipetool.py scapy/tools/check_asdis.py scapy/layers/inet6.py
+ run_scapy scapy/pipetool.py scapy/tools/check_asdis.py scapy/layers/*.py
sed -e 's/exec python/exec python2/g' -i run_scapy setup.py test/run_tests
}
@@ -35,8 +34,7 @@
check() {
cd ${pkgname}-${pkgver}/test
- # Disabled tests as they currently hang
- #./run_tests
+ ./run_tests -t regression.uts -K netaccess
}
package() {
More information about the arch-commits
mailing list