From 04eb1d3cf1701d44b89e2bee52ba298b3292d49298a9d6497eed609cd0514c1e Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 15 Jan 2015 18:04:49 +0000 Subject: [PATCH] Accepting request 281446 from home:gregfreemyer:Tools-for-forensic-boot-cd libyal 2015 refresh OBS-URL: https://build.opensuse.org/request/show/281446 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevtx?expand=0&rev=9 --- libevtx-alpha-20141112.tar.gz | 3 --- libevtx-alpha-20150105.tar.gz | 3 +++ libevtx.changes | 12 ++++++++++++ libevtx.spec | 36 +++++++++++++++++------------------ 4 files changed, 33 insertions(+), 21 deletions(-) delete mode 100644 libevtx-alpha-20141112.tar.gz create mode 100644 libevtx-alpha-20150105.tar.gz diff --git a/libevtx-alpha-20141112.tar.gz b/libevtx-alpha-20141112.tar.gz deleted file mode 100644 index b09a91c..0000000 --- a/libevtx-alpha-20141112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0042a0b93c651cf3f8daac9b73fd9cdd841437453cb8d194f4a6846d21b1d03 -size 1758687 diff --git a/libevtx-alpha-20150105.tar.gz b/libevtx-alpha-20150105.tar.gz new file mode 100644 index 0000000..f0ffa88 --- /dev/null +++ b/libevtx-alpha-20150105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a6452141bf23e1db052b9e0238d0b15423c10144ac8492a18a1e095c83b7ab +size 1761769 diff --git a/libevtx.changes b/libevtx.changes index 61088c2..aa2f73f 100644 --- a/libevtx.changes +++ b/libevtx.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 12 23:03:32 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150105 + * 2015 update + * worked on Python 3 support + * worked on tests + * code clean up +- Use libyal packages from OBS where appropriate + * test the builds by running "run_tests.py" from the plaso tarball + * don't use OBS packages thst introduce test failures. + ------------------------------------------------------------------- Mon Dec 22 22:03:47 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libevtx.spec b/libevtx.spec index 21dc815..91d4dea 100644 --- a/libevtx.spec +++ b/libevtx.spec @@ -1,7 +1,7 @@ # # spec file for package libevtx # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,43 +18,43 @@ Name: libevtx %define lname libevtx1 -%define timestamp 20141112 +%define timestamp 20150105 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: https://github.com/libyal/libevtx/wiki -Source: https://github.com/libyal/libevtx/releases/download/20141112/libevtx-alpha-20141112.tar.gz +Source: https://github.com/libyal/libevtx/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source2: Windows_XML_Event_Log_(EVTX).pdf BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(libbfio) >= 20121003 BuildRequires: pkgconfig(libcdata) >= 20130407 +BuildRequires: pkgconfig(libcdirectory) >= 20120425 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20130609 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 +BuildRequires: pkgconfig(libcsystem) >= 20120425 +BuildRequires: pkgconfig(libexe) >= 20120405 +BuildRequires: pkgconfig(libfcache) >= 20120405 +BuildRequires: pkgconfig(libfdata) >= 20120405 +BuildRequires: pkgconfig(libfwevt) >= 20120426 BuildRequires: pkgconfig(libregf) >= 20140803 BuildRequires: pkgconfig(libuna) >= 20130609 +BuildRequires: pkgconfig(libwrc) >= 20140803 #testing fails if the factory package is used, use the internal version -#BuildRequires: pkgconfig(libfdatetime) > 20140103 -#BuildRequires: pkgconfig(libfguid) > 20140105 +#verified 1/12/2015 +#BuildRequires: pkgconfig(libfdatetime) > 20150101 +#BuildRequires: pkgconfig(libfguid) > 20150101 +#BuildRequires: pkgconfig(libfvalue) > 20150101 +#BuildRequires: pkgconfig(libfwnt) > 20150101 #build fails if the factory package is used, use the internal version -#verified 08/13/2014 -#BuildRequires: pkgconfig(libcerror) >= 20140105 -#BuildRequires: pkgconfig(libwrc) >= 20140803 -#packages not yet released by upstream -#BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 -#BuildRequires: pkgconfig(libcdirectory) >= 20120425 -#BuildRequires: pkgconfig(libfvalue) >= 20120428 -#BuildRequires: pkgconfig(libfwevt) >= 20120426 -#BuildRequires: pkgconfig(libfwnt) >= 20120426 -#BuildRequires: pkgconfig(libexe) >= 20120405 -#BuildRequires: pkgconfig(libfcache) >= 20120405 -#BuildRequires: pkgconfig(libfdata) >= 20120405 +#verified 1/12/2015 +#BuildRequires: pkgconfig(libcstring) > 20150101 +#BuildRequires: pkgconfig(libcerror) > 20150101 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description