mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libfaketime: version bump 0.9.7 -> 0.9.10
@ 2024-12-12  9:58 Alexander Dahl
  2024-12-13  9:50 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl @ 2024-12-12  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Pretzsch

Fixes, improved error message output, improved testing.  Some new
features, see release notes.

Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.8
Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.9
Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.10
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/libfaketime.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libfaketime.make b/rules/libfaketime.make
index e9c56c5d1..b3ea8edc8 100644
--- a/rules/libfaketime.make
+++ b/rules/libfaketime.make
@@ -8,8 +8,8 @@
 
 PACKAGES-$(PTXCONF_LIBFAKETIME) += libfaketime
 
-LIBFAKETIME_VERSION	:= 0.9.7
-LIBFAKETIME_MD5		:= 8617e2c6caf0977b3ce9a271f867302c
+LIBFAKETIME_VERSION	:= 0.9.10
+LIBFAKETIME_MD5		:= bbeaa43f514fc8e637e5efdac53e2671
 LIBFAKETIME		:= libfaketime-$(LIBFAKETIME_VERSION)
 LIBFAKETIME_SUFFIX	:= tar.gz
 LIBFAKETIME_URL		:= https://github.com/wolfcw/libfaketime/archive/v$(LIBFAKETIME_VERSION).$(LIBFAKETIME_SUFFIX)

base-commit: 5bce7bd2012d3582d97fe579d6c5cefedf37f46a
-- 
2.39.5




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] libfaketime: version bump 0.9.7 -> 0.9.10
  2024-12-12  9:58 [ptxdist] [PATCH] libfaketime: version bump 0.9.7 -> 0.9.10 Alexander Dahl
@ 2024-12-13  9:50 ` Michael Olbrich
  2024-12-13  9:53   ` Alexander Dahl
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2024-12-13  9:50 UTC (permalink / raw)
  To: Alexander Dahl; +Cc: ptxdist, Andreas Pretzsch

On Thu, Dec 12, 2024 at 10:58:41AM +0100, Alexander Dahl wrote:
> Fixes, improved error message output, improved testing.  Some new
> features, see release notes.
> 
> Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.8
> Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.9
> Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.10
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---
>  rules/libfaketime.make | 4 ++--

The old version has patches. At least the -Werror Patch is still relevant.

Regards,
Michael

>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/libfaketime.make b/rules/libfaketime.make
> index e9c56c5d1..b3ea8edc8 100644
> --- a/rules/libfaketime.make
> +++ b/rules/libfaketime.make
> @@ -8,8 +8,8 @@
>  
>  PACKAGES-$(PTXCONF_LIBFAKETIME) += libfaketime
>  
> -LIBFAKETIME_VERSION	:= 0.9.7
> -LIBFAKETIME_MD5		:= 8617e2c6caf0977b3ce9a271f867302c
> +LIBFAKETIME_VERSION	:= 0.9.10
> +LIBFAKETIME_MD5		:= bbeaa43f514fc8e637e5efdac53e2671
>  LIBFAKETIME		:= libfaketime-$(LIBFAKETIME_VERSION)
>  LIBFAKETIME_SUFFIX	:= tar.gz
>  LIBFAKETIME_URL		:= https://github.com/wolfcw/libfaketime/archive/v$(LIBFAKETIME_VERSION).$(LIBFAKETIME_SUFFIX)
> 
> base-commit: 5bce7bd2012d3582d97fe579d6c5cefedf37f46a
> -- 
> 2.39.5
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] libfaketime: version bump 0.9.7 -> 0.9.10
  2024-12-13  9:50 ` Michael Olbrich
@ 2024-12-13  9:53   ` Alexander Dahl
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2024-12-13  9:53 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist, Andreas Pretzsch

Hello Michael,

Am Freitag, 13. Dezember 2024, 10:50:24 CET schrieb Michael Olbrich:
> On Thu, Dec 12, 2024 at 10:58:41AM +0100, Alexander Dahl wrote:
> > Fixes, improved error message output, improved testing.  Some new
> > features, see release notes.
> > 
> > Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.8
> > Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.9
> > Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.10
> > Signed-off-by: Alexander Dahl <ada@thorsis.com>
> > ---
> > 
> >  rules/libfaketime.make | 4 ++--
> 
> The old version has patches. At least the -Werror Patch is still relevant.

You are right, and I still have patches for this in my BSP.  
My mistake when moving the stuff to ptxdist repo for upstreaming, 
I will resend.

Thanks and greets
Alex

> 
> Regards,
> Michael
> 
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/rules/libfaketime.make b/rules/libfaketime.make
> > index e9c56c5d1..b3ea8edc8 100644
> > --- a/rules/libfaketime.make
> > +++ b/rules/libfaketime.make
> > @@ -8,8 +8,8 @@
> > 
> >  PACKAGES-$(PTXCONF_LIBFAKETIME) += libfaketime
> > 
> > -LIBFAKETIME_VERSION	:= 0.9.7
> > -LIBFAKETIME_MD5		:= 8617e2c6caf0977b3ce9a271f867302c
> > +LIBFAKETIME_VERSION	:= 0.9.10
> > +LIBFAKETIME_MD5		:= bbeaa43f514fc8e637e5efdac53e2671
> > 
> >  LIBFAKETIME		:= libfaketime-$(LIBFAKETIME_VERSION)
> >  LIBFAKETIME_SUFFIX	:= tar.gz
> >  LIBFAKETIME_URL		:=
> >  https://github.com/wolfcw/libfaketime/archive/v$(LIBFAKETIME_VERSION).$(
> >  LIBFAKETIME_SUFFIX)> 
> > base-commit: 5bce7bd2012d3582d97fe579d6c5cefedf37f46a








^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-13  9:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-12  9:58 [ptxdist] [PATCH] libfaketime: version bump 0.9.7 -> 0.9.10 Alexander Dahl
2024-12-13  9:50 ` Michael Olbrich
2024-12-13  9:53   ` Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox