Accepting request 357647 from home:gregfreemyer:Tools-for-forensic-boot-cd
update to v0_20151213 - this has to be tested in security:forensics to ensure plaso/run_tests runs clean OBS-URL: https://build.opensuse.org/request/show/357647 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libesedb?expand=0&rev=5
This commit is contained in:
parent
613c82470f
commit
788c2f139c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:600c9b09617d7c2eafdea77c1b0b50cea3c40ad605e8df07b1cf8f064f84272d
|
|
||||||
size 1672926
|
|
3
libesedb-experimental-20151213.tar.gz
Normal file
3
libesedb-experimental-20151213.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1788d4aaa67c74cdc4ed1f12246df50b4bb68c34128d1f2cd28ec08464957490
|
||||||
|
size 1714044
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sat May 16 17:06:05 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 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libesedb1
|
%define lname libesedb1
|
||||||
%define timestamp 20150409
|
%define timestamp 20151213
|
||||||
Name: libesedb
|
Name: libesedb
|
||||||
Version: 0~%{timestamp}
|
Version: 0~%{timestamp}
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -35,28 +35,24 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20130721
|
BuildRequires: pkgconfig(libbfio) >= 20130721
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20140105
|
BuildRequires: pkgconfig(libcdata) >= 20140105
|
||||||
|
BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20130609
|
BuildRequires: pkgconfig(libcfile) >= 20130609
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20130609
|
BuildRequires: pkgconfig(libclocale) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20130609
|
BuildRequires: pkgconfig(libcpath) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
||||||
|
BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
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) > 20150104
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20140105
|
BuildRequires: pkgconfig(libfdatetime) >= 20140105
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20140105
|
BuildRequires: pkgconfig(libfguid) >= 20140105
|
||||||
BuildRequires: pkgconfig(libfmapi)
|
BuildRequires: pkgconfig(libfmapi)
|
||||||
BuildRequires: pkgconfig(libfvalue)
|
BuildRequires: pkgconfig(libfvalue)
|
||||||
BuildRequires: pkgconfig(libfwnt)
|
BuildRequires: pkgconfig(libfwnt)
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
|
||||||
# fails to build with factory package, use internal
|
|
||||||
# verified 5/18/2015
|
|
||||||
#BuildRequires: pkgconfig(libfdata) > 20150104
|
|
||||||
# verified 1/11/2015
|
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20140105
|
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
|
||||||
# not (yet) released as packages by upstream
|
|
||||||
BuildRequires: pkgconfig(libmapidb)
|
BuildRequires: pkgconfig(libmapidb)
|
||||||
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user