<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/libssh2, branch styhead</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-02-25T16:48:04+00:00</updated>
<entry>
<title>libssh2: remove the recipe since it moved to oe-core</title>
<updated>2021-02-25T16:48:04+00:00</updated>
<author>
<name>Randy MacLeod</name>
<email>randy.macleod@windriver.com</email>
</author>
<published>2021-02-25T01:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=26ec5b73826b6ab3ac0e74605377c30ed6da7f33'/>
<id>urn:sha1:26ec5b73826b6ab3ac0e74605377c30ed6da7f33</id>
<content type='text'>
Signed-off-by: Randy MacLeod &lt;Randy.MacLeod@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: Fix build with autoconf 2.70+</title>
<updated>2021-02-03T02:50:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-02-03T02:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b24ef04aea800bffb23bd3b2fe10ee03806e1f9c'/>
<id>urn:sha1:b24ef04aea800bffb23bd3b2fe10ee03806e1f9c</id>
<content type='text'>
Fixes
 configure.ac:130: error: m4_undefine: undefined macro: backend

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: enhance ptest</title>
<updated>2020-12-29T23:50:45+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-12-28T06:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d7aa7173405c3b36235af736cd31dbe110708787'/>
<id>urn:sha1:d7aa7173405c3b36235af736cd31dbe110708787</id>
<content type='text'>
support testcase ssh2.sh

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: fix ptest</title>
<updated>2020-11-03T19:03:45+00:00</updated>
<author>
<name>Sakib Sajal</name>
<email>sakib.sajal@windriver.com</email>
</author>
<published>2020-11-03T18:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b3e9b51c9ba58b01e55c5b0a9a9bec3f7f06d07a'/>
<id>urn:sha1:b3e9b51c9ba58b01e55c5b0a9a9bec3f7f06d07a</id>
<content type='text'>
One of the ptest was failing as it was missing an RDEPENDS
for its test on documentation.

Signed-off-by: Sakib Sajal &lt;sakib.sajal@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: enable ptest</title>
<updated>2020-09-22T17:19:13+00:00</updated>
<author>
<name>Sakib Sajal</name>
<email>sakib.sajal@windriver.com</email>
</author>
<published>2020-09-22T16:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f5df715e2c8717fcc6c83c7da3e2a0b7334c3a3c'/>
<id>urn:sha1:f5df715e2c8717fcc6c83c7da3e2a0b7334c3a3c</id>
<content type='text'>
Signed-off-by: Sakib Sajal &lt;sakib.sajal@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: add nativesdk support</title>
<updated>2019-12-11T00:21:07+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>pjtexier@koncepto.io</email>
</author>
<published>2019-12-09T16:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c1d1697c509bb2f065f9bd631fa77b81fc849a3b'/>
<id>urn:sha1:c1d1697c509bb2f065f9bd631fa77b81fc849a3b</id>
<content type='text'>
Fixes:
 Missing or unbuildable dependency chain was: ['nativesdk-cmake', 'nativesdk-curl', 'nativesdk-libssh2']

So, extend libssh2 to nativesdk to fix this issue.

Signed-off-by: Pierre-Jean Texier &lt;pjtexier@koncepto.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: Security Advisory - libssh2 - CVE-2019-17498</title>
<updated>2019-11-25T03:00:01+00:00</updated>
<author>
<name>Li Zhou</name>
<email>li.zhou@windriver.com</email>
</author>
<published>2019-11-25T02:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3a6cbf246cc3dc273e0bbd910df326234269ff34'/>
<id>urn:sha1:3a6cbf246cc3dc273e0bbd910df326234269ff34</id>
<content type='text'>
Porting the patch from &lt;https://github.com/libssh2/libssh2/commit/
dedcbd106f8e52d5586b0205bc7677e4c9868f9c&gt; to solve CVE-2019-17498.

Signed-off-by: Li Zhou &lt;li.zhou@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: upgrade 1.8.2 -&gt; 1.9.0</title>
<updated>2019-11-07T03:58:01+00:00</updated>
<author>
<name>Zheng Ruoqin</name>
<email>zhengrq.fnst@cn.fujitsu.com</email>
</author>
<published>2019-11-06T14:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=40ea4c939a732ed6cbda40dfbe1c43dc69108aac'/>
<id>urn:sha1:40ea4c939a732ed6cbda40dfbe1c43dc69108aac</id>
<content type='text'>
1) Upgrade libssh2 from 1.8.2 to 1.9.0.

2) Modify PACKAGECONFIG for configure options have been changed in new version.

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: Clarify BSD license variant</title>
<updated>2019-10-17T15:35:32+00:00</updated>
<author>
<name>Christophe PRIOUZEAU</name>
<email>christophe.priouzeau@st.com</email>
</author>
<published>2019-10-17T14:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5a7e65cbf351a73346b8d8400e3d50bfeef729a5'/>
<id>urn:sha1:5a7e65cbf351a73346b8d8400e3d50bfeef729a5</id>
<content type='text'>
The License of of libssh2 is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau &lt;christophe.priouzeau@st.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libssh2: move to version 1.8.2</title>
<updated>2019-04-02T02:48:04+00:00</updated>
<author>
<name>Slater, Joseph</name>
<email>joe.slater@windriver.com</email>
</author>
<published>2019-03-29T22:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3458ee7f96c30209fc3ccc21a03071711e8da2c1'/>
<id>urn:sha1:3458ee7f96c30209fc3ccc21a03071711e8da2c1</id>
<content type='text'>
Includes fixes for CVE-2019-3858, -3859, -3860, -3861, and -3862.

Signed-off-by: Joe Slater &lt;joe.slater@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
