All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/netcalc: bump to v2.1.7
@ 2024-07-31 11:04 Joachim Wiberg
  2024-08-01 21:48 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Joachim Wiberg @ 2024-07-31 11:04 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg

Upstream now provides sha256sum for tarball.  License hash updated
because of copyright year and maintainer surname changes.

Changes from https://github.com/troglobit/netcalc/releases/tag/v2.1.7:

 - Allow colorized output over pipes, use -n to disable.
   This reverts the auto-disable in pipes, introduced in v2.1
 - Misc. build issues on macOS and *BSD
 - Various minor GCC 13 and Clang 18 warnings

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 package/netcalc/netcalc.hash | 10 +++++-----
 package/netcalc/netcalc.mk   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/netcalc/netcalc.hash b/package/netcalc/netcalc.hash
index ba503b6457..7a9f2000e0 100644
--- a/package/netcalc/netcalc.hash
+++ b/package/netcalc/netcalc.hash
@@ -1,5 +1,5 @@
-# From https://github.com/troglobit/netcalc/releases/tag/v2.1.6
-md5  c8660b61370c76d866247fe65966a35b  netcalc-2.1.6.tar.gz
-# Locally computed:
-sha256  cff41782fcf63d7d4ce6d35f95ed302127f6ddf6fc0ca03a8188af95a7c3243b  netcalc-2.1.6.tar.gz
-sha256  745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f  LICENSE
+# From https://github.com/troglobit/netcalc/releases/tag/v2.1.7
+sha256  7300ceac519dd14a8431d27339359f064eb5d80bdd7307ecb1b1cb1b0ab42969  netcalc-2.1.7.tar.gz
+
+# Locally computed
+sha256  c9462bef0a7f70323f782e10def048ea0bb281d35e93dd0de896ea9805856015  LICENSE
diff --git a/package/netcalc/netcalc.mk b/package/netcalc/netcalc.mk
index 7d96fc53cf..4d69deee61 100644
--- a/package/netcalc/netcalc.mk
+++ b/package/netcalc/netcalc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NETCALC_VERSION = 2.1.6
+NETCALC_VERSION = 2.1.7
 NETCALC_SITE = https://github.com/troglobit/netcalc/releases/download/v$(NETCALC_VERSION)
 NETCALC_LICENSE = BSD-3-Clause
 NETCALC_LICENSE_FILES = LICENSE
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/netcalc: bump to v2.1.7
  2024-07-31 11:04 [Buildroot] [PATCH 1/1] package/netcalc: bump to v2.1.7 Joachim Wiberg
@ 2024-08-01 21:48 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-01 21:48 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: buildroot

On Wed, 31 Jul 2024 13:04:29 +0200
Joachim Wiberg <troglobit@gmail.com> wrote:

> Upstream now provides sha256sum for tarball.  License hash updated
> because of copyright year and maintainer surname changes.
> 
> Changes from https://github.com/troglobit/netcalc/releases/tag/v2.1.7:
> 
>  - Allow colorized output over pipes, use -n to disable.
>    This reverts the auto-disable in pipes, introduced in v2.1
>  - Misc. build issues on macOS and *BSD
>  - Various minor GCC 13 and Clang 18 warnings
> 
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
>  package/netcalc/netcalc.hash | 10 +++++-----
>  package/netcalc/netcalc.mk   |  2 +-
>  2 files changed, 6 insertions(+), 6 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-01 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 11:04 [Buildroot] [PATCH 1/1] package/netcalc: bump to v2.1.7 Joachim Wiberg
2024-08-01 21:48 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.