mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rauc: version bump 1.12 -> 1.13
@ 2025-01-24 11:54 Roland Hieber
  2025-01-24 12:01 ` Roland Hieber
  2025-03-10  8:27 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 5+ messages in thread
From: Roland Hieber @ 2025-01-24 11:54 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Changelog: https://github.com/rauc/rauc/releases/tag/v1.13

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/rauc.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/rauc.make b/rules/rauc.make
index 775060b1d512..9a8671c32d3c 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
 #
 # Paths and names
 #
-RAUC_VERSION		:= 1.12
-RAUC_MD5		:= cb95d7491bf65f313357bc268c7bca29
+RAUC_VERSION		:= 1.13
+RAUC_MD5		:= cb740d131e2e831810407f2d39d373dd
 RAUC			:= rauc-$(RAUC_VERSION)
 RAUC_SUFFIX		:= tar.xz
 RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
-- 
2.39.5




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

* Re: [ptxdist] [PATCH] rauc: version bump 1.12 -> 1.13
  2025-01-24 11:54 [ptxdist] [PATCH] rauc: version bump 1.12 -> 1.13 Roland Hieber
@ 2025-01-24 12:01 ` Roland Hieber
  2025-03-05 13:26   ` Roland Hieber
  2025-03-10  8:27 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 5+ messages in thread
From: Roland Hieber @ 2025-01-24 12:01 UTC (permalink / raw)
  To: ptxdist

On Fri, Jan 24, 2025 at 12:54:57PM +0100, Roland Hieber wrote:
> Changelog: https://github.com/rauc/rauc/releases/tag/v1.13
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---

Note: this applies on top of Rouven's 1.12 bump on your 'mol/next' branch.

 - Roland

>  rules/rauc.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/rauc.make b/rules/rauc.make
> index 775060b1d512..9a8671c32d3c 100644
> --- a/rules/rauc.make
> +++ b/rules/rauc.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
>  #
>  # Paths and names
>  #
> -RAUC_VERSION		:= 1.12
> -RAUC_MD5		:= cb95d7491bf65f313357bc268c7bca29
> +RAUC_VERSION		:= 1.13
> +RAUC_MD5		:= cb740d131e2e831810407f2d39d373dd
>  RAUC			:= rauc-$(RAUC_VERSION)
>  RAUC_SUFFIX		:= tar.xz
>  RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
> -- 
> 2.39.5
> 
> 
> 

-- 
Roland Hieber, Pengutronix e.K.          | rhi@pengutronix.de          |
Steuerwalder Str. 21                     | https://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] 5+ messages in thread

* Re: [ptxdist] [PATCH] rauc: version bump 1.12 -> 1.13
  2025-01-24 12:01 ` Roland Hieber
@ 2025-03-05 13:26   ` Roland Hieber
  2025-03-07 10:03     ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Hieber @ 2025-03-05 13:26 UTC (permalink / raw)
  To: ptxdist

On Fri, Jan 24, 2025 at 01:01:56PM +0100, Roland Hieber wrote:
> On Fri, Jan 24, 2025 at 12:54:57PM +0100, Roland Hieber wrote:
> > Changelog: https://github.com/rauc/rauc/releases/tag/v1.13
> > 
> > Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> > ---
> 
> Note: this applies on top of Rouven's 1.12 bump on your 'mol/next' branch.

Did this fall through the cracks?

 - Roland

> >  rules/rauc.make | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/rules/rauc.make b/rules/rauc.make
> > index 775060b1d512..9a8671c32d3c 100644
> > --- a/rules/rauc.make
> > +++ b/rules/rauc.make
> > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
> >  #
> >  # Paths and names
> >  #
> > -RAUC_VERSION		:= 1.12
> > -RAUC_MD5		:= cb95d7491bf65f313357bc268c7bca29
> > +RAUC_VERSION		:= 1.13
> > +RAUC_MD5		:= cb740d131e2e831810407f2d39d373dd
> >  RAUC			:= rauc-$(RAUC_VERSION)
> >  RAUC_SUFFIX		:= tar.xz
> >  RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
> > -- 
> > 2.39.5
> > 
> > 
> > 
> 
> -- 
> Roland Hieber, Pengutronix e.K.          | rhi@pengutronix.de          |
> Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
> 31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |
> 
> 

-- 
Roland Hieber, Pengutronix e.K.          | rhi@pengutronix.de          |
Steuerwalder Str. 21                     | https://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] 5+ messages in thread

* Re: [ptxdist] [PATCH] rauc: version bump 1.12 -> 1.13
  2025-03-05 13:26   ` Roland Hieber
@ 2025-03-07 10:03     ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2025-03-07 10:03 UTC (permalink / raw)
  To: Roland Hieber; +Cc: ptxdist

On Wed, Mar 05, 2025 at 02:26:46PM +0100, Roland Hieber wrote:
> On Fri, Jan 24, 2025 at 01:01:56PM +0100, Roland Hieber wrote:
> > On Fri, Jan 24, 2025 at 12:54:57PM +0100, Roland Hieber wrote:
> > > Changelog: https://github.com/rauc/rauc/releases/tag/v1.13
> > > 
> > > Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> > > ---
> > 
> > Note: this applies on top of Rouven's 1.12 bump on your 'mol/next' branch.
> 
> Did this fall through the cracks?

Looks like it did. I'm not sure what happened. I've queued it now.

Michael

> > >  rules/rauc.make | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/rules/rauc.make b/rules/rauc.make
> > > index 775060b1d512..9a8671c32d3c 100644
> > > --- a/rules/rauc.make
> > > +++ b/rules/rauc.make
> > > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
> > >  #
> > >  # Paths and names
> > >  #
> > > -RAUC_VERSION		:= 1.12
> > > -RAUC_MD5		:= cb95d7491bf65f313357bc268c7bca29
> > > +RAUC_VERSION		:= 1.13
> > > +RAUC_MD5		:= cb740d131e2e831810407f2d39d373dd
> > >  RAUC			:= rauc-$(RAUC_VERSION)
> > >  RAUC_SUFFIX		:= tar.xz
> > >  RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
> > > -- 
> > > 2.39.5
> > > 
> > > 
> > > 
> > 
> > -- 
> > Roland Hieber, Pengutronix e.K.          | rhi@pengutronix.de          |
> > Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
> > 31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
> > Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |
> > 
> > 
> 
> -- 
> Roland Hieber, Pengutronix e.K.          | rhi@pengutronix.de          |
> Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
> 31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |
> 
> 

-- 
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] 5+ messages in thread

* Re: [ptxdist] [APPLIED] rauc: version bump 1.12 -> 1.13
  2025-01-24 11:54 [ptxdist] [PATCH] rauc: version bump 1.12 -> 1.13 Roland Hieber
  2025-01-24 12:01 ` Roland Hieber
@ 2025-03-10  8:27 ` Michael Olbrich
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2025-03-10  8:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as ca7d64649c3b1ed380cbddec954bacbcc2b3800d.

Michael

[sent from post-receive hook]

On Mon, 10 Mar 2025 09:27:09 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Changelog: https://github.com/rauc/rauc/releases/tag/v1.13
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20250124115457.1782759-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/rauc.make b/rules/rauc.make
> index 775060b1d512..9a8671c32d3c 100644
> --- a/rules/rauc.make
> +++ b/rules/rauc.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
>  #
>  # Paths and names
>  #
> -RAUC_VERSION		:= 1.12
> -RAUC_MD5		:= cb95d7491bf65f313357bc268c7bca29
> +RAUC_VERSION		:= 1.13
> +RAUC_MD5		:= cb740d131e2e831810407f2d39d373dd
>  RAUC			:= rauc-$(RAUC_VERSION)
>  RAUC_SUFFIX		:= tar.xz
>  RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)



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

end of thread, other threads:[~2025-03-10  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-24 11:54 [ptxdist] [PATCH] rauc: version bump 1.12 -> 1.13 Roland Hieber
2025-01-24 12:01 ` Roland Hieber
2025-03-05 13:26   ` Roland Hieber
2025-03-07 10:03     ` Michael Olbrich
2025-03-10  8:27 ` [ptxdist] [APPLIED] " Michael Olbrich

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