Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f81b64f4e0570843f79b798a9a9cb808c73d0bca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f81b64f4e0570843f79b798a9a9cb808c73d0bca)
  • Date: Fri, 27 Aug 2021 00:54:57 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

python-pypi/scapy/DEPENDS | 2 +-
python-pypi/scapy/DETAILS | 8 ++++----
python-pypi/scapy/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit f81b64f4e0570843f79b798a9a9cb808c73d0bca
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scapy 2.4.5

diff --git a/python-pypi/scapy/DEPENDS b/python-pypi/scapy/DEPENDS
index ac7721b..be8d656 100755
--- a/python-pypi/scapy/DEPENDS
+++ b/python-pypi/scapy/DEPENDS
@@ -1,4 +1,4 @@
-depends python &&
+depends python3 &&
depends SETUPTOOLS &&

runtime_depends tcpdump &&
diff --git a/python-pypi/scapy/DETAILS b/python-pypi/scapy/DETAILS
index d663bbe..d03058f 100755
--- a/python-pypi/scapy/DETAILS
+++ b/python-pypi/scapy/DETAILS
@@ -1,8 +1,8 @@
SPELL=scapy
- VERSION=2.3.3
- SOURCE="${SPELL}-${VERSION}.tgz"
- SOURCE_URL[0]=https://pypi.org/packages/source/s/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:4c365c1348e5471d7504490f41196a5d86ce20843242ff22f00682d4238a879fa8191062aa90b93f0a169102678cee376b9a76f7344b9ef335c7444bc690c0e6
+ VERSION=2.4.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]="https://github.com/secdev/$SPELL/archive/refs/tags/v$VERSION.tar.gz";
+
SOURCE_HASH=sha512:b5ccd689f7bd4fbbb86921a35360b94ec7a738b494f16e4764828689835296016bc476825add798406e4d32761d8df90b41ce7e38049afdabf98397b1bf5982a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://www.secdev.org/projects/scapy/
GATHER_DOCS=off
diff --git a/python-pypi/scapy/HISTORY b/python-pypi/scapy/HISTORY
index 879f243..f16d1ec 100644
--- a/python-pypi/scapy/HISTORY
+++ b/python-pypi/scapy/HISTORY
@@ -1,2 +1,6 @@
+2021-08-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.5
+ * DEPENDS: switched to python3
+
2017-08-29 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS: created spell, version 2.3.3



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f81b64f4e0570843f79b798a9a9cb808c73d0bca), Ismael Luceno, 08/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page