Module: tools Branch: master Commit: 268dff50ca68dca10db56b7b55930f9768c7f1e5 URL: https://source.winehq.org/git/tools.git/?a=commit;h=268dff50ca68dca10db56b7b...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 21 17:24:55 2017 +0100
patches: Use https URLs everywhere.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
patches/update | 2 +- patches/update-regressions | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches/update b/patches/update index 6f930ea..963234b 100755 --- a/patches/update +++ b/patches/update @@ -124,7 +124,7 @@ print INDEX "<div id="logo_glass"><a href="/patches/"><img src="//winehq.or print INDEX "<div id="logo_text"><a href="/patches/"><img src="//winehq.org/images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>\n"; print INDEX "<div id="tabs"><ul>", "<li><a href="//www.winehq.org/">WineHQ</a></li>", - "<li><a href="http://wiki.winehq.org/%5C%22%3EWiki</a></li>", + "<li><a href="//wiki.winehq.org/">Wiki</a></li>", "<li><a href="//appdb.winehq.org/">AppDB</a></li>", "<li><a href="//bugs.winehq.org/">Bugzilla</a></li>", "<li><a href="//forum.winehq.org/">Forums</a></li></ul></div>\n"; diff --git a/patches/update-regressions b/patches/update-regressions index 5c8b362..f4e4e2d 100755 --- a/patches/update-regressions +++ b/patches/update-regressions @@ -44,7 +44,7 @@ sub read_bugs() { my $csv = Text::CSV::Encoded->new({ binary => 1 });
- open LIST, "-|", "wget", "-qO-", "http://bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW..." or die "cannot query bug list"; + open LIST, "-|", "wget", "-qO-", "https://bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NE..." or die "cannot query bug list";
<LIST>; # skip header line while (<LIST>) @@ -125,7 +125,7 @@ print OUTPUT "<div id="logo_glass"><a href="/regressions"><img src="//wineh print OUTPUT "<div id="logo_text"><a href="/regressions"><img src="//winehq.org/images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>\n"; print OUTPUT "<div id="tabs"><ul>", "<li><a href="//www.winehq.org/">WineHQ</a></li>", - "<li><a href="http://wiki.winehq.org/%5C%22%3EWiki</a></li>", + "<li><a href="//wiki.winehq.org/">Wiki</a></li>", "<li><a href="//appdb.winehq.org/">AppDB</a></li>", "<li><a href="//bugs.winehq.org/">Bugzilla</a></li>", "<li><a href="//forum.winehq.org/">Forums</a></li></ul></div>\n";