diff mbox series

[2/2] iputils/iputils: remove note about fork

Message ID 20231222205321.5588-2-petr.vorel@gmail.com
State Accepted
Headers show
Series [1/2] package/iputils: bump version to 20231222 | expand

Commit Message

Petr Vorel Dec. 22, 2023, 8:53 p.m. UTC
After 10 years we don't have to justify the fork.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/iputils/iputils.mk | 7 -------
 1 file changed, 7 deletions(-)

Comments

Yann E. MORIN Dec. 23, 2023, 12:50 p.m. UTC | #1
Petr, All,

On 2023-12-22 21:53 +0100, Petr Vorel spake thusly:
> After 10 years we don't have to justify the fork.

I slightly reworded that, as the fork is now the real upstream.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
>  package/iputils/iputils.mk | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
> index 783ed9a0e7..a8f93488bb 100644
> --- a/package/iputils/iputils.mk
> +++ b/package/iputils/iputils.mk
> @@ -4,13 +4,6 @@
>  #
>  ################################################################################
>  
> -# The original upstream was forked to the github repository in 2014 to
> -# pull fixes from other distribution and centralize the changes after
> -# the upstream seemed to have gone dormant.  The fork contains the
> -# latest changes including musl support, removing a libsysfs dependency
> -# and IPv6 updates.
> -# http://www.spinics.net/lists/netdev/msg279881.html
> -
>  IPUTILS_VERSION = 20231222
>  IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
>  IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 783ed9a0e7..a8f93488bb 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -4,13 +4,6 @@ 
 #
 ################################################################################
 
-# The original upstream was forked to the github repository in 2014 to
-# pull fixes from other distribution and centralize the changes after
-# the upstream seemed to have gone dormant.  The fork contains the
-# latest changes including musl support, removing a libsysfs dependency
-# and IPv6 updates.
-# http://www.spinics.net/lists/netdev/msg279881.html
-
 IPUTILS_VERSION = 20231222
 IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
 IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause