diff mbox series

[meta-networking] ipcalc: upgrade 1.0.2 -> 1.0.3

Message ID 1686620422-29962-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-networking] ipcalc: upgrade 1.0.2 -> 1.0.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 13, 2023, 1:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 1b7b68a7a..055c6e143 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"