From 53b59e155134948b52779ae3f94d053c168e08cb Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 28 Feb 2021 19:40:24 +0000 Subject: [PATCH] python3-scapy: upgrade 2.4.3 -> 2.4.4 --- .../scapy/{python3-scapy_2.4.3.bb => python3-scapy_2.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-security/scapy/{python3-scapy_2.4.3.bb => python3-scapy_2.4.4.bb} (96%) diff --git a/recipes-security/scapy/python3-scapy_2.4.3.bb b/recipes-security/scapy/python3-scapy_2.4.4.bb similarity index 96% rename from recipes-security/scapy/python3-scapy_2.4.3.bb rename to recipes-security/scapy/python3-scapy_2.4.4.bb index 925f188..8d81ed1 100644 --- a/recipes-security/scapy/python3-scapy_2.4.3.bb +++ b/recipes-security/scapy/python3-scapy_2.4.4.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" S = "${WORKDIR}/git" -SRCREV = "3047580162a9407ef05fe981983cacfa698f1159" +SRCREV = "95ba5b8504152a1f820bbe679ccf03668cb5118f" SRC_URI = "git://github.com/secdev/scapy.git \ file://run-ptest"