From 0e7b291a54f6f23e30ac5ceb1f43666af80408f1 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 19 Jan 2016 17:42:46 +0100 Subject: [PATCH 1/4] batman-adv: Switch to HTTPS version of links 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 Signed-off-by: Marek Lindner --- batman-adv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batman-adv/Makefile b/batman-adv/Makefile index c7bc9a0..967a17b 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -15,7 +15,7 @@ PKG_RELEASE:=1 PKG_MD5SUM:=68af764f9369b81edf19e3a720b6df7a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) +PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) PKG_LICENSE:=GPL-2.0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION) @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk define KernelPackage/batman-adv - URL:=http://www.open-mesh.org/ + URL:=https://www.open-mesh.org/ MAINTAINER:=Marek Lindner SUBMENU:=Network Support DEPENDS:=+KMOD_BATMAN_ADV_BLA:kmod-lib-crc16 +kmod-crypto-core +kmod-crypto-crc32c +kmod-lib-crc32c From fbc1b1898fa4cb169a5b19dd2251def01b5528c6 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 19 Jan 2016 17:43:26 +0100 Subject: [PATCH 2/4] batctl: Switch to HTTPS version of links 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 Signed-off-by: Marek Lindner --- batctl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batctl/Makefile b/batctl/Makefile index f6a0bc3..ca35d56 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_MD5SUM:=5d93537cad47d7f7b047de85485befd9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) +PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) PKG_LICENSE:=GPL-2.0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION) @@ -22,7 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/batctl - URL:=http://www.open-mesh.org/ + URL:=https://www.open-mesh.org/ SECTION:=net CATEGORY:=Network DEPENDS:=+kmod-batman-adv +libnl-tiny +libc From 53a921be2b70cc79d16ad63a2f4bdadb61b429f9 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 19 Jan 2016 17:45:50 +0100 Subject: [PATCH 3/4] batman-adv: upgrade package to latest release 2016.0 Signed-off-by: Sven Eckelmann --- batman-adv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batman-adv/Makefile b/batman-adv/Makefile index 967a17b..1eb6bbe 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batman-adv -PKG_VERSION:=2015.2 +PKG_VERSION:=2016.0 PKG_RELEASE:=1 -PKG_MD5SUM:=68af764f9369b81edf19e3a720b6df7a +PKG_MD5SUM:=5ab2b29a386d02c16019e469d3981d41 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) From 968fcbf389a36a773f80960cdf7da048a42e110f Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 19 Jan 2016 17:46:13 +0100 Subject: [PATCH 4/4] batctl: upgrade package to latest release 2016.0 Signed-off-by: Sven Eckelmann --- batctl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batctl/Makefile b/batctl/Makefile index ca35d56..9efec3e 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2015.2 +PKG_VERSION:=2016.0 PKG_RELEASE:=1 -PKG_MD5SUM:=5d93537cad47d7f7b047de85485befd9 +PKG_MD5SUM:=03c9192ec52a01035602706f08b24740 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)