From d281b8b55cd00729029f8ccfe96b92859dbcd722 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 26 May 2021 14:26:06 -0400 Subject: libvmi: upadte to 0.14.0 Integrating the following commits: 3f5b0d5 Wire up cpuid events on kvmi (#975) 8cdef96 Clear up event example even more (#974) 548da8d Simplify event-example (#973) cffe055 Clean up on partial init failure (#972) fb2e006 Add snapcraft.yaml (#961) 582fc95 Add vmtrace (IPT) buffer offset to vm_event ABI (#960) 8b88b72 Turn on all debug options for scan-build test (#959) 719d90f Debug print in volatility_ist can segfault, fix (#958) 19379a9 Remove temp file accidentaly added to git (#957) f686145 Nested support (#956) 6d65cc3 Add AC_PROG_CC_C99 to configure.ac (#955) e21df55 Add more files to gitignore (#954) d9e490e Container build test (#953) c68d899 Switch to using Github Actions for CI (#952) 6d07174 Bump version to 0.15.0 (odd-numbered dev version) (#951) 1ae3950 examples: fix reinjection in breakpoint-recoil-example (#945) Signed-off-by: Bruce Ashfield --- recipes-extended/libvmi/libvmi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb index b8e35669..32a505df 100644 --- a/recipes-extended/libvmi/libvmi_git.bb +++ b/recipes-extended/libvmi/libvmi_git.bb @@ -4,14 +4,14 @@ HOMEPAGE = "https://github.com/libvmi/libvmi" LICENSE = "LGPLv3" LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" SECTION = "console/tools" -PV = "0.12.0" +PV = "0.14.0" DEPENDS = "libvirt libcheck bison fuse byacc-native" SRC_URI = "git://github.com/libvmi/libvmi.git \ " -SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a" +SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf