mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] rauc: version bump 1.14 -> 1.15.2
@ 2026-04-13  7:22 Philipp Zabel
  2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2026-04-13  7:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://github.com/rauc/rauc/releases/tag/v1.15.2
https://github.com/rauc/rauc/releases/tag/v1.15.1
https://github.com/rauc/rauc/releases/tag/v1.15

License changes are due to a copyright year change in upstream commit
b7dd4ad45a4b ("update license and copyright date to 2026") and removal
of the obsolete FSF address in upstream commit fe86f277258d ("COPYING:
remove old FSF postal address").

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
v2: update README.rst and COPYING checksums
---
 rules/host-rauc.make |  2 ++
 rules/rauc.make      | 10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/rules/host-rauc.make b/rules/host-rauc.make
index 438d77bfb1e1..b0d3989006d9 100644
--- a/rules/host-rauc.make
+++ b/rules/host-rauc.make
@@ -27,7 +27,9 @@ HOST_RAUC_CONF_OPT	:= \
 	-Ddbussystemservicedir=/usr/share/dbus-1/system-services \
 	-Dgpt=disabled \
 	-Djson=disabled \
+	-Dmanpages=false \
 	-Dnetwork=false \
+	-Dpkcs11_engine=true \
 	-Dservice=false \
 	-Dstreaming=false \
 	-Dstreaming_user=nobody \
diff --git a/rules/rauc.make b/rules/rauc.make
index 2f4aedcada26..7971b109c036 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
 #
 # Paths and names
 #
-RAUC_VERSION		:= 1.14
-RAUC_MD5		:= a99bac2e1a6bf26d75c6427b5e994e7f
+RAUC_VERSION		:= 1.15.2
+RAUC_MD5		:= a06c5d569a5b470edf99567ce5697491
 RAUC			:= rauc-$(RAUC_VERSION)
 RAUC_SUFFIX		:= tar.xz
 RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
@@ -23,8 +23,8 @@ RAUC_SOURCE		:= $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX)
 RAUC_DIR		:= $(BUILDDIR)/$(RAUC)
 RAUC_LICENSE		:= LGPL-2.1-or-later
 RAUC_LICENSE_FILES	:= \
-	file://README.rst;startline=281;endline=294;md5=340a79569c116c7f0439677b0a9fd6c3 \
-	file://COPYING;md5=4fbd65380cdd255951079008b364516c
+	file://README.rst;startline=281;endline=294;md5=e8cbfbe2d43ca2bc4c1213b244529b29 \
+	file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -46,7 +46,9 @@ RAUC_CONF_OPT	:= \
 	-Dcomposefs=$(call ptx/endis,PTXCONF_RAUC_COMPOSEFS)d \
 	-Dhtmldocs=false \
 	-Djson=$(call ptx/endis,PTXCONF_RAUC_JSON)d \
+	-Dmanpages=false \
 	-Dnetwork=$(call ptx/truefalse,PTXCONF_RAUC_NETWORK) \
+	-Dpkcs11_engine=true \
 	-Dservice=$(call ptx/truefalse,PTXCONF_RAUC_SERVICE) \
 	-Dstreaming=$(call ptx/truefalse,PTXCONF_RAUC_STREAMING) \
 	-Dstreaming_user=nobody \
-- 
2.47.3




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

* Re: [ptxdist] [APPLIED] rauc: version bump 1.14 -> 1.15.2
  2026-04-13  7:22 [ptxdist] [PATCH v2] rauc: version bump 1.14 -> 1.15.2 Philipp Zabel
@ 2026-04-15 13:52 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-15 13:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 99aec3b6e77b10bce5a1deb364ef2a758494060b.

Michael

[sent from post-receive hook]

On Wed, 15 Apr 2026 15:52:14 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://github.com/rauc/rauc/releases/tag/v1.15.2
> https://github.com/rauc/rauc/releases/tag/v1.15.1
> https://github.com/rauc/rauc/releases/tag/v1.15
> 
> License changes are due to a copyright year change in upstream commit
> b7dd4ad45a4b ("update license and copyright date to 2026") and removal
> of the obsolete FSF address in upstream commit fe86f277258d ("COPYING:
> remove old FSF postal address").
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20260413072209.363002-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-rauc.make b/rules/host-rauc.make
> index 438d77bfb1e1..b0d3989006d9 100644
> --- a/rules/host-rauc.make
> +++ b/rules/host-rauc.make
> @@ -27,7 +27,9 @@ HOST_RAUC_CONF_OPT	:= \
>  	-Ddbussystemservicedir=/usr/share/dbus-1/system-services \
>  	-Dgpt=disabled \
>  	-Djson=disabled \
> +	-Dmanpages=false \
>  	-Dnetwork=false \
> +	-Dpkcs11_engine=true \
>  	-Dservice=false \
>  	-Dstreaming=false \
>  	-Dstreaming_user=nobody \
> diff --git a/rules/rauc.make b/rules/rauc.make
> index 2f4aedcada26..7971b109c036 100644
> --- a/rules/rauc.make
> +++ b/rules/rauc.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
>  #
>  # Paths and names
>  #
> -RAUC_VERSION		:= 1.14
> -RAUC_MD5		:= a99bac2e1a6bf26d75c6427b5e994e7f
> +RAUC_VERSION		:= 1.15.2
> +RAUC_MD5		:= a06c5d569a5b470edf99567ce5697491
>  RAUC			:= rauc-$(RAUC_VERSION)
>  RAUC_SUFFIX		:= tar.xz
>  RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
> @@ -23,8 +23,8 @@ RAUC_SOURCE		:= $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX)
>  RAUC_DIR		:= $(BUILDDIR)/$(RAUC)
>  RAUC_LICENSE		:= LGPL-2.1-or-later
>  RAUC_LICENSE_FILES	:= \
> -	file://README.rst;startline=281;endline=294;md5=340a79569c116c7f0439677b0a9fd6c3 \
> -	file://COPYING;md5=4fbd65380cdd255951079008b364516c
> +	file://README.rst;startline=281;endline=294;md5=e8cbfbe2d43ca2bc4c1213b244529b29 \
> +	file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -46,7 +46,9 @@ RAUC_CONF_OPT	:= \
>  	-Dcomposefs=$(call ptx/endis,PTXCONF_RAUC_COMPOSEFS)d \
>  	-Dhtmldocs=false \
>  	-Djson=$(call ptx/endis,PTXCONF_RAUC_JSON)d \
> +	-Dmanpages=false \
>  	-Dnetwork=$(call ptx/truefalse,PTXCONF_RAUC_NETWORK) \
> +	-Dpkcs11_engine=true \
>  	-Dservice=$(call ptx/truefalse,PTXCONF_RAUC_SERVICE) \
>  	-Dstreaming=$(call ptx/truefalse,PTXCONF_RAUC_STREAMING) \
>  	-Dstreaming_user=nobody \



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

end of thread, other threads:[~2026-04-15 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-13  7:22 [ptxdist] [PATCH v2] rauc: version bump 1.14 -> 1.15.2 Philipp Zabel
2026-04-15 13:52 ` [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