From patchwork Tue Dec 3 23:28:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gpotter2 X-Patchwork-Id: 1203908 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=potter.fr Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=potter.fr header.i=@potter.fr header.b="s+hgPzJo"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47SJ8b1q5hz9sPL for ; Wed, 4 Dec 2019 10:29:00 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B2ED986B08; Tue, 3 Dec 2019 23:28:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3jRyJk_uDdPL; Tue, 3 Dec 2019 23:28:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id F043B86AE3; Tue, 3 Dec 2019 23:28:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 458A61BF408 for ; Tue, 3 Dec 2019 23:28:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3D8CB87881 for ; Tue, 3 Dec 2019 23:28:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1EOnZQoCZmqX for ; Tue, 3 Dec 2019 23:28:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from p1.potter.fr (p1.potter.fr [23.97.147.138]) by whitealder.osuosl.org (Postfix) with ESMTP id 2339F8784C for ; Tue, 3 Dec 2019 23:28:53 +0000 (UTC) Received: from vmg.0twu4gey2v1ulnhp32tezjr2qg.ax.internal.cloudapp.net (unknown [137.117.218.162]) by p1.potter.fr (Postfix) with ESMTPSA id 6386F3F208; Wed, 4 Dec 2019 00:28:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=potter.fr; s=dkim-mail; t=1575415732; bh=megDoBoOFDb8M+6XEAHaW81IijIeswhVtPBGvhRrYVg=; h=From:To:Cc:Subject:Date:From; b=s+hgPzJoIticinSoLZlWrgsMn9Tke9GWTPmexi/OKdJ7E+TFxJyzxxEpu/p+B6M27 VIuw+FGmgZhyZIrMf7MOLVwAUxcbUyVEAlciCg2+n7APsFiV5LlddjFaE1PzIMPrFd V9xky1BYI6LsTJ/hFhxvl2bTK8LYuXj6BhlMK360= From: gpotter2 To: buildroot@buildroot.org Date: Tue, 3 Dec 2019 23:28:32 +0000 Message-Id: <20191203232832.70247-1-gabriel@potter.fr> X-Mailer: git-send-email 2.17.1 Subject: [Buildroot] [PATCH 1/1] package/python-scapy3k: remove package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gpotter2 MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Scapy3k is deprecated since Scapy supports Python 3. Scapy should be used instead See https://bugs.busybox.net/show_bug.cgi?id=12376 Signed-off-by: Gabriel Potter --- Config.in.legacy | 6 ++++++ package/Config.in | 1 - package/python-scapy3k/Config.in | 9 --------- package/python-scapy3k/python-scapy3k.hash | 2 -- package/python-scapy3k/python-scapy3k.mk | 12 ------------ 5 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 package/python-scapy3k/Config.in delete mode 100644 package/python-scapy3k/python-scapy3k.hash delete mode 100644 package/python-scapy3k/python-scapy3k.mk diff --git a/Config.in.legacy b/Config.in.legacy index 02886bff36..dfe7683a42 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,12 @@ endif comment "Legacy options removed in 2020.02" +config BR2_PACKAGE_PYTHON_SCAPY3K + bool "scapy3k was removed" + select BR2_LEGACY + help + scapy3k has been deprecated since Scapy gained Python 3 support. Use BR2_PACKAGE_PYTHON_SCAPY instead + config BR2_BINUTILS_VERSION_2_30_X bool "binutils version 2.30 support removed" select BR2_LEGACY diff --git a/package/Config.in b/package/Config.in index 9e2b78fe6a..307583d01f 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1078,7 +1078,6 @@ menu "External python modules" source "package/python-rtslib-fb/Config.in" source "package/python-scandir/Config.in" source "package/python-scapy/Config.in" - source "package/python-scapy3k/Config.in" source "package/python-schedule/Config.in" source "package/python-sdnotify/Config.in" source "package/python-secretstorage/Config.in" diff --git a/package/python-scapy3k/Config.in b/package/python-scapy3k/Config.in deleted file mode 100644 index 3e75fcd177..0000000000 --- a/package/python-scapy3k/Config.in +++ /dev/null @@ -1,9 +0,0 @@ -config BR2_PACKAGE_PYTHON_SCAPY3K - bool "python-scapy3k" - depends on BR2_PACKAGE_PYTHON3 - select BR2_PACKAGE_PYTHON3_ZLIB - help - Network packet and pcap file crafting/sniffing/manipulation - security tool (based on scapy) with python3 compatibility. - - https://github.com/phaethon/scapy diff --git a/package/python-scapy3k/python-scapy3k.hash b/package/python-scapy3k/python-scapy3k.hash deleted file mode 100644 index 0faa3761f0..0000000000 --- a/package/python-scapy3k/python-scapy3k.hash +++ /dev/null @@ -1,2 +0,0 @@ -# Locally computed: -sha256 3717913cb54f211918eccb65fad9ccf8a66bd542a4a659b2c0ac762db08eb766 python-scapy3k-0.18.tar.gz diff --git a/package/python-scapy3k/python-scapy3k.mk b/package/python-scapy3k/python-scapy3k.mk deleted file mode 100644 index 63f081e3fc..0000000000 --- a/package/python-scapy3k/python-scapy3k.mk +++ /dev/null @@ -1,12 +0,0 @@ -################################################################################ -# -# python-scapy3k -# -################################################################################ - -PYTHON_SCAPY3K_VERSION = 0.18 -PYTHON_SCAPY3K_SITE = $(call github,phaethon,scapy,v$(PYTHON_SCAPY3K_VERSION)) -PYTHON_SCAPY3K_SETUP_TYPE = distutils -PYTHON_SCAPY3K_LICENSE = GPL-2.0+ - -$(eval $(python-package))