From a0b670cdacb1db3c0782985742cb7cb4cce045f5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:39:52 +0800 Subject: 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 --- meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb | 14 -------------- meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb create mode 100644 meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb deleted file mode 100644 index 1b7b68a7a0..0000000000 --- a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6." -HOMEPAGE = "https://gitlab.com/ipcalc/ipcalc" - -SECTION = "net" - -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" - -S = "${WORKDIR}/git" - -inherit meson diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb new file mode 100644 index 0000000000..055c6e1432 --- /dev/null +++ b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb @@ -0,0 +1,14 @@ +SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6." +HOMEPAGE = "https://gitlab.com/ipcalc/ipcalc" + +SECTION = "net" + +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 = "c341e55be386649c0a5347eefeae410753c4e753" + +S = "${WORKDIR}/git" + +inherit meson -- cgit v1.2.3-54-g00ecf