* [Buildroot] [PATCH 1/1] package/usbredir: bump version to 0.14.0
@ 2024-11-10 18:00 Julien Olivain
2024-11-11 20:51 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2024-11-10 18:00 UTC (permalink / raw)
To: buildroot; +Cc: Yann E . MORIN, Julien Olivain
For change log, see [1].
This commit also updates the _SITE to the URL published on the
homepage [2]. The main motivation is to use HTTPS.
This commit also adds a comment in the hash file about the pgp
signature verification.
[1] https://gitlab.freedesktop.org/spice/usbredir/-/blob/usbredir-0.14.0/ChangeLog.md
[2] https://www.spice-space.org/usbredir.html
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested in:
https://gitlab.com/jolivain/buildroot/-/pipelines/1535441761
---
package/usbredir/usbredir.hash | 8 ++++++--
package/usbredir/usbredir.mk | 4 ++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/package/usbredir/usbredir.hash b/package/usbredir/usbredir.hash
index 577e08efba..2be6301281 100644
--- a/package/usbredir/usbredir.hash
+++ b/package/usbredir/usbredir.hash
@@ -1,5 +1,9 @@
-# https://spice-space.org/download/usbredir/usbredir-0.13.0.tar.xz.sha256sum
-sha256 4ba6faa02c0ae6deeb4c53883d66ab54b3a5899bead42ce4ded9568b9a7dc46e usbredir-0.13.0.tar.xz
+# Hash from:
+# https://www.spice-space.org/download/usbredir/usbredir-0.14.0.tar.xz.sha256sum
+# After checking pgp signature:
+# https://www.spice-space.org/download/usbredir/usbredir-0.14.0.tar.xz.sig
+# with key 206D3B352F566F3B0E6572E997D9123DE37A484F
+sha256 924dfb5c78328fae45a4c93a01bc83bb72c1310abeed119109255627a8baa332 usbredir-0.14.0.tar.xz
# Hash for license files
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/usbredir/usbredir.mk b/package/usbredir/usbredir.mk
index 325e7313aa..aefe51b6c4 100644
--- a/package/usbredir/usbredir.mk
+++ b/package/usbredir/usbredir.mk
@@ -4,9 +4,9 @@
#
################################################################################
-USBREDIR_VERSION = 0.13.0
+USBREDIR_VERSION = 0.14.0
USBREDIR_SOURCE = usbredir-$(USBREDIR_VERSION).tar.xz
-USBREDIR_SITE = http://spice-space.org/download/usbredir
+USBREDIR_SITE = https://www.spice-space.org/download/usbredir
USBREDIR_LICENSE = LGPL-2.1+ (libraries)
USBREDIR_LICENSE_FILES = COPYING.LIB
USBREDIR_INSTALL_STAGING = YES
--
2.47.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-11 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10 18:00 [Buildroot] [PATCH 1/1] package/usbredir: bump version to 0.14.0 Julien Olivain
2024-11-11 20:51 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.