Accepting request 356383 from home:gregfreemyer:Tools-for-forensic-boot-cd
for review OBS-URL: https://build.opensuse.org/request/show/356383 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libesedb?expand=0&rev=4
This commit is contained in:
parent
c840c780a7
commit
613c82470f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:249c5d88c82dc50929a854392f19bf037922868098b00a3889cb2d69125916bd
|
|
||||||
size 1660844
|
|
3
libesedb-experimental-20150409.tar.gz
Normal file
3
libesedb-experimental-20150409.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:600c9b09617d7c2eafdea77c1b0b50cea3c40ad605e8df07b1cf8f064f84272d
|
||||||
|
size 1672926
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 16 17:06:05 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to v0~20150409
|
||||||
|
* 2015 update
|
||||||
|
* changes for handling tagged data types in version 0x620 revision 0x14 database
|
||||||
|
* changes for long value look up in dirty databases
|
||||||
|
* changes for long value key compare
|
||||||
|
* worked on long value support
|
||||||
|
* worked on long value error tolerance
|
||||||
|
* worked on NULL value support (JET_coltypNil)
|
||||||
|
* worked on libfdata btree refactor
|
||||||
|
* worked on Python 3 support
|
||||||
|
* worked on Python bindings
|
||||||
|
* worked on tests
|
||||||
|
* code clean up
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 11 22:56:22 UTC 2015 - Greg.Freemyer@gmail.com
|
Sun Jan 11 22:56:22 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libesedb
|
# spec file for package libesedb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libesedb1
|
%define lname libesedb1
|
||||||
%define timestamp 20141110
|
%define timestamp 20150409
|
||||||
Name: libesedb
|
Name: libesedb
|
||||||
Version: 0~%{timestamp}
|
Version: 0~%{timestamp}
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -43,7 +43,6 @@ BuildRequires: pkgconfig(libcsplit) >= 20130609
|
|||||||
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20120405
|
BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20120405
|
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20140105
|
BuildRequires: pkgconfig(libfdatetime) >= 20140105
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20140105
|
BuildRequires: pkgconfig(libfguid) >= 20140105
|
||||||
BuildRequires: pkgconfig(libfmapi)
|
BuildRequires: pkgconfig(libfmapi)
|
||||||
@ -51,6 +50,8 @@ BuildRequires: pkgconfig(libfvalue)
|
|||||||
BuildRequires: pkgconfig(libfwnt)
|
BuildRequires: pkgconfig(libfwnt)
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
# fails to build with factory package, use internal
|
# fails to build with factory package, use internal
|
||||||
|
# verified 5/18/2015
|
||||||
|
#BuildRequires: pkgconfig(libfdata) > 20150104
|
||||||
# verified 1/11/2015
|
# verified 1/11/2015
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20140105
|
#BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
|
Loading…
Reference in New Issue
Block a user