On 08/29/2018 11:47 PM, Randy MacLeod wrote:
Builds and works both with and without Alex's patch series: [OE-core] [RFC PATCH 0/6] openssl 1.1.1 update but I had not noticed: DEPENDS = "zlib openssl10"
Alex's patch series already fixed that: -DEPENDS = "zlib openssl10" +DEPENDS = "zlib libressl" so I don't need to do any additional tests. libressl+openssh queries below for the curious. ../Randy root@qemux86-64:~# rpm -qa | grep libressl libressl-2.8.0-r0.core2_64 root@qemux86-64:~# rpm -qa | grep openssh openssh-sshd-7.8p1-r0.core2_64 openssh-keygen-7.8p1-r0.core2_64 openssh-ssh-7.8p1-r0.core2_64 openssh-scp-7.8p1-r0.core2_64 openssh-7.8p1-r0.core2_64 packagegroup-core-ssh-openssh-1.0-r1.noarch root@qemux86-64:~# rpm -qa | grep openssl openssl-conf-1.1.1+pre9-r0.core2_64 openssl-1.1.1+pre9-r0.core2_64 root@qemux86-64:~# rpm -ql libressl | grep so /usr/lib/libcrypto.so.43 /usr/lib/libcrypto.so.43.1.0 /usr/lib/libssl.so.45 /usr/lib/libssl.so.45.1.0 /usr/lib/libtls.so.17 /usr/lib/libtls.so.17.1.0 root@qemux86-64:~# ldd /usr/sbin/sshd linux-vdso.so.1 (0x00007ffd797f7000) libcrypto.so.43 => /usr/lib/libcrypto.so.43 (0x00007fcd91630000) libutil.so.1 => /lib/libutil.so.1 (0x00007fcd9162b000) libz.so.1 => /lib/libz.so.1 (0x00007fcd91611000) libcrypt.so.1 => /usr/lib/libcrypt.so.1 (0x00007fcd915e6000) libc.so.6 => /lib/libc.so.6 (0x00007fcd9142c000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007fcd9140b000) /lib/ld-linux-x86-64.so.2 (0x00007fcd918c8000) root@qemux86-64:~# ldd /usr/bin/ssh.openssh | grep crypto libcrypto.so.43 => /usr/lib/libcrypto.so.43 (0x00007f7ea43bc000)
so I'll fix that and re-test if openssl 1.1.1 is accepted.
-- # Randy MacLeod # Wind River Linux -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core