Accepting request 358270 from security:forensics

update to v0~20151213

OBS-URL: https://build.opensuse.org/request/show/358270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libesedb?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-02-09 12:32:29 +00:00 committed by Git OBS Bridge
commit b98c370383
4 changed files with 42 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sun Feb 7 04:33:43 UTC 2016 - Greg.Freemyer@gmail.com
- Use internal libcerror and libcstring to fix builds and segfault found in testing
-------------------------------------------------------------------
Fri Jan 29 03:03:10 UTC 2016 - Greg.Freemyer@gmail.com
- update to v0~20151213
* worked on support for newly discovered unknown page flag
* removed LIBESEDB_FLAG_READ and LIBESEDB_FLAG_WRITE
* worked on Python bindings
* worked on setup.py
* code clean up
- use libcerror, libcstring, libfdata packages from OBS again instead of internal versions
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package libesedb
#
# 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
@ -17,7 +17,7 @@
%define lname libesedb1
%define timestamp 20141110
%define timestamp 20151213
Name: libesedb
Version: 0~%{timestamp}
Release: 0
@ -43,19 +43,18 @@ BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libfcache) >= 20120405
BuildRequires: pkgconfig(libfdata) >= 20120405
BuildRequires: pkgconfig(libfdata) > 20150104
BuildRequires: pkgconfig(libfdatetime) >= 20140105
BuildRequires: pkgconfig(libfguid) >= 20140105
BuildRequires: pkgconfig(libfmapi)
BuildRequires: pkgconfig(libfvalue)
BuildRequires: pkgconfig(libfwnt)
BuildRequires: pkgconfig(libmapidb)
BuildRequires: pkgconfig(libuna) >= 20120425
# fails to build with factory package, use internal
# verified 1/11/2015
#Use internal package. OBS version causes build failure. Tested Feb 7, 2016
#BuildRequires: pkgconfig(libcerror) >= 20140105
#BuildRequires: pkgconfig(libcstring) >= 20120425
# not (yet) released as packages by upstream
BuildRequires: pkgconfig(libmapidb)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description