From a0b670cdacb1db3c0782985742cb7cb4cce045f5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:39:52 +0800 Subject: [PATCH] ipcalc: upgrade 1.0.2 -> 1.0.3 Changelog: =========== - When --no-decorate is given the default output will include no colors (#28) - Correctly split networks with /31 (#25) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/ipcalc/{ipcalc_1.0.2.bb => ipcalc_1.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/ipcalc/{ipcalc_1.0.2.bb => ipcalc_1.0.3.bb} (87%) diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb similarity index 87% rename from meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb rename to meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb index 1b7b68a7a03..055c6e1432d 100644 --- a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb +++ b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb @@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master" -SRCREV = "4c4261a47f355946ee74013d4f5d0494487cc2d6" +SRCREV = "c341e55be386649c0a5347eefeae410753c4e753" S = "${WORKDIR}/git"