SHA256
1
0
forked from pool/libpff

Accepting request 245639 from security

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/245639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpff?expand=0&rev=3
This commit is contained in:
2014-08-21 15:25:08 +00:00
committed by Git OBS Bridge
parent 0cfa9c5bb2
commit f7fbea000e
4 changed files with 47 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69a4567409bffa9862ca435a38eafa9addf3c0f6a6514191d9f685d1bc7d85d4
size 1698154

View File

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

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Aug 14 13:47:22 UTC 2014 - Greg.Freemyer@gmail.com
- updated to v0~20131018
* worked on python bindings
* updated dependencies
* worked on setup.py, largely for MSI builds
* code clean up
* added libcthreads build support
* worked tests
* refactored local descriptors
* worked on compressed OST support
- local descriptors
- table reference
- data array
- table reference
* worked on recovery in compressed OST files
* updated dependencies
* worked on record entry values array number out of bounds issue
* refactored table index values to use libcdata array
* fixed invalid return code in error path
* worked on fixing out of bounds read of name to id map string in an error
toloreant way
* Added is corrupted function
* worked on name to id map string out of bounds issue
* worked on record entry values array number out of bounds issue
* Worked on 64-bit 4k pages support
* Worked on item recovery
- Clean-up BuildRequires to use external packages as feasible
-------------------------------------------------------------------
Wed Jul 31 18:32:45 UTC 2013 - Greg.Freemyer@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libpff
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products 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,7 +18,7 @@
Name: libpff
%define lname libpff1
%define timestamp 20130722
%define timestamp 20131028
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access Microsoft PFF and OFF format files
@@ -26,7 +26,7 @@ License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+
Group: Productivity/File utilities
Url: http://code.google.com/p/libpff/
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/libpff-experimental-20130722.tar.gz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/libpff-experimental-20131028.tar.gz
Source: %name-experimental-%timestamp.tar.gz
Source2: PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf
Source3: PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf
@@ -38,19 +38,19 @@ BuildRequires: pkg-config
BuildRequires: python-devel
# use factory packages if available
%if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libcfile) >= 20130609
BuildRequires: pkgconfig(libcpath) >= 20130609
BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libbfio) >= 20130721
BuildRequires: pkgconfig(libcfile) >= 20130609
BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20120425
BuildRequires: pkgconfig(libcpath) >= 20130609
BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libfdatetime) >= 20120522
BuildRequires: pkgconfig(libfguid) >= 20120426
BuildRequires: pkgconfig(libuna) >= 20120425
%endif
# fails to build with factory package, use internal
# verified 7/31/2013
# verified 8/14/2014
#BuildRequires: pkgconfig(libcerror) >= 20120425
#BuildRequires: pkgconfig(libcnotify) >= 20120425
#BuildRequires: pkgconfig(libfguid) >= 20120426
#BuildRequires: pkgconfig(libuna) >= 20120425
#BuildRequires: pkgconfig(libfdatetime) >= 20120522
# not (yet) released as packages by upstream
#BuildRequires: pkgconfig(libfmapi) >= 20120405
#BuildRequires: pkgconfig(libfvalue) >= 20120428
@@ -82,7 +82,7 @@ OST (Offline Storage Table).
Summary: Tools to access Microsoft PST and OST files
License: LGPL-3.0+
Group: Productivity/File utilities
Requires: %lname = %version
Requires: %lname = %version
%description tools
Tools to access the Personal Folder File (PFF) and the Offline Folder
@@ -136,8 +136,8 @@ find "%buildroot" -name "*.la" -delete
%_libdir/libpff.so.*
%files tools
%doc AUTHORS COPYING ChangeLog
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_bindir/pff*
%_mandir/man1/pff*.1*