All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] openwrt-feed-batman-adv: Switch to HTTPS version of links
@ 2015-12-06 15:16 Sven Eckelmann
  2015-12-18 14:19 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2015-12-06 15:16 UTC (permalink / raw)
  To: b.a.t.m.a.n

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] openwrt-feed-batman-adv: Switch to HTTPS version of links
  2015-12-06 15:16 [B.A.T.M.A.N.] [PATCH] openwrt-feed-batman-adv: Switch to HTTPS version of links Sven Eckelmann
@ 2015-12-18 14:19 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2015-12-18 14:19 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

On Sunday, December 06, 2015 16:16:16 Sven Eckelmann wrote:
> 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(-)

Applied in revision a635b9b.

Thanks,
Marek

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-18 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-06 15:16 [B.A.T.M.A.N.] [PATCH] openwrt-feed-batman-adv: Switch to HTTPS version of links Sven Eckelmann
2015-12-18 14:19 ` Marek Lindner

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.