* [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222
@ 2023-12-22 20:53 Petr Vorel
2023-12-22 20:53 ` [Buildroot] [PATCH 2/2] iputils/iputils: remove note about fork Petr Vorel
2023-12-23 12:47 ` [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222 Yann E. MORIN
0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2023-12-22 20:53 UTC (permalink / raw)
To: buildroot; +Cc: Petr Vorel, Yann E . MORIN
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
package/iputils/iputils.hash | 4 ++--
package/iputils/iputils.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash
index ea23f27f3c..c2f6a40797 100644
--- a/package/iputils/iputils.hash
+++ b/package/iputils/iputils.hash
@@ -1,5 +1,5 @@
-# https://github.com/iputils/iputils/releases/download/20221126/sha256sum.asc
-sha256 745ea711fe06d5c57d470d21acce3c3ab866eb6afb69379a16c6d60b89bd4311 iputils-20221126.tar.gz
+# https://github.com/iputils/iputils/releases/download/20231222/sha256sums.asc
+sha256 e3ce5e1a1f795c2d520985463b90e20f9388b7060796d54ad64509aa8e4af775 iputils-20231222.tar.gz
# Locally computed
sha256 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036 LICENSE
sha256 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712 Documentation/LICENSE.BSD3
diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index fe4468ec19..783ed9a0e7 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -11,7 +11,7 @@
# and IPv6 updates.
# http://www.spinics.net/lists/netdev/msg279881.html
-IPUTILS_VERSION = 20221126
+IPUTILS_VERSION = 20231222
IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause
IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 Documentation/LICENSE.GPL2
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] iputils/iputils: remove note about fork
2023-12-22 20:53 [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222 Petr Vorel
@ 2023-12-22 20:53 ` Petr Vorel
2023-12-23 12:50 ` Yann E. MORIN
2023-12-23 12:47 ` [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222 Yann E. MORIN
1 sibling, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2023-12-22 20:53 UTC (permalink / raw)
To: buildroot; +Cc: Petr Vorel, Yann E . MORIN
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(-)
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 2/2] iputils/iputils: remove note about fork
2023-12-22 20:53 ` [Buildroot] [PATCH 2/2] iputils/iputils: remove note about fork Petr Vorel
@ 2023-12-23 12:50 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-12-23 12:50 UTC (permalink / raw)
To: Petr Vorel; +Cc: buildroot
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
--
.-----------------.--------------------.------------------.--------------------.
| 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] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222
2023-12-22 20:53 [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222 Petr Vorel
2023-12-22 20:53 ` [Buildroot] [PATCH 2/2] iputils/iputils: remove note about fork Petr Vorel
@ 2023-12-23 12:47 ` Yann E. MORIN
1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-12-23 12:47 UTC (permalink / raw)
To: Petr Vorel; +Cc: buildroot
Petr, All,
On 2023-12-22 21:53 +0100, Petr Vorel spake thusly:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/iputils/iputils.hash | 4 ++--
> package/iputils/iputils.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash
> index ea23f27f3c..c2f6a40797 100644
> --- a/package/iputils/iputils.hash
> +++ b/package/iputils/iputils.hash
> @@ -1,5 +1,5 @@
> -# https://github.com/iputils/iputils/releases/download/20221126/sha256sum.asc
> -sha256 745ea711fe06d5c57d470d21acce3c3ab866eb6afb69379a16c6d60b89bd4311 iputils-20221126.tar.gz
> +# https://github.com/iputils/iputils/releases/download/20231222/sha256sums.asc
> +sha256 e3ce5e1a1f795c2d520985463b90e20f9388b7060796d54ad64509aa8e4af775 iputils-20231222.tar.gz
> # Locally computed
> sha256 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036 LICENSE
> sha256 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712 Documentation/LICENSE.BSD3
> diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
> index fe4468ec19..783ed9a0e7 100644
> --- a/package/iputils/iputils.mk
> +++ b/package/iputils/iputils.mk
> @@ -11,7 +11,7 @@
> # and IPv6 updates.
> # http://www.spinics.net/lists/netdev/msg279881.html
>
> -IPUTILS_VERSION = 20221126
> +IPUTILS_VERSION = 20231222
> IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
> IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause
> IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 Documentation/LICENSE.GPL2
> --
> 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] 4+ messages in thread
end of thread, other threads:[~2023-12-23 12:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 20:53 [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222 Petr Vorel
2023-12-22 20:53 ` [Buildroot] [PATCH 2/2] iputils/iputils: remove note about fork Petr Vorel
2023-12-23 12:50 ` Yann E. MORIN
2023-12-23 12:47 ` [Buildroot] [PATCH 1/2] package/iputils: bump version to 20231222 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.