[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#809699: live-build: please switch d-i.debian.org URIs from http to https.



Package: live-build
Version: 1:20151215
Severity: normal

Hi,

We now have https for daily images[1], so please consider applying (and
testing!) the attached, untested patch.

 1. https://lists.debian.org/debian-boot/2016/01/msg00032.html

Mraw,
KiBi.
>From a2c0c3a4fcf9b17513119133e856cbf419bddbbc Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <kibi@debian.org>
Date: Sun, 3 Jan 2016 01:06:33 +0100
Subject: [PATCH] Switch d-i.debian.org URIs from http to https.

---
 debian/changelog                         | 6 ++++++
 scripts/build/installer_debian-installer | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e568ea..dbef457 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-build (1:20151216) UNRELEASED; urgency=medium
+
+  * Switch d-i.debian.org URIs from http to https.
+
+ -- Cyril Brulebois <kibi@debian.org>  Sun, 03 Jan 2016 01:06:27 +0100
+
 live-build (1:20151215) unstable; urgency=medium
 
   * QA Upload.
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer
index b4b2e71..ec931fa 100755
--- a/scripts/build/installer_debian-installer
+++ b/scripts/build/installer_debian-installer
@@ -248,7 +248,7 @@ case "${LB_DERIVATIVE}" in
 			LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="sid"
 
 			# Debian Installer daily builds
-			URL="http://d-i.debian.org/daily-images/${LB_ARCHITECTURES}/daily/";
+			URL="https://d-i.debian.org/daily-images/${LB_ARCHITECTURES}/daily/";
 		else
 			URL="${LB_MIRROR_DEBIAN_INSTALLER}/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
 		fi
@@ -260,7 +260,7 @@ case "${LB_DERIVATIVE}" in
 			LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="sid"
 
 			# Debian Installer daily builds
-			URL="http://d-i.debian.org/daily-images/${LB_ARCHITECTURES}/daily/";
+			URL="https://d-i.debian.org/daily-images/${LB_ARCHITECTURES}/daily/";
 		else
 			URL="${LB_PARENT_MIRROR_DEBIAN_INSTALLER}/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
 		fi
-- 
2.6.4


Reply to: