* [ptxdist] [PATCH] rauc: version bump 1.14 -> 1.15.2
@ 2026-04-02 8:35 Philipp Zabel
2026-04-10 12:04 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2026-04-02 8:35 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
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/host-rauc.make | 2 ++
rules/rauc.make | 6 ++++--
2 files changed, 6 insertions(+), 2 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..9fc6f94cd76f 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)
@@ -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] [PATCH] rauc: version bump 1.14 -> 1.15.2
2026-04-02 8:35 [ptxdist] [PATCH] rauc: version bump 1.14 -> 1.15.2 Philipp Zabel
@ 2026-04-10 12:04 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-10 12:04 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
On Thu, Apr 02, 2026 at 10:35:10AM +0200, Philipp Zabel 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
>
checksum for README.rst changes in RAUC_LICENSE_FILES.
Michael
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> rules/host-rauc.make | 2 ++
> rules/rauc.make | 6 ++++--
> 2 files changed, 6 insertions(+), 2 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..9fc6f94cd76f 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)
> @@ -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
>
>
>
--
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] 2+ messages in thread
end of thread, other threads:[~2026-04-10 12:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-02 8:35 [ptxdist] [PATCH] rauc: version bump 1.14 -> 1.15.2 Philipp Zabel
2026-04-10 12:04 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox