diff options
author | Colin Watson <cjwatson@debian.org> | 2018-08-24 10:13:16 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-08-24 10:13:16 +0100 |
commit | 3e6f76c7039d3df22b1d0a3a5f30150efb09b69d (patch) | |
tree | 38883d9eb78e12e861fe85615c5eee1bac6438a6 | |
parent | e9bf42de4d4d739ecc8e15496e9f5ac7e5c1c909 (diff) |
Switch debian/watch to HTTPS.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index abcf93a65..bef0cb443 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:7.7p1-5) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Switch debian/watch to HTTPS. | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Fri, 24 Aug 2018 10:13:03 +0100 | ||
6 | |||
1 | openssh (1:7.7p1-4) unstable; urgency=high | 7 | openssh (1:7.7p1-4) unstable; urgency=high |
2 | 8 | ||
3 | * CVE-2018-15473: Apply upstream patch to delay bailout for invalid | 9 | * CVE-2018-15473: Apply upstream patch to delay bailout for invalid |
diff --git a/debian/watch b/debian/watch index e05063598..9e2a44eb3 100644 --- a/debian/watch +++ b/debian/watch | |||
@@ -1,3 +1,3 @@ | |||
1 | version=3 | 1 | version=3 |
2 | opts=pgpsigurlmangle=s/$/.asc/ \ | 2 | opts=pgpsigurlmangle=s/$/.asc/ \ |
3 | http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-(.*)\.tar\.gz | 3 | https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-(.*)\.tar\.gz |