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
This commit is contained in:
Greg Freemyer 2015-01-15 18:04:49 +00:00 committed by Git OBS Bridge
parent f4a0dd6368
commit 04eb1d3cf1
4 changed files with 33 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0042a0b93c651cf3f8daac9b73fd9cdd841437453cb8d194f4a6846d21b1d03
size 1758687

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62a6452141bf23e1db052b9e0238d0b15423c10144ac8492a18a1e095c83b7ab
size 1761769

View File

@ -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

View File

@ -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