wireshark-native fails in do_install
| install: cannot stat '/mnt/a/oe/build/tmp/work/x86_64-linux/wireshark-native/1_2.6.2-r0/build/run/make-dissectors': No such file or directory | WARNING: /mnt/a/oe/build/tmp/work/x86_64-linux/wireshark-native/1_2.6.2-r0/temp/run.do_install.31339:1 exit 1 from 'install -m 0755 /mnt/a/oe/build/tmp/work/x86_64-linux/wireshark-native/1_2.6.2-r0/build/run/$f /mnt/a/oe/build/tmp/work/x86_64-linux/wireshark-native/1_2.6.2-r0/image/mnt/a/oe/build/tmp/work/x86_64-linux/wireshark-native/1_2.6.2-r0/recipe-sysroot-native/usr/bin' | ERROR: Function failed: do_install (log file is located at /mnt/a/oe/build/tmp/work/x86_64-linux/wireshark-native/1_2.6.2-r0/temp/log.do_install.31339) On Thu, Jul 26, 2018 at 8:11 AM Armin Kuster <[email protected]> wrote: > > includes security fixes: > > wnpa-sec-2018-34 BGP dissector large loop. Bug 13741. CVE-2018-14342. > wnpa-sec-2018-35 ISMP dissector crash. Bug 14672. CVE-2018-14344. > wnpa-sec-2018-36 Multiple dissectors could crash. Bug 14675. CVE-2018-14340. > wnpa-sec-2018-37 ASN.1 BER dissector crash. Bug 14682. CVE-2018-14343. > wnpa-sec-2018-38 MMSE dissector infinite loop. Bug 14738. CVE-2018-14339. > wnpa-sec-2018-39 DICOM dissector crash. Bug 14742. CVE-2018-14341. > wnpa-sec-2018-40 Bazaar dissector infinite loop. Bug 14841. CVE-2018-14368. > wnpa-sec-2018-41 HTTP2 dissector crash. Bug 14869. CVE-2018-14369. > wnpa-sec-2018-42 CoAP dissector crash. Bug 14966. CVE-2018-14367. > > Signed-off-by: Armin Kuster <[email protected]> > --- > .../wireshark/{wireshark_2.6.1.bb => wireshark_2.6.2.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta-networking/recipes-support/wireshark/{wireshark_2.6.1.bb => > wireshark_2.6.2.bb} (95%) > > diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.6.1.bb > b/meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb > similarity index 95% > rename from meta-networking/recipes-support/wireshark/wireshark_2.6.1.bb > rename to meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb > index 91c5e96bb0..4da0cecee4 100644 > --- a/meta-networking/recipes-support/wireshark/wireshark_2.6.1.bb > +++ b/meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb > @@ -14,8 +14,8 @@ SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz \ > > UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" > > -SRC_URI[md5sum] = "b0e9e5fe22e96d9fdfad18f750fa8f55" > -SRC_URI[sha256sum] = > "ab6e5bbc3464c956347b8671ce8397950ad5daff3bf9964c967d495f4ddbcd88" > +SRC_URI[md5sum] = "086d235509717190d06554b2ab870209" > +SRC_URI[sha256sum] = > "49b2895ee3ba17ef9ef0aebfdc4d32a778e0f36ccadde184516557d5f3357094" > > PE = "1" > > -- > 2.17.1 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
