* [ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10
@ 2019-08-19 7:47 Ladislav Michl
2019-08-22 5:36 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Ladislav Michl @ 2019-08-19 7:47 UTC (permalink / raw)
To: ptxdist
No tarballs at https://upower.freedesktop.org/releases/ anymore; see this
thread:
https://lists.freedesktop.org/archives/devkit-devel/2018-June/001827.html
---
rules/upower.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/upower.make b/rules/upower.make
index a69000c50..1ba8d9569 100644
--- a/rules/upower.make
+++ b/rules/upower.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_UPOWER) += upower
#
# Paths and names
#
-UPOWER_VERSION := 0.99.7
+UPOWER_VERSION := 0.99.10
UPOWER_MD5 := 236bb439d9ff1151450b3d8582399532
UPOWER := upower-$(UPOWER_VERSION)
UPOWER_SUFFIX := tar.xz
-UPOWER_URL := https://upower.freedesktop.org/releases/$(UPOWER).$(UPOWER_SUFFIX)
+UPOWER_URL := https://gitlab.freedesktop.org/upower/upower/uploads/c438511024b9bc5a904f8775cfc8e4c4/$(UPOWER).$(UPOWER_SUFFIX)
UPOWER_SOURCE := $(SRCDIR)/$(UPOWER).$(UPOWER_SUFFIX)
UPOWER_DIR := $(BUILDDIR)/$(UPOWER)
UPOWER_LICENSE := GPL-2.0-or-later
--
2.23.0.rc1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10
2019-08-19 7:47 [ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10 Ladislav Michl
@ 2019-08-22 5:36 ` Michael Olbrich
2019-08-22 6:39 ` Ladislav Michl
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2019-08-22 5:36 UTC (permalink / raw)
To: ptxdist
On Mon, Aug 19, 2019 at 09:47:51AM +0200, Ladislav Michl wrote:
> No tarballs at https://upower.freedesktop.org/releases/ anymore; see this
> thread:
> https://lists.freedesktop.org/archives/devkit-devel/2018-June/001827.html
> ---
> rules/upower.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/upower.make b/rules/upower.make
> index a69000c50..1ba8d9569 100644
> --- a/rules/upower.make
> +++ b/rules/upower.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_UPOWER) += upower
> #
> # Paths and names
> #
> -UPOWER_VERSION := 0.99.7
> +UPOWER_VERSION := 0.99.10
> UPOWER_MD5 := 236bb439d9ff1151450b3d8582399532
New version without new md5? This seems wrong.\
Michael
> UPOWER := upower-$(UPOWER_VERSION)
> UPOWER_SUFFIX := tar.xz
> -UPOWER_URL := https://upower.freedesktop.org/releases/$(UPOWER).$(UPOWER_SUFFIX)
> +UPOWER_URL := https://gitlab.freedesktop.org/upower/upower/uploads/c438511024b9bc5a904f8775cfc8e4c4/$(UPOWER).$(UPOWER_SUFFIX)
> UPOWER_SOURCE := $(SRCDIR)/$(UPOWER).$(UPOWER_SUFFIX)
> UPOWER_DIR := $(BUILDDIR)/$(UPOWER)
> UPOWER_LICENSE := GPL-2.0-or-later
> --
> 2.23.0.rc1
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10
2019-08-22 5:36 ` Michael Olbrich
@ 2019-08-22 6:39 ` Ladislav Michl
0 siblings, 0 replies; 3+ messages in thread
From: Ladislav Michl @ 2019-08-22 6:39 UTC (permalink / raw)
To: ptxdist
On Thu, Aug 22, 2019 at 07:36:41AM +0200, Michael Olbrich wrote:
> On Mon, Aug 19, 2019 at 09:47:51AM +0200, Ladislav Michl wrote:
> > No tarballs at https://upower.freedesktop.org/releases/ anymore; see this
> > thread:
> > https://lists.freedesktop.org/archives/devkit-devel/2018-June/001827.html
> > ---
> > rules/upower.make | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/rules/upower.make b/rules/upower.make
> > index a69000c50..1ba8d9569 100644
> > --- a/rules/upower.make
> > +++ b/rules/upower.make
> > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_UPOWER) += upower
> > #
> > # Paths and names
> > #
> > -UPOWER_VERSION := 0.99.7
> > +UPOWER_VERSION := 0.99.10
> > UPOWER_MD5 := 236bb439d9ff1151450b3d8582399532
>
> New version without new md5? This seems wrong.\
It is, indeed. I was trying to figure out md5 of that hex part of url
automagically, but turned out url cannot be "guessed". Then I failed
to properly drop that change. Apologies...
--- 8< ---
From: Ladislav Michl <ladis@linux-mips.org>
Subject: [PATCH v2] upower: version bump 0.99.7 -> 0.99.10
No tarballs at https://upower.freedesktop.org/releases/ anymore; see:
https://lists.freedesktop.org/archives/devkit-devel/2018-June/001827.html
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
Changes:
-v2: fix md5, add signed-off
rules/upower.make | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/upower.make b/rules/upower.make
index a69000c50..b1c51d22c 100644
--- a/rules/upower.make
+++ b/rules/upower.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_UPOWER) += upower
#
# Paths and names
#
-UPOWER_VERSION := 0.99.7
-UPOWER_MD5 := 236bb439d9ff1151450b3d8582399532
+UPOWER_VERSION := 0.99.10
+UPOWER_MD5 := ac6b6bee31110fd8478a8e881c40fba6
UPOWER := upower-$(UPOWER_VERSION)
UPOWER_SUFFIX := tar.xz
-UPOWER_URL := https://upower.freedesktop.org/releases/$(UPOWER).$(UPOWER_SUFFIX)
+UPOWER_URL := https://gitlab.freedesktop.org/upower/upower/uploads/c438511024b9bc5a904f8775cfc8e4c4/$(UPOWER).$(UPOWER_SUFFIX)
UPOWER_SOURCE := $(SRCDIR)/$(UPOWER).$(UPOWER_SUFFIX)
UPOWER_DIR := $(BUILDDIR)/$(UPOWER)
UPOWER_LICENSE := GPL-2.0-or-later
--
2.23.0.rc1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-22 6:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19 7:47 [ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10 Ladislav Michl
2019-08-22 5:36 ` Michael Olbrich
2019-08-22 6:39 ` Ladislav Michl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox