Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Petr Vorel <pevik@seznam.cz>
Cc: Matt Weber <matthew.weber@collins.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/iputils: bump version to 20221126
Date: Mon, 6 Feb 2023 12:21:56 +0100	[thread overview]
Message-ID: <20230206112156.GC3565@scaer> (raw)
In-Reply-To: <20221126003807.462157-1-pevik@seznam.cz>

Petr, All,

On 2022-11-26 01:38 +0100, Petr Vorel spake thusly:
> From: Petr Vorel <petr.vorel@gmail.com>
> 
> This release removed: ninfod, rarpd, rdisc
> => add entries to Config.in.legacy.
> 
> LICENSE file got updated (just to use SPDX)
> => update checksum.
> 
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  Config.in.legacy             | 24 ++++++++++++++++++++++++
>  package/iputils/Config.in    | 25 -------------------------
>  package/iputils/iputils.hash |  6 +++---
>  package/iputils/iputils.mk   |  9 ++-------
>  4 files changed, 29 insertions(+), 35 deletions(-)
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index b3c35d6b07..6d20092ca4 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -146,6 +146,30 @@ endif
>  
>  comment "Legacy options removed in 2022.11"
>  
> +config BR2_PACKAGE_IPUTILS_NINFOD
> +	bool "iputils 20221126 removed ninfod"
> +	select BR2_LEGACY
> +	help
> +	  iputils 20221126 removed ninfod.
> +
> +config BR2_PACKAGE_IPUTILS_RARPD
> +	bool "iputils 20221126 removed rarpd"
> +	select BR2_LEGACY
> +	help
> +	  iputils 20221126 removed rarpd.
> +
> +config BR2_PACKAGE_IPUTILS_RDISC
> +	bool "iputils 20221126 removed rdisc"
> +	select BR2_LEGACY
> +	help
> +	  iputils 20221126 removed rdisc.
> +
> +config BR2_PACKAGE_IPUTILS_RDISC_SERVER
> +	bool "iputils 20221126 removed rdisc"
> +	select BR2_LEGACY
> +	help
> +	  iputils 20221126 removed rdisc.
> +
>  config BR2_PACKAGE_LIBOPENSSL_ENABLE_RC5
>  	bool "libopenssl rc5 was never enabled"
>  	select BR2_LEGACY
> diff --git a/package/iputils/Config.in b/package/iputils/Config.in
> index 1a8b555570..ec7bc5418d 100644
> --- a/package/iputils/Config.in
> +++ b/package/iputils/Config.in
> @@ -28,37 +28,12 @@ config BR2_PACKAGE_IPUTILS_PING
>  	help
>  	  Installs ping.
>  
> -config BR2_PACKAGE_IPUTILS_RARPD
> -	bool "rarpd"
> -	help
> -	  Installs rarpd.
> -
> -config BR2_PACKAGE_IPUTILS_RDISC
> -	bool "rdisc"
> -	default y
> -	help
> -	  Installs rdisc.
> -
> -config BR2_PACKAGE_IPUTILS_RDISC_SERVER
> -	bool "rdisc (server code)"
> -	default y
> -	depends on BR2_PACKAGE_IPUTILS_RDISC
> -	help
> -	  Builds rdisc with server code.
> -
>  config BR2_PACKAGE_IPUTILS_TRACEPATH
>  	bool "tracepath"
>  	default y
>  	help
>  	  Installs tracepath.
>  
> -config BR2_PACKAGE_IPUTILS_NINFOD
> -	bool "ninfod"
> -	default y
> -	depends on BR2_TOOLCHAIN_HAS_THREADS # ninfod requires <pthread.h>
> -	help
> -	  Installs ninfod.
> -
>  comment "ninfod needs a toolchain w/ threads"
>  	depends on !BR2_TOOLCHAIN_HAS_THREADS
>  
> diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash
> index db52d990f2..ea23f27f3c 100644
> --- a/package/iputils/iputils.hash
> +++ b/package/iputils/iputils.hash
> @@ -1,6 +1,6 @@
> -# https://github.com/iputils/iputils/releases/download/20211215/sha256sum.asc
> -sha256  b6f67fc705490673ff4471d006221b4a2f1b1180b929d9fefd771352621ccedf  iputils-20211215.tar.gz
> +# https://github.com/iputils/iputils/releases/download/20221126/sha256sum.asc
> +sha256  745ea711fe06d5c57d470d21acce3c3ab866eb6afb69379a16c6d60b89bd4311  iputils-20221126.tar.gz
>  # Locally computed
> -sha256  973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042  LICENSE
> +sha256  2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036  LICENSE
>  sha256  9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712  Documentation/LICENSE.BSD3
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  Documentation/LICENSE.GPL2
> diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
> index 84059de330..fe4468ec19 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 = 20211215
> +IPUTILS_VERSION = 20221126
>  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
> @@ -21,19 +21,14 @@ IPUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
>  # Selectively build binaries
>  IPUTILS_CONF_OPTS += \
>  	-DBUILD_CLOCKDIFF=$(if $(BR2_PACKAGE_IPUTILS_CLOCKDIFF),true,false) \
> -	-DBUILD_RARPD=$(if $(BR2_PACKAGE_IPUTILS_RARPD),true,false) \
> -	-DBUILD_RDISC=$(if $(BR2_PACKAGE_IPUTILS_RDISC),true,false) \
> -	-DENABLE_RDISC_SERVER=$(if $(BR2_PACKAGE_IPUTILS_RDISC_SERVER),true,false) \
>  	-DBUILD_TRACEPATH=$(if $(BR2_PACKAGE_IPUTILS_TRACEPATH),true,false) \
> -	-DBUILD_NINFOD=$(if $(BR2_PACKAGE_IPUTILS_NINFOD),true,false) \
>  	-DSKIP_TESTS=true
>  
>  # Selectively select the appropriate SELinux refpolicy modules
>  IPUTILS_SELINUX_MODULES = \
>  	$(if $(BR2_PACKAGE_IPUTILS_ARPING),netutils) \
>  	$(if $(BR2_PACKAGE_IPUTILS_PING),netutils) \
> -	$(if $(BR2_PACKAGE_IPUTILS_TRACEPATH),netutils) \
> -	$(if $(BR2_PACKAGE_IPUTILS_RDISC),rdisc)
> +	$(if $(BR2_PACKAGE_IPUTILS_TRACEPATH),netutils)
>  
>  #
>  # arping
> -- 
> 2.38.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

  parent reply	other threads:[~2023-02-06 11:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-26  0:38 [Buildroot] [PATCH 1/1] package/iputils: bump version to 20221126 Petr Vorel
2022-11-26  1:16 ` Petr Vorel
2023-02-06  9:59 ` Heiko Thiery
2023-02-06 11:21 ` Yann E. MORIN [this message]
2023-02-06 20:58   ` Petr Vorel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230206112156.GC3565@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=matthew.weber@collins.com \
    --cc=pevik@seznam.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox