From patchwork Mon Jul 27 09:56:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Petr_=C5=A0tetiar?= X-Patchwork-Id: 1336833 X-Patchwork-Delegate: ynezz@true.cz Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.openwrt.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=true.cz Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=SqcHWkSK; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BFZxs61s5z9sRX for ; Mon, 27 Jul 2020 19:58:25 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PDAQWc0HdBkXxLv9mLS3AJ3E/HRf72o00fmK02giBM0=; b=SqcHWkSKX+mxFvOdM4uXaR4Ce Ww29sl//DB/b0u8YO6xoK4+18bbPFGXoShSMsyCk5JhKbXXuP2dRzM5uDUnJx4u7FewuzBGC9/0LO xCHY/SR67g3I17wJlMZ5+PT0yslnKJYsMonMMdTvrdEdCnHkWic4T0lCZ2fgUHvLAFewFnRhjKfWE FSVqaKpzPrgHF4MZRhjYxjV99RbwfOECHxDaiKcwNRgBz5JVWsuaYgBxmB+ERH5vLiXNXtqBxDuEP /XYRIpiUuUSVxu3q7xhjTLxGYg9wHaY2aIX39FiG5cEIdNkBJyLG6NMPXz0a/Dy6TwjOHRtJuopif vYgH2gHzg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzzsF-0006b9-5z; Mon, 27 Jul 2020 09:56:47 +0000 Received: from smtp-out.xnet.cz ([178.217.244.18]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzzsA-0006Zi-U8 for openwrt-devel@lists.openwrt.org; Mon, 27 Jul 2020 09:56:44 +0000 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 40954187B0; Mon, 27 Jul 2020 11:56:40 +0200 (CEST) Received: by meh.true.cz (OpenSMTPD) with ESMTP id 12e6cdc0; Mon, 27 Jul 2020 11:56:24 +0200 (CEST) From: =?utf-8?q?Petr_=C5=A0tetiar?= To: openwrt-devel@lists.openwrt.org Subject: [PATCH v2 3/3] treewide: switch to HTTPS by default Date: Mon, 27 Jul 2020 11:56:35 +0200 Message-Id: <20200727095635.32303-3-ynezz@true.cz> In-Reply-To: <20200727095635.32303-1-ynezz@true.cz> References: <20200727095635.32303-1-ynezz@true.cz> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200727_055643_118671_88F1757A X-CRM114-Status: GOOD ( 17.69 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Petr_=C5=A0tetiar?= Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org As there is now wolfSSL included by default due to SAE/WPA3 we can finally switch to TLS/SSL in other parts as well. Tested-by: Paul Spooren Signed-off-by: Petr Štetiar --- changed in v2: * replaced ca-certificates with ca-bundle package README | 2 +- include/target.mk | 6 +++++- include/version.mk | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index c867c1fa4da8..d5c4ae3ec8e0 100644 --- a/README +++ b/README @@ -29,6 +29,6 @@ chosen applications for your target system. Sunshine! Your OpenWrt Community - http://www.openwrt.org + https://www.openwrt.org diff --git a/include/target.mk b/include/target.mk index 6ed6565bdaa2..b9d12406ad70 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,7 +13,11 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd +DEFAULT_PACKAGES:= \ + base-files libc libgcc busybox dropbear mtd uci opkg netifd \ + fstools uclient-fetch logd urandom-seed urngd libustream-wolfssl \ + ca-bundle + # For the basic set DEFAULT_PACKAGES.basic:= # For nas targets diff --git a/include/version.mk b/include/version.mk index 7d3c1ad6400f..b7f42e13bb1b 100644 --- a/include/version.mk +++ b/include/version.mk @@ -32,7 +32,7 @@ VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/snapshots) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/snapshots) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)