From cefc7ebd4d01b1c9ee22040afc8258c2e07797c21084993ef3040c728b9ea031 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 22 Dec 2014 22:16:24 +0000 Subject: [PATCH] Accepting request 266204 from home:gregfreemyer:Tools-for-forensic-boot-cd Update to 20141112 as required by latest plaso release OBS-URL: https://build.opensuse.org/request/show/266204 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevtx?expand=0&rev=4 --- libevtx-alpha-20140901.tar.gz | 3 --- libevtx-alpha-20141112.tar.gz | 3 +++ libevtx.changes | 8 ++++++++ libevtx.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 libevtx-alpha-20140901.tar.gz create mode 100644 libevtx-alpha-20141112.tar.gz diff --git a/libevtx-alpha-20140901.tar.gz b/libevtx-alpha-20140901.tar.gz deleted file mode 100644 index e44c311..0000000 --- a/libevtx-alpha-20140901.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acc2bf83d38143f41e5331d50666f2dd5655bca4fd9e9816e84199b105f27992 -size 1736940 diff --git a/libevtx-alpha-20141112.tar.gz b/libevtx-alpha-20141112.tar.gz new file mode 100644 index 0000000..b09a91c --- /dev/null +++ b/libevtx-alpha-20141112.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0042a0b93c651cf3f8daac9b73fd9cdd841437453cb8d194f4a6846d21b1d03 +size 1758687 diff --git a/libevtx.changes b/libevtx.changes index 724a416..f30a1bd 100644 --- a/libevtx.changes +++ b/libevtx.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 22 22:03:47 UTC 2014 - Greg.Freemyer@gmail.com + +- update to 0~20141112 + * changes to expose the event identifier qualifiers in the python bindings + * updated dependencies and corresponding changes + * update Python-bindings tests + ------------------------------------------------------------------- Fri Sep 19 19:44:43 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libevtx.spec b/libevtx.spec index 1717431..1e2ed99 100644 --- a/libevtx.spec +++ b/libevtx.spec @@ -18,14 +18,14 @@ Name: libevtx %define lname libevtx1 -%define timestamp 20140901 +%define timestamp 20141112 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the Windows XML Event Log (EVTX) format License: LGPL-3.0+ and GFDL-1.3 Group: Productivity/File utilities Url: http://code.google.com/p/libevtx/ -Source: https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20140901.tar.gz +Source: https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20141112.tar.gz Source2: Windows_XML_Event_Log_(EVTX).pdf BuildRequires: pkg-config BuildRequires: python-devel