From 78f00cf7adf2ea97384aed46c77308b91feb4b98 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 17 Jun 2014 15:43:04 +0000 Subject: [PATCH] Use https scheme for stable update changelog URLs svn path=/dists/sid/linux/; revision=21455 --- debian/bin/stable-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bin/stable-update.sh b/debian/bin/stable-update.sh index c3eafb7f0..b5ff44e27 100755 --- a/debian/bin/stable-update.sh +++ b/debian/bin/stable-update.sh @@ -65,7 +65,7 @@ dch -v "$new_pkg_ver" --preserve --multimaint-merge -D UNRELEASED \ echo "New upstream stable update: " while [ "v$cur_ver" != "v$new_ver" ]; do cur_ver="$(next_update "$cur_ver")" - echo "http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-$cur_ver" + echo "https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-$cur_ver" done)" # Then insert the shortlogs with sed