* [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https
@ 2024-04-20 14:36 Julien Olivain
2024-04-20 14:36 ` [Buildroot] [PATCH 2/2] package/fwts: bump to version 24.03.00 Julien Olivain
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Julien Olivain @ 2024-04-20 14:36 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
The http URL redirects to https. This commit updates this URL to
directly use https.
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/fwts/fwts.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index f06609777db..a3f91ee4959 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -6,7 +6,7 @@
FWTS_VERSION = 23.07.00
FWTS_SOURCE = fwts-V$(FWTS_VERSION).tar.gz
-FWTS_SITE = http://fwts.ubuntu.com/release
+FWTS_SITE = https://fwts.ubuntu.com/release
FWTS_STRIP_COMPONENTS = 0
FWTS_LICENSE = GPL-2.0, LGPL-2.1, Custom
FWTS_LICENSE_FILES = debian/copyright
--
2.44.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 2/2] package/fwts: bump to version 24.03.00
2024-04-20 14:36 [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Julien Olivain
@ 2024-04-20 14:36 ` Julien Olivain
2024-05-01 20:06 ` [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Thomas Petazzoni via buildroot
2024-05-16 11:02 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain @ 2024-04-20 14:36 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
For release notes since version 23.07.00, see:
https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/24.03.00
https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/24.01.00
https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/23.11.00
License file hash changed, due to year update in:
https://github.com/fwts/fwts/commit/cb2014e17f3fab0b2a2921e59e6b7acaa089cffe
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/fwts/fwts.hash | 4 ++--
package/fwts/fwts.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/fwts/fwts.hash b/package/fwts/fwts.hash
index 8525d47ecb6..0c0dd58c15c 100644
--- a/package/fwts/fwts.hash
+++ b/package/fwts/fwts.hash
@@ -1,5 +1,5 @@
# Hash from: http://fwts.ubuntu.com/release/SHA256SUMS
-sha256 a15e11c42856e9dfcf7ac23ed370618d2777eb996dd7843accf12d45b21b551c fwts-V23.07.00.tar.gz
+sha256 d7f2642b1ec3697be798409decd6593d52bb1438f0d2dc697cbc85f52d19b41e fwts-V24.03.00.tar.gz
# Hash for license file
-sha256 b9e44b1f9f65178e037a59a31b051b51dbd6a531d27c8775d3438a6ce53fc874 debian/copyright
+sha256 3cd2c5d12f024ff2aa203e37d7e972c4d5ab7bf1a65e3e09aebccf71e64b525b debian/copyright
diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index a3f91ee4959..0692121421d 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FWTS_VERSION = 23.07.00
+FWTS_VERSION = 24.03.00
FWTS_SOURCE = fwts-V$(FWTS_VERSION).tar.gz
FWTS_SITE = https://fwts.ubuntu.com/release
FWTS_STRIP_COMPONENTS = 0
--
2.44.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https
2024-04-20 14:36 [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Julien Olivain
2024-04-20 14:36 ` [Buildroot] [PATCH 2/2] package/fwts: bump to version 24.03.00 Julien Olivain
@ 2024-05-01 20:06 ` Thomas Petazzoni via buildroot
2024-05-16 11:02 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-01 20:06 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
On Sat, 20 Apr 2024 16:36:17 +0200
Julien Olivain <ju.o@free.fr> wrote:
> The http URL redirects to https. This commit updates this URL to
> directly use https.
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> package/fwts/fwts.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https
2024-04-20 14:36 [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Julien Olivain
2024-04-20 14:36 ` [Buildroot] [PATCH 2/2] package/fwts: bump to version 24.03.00 Julien Olivain
2024-05-01 20:06 ` [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Thomas Petazzoni via buildroot
@ 2024-05-16 11:02 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-05-16 11:02 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:
> The http URL redirects to https. This commit updates this URL to
> directly use https.
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-16 11:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-20 14:36 [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Julien Olivain
2024-04-20 14:36 ` [Buildroot] [PATCH 2/2] package/fwts: bump to version 24.03.00 Julien Olivain
2024-05-01 20:06 ` [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Thomas Petazzoni via buildroot
2024-05-16 11:02 ` Peter Korsgaard
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.