* [Buildroot] [RESENT][PATCH 1/1] package/debianutils: bump version to 5.4 @ 2021-09-14 17:24 Petr Vorel 2021-09-18 19:59 ` Yann E. MORIN 0 siblings, 1 reply; 3+ messages in thread From: Petr Vorel @ 2021-09-14 17:24 UTC (permalink / raw) To: buildroot Signed-off-by: Petr Vorel <petr.vorel@gmail.com> --- package/debianutils/debianutils.hash | 4 ++-- package/debianutils/debianutils.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/debianutils/debianutils.hash b/package/debianutils/debianutils.hash index 16a45d4ea1..bbedb6f72f 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/20210825T030241Z/pool/main/d/debianutils/debianutils_5.4-3.dsc +sha256 611b1268bee9d183886c94e5f34920e4b5b67ff45202aef3f6f2ba8f4a205163 103640 debianutils_5.4.tar.xz # Locally calculated sha256 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567 debian/copyright diff --git a/package/debianutils/debianutils.mk b/package/debianutils/debianutils.mk index d2c41130fb..3dc9ad6e6b 100644 --- a/package/debianutils/debianutils.mk +++ b/package/debianutils/debianutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -DEBIANUTILS_VERSION = 4.11 +DEBIANUTILS_VERSION = 5.4 DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils DEBIANUTILS_CONF_OPTS = --exec-prefix=/ -- 2.33.0 _______________________________________________ buildroot mailing list buildroot@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [RESENT][PATCH 1/1] package/debianutils: bump version to 5.4 2021-09-14 17:24 [Buildroot] [RESENT][PATCH 1/1] package/debianutils: bump version to 5.4 Petr Vorel @ 2021-09-18 19:59 ` Yann E. MORIN 2021-09-21 20:21 ` Petr Vorel 0 siblings, 1 reply; 3+ messages in thread From: Yann E. MORIN @ 2021-09-18 19:59 UTC (permalink / raw) To: Petr Vorel; +Cc: buildroot Petr, All, On 2021-09-14 19:24 +0200, Petr Vorel spake thusly: > Signed-off-by: Petr Vorel <petr.vorel@gmail.com> > --- > package/debianutils/debianutils.hash | 4 ++-- > package/debianutils/debianutils.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/debianutils/debianutils.hash b/package/debianutils/debianutils.hash > index 16a45d4ea1..bbedb6f72f 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/20210825T030241Z/pool/main/d/debianutils/debianutils_5.4-3.dsc > +sha256 611b1268bee9d183886c94e5f34920e4b5b67ff45202aef3f6f2ba8f4a205163 103640 debianutils_5.4.tar.xz I guess you forgot to fix this before sending: package/debianutils/debianutils.hash:2: expected three fields (http://nightly.buildroot.org/#adding-packages-hash) > # Locally calculated > sha256 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567 debian/copyright > diff --git a/package/debianutils/debianutils.mk b/package/debianutils/debianutils.mk > index d2c41130fb..3dc9ad6e6b 100644 > --- a/package/debianutils/debianutils.mk > +++ b/package/debianutils/debianutils.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -DEBIANUTILS_VERSION = 4.11 > +DEBIANUTILS_VERSION = 5.4 $ make debianutils-source [...] >>> debianutils 5.4 Downloading wget --passive-ftp -nd -t 3 -O '/home/ymorin/dev/buildroot/O/build/.debianutils_5.4.tar.xz.fY4XQF/output' 'http://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils/debianutils_5.4.tar.xz' URL transformed to HTTPS due to an HSTS policy --2021-09-18 21:57:31-- https://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils/debianutils_5.4.tar.xz Resolving snapshot.debian.org (snapshot.debian.org)... 2001:1af8:4020:b030:deb::185, 2001:630:206:4000:1a1a:0:c13e:ca1b, 185.17.185.185, ... Connecting to snapshot.debian.org (snapshot.debian.org)|2001:1af8:4020:b030:deb::185|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-09-18 21:57:31 ERROR 404: Not Found. Can you look into those and resend, please? Regards, Yann E. MORIN. > DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz > DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils > DEBIANUTILS_CONF_OPTS = --exec-prefix=/ > -- > 2.33.0 > > _______________________________________________ > buildroot mailing list > buildroot@lists.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@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [RESENT][PATCH 1/1] package/debianutils: bump version to 5.4 2021-09-18 19:59 ` Yann E. MORIN @ 2021-09-21 20:21 ` Petr Vorel 0 siblings, 0 replies; 3+ messages in thread From: Petr Vorel @ 2021-09-21 20:21 UTC (permalink / raw) To: Yann E. MORIN; +Cc: buildroot Hi Yann, all, > Petr, All, > On 2021-09-14 19:24 +0200, Petr Vorel spake thusly: > > Signed-off-by: Petr Vorel <petr.vorel@gmail.com> > > --- > > package/debianutils/debianutils.hash | 4 ++-- > > package/debianutils/debianutils.mk | 2 +- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/debianutils/debianutils.hash b/package/debianutils/debianutils.hash > > index 16a45d4ea1..bbedb6f72f 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/20210825T030241Z/pool/main/d/debianutils/debianutils_5.4-3.dsc > > +sha256 611b1268bee9d183886c94e5f34920e4b5b67ff45202aef3f6f2ba8f4a205163 103640 debianutils_5.4.tar.xz > I guess you forgot to fix this before sending: > package/debianutils/debianutils.hash:2: expected three fields (http://nightly.buildroot.org/#adding-packages-hash) Ah, I'm sorry (copy paste issue). > > # Locally calculated > > sha256 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567 debian/copyright > > diff --git a/package/debianutils/debianutils.mk b/package/debianutils/debianutils.mk > > index d2c41130fb..3dc9ad6e6b 100644 > > --- a/package/debianutils/debianutils.mk > > +++ b/package/debianutils/debianutils.mk > > @@ -4,7 +4,7 @@ > > -DEBIANUTILS_VERSION = 4.11 > > +DEBIANUTILS_VERSION = 5.4 > $ make debianutils-source > [...] > >>> debianutils 5.4 Downloading > wget --passive-ftp -nd -t 3 -O '/home/ymorin/dev/buildroot/O/build/.debianutils_5.4.tar.xz.fY4XQF/output' 'http://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils/debianutils_5.4.tar.xz' > URL transformed to HTTPS due to an HSTS policy > --2021-09-18 21:57:31-- > https://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/debianutils/debianutils_5.4.tar.xz > Resolving snapshot.debian.org (snapshot.debian.org)... 2001:1af8:4020:b030:deb::185, 2001:630:206:4000:1a1a:0:c13e:ca1b, 185.17.185.185, ... > Connecting to snapshot.debian.org > (snapshot.debian.org)|2001:1af8:4020:b030:deb::185|:443... connected. > HTTP request sent, awaiting response... 404 Not Found > 2021-09-18 21:57:31 ERROR 404: Not Found. > Can you look into those and resend, please? I'm sorry, sure. The reason is that while some time ago the archive was without ".orig", v5.4 is with orig: debianutils_5.5.orig.tar.xz I'll send new patch for version 5.5. Kind regards, Petr > Regards, > Yann E. MORIN. _______________________________________________ buildroot mailing list buildroot@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-09-21 20:23 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-09-14 17:24 [Buildroot] [RESENT][PATCH 1/1] package/debianutils: bump version to 5.4 Petr Vorel 2021-09-18 19:59 ` Yann E. MORIN 2021-09-21 20:21 ` Petr Vorel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox