* [Buildroot] [PATCH v1 1/3] package/qt5knx: bump version to 5.15.2 (and fix download)
@ 2020-12-13 11:19 Peter Seiderer
2020-12-13 11:19 ` [Buildroot] [PATCH v1 2/3] package/qt5coap: " Peter Seiderer
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-12-13 11:19 UTC (permalink / raw)
To: buildroot
- bump version to 5.15.2
- change download url to original site
Fixes:
- http://autobuild.buildroot.net/results/a043bb991a827880d6c743e63f070fc6a3b72a2f
>>> qt5knx 5.15.2 Downloading[27m
--2020-12-12 13:42:47-- https://github.com/qt/qtknx/archive/v5.15.2/qt5knx-5.15.2.tar.gz
Resolving github.com (github.com)... 140.82.114.3
Connecting to github.com (github.com)|140.82.114.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/qt/qtknx/tar.gz/v5.15.2/qt5knx-5.15.2 [following]
--2020-12-12 13:42:47-- https://codeload.github.com/qt/qtknx/tar.gz/v5.15.2/qt5knx-5.15.2
Resolving codeload.github.com (codeload.github.com)... 140.82.114.10
Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-12-12 13:42:47 ERROR 404: Not Found.
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/qt5/qt5knx/qt5knx.hash | 2 +-
package/qt5/qt5knx/qt5knx.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/qt5/qt5knx/qt5knx.hash b/package/qt5/qt5knx/qt5knx.hash
index 05abe706af..0cb964134a 100644
--- a/package/qt5/qt5knx/qt5knx.hash
+++ b/package/qt5/qt5knx/qt5knx.hash
@@ -1,5 +1,5 @@
# Hash locally calculated
-sha256 8ee0df130fad39ef6b9a0bef390b648d3ad6539ffca33e22fb569e889d0bd043 qt5knx-5.15.1.tar.gz
+sha256 e246de9d7c5103edd6c3b735d2ed1f13f7ff86d32cb08521abb5718538353daf qt5knx-5.15.2.tar.gz
# Hashes for license files:
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL3
diff --git a/package/qt5/qt5knx/qt5knx.mk b/package/qt5/qt5knx/qt5knx.mk
index 494e63226b..9fc121111c 100644
--- a/package/qt5/qt5knx/qt5knx.mk
+++ b/package/qt5/qt5knx/qt5knx.mk
@@ -5,7 +5,8 @@
################################################################################
QT5KNX_VERSION = $(QT5_VERSION)
-QT5KNX_SITE = $(call github,qt,qtknx,v$(QT5_VERSION))
+QT5KNX_SITE = https://code.qt.io/cgit/qt/qtknx.git
+QT5KNX_SITE_METHOD = git
QT5KNX_INSTALL_STAGING = YES
QT5KNX_LICENSE = GPL-3.0 with exception
QT5KNX_LICENSE_FILES = LICENSE.GPL3 LICENSE.GPL3-EXCEPT
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v1 2/3] package/qt5coap: bump version to 5.15.2 (and fix download)
2020-12-13 11:19 [Buildroot] [PATCH v1 1/3] package/qt5knx: bump version to 5.15.2 (and fix download) Peter Seiderer
@ 2020-12-13 11:19 ` Peter Seiderer
2020-12-13 11:19 ` [Buildroot] [PATCH v1 3/3] package/qt5mqtt: " Peter Seiderer
2020-12-13 13:49 ` [Buildroot] [PATCH v1 1/3] package/qt5knx: " Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-12-13 11:19 UTC (permalink / raw)
To: buildroot
- bump version to 5.15.2
- change download url to original site
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/qt5/qt5coap/qt5coap.hash | 2 +-
package/qt5/qt5coap/qt5coap.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/qt5/qt5coap/qt5coap.hash b/package/qt5/qt5coap/qt5coap.hash
index 29d9595ce5..54e78023dc 100644
--- a/package/qt5/qt5coap/qt5coap.hash
+++ b/package/qt5/qt5coap/qt5coap.hash
@@ -1,5 +1,5 @@
# Hash locally calculated
-sha256 f2addd89e94fb3945fc6ee6db795b0736cd3396760b31e04c01cd02558c53e07 qt5coap-5.15.1.tar.gz
+sha256 44c4782a40a29ccee3241d8cf08f368230dff5b1bed9ca0d58bc8e70c38f5003 qt5coap-5.15.2.tar.gz
# Hashes for license files:
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL3
diff --git a/package/qt5/qt5coap/qt5coap.mk b/package/qt5/qt5coap/qt5coap.mk
index c1666f2e8c..24de869120 100644
--- a/package/qt5/qt5coap/qt5coap.mk
+++ b/package/qt5/qt5coap/qt5coap.mk
@@ -5,7 +5,8 @@
################################################################################
QT5COAP_VERSION = $(QT5_VERSION)
-QT5COAP_SITE = $(call github,qt,qtcoap,v$(QT5_VERSION))
+QT5COAP_SITE = https://code.qt.io/cgit/qt/qtcoap.git
+QT5COAP_SITE_METHOD = git
QT5COAP_INSTALL_STAGING = YES
QT5COAP_LICENSE = GPL-3.0, GFDL-1.3
QT5COAP_LICENSE_FILES = LICENSE.GPL3 LICENSE.FDL
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v1 3/3] package/qt5mqtt: bump version to 5.15.2 (and fix download)
2020-12-13 11:19 [Buildroot] [PATCH v1 1/3] package/qt5knx: bump version to 5.15.2 (and fix download) Peter Seiderer
2020-12-13 11:19 ` [Buildroot] [PATCH v1 2/3] package/qt5coap: " Peter Seiderer
@ 2020-12-13 11:19 ` Peter Seiderer
2020-12-13 13:49 ` [Buildroot] [PATCH v1 1/3] package/qt5knx: " Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-12-13 11:19 UTC (permalink / raw)
To: buildroot
- bump version to 5.15.2
- change download url to original site
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/qt5/qt5mqtt/qt5mqtt.hash | 2 +-
package/qt5/qt5mqtt/qt5mqtt.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/qt5/qt5mqtt/qt5mqtt.hash b/package/qt5/qt5mqtt/qt5mqtt.hash
index ddf2aa4fc0..3ac10f78a8 100644
--- a/package/qt5/qt5mqtt/qt5mqtt.hash
+++ b/package/qt5/qt5mqtt/qt5mqtt.hash
@@ -1,5 +1,5 @@
# Hash locally calculated
-sha256 603f81095ec837cb28b93189fd26dbbae32ecaedd80f6dd88c85050b51e18008 qt5mqtt-5.15.1.tar.gz
+sha256 bd00180ed88ae890952fe7a8ad29645d4b890c7774e9a9bdcb8e83be3c5cf69d qt5mqtt-5.15.2.tar.gz
# Hashes for license files:
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL3
diff --git a/package/qt5/qt5mqtt/qt5mqtt.mk b/package/qt5/qt5mqtt/qt5mqtt.mk
index 40ad6161b7..54cc1de632 100644
--- a/package/qt5/qt5mqtt/qt5mqtt.mk
+++ b/package/qt5/qt5mqtt/qt5mqtt.mk
@@ -5,7 +5,8 @@
################################################################################
QT5MQTT_VERSION = $(QT5_VERSION)
-QT5MQTT_SITE = $(call github,qt,qtmqtt,v$(QT5_VERSION))
+QT5MQTT_SITE = https://code.qt.io/cgit/qt/qtmqtt.git
+QT5MQTT_SITE_METHOD = git
QT5MQTT_INSTALL_STAGING = YES
QT5MQTT_LICENSE = GPL-3.0 with exception
QT5MQTT_LICENSE_FILES = LICENSE.GPL3 LICENSE.GPL3-EXCEPT
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v1 1/3] package/qt5knx: bump version to 5.15.2 (and fix download)
2020-12-13 11:19 [Buildroot] [PATCH v1 1/3] package/qt5knx: bump version to 5.15.2 (and fix download) Peter Seiderer
2020-12-13 11:19 ` [Buildroot] [PATCH v1 2/3] package/qt5coap: " Peter Seiderer
2020-12-13 11:19 ` [Buildroot] [PATCH v1 3/3] package/qt5mqtt: " Peter Seiderer
@ 2020-12-13 13:49 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-12-13 13:49 UTC (permalink / raw)
To: buildroot
On Sun, 13 Dec 2020 12:19:45 +0100
Peter Seiderer <ps.report@gmx.net> wrote:
> - bump version to 5.15.2
> - change download url to original site
>
> Fixes:
>
> - http://autobuild.buildroot.net/results/a043bb991a827880d6c743e63f070fc6a3b72a2f
>
> >>> qt5knx 5.15.2 Downloading[27m
> --2020-12-12 13:42:47-- https://github.com/qt/qtknx/archive/v5.15.2/qt5knx-5.15.2.tar.gz
> Resolving github.com (github.com)... 140.82.114.3
> Connecting to github.com (github.com)|140.82.114.3|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: https://codeload.github.com/qt/qtknx/tar.gz/v5.15.2/qt5knx-5.15.2 [following]
> --2020-12-12 13:42:47-- https://codeload.github.com/qt/qtknx/tar.gz/v5.15.2/qt5knx-5.15.2
> Resolving codeload.github.com (codeload.github.com)... 140.82.114.10
> Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2020-12-12 13:42:47 ERROR 404: Not Found.
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> package/qt5/qt5knx/qt5knx.hash | 2 +-
> package/qt5/qt5knx/qt5knx.mk | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
Thanks, series applied!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-13 13:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-13 11:19 [Buildroot] [PATCH v1 1/3] package/qt5knx: bump version to 5.15.2 (and fix download) Peter Seiderer
2020-12-13 11:19 ` [Buildroot] [PATCH v1 2/3] package/qt5coap: " Peter Seiderer
2020-12-13 11:19 ` [Buildroot] [PATCH v1 3/3] package/qt5mqtt: " Peter Seiderer
2020-12-13 13:49 ` [Buildroot] [PATCH v1 1/3] package/qt5knx: " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox