* [meta-oe][PATCH 0/2] upgrade libssh and libssh2
@ 2016-07-27 8:18 jackie.huang
2016-07-27 8:18 ` [meta-oe][PATCH 1/2] libssh: upgrade to 0.7.3 jackie.huang
2016-07-27 8:18 ` [meta-oe][PATCH 2/2] libssh2: upgrade to 1.7.0 jackie.huang
0 siblings, 2 replies; 3+ messages in thread
From: jackie.huang @ 2016-07-27 8:18 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
The following changes since commit 5c69367d848271cdf3a3bd1a087665f324d3fd34:
python-flask-bootstrap: update to version 3.3.6.0 and fix RDEPENDS (2016-07-22 21:45:42 +0200)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib.git jhuang0/r_uprev-libssh_160727_0
http://git.pokylinux.org/cgit.cgi//log/?h=jhuang0/r_uprev-libssh_160727_0
Jackie Huang (2):
libssh: upgrade to 0.7.3
libssh2: upgrade to 1.7.0
meta-oe/recipes-support/libssh/{libssh_0.7.1.bb => libssh_0.7.3.bb} | 2 +-
.../recipes-support/libssh2/{libssh2_1.6.0.bb => libssh2_1.7.0.bb} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta-oe/recipes-support/libssh/{libssh_0.7.1.bb => libssh_0.7.3.bb} (94%)
rename meta-oe/recipes-support/libssh2/{libssh2_1.6.0.bb => libssh2_1.7.0.bb} (84%)
--
2.8.1
^ permalink raw reply [flat|nested] 3+ messages in thread* [meta-oe][PATCH 1/2] libssh: upgrade to 0.7.3
2016-07-27 8:18 [meta-oe][PATCH 0/2] upgrade libssh and libssh2 jackie.huang
@ 2016-07-27 8:18 ` jackie.huang
2016-07-27 8:18 ` [meta-oe][PATCH 2/2] libssh2: upgrade to 1.7.0 jackie.huang
1 sibling, 0 replies; 3+ messages in thread
From: jackie.huang @ 2016-07-27 8:18 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
Changelog:
version 0.7.3 (released 2016-01-23)
* Fixed CVE-2016-0739
* Fixed ssh-agent on big endian
* Fixed some documentation issues
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-oe/recipes-support/libssh/{libssh_0.7.1.bb => libssh_0.7.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/libssh/{libssh_0.7.1.bb => libssh_0.7.3.bb} (94%)
diff --git a/meta-oe/recipes-support/libssh/libssh_0.7.1.bb b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb
similarity index 94%
rename from meta-oe/recipes-support/libssh/libssh_0.7.1.bb
rename to meta-oe/recipes-support/libssh/libssh_0.7.3.bb
index 371e1ab..c0b8913 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.7.1.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139"
SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-7"
-SRCREV = "053f72c671a83b32238dc01b56a66752fb15b7ec"
+SRCREV = "cdf7690e038230623cbbf6b024ece62f41efa98d"
S = "${WORKDIR}/git"
EXTRA_OECMAKE = " \
--
2.8.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [meta-oe][PATCH 2/2] libssh2: upgrade to 1.7.0
2016-07-27 8:18 [meta-oe][PATCH 0/2] upgrade libssh and libssh2 jackie.huang
2016-07-27 8:18 ` [meta-oe][PATCH 1/2] libssh: upgrade to 0.7.3 jackie.huang
@ 2016-07-27 8:18 ` jackie.huang
1 sibling, 0 replies; 3+ messages in thread
From: jackie.huang @ 2016-07-27 8:18 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
This version includes fix for CVE-2016-0787
and other changes, for details please see:
https://www.libssh2.org/changes.html
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../recipes-support/libssh2/{libssh2_1.6.0.bb => libssh2_1.7.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-support/libssh2/{libssh2_1.6.0.bb => libssh2_1.7.0.bb} (84%)
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
similarity index 84%
rename from meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
rename to meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
index c43164e..9e7cd59 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
@@ -8,8 +8,8 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca"
SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"
-SRC_URI[md5sum] = "00aabd6e714a5f42a4fb82ace20db1dd"
-SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215"
+SRC_URI[md5sum] = "b01662a210e94cccf2f76094db7dac5c"
+SRC_URI[sha256sum] = "e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584"
inherit autotools pkgconfig
--
2.8.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-27 8:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-27 8:18 [meta-oe][PATCH 0/2] upgrade libssh and libssh2 jackie.huang
2016-07-27 8:18 ` [meta-oe][PATCH 1/2] libssh: upgrade to 0.7.3 jackie.huang
2016-07-27 8:18 ` [meta-oe][PATCH 2/2] libssh2: upgrade to 1.7.0 jackie.huang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.