* [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference
@ 2024-01-08 12:59 Baruch Siach via buildroot
2024-01-08 12:59 ` [Buildroot] [PATCH 2/2] package/rng-tools: normalize github macro package name Baruch Siach via buildroot
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Baruch Siach via buildroot @ 2024-01-08 12:59 UTC (permalink / raw)
To: buildroot
We switched to new upstream since commit f9e9c6349afe0
("package/rng-tools: bump to 6.7"). Update the website URL as well.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/rng-tools/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rng-tools/Config.in b/package/rng-tools/Config.in
index be3f078a0bce..7f08fa25fbf7 100644
--- a/package/rng-tools/Config.in
+++ b/package/rng-tools/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_RNG_TOOLS
help
Daemon to use hardware random number generators.
- http://sourceforge.net/projects/gkernel/
+ https://github.com/nhorman/rng-tools
if BR2_PACKAGE_RNG_TOOLS
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/rng-tools: normalize github macro package name
2024-01-08 12:59 [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference Baruch Siach via buildroot
@ 2024-01-08 12:59 ` Baruch Siach via buildroot
2024-01-13 13:20 ` Peter Korsgaard
2024-01-08 20:39 ` [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference Yann E. MORIN
2024-01-13 13:20 ` Peter Korsgaard
2 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach via buildroot @ 2024-01-08 12:59 UTC (permalink / raw)
To: buildroot
This usage of <PKG>_NAME was introduced in commit f9e9c6349afe0
("package/rng-tools: bump to 6.7"). No other package uses <PKG>_NAME
this way.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/rng-tools/rng-tools.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
index 3e565103e415..933370c9a99e 100644
--- a/package/rng-tools/rng-tools.mk
+++ b/package/rng-tools/rng-tools.mk
@@ -5,7 +5,7 @@
################################################################################
RNG_TOOLS_VERSION = 6.16
-RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
+RNG_TOOLS_SITE = $(call github,nhorman,rng-tools,v$(RNG_TOOLS_VERSION))
RNG_TOOLS_LICENSE = GPL-2.0
RNG_TOOLS_LICENSE_FILES = COPYING
RNG_TOOLS_CPE_ID_VENDOR = rng-tools_project
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference
2024-01-08 12:59 [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference Baruch Siach via buildroot
2024-01-08 12:59 ` [Buildroot] [PATCH 2/2] package/rng-tools: normalize github macro package name Baruch Siach via buildroot
@ 2024-01-08 20:39 ` Yann E. MORIN
2024-01-13 13:20 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2024-01-08 20:39 UTC (permalink / raw)
To: Baruch Siach; +Cc: buildroot
Baruch, All,
On 2024-01-08 14:59 +0200, Baruch Siach via buildroot spake thusly:
> We switched to new upstream since commit f9e9c6349afe0
> ("package/rng-tools: bump to 6.7"). Update the website URL as well.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Both cleanups applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/rng-tools/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/rng-tools/Config.in b/package/rng-tools/Config.in
> index be3f078a0bce..7f08fa25fbf7 100644
> --- a/package/rng-tools/Config.in
> +++ b/package/rng-tools/Config.in
> @@ -9,7 +9,7 @@ config BR2_PACKAGE_RNG_TOOLS
> help
> Daemon to use hardware random number generators.
>
> - http://sourceforge.net/projects/gkernel/
> + https://github.com/nhorman/rng-tools
>
> if BR2_PACKAGE_RNG_TOOLS
>
> --
> 2.43.0
>
> _______________________________________________
> 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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference
2024-01-08 12:59 [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference Baruch Siach via buildroot
2024-01-08 12:59 ` [Buildroot] [PATCH 2/2] package/rng-tools: normalize github macro package name Baruch Siach via buildroot
2024-01-08 20:39 ` [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference Yann E. MORIN
@ 2024-01-13 13:20 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-01-13 13:20 UTC (permalink / raw)
To: Baruch Siach via buildroot; +Cc: buildroot
>>>>> "Baruch" == Baruch Siach via buildroot <buildroot@buildroot.org> writes:
> We switched to new upstream since commit f9e9c6349afe0
> ("package/rng-tools: bump to 6.7"). Update the website URL as well.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/rng-tools: normalize github macro package name
2024-01-08 12:59 ` [Buildroot] [PATCH 2/2] package/rng-tools: normalize github macro package name Baruch Siach via buildroot
@ 2024-01-13 13:20 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-01-13 13:20 UTC (permalink / raw)
To: Baruch Siach via buildroot; +Cc: buildroot
>>>>> "Baruch" == Baruch Siach via buildroot <buildroot@buildroot.org> writes:
> This usage of <PKG>_NAME was introduced in commit f9e9c6349afe0
> ("package/rng-tools: bump to 6.7"). No other package uses <PKG>_NAME
> this way.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-13 13:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 12:59 [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference Baruch Siach via buildroot
2024-01-08 12:59 ` [Buildroot] [PATCH 2/2] package/rng-tools: normalize github macro package name Baruch Siach via buildroot
2024-01-13 13:20 ` Peter Korsgaard
2024-01-08 20:39 ` [Buildroot] [PATCH 1/2] package/rng-tools: update help text website reference Yann E. MORIN
2024-01-13 13:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox