1
0
forked from pool/libfvalue

Accepting request 458542 from security:forensics

2017 update

OBS-URL: https://build.opensuse.org/request/show/458542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfvalue?expand=0&rev=4
This commit is contained in:
2017-02-21 12:47:17 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 13 deletions

BIN
libfvalue-alpha-20151226.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libfvalue-experimental-20170113.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 15 21:26:35 UTC 2017 - Greg.Freemyer@gmail.com
- update to v0~20170113
- tweak dependency list
- verified plaso run_tests.py didn't segfault
-------------------------------------------------------------------
Wed Jul 13 03:03:08 UTC 2016 - Greg.Freemyer@gmail.com
- update to v0~20160325
* fixed leaks in value and data handle
* fix in clear function
* 2016 update
-------------------------------------------------------------------
Wed Jan 27 17:53:26 UTC 2016 - Greg.Freemyer@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libfvalue
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,27 +18,25 @@
Name: libfvalue
%define lname libfvalue1
%define timestamp 20151226
%define timestamp 20170113
Version: 0~%{timestamp}
Release: 0
Summary: Library to provide generic file value functions
License: LGPL-3.0+
Group: Productivity/File utilities
Url: https://github.com/libyal/libfvalue/wiki
Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: pkgconfig(libcerror)
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libcthreads)
BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid)
BuildRequires: pkgconfig(libfwnt)
BuildRequires: pkgconfig(libfwnt) >= 20170115
BuildRequires: pkgconfig(libuna)
#version from factory causes a sigfault in plaso/run_tests.py (as of Jan 2016)
#BuildRequires: pkgconfig(libcdata) > 20160108
# version from OBS fails to build (as of Jan 2015)
#BuildRequires: pkgconfig(libcerror) >= 20140105
#BuildRequires: pkgconfig(libcstring) > 20150101
#version from factory causes a sigfault in plaso/run_tests.py (as of Jan 2017)
#BuildRequires: pkgconfig(libcdata) > 20170102
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description