summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorBruno Thomsen <bruno.thomsen@gmail.com>2022-10-20 16:54:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-10-21 16:54:50 +0200
commit44fd98e2a727f24708e7340042ccfd7e2dcfc1b6 (patch)
tree4e5da587604bab767180fafd6db5b794d97e8e9f /rules/dbus.make
parent6b12b417d9bf0f93b69fdf2b58c4b540cd890f26 (diff)
downloadptxdist-44fd98e2a727f24708e7340042ccfd7e2dcfc1b6.tar.gz
ptxdist-44fd98e2a727f24708e7340042ccfd7e2dcfc1b6.tar.xz
dbus: update download URL
Downloading package result in http code 301 Moved Permanently from server. Update used URL to match redirect URL. --2022-10-20 11:24:55-- http://dbus.freedesktop.org/releases/dbus/dbus-1.14.0.tar.xz Resolving dbus.freedesktop.org (dbus.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to dbus.freedesktop.org (dbus.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://dbus.freedesktop.org/releases/dbus/dbus-1.14.0.tar.xz [following] --2022-10-20 11:24:56-- https://dbus.freedesktop.org/releases/dbus/dbus-1.14.0.tar.xz Connecting to dbus.freedesktop.org (dbus.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1360228 (1.3M) [application/x-xz] Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20221020145407.3651-2-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.make')
-rw-r--r--rules/dbus.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/dbus.make b/rules/dbus.make
index 6ceae4c21..b4b1aa82e 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -20,7 +20,7 @@ DBUS_VERSION := 1.15.2
DBUS_MD5 := c56de960ea9031b92ee71aaa0e8e72c2
DBUS := dbus-$(DBUS_VERSION)
DBUS_SUFFIX := tar.xz
-DBUS_URL := http://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
+DBUS_URL := https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
DBUS_SOURCE := $(SRCDIR)/$(DBUS).$(DBUS_SUFFIX)
DBUS_DIR := $(BUILDDIR)/$(DBUS)
DBUS_LICENSE := AFL-2.1 AND GPL-2.0-or-later