Skip to content

Commit e14eec8

Browse files
committed
URL updates
1 parent e984886 commit e14eec8

7 files changed

+10
-10
lines changed

CVE-2015-1782.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] kex: bail out on rubbish in the incoming packet
55

66
CVE-2015-1782
77

8-
Bug: http://www.libssh2.org/adv_20150311.html
8+
Bug: https://www.libssh2.org/adv_20150311.html
99
---
1010
src/kex.c | 73 +++++++++++++++++++++++++++++++++++----------------------------
1111
1 file changed, 41 insertions(+), 32 deletions(-)

changes.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ href="download/libssh2-1.2.tar.gz.asc">GPG sig</a> (532299 bytes)
559559
<b>Changes:</b>
560560
<ul>
561561
<li> we've switched to using git for source code control
562-
<li> the libssh2-devel mailing list moved to <a href="http://cool.haxx.se/">cool.haxx.se</a>
562+
<li> the libssh2-devel mailing list moved to <a href="https://cool.haxx.se/">cool.haxx.se</a>
563563
<li> libssh2_poll() and libssh2_poll_channel_read() are now deprecated
564564
<li> a range of libssh2_knownhost_*() functions were added to the API to work
565565
with OpenSSH style known_hosts files etc

examples/mkexam.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl
22

3-
my $manpage="http://www.libssh2.org/";
3+
my $manpage="https://www.libssh2.org/";
44

55
my $template="_example-templ.html";
66
my $dir="../git-source/example";

index.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ SUBTITLE(Development)
9090

9191
<ul>
9292
<li> The <a
93-
href="http://cool.haxx.se/mailman/listinfo/libssh2-devel">libssh2-devel
93+
href="https://cool.haxx.se/mailman/listinfo/libssh2-devel">libssh2-devel
9494
mailing list</a>
9595

9696
<li> Subscribe to <a
97-
href="http://cool.haxx.se/mailman/listinfo/libssh2-changes">libssh2-changes</a>
97+
href="https://cool.haxx.se/mailman/listinfo/libssh2-changes">libssh2-changes</a>
9898
to get a mail for every git push made to the master repo.
9999

100-
<li> <a href="http://gitstats.josefsson.org/libssh2/">Simon's git stats</a>
100+
<li> <a href="https://web.archive.org/web/20160315194208/gitstats.josefsson.org/libssh2/">Simon's git stats</a>
101101
</ul>
102102

103103
BOXBOT

libssh2-vs-libssh.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SUBTITLE(libssh2 1.7.0)
3535
<li>Your sockets: the app hands over the socket, calls select() etc.
3636
<li>OpenSSL, Libgcrypt or WinCNG (native since Windows Vista): builds with either
3737
</ul>
38-
SUBTITLE(<a href="http://www.libssh.org/">libssh</a> 0.7.x)
38+
SUBTITLE(<a href="https://www.libssh.org/">libssh</a> 0.7.x)
3939
<p>
4040
<ul>
4141
<li>License: <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License</a>

mail.cgi

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ archive(-1);
8787

8888
print <<MOO
8989
90-
<p> <a href="http://cool.haxx.se/mailman/listinfo/libssh2-devel">subscribe
90+
<p> <a href="https://cool.haxx.se/mailman/listinfo/libssh2-devel">subscribe
9191
here</a>.
9292
9393
<p> Other archives of this list:
9494
9595
<a
96-
href="http://dir.gmane.org/gmane.network.ssh.libssh2.devel">gmane.org</a>
96+
href="https://dir.gmane.org/gmane.network.ssh.libssh2.devel">gmane.org</a>
9797
9898
<p>
9999
<b>Note:</b> the archive at libssh2.org was broken between September 11th and December 13th 2009!

source.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TITLE(libssh2 Source Code Activity)
99
BOXTOP
1010

1111
Since we switched to <a
12-
href="http://git.stuge.se/?p=libssh2.git;a=summary">git</a>, this hasn't been
12+
href="https://github.com/libssh2/libssh2">git</a>, this hasn't been
1313
made to work yet!
1414
1515
BOXBOT

0 commit comments

Comments
 (0)