Accepting request 356408 from home:gregfreemyer:Tools-for-forensic-boot-cd
update to v20160107 OBS-URL: https://build.opensuse.org/request/show/356408 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevt?expand=0&rev=6
This commit is contained in:
parent
1e371a677b
commit
250e451131
@ -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,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 12 21:58:33 UTC 2015 - Greg.Freemyer@gmail.com
|
Mon Jan 12 21:58:33 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
20
libevt.spec
20
libevt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libevt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libevt
|
Name: libevt
|
||||||
%define lname libevt1
|
%define lname libevt1
|
||||||
%define timestamp 20150105
|
%define timestamp 20160107
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the Windows Event Log (EVT) format
|
Summary: Library and tools to access the Windows Event Log (EVT) format
|
||||||
@ -31,26 +31,26 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcdirectory) >= 20120423
|
||||||
|
BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 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(libcsystem) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||||
BuildRequires: pkgconfig(libexe) >= 20120405
|
BuildRequires: pkgconfig(libexe) >= 20120405
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20120405
|
BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20120405
|
BuildRequires: pkgconfig(libfdata) >= 20120405
|
||||||
|
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||||
|
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||||
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||||
BuildRequires: pkgconfig(libfwevt) >= 20120426
|
BuildRequires: pkgconfig(libfwevt) >= 20120426
|
||||||
BuildRequires: pkgconfig(libfwnt) >= 20120426
|
BuildRequires: pkgconfig(libfwnt) >= 20120426
|
||||||
|
BuildRequires: pkgconfig(libregf) >= 20120405
|
||||||
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libwrc) >= 20120405
|
||||||
# build fails with version in factory, use internal version
|
# build fails with version in factory, use internal version
|
||||||
#verified 1.12.2015
|
#verified 1.12.2015
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
|
Loading…
Reference in New Issue
Block a user