]> code.ossystems Code Review - openembedded-core.git/commit
openssh: upgrade 7.8p1 -> 7.8p1+git to support openssl 1.1.x
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 19 Sep 2018 11:59:29 +0000 (19:59 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Sep 2018 13:28:26 +0000 (06:28 -0700)
commit9d48cb3da696add33315cf129fe60102bd9756c9
tree99fd88f669eab021f364038bea3459e11534cd74
parent6a1e55083800a680515a21294353b2c89a23b0bb
openssh: upgrade 7.8p1 -> 7.8p1+git to support openssl 1.1.x

- Convert from tarball to git repository which support
  openssl 1.1.x

- There is no specific minor version that contains the
  openssl fix (it was merged to master a few days agao),
  rename recipe version to `7.8p1+git'

- Fix regression test binaries missing
  In commit `1f7aaf7 openssh: build regression test binaries', it build
  regression test binaries, since upstream add two binaries in commits
  `c59aca8 Create control sockets in clean temp directories' and
  `1acc058 Disable tests where fs perms are incorrect', we should update
  do_compile_ptest.

  [ptest log]
  |/usr/lib/openssh/ptest/regress/test-exec.sh: line 330: /usr/lib/openssh/
  ptest/regress/mkdtemp: No such file or directory
  [ptest log]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh_7.8p1+git.bb [moved from meta/recipes-connectivity/openssh/openssh_7.8p1.bb with 94% similarity]