Message ID | 20240906183313.1612683-1-petr.vorel@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/iputils: bump version to 20240905 | expand |
Hi Petr, On 06/09/2024 20:33, Petr Vorel wrote: > Update comment. This release includes pre-generated man pages & HTML > docs in dist tarballs [1], but we don't install them anyway (Buildroot > does not ship package docs). > > [1] > https://github.com/iputils/iputils/commit/535f6de25909a63ea35750c8a37408e49c0d235c > > Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Applied to master. I also added the link to the release change log in the commit log. Thanks! Julien. > --- > 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 a3e48d60a9..6baf433dcb 100644 > --- a/package/iputils/iputils.hash > +++ b/package/iputils/iputils.hash > @@ -1,5 +1,5 @@ > -# > https://github.com/iputils/iputils/releases/download/20240117/sha256sums.asc > -sha256 > 7ed46e876e4157e1d20c40ec945e1ce0f3af3b10b5f6373e423135c6f22cd116 > iputils-20240117.tar.gz > +# > https://github.com/iputils/iputils/releases/download/20240905/sha256sums.asc > +sha256 > 599cda8e3f5f7ce4c612456ab1101369da8f79aa0f83c8e877290a1c7bb56010 > iputils-20240905.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 08d849e69d..ec8c24e4e0 100644 > --- a/package/iputils/iputils.mk > +++ b/package/iputils/iputils.mk > @@ -4,7 +4,7 @@ > # > > ################################################################################ > > -IPUTILS_VERSION = 20240117 > +IPUTILS_VERSION = 20240905 > IPUTILS_SITE = > https://github.com/iputils/iputils/releases/download/$(IPUTILS_VERSION) > IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause > IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 > Documentation/LICENSE.GPL2 > -- > 2.45.2 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot
diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash index a3e48d60a9..6baf433dcb 100644 --- a/package/iputils/iputils.hash +++ b/package/iputils/iputils.hash @@ -1,5 +1,5 @@ -# https://github.com/iputils/iputils/releases/download/20240117/sha256sums.asc -sha256 7ed46e876e4157e1d20c40ec945e1ce0f3af3b10b5f6373e423135c6f22cd116 iputils-20240117.tar.gz +# https://github.com/iputils/iputils/releases/download/20240905/sha256sums.asc +sha256 599cda8e3f5f7ce4c612456ab1101369da8f79aa0f83c8e877290a1c7bb56010 iputils-20240905.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 08d849e69d..ec8c24e4e0 100644 --- a/package/iputils/iputils.mk +++ b/package/iputils/iputils.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPUTILS_VERSION = 20240117 +IPUTILS_VERSION = 20240905 IPUTILS_SITE = https://github.com/iputils/iputils/releases/download/$(IPUTILS_VERSION) IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 Documentation/LICENSE.GPL2
Update comment. This release includes pre-generated man pages & HTML docs in dist tarballs [1], but we don't install them anyway (Buildroot does not ship package docs). [1] https://github.com/iputils/iputils/commit/535f6de25909a63ea35750c8a37408e49c0d235c 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(-)