All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/tcping: update the upstream URL in Config.in
@ 2019-12-18 13:27 Mark Corbin
  2019-12-18 22:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Corbin @ 2019-12-18 13:27 UTC (permalink / raw)
  To: buildroot

Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(Err)' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
---
 package/tcping/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tcping/Config.in b/package/tcping/Config.in
index e72df096c3..241561ce10 100644
--- a/package/tcping/Config.in
+++ b/package/tcping/Config.in
@@ -11,4 +11,4 @@ config BR2_PACKAGE_TCPING
 	  desired port is reachable and then start connection
 	  establishment.
 
-	  http://linuxco.de/tcping/tcping.html
+	  https://web.archive.org/web/20171102193822/linuxco.de/tcping/tcping.html
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/tcping: update the upstream URL in Config.in
  2019-12-18 13:27 [Buildroot] [PATCH 1/1] package/tcping: update the upstream URL in Config.in Mark Corbin
@ 2019-12-18 22:26 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-12-18 22:26 UTC (permalink / raw)
  To: buildroot

Hello Mark,

On Wed, 18 Dec 2019 13:27:36 +0000
Mark Corbin <mark@dibsco.co.uk> wrote:

> Update the upstream URL in the help text in Config.in. This
> addresses the 'Invalid(Err)' URL status in the package stats
> web page output.
> 
> Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
> ---
>  package/tcping/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/tcping/Config.in b/package/tcping/Config.in
> index e72df096c3..241561ce10 100644
> --- a/package/tcping/Config.in
> +++ b/package/tcping/Config.in
> @@ -11,4 +11,4 @@ config BR2_PACKAGE_TCPING
>  	  desired port is reachable and then start connection
>  	  establishment.
>  
> -	  http://linuxco.de/tcping/tcping.html
> +	  https://web.archive.org/web/20171102193822/linuxco.de/tcping/tcping.html

The tcping we have in Buildroot, in version 1.3.5 is from Marc
Kirchner, and he now has a Github at
https://github.com/mkirchner/tcping, where he has both the 1.3.5 and
even a newer 1.3.6 release.

So it seems like the best course of action for this package is to
switch to using this Github repository as the upstream (and of course
not just update Config.in, but also the .mk file and the version).

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-12-18 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-18 13:27 [Buildroot] [PATCH 1/1] package/tcping: update the upstream URL in Config.in Mark Corbin
2019-12-18 22:26 ` Thomas Petazzoni

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.