From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH] openwrt-feed-batman-adv: Switch to HTTPS version of links
Date: Sun, 6 Dec 2015 16:16:16 +0100 [thread overview]
Message-ID: <1449414976-21770-1-git-send-email-sven@narfation.org> (raw)
open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
requests are currently redirected automatically to HTTPS but references
to it should be only https.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
batctl-devel/Makefile | 4 ++--
batman-adv-devel/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile
index 05e2d41..1c93c0b 100644
--- a/batctl-devel/Makefile
+++ b/batctl-devel/Makefile
@@ -14,7 +14,7 @@ PKG_BATCTL_SHORTREV:=$(shell echo $(PKG_VERSION) | cut -c1-7)
PKG_BATCTL_FNAME:=batctl-devel-$(PKG_BATCTL_SHORTREV).tar.gz
PKG_BATCTL_DIR:=batctl-$(PKG_BATCTL_SHORTREV)
-PKG_SOURCE_URL:=http://git.open-mesh.org/snapshot/
+PKG_SOURCE_URL:=https://git.open-mesh.org/snapshot/
PKG_SOURCE:=$(PKG_BATCTL_FNAME)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_BATCTL_DIR)
@@ -22,7 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_BATCTL_DIR)
include $(INCLUDE_DIR)/package.mk
define Package/batctl-devel
- URL:=http://www.open-mesh.org/
+ URL:=https://www.open-mesh.org/
SECTION:=net
CATEGORY:=Network
DEPENDS:=+kmod-batman-adv-devel +libnl-tiny +libc
diff --git a/batman-adv-devel/Makefile b/batman-adv-devel/Makefile
index 9971e22..0d63ab3 100644
--- a/batman-adv-devel/Makefile
+++ b/batman-adv-devel/Makefile
@@ -15,7 +15,7 @@ PKG_BATMAN_SHORTREV:=$(shell echo $(PKG_VERSION) | cut -c1-7)
PKG_BATMAN_FNAME:=batman-adv-devel-$(PKG_BATMAN_SHORTREV).tar.gz
PKG_BATMAN_DIR:=batman-adv-$(PKG_BATMAN_SHORTREV)
-PKG_SOURCE_URL:=http://git.open-mesh.org/snapshot/
+PKG_SOURCE_URL:=https://git.open-mesh.org/snapshot/
PKG_SOURCE:=$(PKG_BATMAN_FNAME)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_BATMAN_DIR)
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk
define KernelPackage/batman-adv-devel
- URL:=http://www.open-mesh.org/
+ URL:=https://www.open-mesh.org/
MAINTAINER:=Marek Lindner <mareklindner@neomailbox.ch>
SUBMENU:=Network Support
DEPENDS:=+KMOD_BATMAN_ADV_DEVEL_BLA:kmod-lib-crc16 +kmod-crypto-core +kmod-crypto-crc32c +kmod-lib-crc32c
--
2.6.2
next reply other threads:[~2015-12-06 15:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-06 15:16 Sven Eckelmann [this message]
2015-12-18 14:19 ` [B.A.T.M.A.N.] [PATCH] openwrt-feed-batman-adv: Switch to HTTPS version of links Marek Lindner
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=1449414976-21770-1-git-send-email-sven@narfation.org \
--to=sven@narfation.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/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