From 5c3da92c13de68b8a3670ba8a7988b8bb27f374794fcad28e7bae4214014121a Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Fri, 19 Apr 2019 20:30:04 +0000 Subject: [PATCH] Accepting request 696076 from home:gregfreemyer:Tools-for-forensic-boot-cd - updated to 0~20181227 * changes to the API * updates to support libcdata API change * worked on python bindings * code cleanup - updated to 0~20150314 OBS-URL: https://build.opensuse.org/request/show/696076 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libmsiecf?expand=0&rev=5 --- ...df => MSIE_Cache_File_index.dat_format.pdf | 0 libmsiecf-alpha-20150314.tar.gz | 3 --- libmsiecf-alpha-20181227.tar.gz | 3 +++ libmsiecf.changes | 11 +++++++- libmsiecf.spec | 26 ++++++++++--------- 5 files changed, 27 insertions(+), 16 deletions(-) rename MSIE_Cache_File_(index.dat)_format.pdf => MSIE_Cache_File_index.dat_format.pdf (100%) delete mode 100644 libmsiecf-alpha-20150314.tar.gz create mode 100644 libmsiecf-alpha-20181227.tar.gz diff --git a/MSIE_Cache_File_(index.dat)_format.pdf b/MSIE_Cache_File_index.dat_format.pdf similarity index 100% rename from MSIE_Cache_File_(index.dat)_format.pdf rename to MSIE_Cache_File_index.dat_format.pdf diff --git a/libmsiecf-alpha-20150314.tar.gz b/libmsiecf-alpha-20150314.tar.gz deleted file mode 100644 index 9c81903..0000000 --- a/libmsiecf-alpha-20150314.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fb1fc2f7955ffc2c1daae757d8194ba0db955ed4f9caad18a1153028366be1f -size 1383534 diff --git a/libmsiecf-alpha-20181227.tar.gz b/libmsiecf-alpha-20181227.tar.gz new file mode 100644 index 0000000..8d4e564 --- /dev/null +++ b/libmsiecf-alpha-20181227.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafeca3574e22a37c480d33e796ad4c56120de4850ddb85af5a4bbe84e20064a +size 1487842 diff --git a/libmsiecf.changes b/libmsiecf.changes index 545945d..495692f 100644 --- a/libmsiecf.changes +++ b/libmsiecf.changes @@ -1,7 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 27 23:46:33 UTC 2019 - Greg Freemyer + +- updated to 0~20181227 + * changes to the API + * updates to support libcdata API change + * worked on python bindings + * code cleanup + ------------------------------------------------------------------- Fri May 8 22:18:05 UTC 2015 - Greg.Freemyer@gmail.com -- updated ot 0~20150314 +- updated to 0~20150314 * worked on Python bindings cache directory support ------------------------------------------------------------------- diff --git a/libmsiecf.spec b/libmsiecf.spec index 4aeb2cd..cce2bbb 100644 --- a/libmsiecf.spec +++ b/libmsiecf.spec @@ -1,7 +1,7 @@ # # spec file for package libmsiecf # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,25 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libmsiecf %define lname libmsiecf1 -%define timestamp 20150314 +%define timestamp 20181227 Version: 0~%timestamp Release: 0 Summary: Library to parse MS Internet Explorer Cache Files -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libmsiecf/wiki Source: https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz -Source2: MSIE_Cache_File_(index.dat)_format.pdf +Source2: MSIE_Cache_File_index.dat_format.pdf BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(libbfio) >= 20120426 -BuildRequires: pkgconfig(libcdata) >= 20120425 +BuildRequires: pkgconfig(libcdata) >= 20190112 BuildRequires: pkgconfig(libcfile) >= 20120526 BuildRequires: pkgconfig(libclocale) >= 20120425 BuildRequires: pkgconfig(libcnotify) >= 20120425 @@ -52,7 +52,7 @@ libmsiecf is a library to parse MS Internet Explorer Cache Files. %package -n %lname Summary: Library to parse MS Internet Explorer Cache Files -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries %description -n %lname @@ -60,7 +60,7 @@ libmsiecf is a library to parse MS Internet Explorer Cache Files. %package tools Summary: Utilities to inspect MS Internet Explorer Cache Files -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Filesystems %description tools @@ -68,7 +68,7 @@ Several tools for reading MS Internet Explorer Cache files. %package devel Summary: Development files for %name -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version @@ -80,7 +80,7 @@ applications that want to make use of %name. %package -n python-%name Summary: Python bindings for libmsiecf -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/Python Requires: %lname = %version Requires: python @@ -106,7 +106,8 @@ find %buildroot -name '*.la' -delete %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %_libdir/libmsiecf.so.* %files tools @@ -125,7 +126,8 @@ find %buildroot -name '*.la' -delete %files -n python-%name %defattr(-,root,root) -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %python_sitearch/pymsiecf.so %changelog