mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH] rauc: version bump 1.10.1 -> 1.11.1
Date: Tue, 20 Feb 2024 11:15:54 +0100	[thread overview]
Message-ID: <20240220101554.1074123-1-rhi@pengutronix.de> (raw)

Until recently, RAUC's license was only given implicitly in the
meson.build file, but v1.11 explicitly mentions LGPL-2.1-or-later in the
README [1]. The license identifier in PTXdist was previously ported from
"LGPL-2.1" to "LGPL-2.1-only" in PTXdist commit 4850f7aac30aebf4ef64
(2018-02-12, Michael Olbrich: "update all spdx license identifier to the
new version") without adding any license file checksum as source, which
turned out to be slightly incorrect. Fix the identifier based on the
newly added patch, and pin down the checksum.

Other than that, upstream dropped autotools support, so there is no need
to have an '-meson' in the archive name; drop that.

[1]: https://github.com/rauc/rauc/commit/b20002582f6c754a9161

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

diff --git a/rules/rauc.make b/rules/rauc.make
index 660b5e52684f..50b1ec35d57c 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -14,15 +14,16 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
 #
 # Paths and names
 #
-RAUC_VERSION		:= 1.10.1
-RAUC_MD5		:= 610621cc062d2fba41754335c7faee35
+RAUC_VERSION		:= 1.11.1
+RAUC_MD5		:= 16e193e5e396a419a7ceee5777e7c077
 RAUC			:= rauc-$(RAUC_VERSION)
 RAUC_SUFFIX		:= tar.xz
 RAUC_URL		:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
-RAUC_SOURCE		:= $(SRCDIR)/$(RAUC)-meson.$(RAUC_SUFFIX)
+RAUC_SOURCE		:= $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX)
 RAUC_DIR		:= $(BUILDDIR)/$(RAUC)
-RAUC_LICENSE		:= LGPL-2.1-only
+RAUC_LICENSE		:= LGPL-2.1-or-later
 RAUC_LICENSE_FILES	:= \
+	file://README.rst;startline=281;endline=294;md5=d98e15259a1a004b59d4701b3d49cf44 \
 	file://COPYING;md5=4fbd65380cdd255951079008b364516c
 
 # ----------------------------------------------------------------------------
@@ -39,7 +40,9 @@ RAUC_CONF_OPT	:= \
 	-Ddbusinterfacesdir=/usr/share/dbus-1/interfaces \
 	-Ddbuspolicydir=/usr/share/dbus-1/system.d \
 	-Ddbussystemservicedir=/usr/share/dbus-1/system-services \
+	-Dfuzzing=false \
 	-Dgpt=$(call ptx/endis,PTXCONF_RAUC_GPT)d \
+	-Dhtmldocs=false \
 	-Djson=$(call ptx/endis,PTXCONF_RAUC_JSON)d \
 	-Dnetwork=$(call ptx/truefalse,PTXCONF_RAUC_NETWORK) \
 	-Dservice=$(call ptx/truefalse,PTXCONF_RAUC_SERVICE) \
-- 
2.39.2




             reply	other threads:[~2024-02-20 10:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 10:15 Roland Hieber [this message]
2024-03-15  4:06 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240220101554.1074123-1-rhi@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox