From patchwork Sun Dec 6 15:15:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 4790 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dkim=pass reason="1024-bit key; unprotected key" header.d=narfation.org header.i=@narfation.org header.b=NKPrH0Cm; dkim-adsp=pass; dkim-atps=neutral Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id EEA9A80750 for ; Sun, 6 Dec 2015 16:15:59 +0100 (CET) Received: from sven-desktop.home.narfation.org (unknown [IPv6:2a02:3100:2605:b4fd:9111:4b73:6ec8:5dc4]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 943D8110102; Sun, 6 Dec 2015 16:15:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=20121; t=1449414959; bh=VJcjWlRPEQF3XbI1VtYlDyLgUhnyGuYmS/32uGDdXos=; h=From:To:Cc:Subject:Date:From; b=NKPrH0CmJ3qistLSJefHQyRIm46zO8+e8qatBnDr21VWLx1jnPq/mN+1fKPYCcJfP AknsrYjL7r+LzXRQvUrnS3W/qBuf7MpltOADbvPc0rX7eS32g5LxBLEE8PTnoz4E+b 4ctF/NhSGtBUOmh4OghHCWneQfn4wLDaPwCGgNTY= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 6 Dec 2015 16:15:52 +0100 Message-Id: <1449414952-21593-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 2.6.2 Subject: [B.A.T.M.A.N.] [PATCH] openwrt-feed-alfred: Switch to HTTPS version of links X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 15:16:00 -0000 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 --- alfred/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfred/Makefile b/alfred/Makefile index 3dba9b3..48b2a8b 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk # -# The latest alfred git hash in PKG_REV can be obtained from http://git.open-mesh.org/alfred.git +# The latest alfred git hash in PKG_REV can be obtained from https://git.open-mesh.org/alfred.git # PKG_NAME:=alfred PKG_VERSION:=2015.1