From patchwork Wed Dec 20 01:53:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 82540 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 82534385C6F7 for ; Wed, 20 Dec 2023 01:53:47 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 778BF3857437 for ; Wed, 20 Dec 2023 01:53:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 778BF3857437 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 778BF3857437 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703037215; cv=none; b=I7ry2HcVnavvxRpyvjJmTxXn+NwjepeeKhzYzRBZ9f3rq7kKYCQeurG+D5OOK5YmlfReHiqOosXHIE9rBU4TdI0/bcYJkGmtL37yxnPeVv+n8+9xWYCvl13yklD+/3xrO9MKYBG7QyzCpb49KE9wXT3tG2eCV7HX23BTS+ZZkfo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703037215; c=relaxed/simple; bh=PWbHd8szdrIf/ZEZVCGl2ezkdBodrf1oq9TCjPMZadw=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=dIElIGbMUfvVIQsA5nW7VuXFSWVVRTq0xtsFmCM7KL6TaUvBkLxugsCaN3Iv9+DjkQZXyZf4aDzgTLT9mg+s4PY6pAi8WLm5Lt2fZSNDmOZe/z3lcib/9T18tBX9Q17DPcIzcMNxjqW39oOwRi8cBgZ66WkEDfLYLe63tKjM4tg= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by smtp.gentoo.org (Postfix, from userid 559) id 3488C33FD3F; Wed, 20 Dec 2023 01:53:32 +0000 (UTC) From: Mike Frysinger To: libc-alpha@sourceware.org Subject: [PATCH htdocs] use https:// everywhere Date: Tue, 19 Dec 2023 20:53:29 -0500 Message-ID: <20231220015329.20388-1-vapier@gentoo.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Spam-Status: No, score=-10.7 required=5.0 tests=BAYES_00, CONTENT_AFTER_HTML, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org --- bugs.html | 2 +- documentation.html | 2 +- index.html | 2 +- involved.html | 2 +- security.html | 4 ++-- sources.html | 6 +++--- started.html | 6 +++--- template.html | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bugs.html b/bugs.html index b63d7e9d887f..87d992165fec 100644 --- a/bugs.html +++ b/bugs.html @@ -36,7 +36,7 @@

diff --git a/documentation.html b/documentation.html index debcae8cbe9c..8292ed8cfa11 100644 --- a/documentation.html +++ b/documentation.html @@ -60,7 +60,7 @@ harmonized between both projects.

diff --git a/index.html b/index.html index ba03cdf8e366..b4cefd882cbe 100644 --- a/index.html +++ b/index.html @@ -93,7 +93,7 @@

diff --git a/involved.html b/involved.html index 1ed449f579e1..62811e1936f2 100644 --- a/involved.html +++ b/involved.html @@ -90,7 +90,7 @@

diff --git a/security.html b/security.html index 247c576fa974..4b71d68fdc9f 100644 --- a/security.html +++ b/security.html @@ -96,7 +96,7 @@ a timely response.

The team will take care of details such as vulnerability rating and -CVE assignment. It is likely +CVE assignment. It is likely that the team will ask to file a public bug because the issue is sufficiently minor and does not warrant an embargo. An embargo is not a requirement for being credited with the discovery of a security @@ -556,7 +556,7 @@ bgdMo3cl19PJpx81Tg==

diff --git a/sources.html b/sources.html index 14590b5a66eb..49c5bd0da065 100644 --- a/sources.html +++ b/sources.html @@ -35,7 +35,7 @@ git checkout master

Releases are available by source branch checkout (gitweb) - and tarball via ftp. + and tarball via ftp.

Checkout the latest glibc 2.38 stable release: @@ -45,12 +45,12 @@ git checkout release/2.38/master

Release tarballs are available via anonymous ftp at - http://ftp.gnu.org/gnu/glibc/ + https://ftp.gnu.org/gnu/glibc/ and its mirrors.

diff --git a/started.html b/started.html index 4cffb1f3c017..c37c4cc9f4ca 100644 --- a/started.html +++ b/started.html @@ -48,7 +48,7 @@

Releases are available by source branch checkout (gitweb) - and tarball via ftp. + and tarball via ftp.

Checkout the latest glibc 2.38 stable release: @@ -58,7 +58,7 @@ git checkout release/2.38/master

Release tarballs are available via anonymous ftp at - http://ftp.gnu.org/gnu/glibc/ + https://ftp.gnu.org/gnu/glibc/ and its mirrors.

Build and test the libraries

@@ -92,7 +92,7 @@ git checkout release/2.38/master

diff --git a/template.html b/template.html index 289a8385fd6b..64a63b50d3c7 100644 --- a/template.html +++ b/template.html @@ -31,7 +31,7 @@