[Buildroot] [PATCH v2 1/1] package/debianutils: bump version to 5.5

Arnout Vandecappelle arnout at mind.be
Sun Sep 26 21:46:12 UTC 2021



On 22/09/2021 06:59, Petr Vorel wrote:
> New archive contains ".orig" in the name, thus update
> DEBIANUTILS_SOURCE.
> 
> Signed-off-by: Petr Vorel <petr.vorel at gmail.com>
> ---
> Changes v1->v2:
> * Fix redundant slash at the end.
> 
>   package/debianutils/debianutils.hash | 4 ++--
>   package/debianutils/debianutils.mk   | 6 +++---
>   2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/debianutils/debianutils.hash b/package/debianutils/debianutils.hash
> index 16a45d4ea1..0b28ac705b 100644
> --- a/package/debianutils/debianutils.hash
> +++ b/package/debianutils/debianutils.hash
> @@ -1,4 +1,4 @@
> -# From http://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils/debianutils_4.11.dsc
> -sha256 bb5ce6290696b0d623377521ed217f484aa98f7346c5f7c48f9ae3e1acfb7151 debianutils_4.11.tar.xz
> +# From https://snapshot.debian.org/archive/debian/20210919T024804Z/pool/main/d/debianutils/debianutils_5.5-1.dsc
> +sha256 2b0fad5c00eb2b8461523b2950e6f06e6ddbb0ac3384c5a3377867d51098d102 debianutils_5.5.orig.tar.xz
>   # Locally calculated
>   sha256 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567 debian/copyright

  It seems the license file hash changed. Can you check?

  Regards,
  Arnout

> diff --git a/package/debianutils/debianutils.mk b/package/debianutils/debianutils.mk
> index d2c41130fb..0817f81cdb 100644
> --- a/package/debianutils/debianutils.mk
> +++ b/package/debianutils/debianutils.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -DEBIANUTILS_VERSION = 4.11
> -DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz
> -DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils
> +DEBIANUTILS_VERSION = 5.5
> +DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).orig.tar.xz
> +DEBIANUTILS_SITE = https://snapshot.debian.org/archive/debian/20210919T024804Z/pool/main/d/debianutils
>   DEBIANUTILS_CONF_OPTS = --exec-prefix=/
>   DEBIANUTILS_LICENSE = GPL-2.0+, SMAIL (savelog)
>   DEBIANUTILS_LICENSE_FILES = debian/copyright
> 


More information about the buildroot mailing list