* [Buildroot] [PATCH 1/1] package/smcroute: bump to version 2.5.6
@ 2022-12-10 21:46 Fabrice Fontaine
2022-12-11 0:57 ` Joachim Wiberg
2022-12-11 8:21 ` Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-12-10 21:46 UTC (permalink / raw)
To: buildroot; +Cc: Joachim Wiberg, Matt Weber, Fabrice Fontaine
https://github.com/troglobit/smcroute/releases/tag/2.5.6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/smcroute/smcroute.hash | 4 ++--
package/smcroute/smcroute.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/smcroute/smcroute.hash b/package/smcroute/smcroute.hash
index 642a1f62fe..b472dfbc04 100644
--- a/package/smcroute/smcroute.hash
+++ b/package/smcroute/smcroute.hash
@@ -1,5 +1,5 @@
-# Upstream .sha256 from GitHub
-sha256 2569cd97fa2047df14203a7144be53a1b32928cb460421a302bbcce381b42bc3 smcroute-2.5.5.tar.gz
+# Hash from https://github.com/troglobit/smcroute/releases/download/2.5.6/smcroute-2.5.6.tar.gz.sha256
+sha256 0be38f617e322daafaa941c02423239f5c117b940cf0f45bacadb6733c4b3916 smcroute-2.5.6.tar.gz
# Locally generated
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
diff --git a/package/smcroute/smcroute.mk b/package/smcroute/smcroute.mk
index e6114c9a8c..0c4f88ab1b 100644
--- a/package/smcroute/smcroute.mk
+++ b/package/smcroute/smcroute.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SMCROUTE_VERSION = 2.5.5
+SMCROUTE_VERSION = 2.5.6
SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)
SMCROUTE_LICENSE = GPL-2.0+
SMCROUTE_LICENSE_FILES = COPYING
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/smcroute: bump to version 2.5.6
2022-12-10 21:46 [Buildroot] [PATCH 1/1] package/smcroute: bump to version 2.5.6 Fabrice Fontaine
@ 2022-12-11 0:57 ` Joachim Wiberg
2022-12-11 8:21 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Joachim Wiberg @ 2022-12-11 0:57 UTC (permalink / raw)
To: Fabrice Fontaine, buildroot; +Cc: Matt Weber, Fabrice Fontaine
Cheers Fabrice, was just getting around to this but you beat me to it :)
On Sat, Dec 10, 2022 at 22:46, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> https://github.com/troglobit/smcroute/releases/tag/2.5.6
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Maybe also include an excerpt of the most important news from the ChangeLog:
- Batch mode supoprt for smcroutectl
- Fix strange behavior when joining/leaving the same group
- Minor spelling checks of documentation
Reviewed-by: Joachim Wiberg <troglobit@gmail.com>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/smcroute: bump to version 2.5.6
2022-12-10 21:46 [Buildroot] [PATCH 1/1] package/smcroute: bump to version 2.5.6 Fabrice Fontaine
2022-12-11 0:57 ` Joachim Wiberg
@ 2022-12-11 8:21 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-12-11 8:21 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Joachim Wiberg, Matt Weber, buildroot
Fabrice, All
On 2022-12-10 22:46 +0100, Fabrice Fontaine spake thusly:
> https://github.com/troglobit/smcroute/releases/tag/2.5.6
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, with the news blurb provided by Joachim, thanks.
Regards,
Yann E. MORIN.
> ---
> package/smcroute/smcroute.hash | 4 ++--
> package/smcroute/smcroute.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/smcroute/smcroute.hash b/package/smcroute/smcroute.hash
> index 642a1f62fe..b472dfbc04 100644
> --- a/package/smcroute/smcroute.hash
> +++ b/package/smcroute/smcroute.hash
> @@ -1,5 +1,5 @@
> -# Upstream .sha256 from GitHub
> -sha256 2569cd97fa2047df14203a7144be53a1b32928cb460421a302bbcce381b42bc3 smcroute-2.5.5.tar.gz
> +# Hash from https://github.com/troglobit/smcroute/releases/download/2.5.6/smcroute-2.5.6.tar.gz.sha256
> +sha256 0be38f617e322daafaa941c02423239f5c117b940cf0f45bacadb6733c4b3916 smcroute-2.5.6.tar.gz
>
> # Locally generated
> sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
> diff --git a/package/smcroute/smcroute.mk b/package/smcroute/smcroute.mk
> index e6114c9a8c..0c4f88ab1b 100644
> --- a/package/smcroute/smcroute.mk
> +++ b/package/smcroute/smcroute.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -SMCROUTE_VERSION = 2.5.5
> +SMCROUTE_VERSION = 2.5.6
> SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)
> SMCROUTE_LICENSE = GPL-2.0+
> SMCROUTE_LICENSE_FILES = COPYING
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-11 8:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 21:46 [Buildroot] [PATCH 1/1] package/smcroute: bump to version 2.5.6 Fabrice Fontaine
2022-12-11 0:57 ` Joachim Wiberg
2022-12-11 8:21 ` Yann E. MORIN
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.