From ddc2fc9045c7f5098a0529e0b392d3b2d79fb628 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 3 Aug 2024 16:39:08 +0100 Subject: d/upstream/metatata: Use secure URLs The http and anonymous git protocols do not authenticate the identity of the server, making them vulnerable to man-in-the-middle attacks. Replace them with authenticated equivalents. zsh.sourceforge.net redirects to zsh.sourceforge.io, so presumably that address is now considered canonical. --- debian/upstream/metadata | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/upstream/metadata b/debian/upstream/metadata index c1bf49f68..9d905fd60 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -2,13 +2,13 @@ --- # https://wiki.debian.org/UpstreamMetadata Bug-Submit: mailto:zsh-workers@zsh.org -Changelog: http://zsh.sourceforge.net/releases.html +Changelog: https://zsh.sourceforge.io/releases.html Contact: zsh-workers@zsh.org Security-Contact: zsh-security@zsh.org -FAQ: http://zsh.sourceforge.net/FAQ/ +FAQ: https://zsh.sourceforge.io/FAQ/ Name: Z shell Homepage: https://www.zsh.org/ -Homepage: http://zsh.sourceforge.net/ -Repository: git://git.code.sf.net/p/zsh/code +Homepage: https://zsh.sourceforge.io/ +Repository: https://git.code.sf.net/p/zsh/code Repository-Browse: https://sourceforge.net/p/zsh/code/ci/master/tree/ -Documentation: http://zsh.sourceforge.net/Doc/ +Documentation: https://zsh.sourceforge.io/Doc/ -- cgit v1.2.3