diff options
author | Simon McVittie <smcv@debian.org> | 2024-08-03 16:39:08 +0100 |
---|---|---|
committer | Michael Prokop <mika@debian.org> | 2024-08-14 13:18:19 +0200 |
commit | ddc2fc9045c7f5098a0529e0b392d3b2d79fb628 (patch) | |
tree | f06486a1ad434b7525c6101bc0e97ae55bf02e75 | |
parent | c5befa5541f6de4790e881d95f447ab5c1f18f48 (diff) | |
download | zsh-ddc2fc9045c7f5098a0529e0b392d3b2d79fb628.tar.gz zsh-ddc2fc9045c7f5098a0529e0b392d3b2d79fb628.zip |
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.
-rw-r--r-- | debian/upstream/metadata | 10 |
1 files 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/ |