Accepting request 357433 from security:forensics
1 OBS-URL: https://build.opensuse.org/request/show/357433 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevt?expand=0&rev=10
This commit is contained in:
commit
d16af71004
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a98618f35885ed13ca961024b21d36e4d9f50a3ca6704fcbc462f3b2da6e3a7
|
||||
size 1744945
|
3
libevt-alpha-20160107.tar.gz
Normal file
3
libevt-alpha-20160107.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1151f38ed02804d5acd0e9d7b036de8033696990273070b924488c8dd97a79bb
|
||||
size 1823240
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 23:12:04 UTC 2016 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to 0~20160107
|
||||
* 2016 update
|
||||
* worked on Python 3 support
|
||||
* applied updates
|
||||
* updated libfwnt
|
||||
* worked on Python bindings
|
||||
* worked on tests
|
||||
* worked on setup.py
|
||||
* worked on check signature
|
||||
* bug fixes
|
||||
- use internal versions of libcerror, libfvalue, and libfwnt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 21:58:33 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
33
libevt.spec
33
libevt.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libevt
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX 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,7 +18,7 @@
|
||||
|
||||
Name: libevt
|
||||
%define lname libevt1
|
||||
%define timestamp 20150105
|
||||
%define timestamp 20160107
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Windows Event Log (EVT) format
|
||||
@ -31,29 +31,32 @@ BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20120423
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||
BuildRequires: pkgconfig(libregf) >= 20120405
|
||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
BuildRequires: pkgconfig(libwrc) >= 20120405
|
||||
BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20120423
|
||||
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||
BuildRequires: pkgconfig(libexe) >= 20120405
|
||||
BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||
BuildRequires: pkgconfig(libfdata) >= 20120405
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20120426
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20120426
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20160103
|
||||
BuildRequires: pkgconfig(libregf) >= 20120405
|
||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
BuildRequires: pkgconfig(libwrc) >= 20120405
|
||||
|
||||
#plaso/run_tests.py fails with this external package
|
||||
#verified 2.1.2016
|
||||
#BuildRequires: pkgconfig(libfvalue) >= 20151226
|
||||
#BuildRequires: pkgconfig(libfwnt) >= 20151206
|
||||
# build fails with version in factory, use internal version
|
||||
#verified 1.12.2015
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
#verified 2.1.2016
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20150101
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20150407
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user