Source: base-files Source-Version: 11 Severity: normal Hi!
Attached a patch to switch URLs from http to https. Thanks, Guillem
From 731eafe5edad6e79a0d23c4fff60e38a3683cd92 Mon Sep 17 00:00:00 2001 From: Guillem Jover <[email protected]> Date: Tue, 21 Apr 2020 14:35:19 +0200 Subject: [PATCH] Switch to use https where possible We leave the license texts alone as these are not allowed to be changed. --- origins/debian | 2 +- share/staff-group-for-usr-local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/origins/debian b/origins/debian index 91f6ed1..3b623d2 100644 --- a/origins/debian +++ b/origins/debian @@ -1,3 +1,3 @@ Vendor: Debian -Vendor-URL: http://www.debian.org/ +Vendor-URL: https://www.debian.org/ Bugs: debbugs://bugs.debian.org diff --git a/share/staff-group-for-usr-local b/share/staff-group-for-usr-local index 4c7c8f2..0b5d526 100644 --- a/share/staff-group-for-usr-local +++ b/share/staff-group-for-usr-local @@ -13,4 +13,4 @@ This file is created by base-files on the initial install, and it's also created on upgrades from any base-files release before 6.10, which means it will be created on upgrades from squeeze to wheezy. -See http://bugs.debian.org/299007 for details. +See https://bugs.debian.org/299007 for details. -- 2.26.1.301.g55bc3eb7cb9

