File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Subject: [PATCH] kex: bail out on rubbish in the incoming packet
5
5
6
6
CVE-2015-1782
7
7
8
- Bug: http ://www.libssh2.org/adv_20150311.html
8
+ Bug: https ://www.libssh2.org/adv_20150311.html
9
9
---
10
10
src/kex.c | 73 +++++++++++++++++++++++++++++++++++----------------------------
11
11
1 file changed, 41 insertions(+), 32 deletions(-)
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ href="download/libssh2-1.2.tar.gz.asc">GPG sig</a> (532299 bytes)
559
559
<b>Changes:</b>
560
560
<ul>
561
561
<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>
563
563
<li> libssh2_poll() and libssh2_poll_channel_read() are now deprecated
564
564
<li> a range of libssh2_knownhost_*() functions were added to the API to work
565
565
with OpenSSH style known_hosts files etc
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/perl
2
2
3
- my $manpage =" http ://www.libssh2.org/" ;
3
+ my $manpage =" https ://www.libssh2.org/" ;
4
4
5
5
my $template =" _example-templ.html" ;
6
6
my $dir =" ../git-source/example" ;
Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ SUBTITLE(Development)
90
90
91
91
<ul >
92
92
<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
94
94
mailing list</a >
95
95
96
96
<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 >
98
98
to get a mail for every git push made to the master repo.
99
99
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 >
101
101
</ul >
102
102
103
103
BOXBOT
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ SUBTITLE(libssh2 1.7.0)
35
35
<li>Your sockets: the app hands over the socket , calls select () etc.
36
36
<li>OpenSSL, Libgcrypt or WinCNG (native since Windows Vista): builds with either
37
37
</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)
39
39
<p>
40
40
<ul>
41
41
<li>License: <a href=" https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" >GNU Lesser General Public License</a>
Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ archive(-1);
87
87
88
88
print <<MOO
89
89
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
91
91
here</a>.
92
92
93
93
<p> Other archives of this list:
94
94
95
95
<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>
97
97
98
98
<p>
99
99
<b>Note:</b> the archive at libssh2.org was broken between September 11th and December 13th 2009!
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TITLE(libssh2 Source Code Activity)
9
9
BOXTOP
10
10
11
11
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
13
13
made to work yet!
14
14
15
15
BOXBOT
You can’t perform that action at this time.
0 commit comments