Accepting request 696095 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/696095 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmsiecf?expand=0&rev=11
This commit is contained in:
commit
eb83042e50
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fb1fc2f7955ffc2c1daae757d8194ba0db955ed4f9caad18a1153028366be1f
|
|
||||||
size 1383534
|
|
3
libmsiecf-alpha-20181227.tar.gz
Normal file
3
libmsiecf-alpha-20181227.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dafeca3574e22a37c480d33e796ad4c56120de4850ddb85af5a4bbe84e20064a
|
||||||
|
size 1487842
|
@ -1,7 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 23:46:33 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
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
|
* worked on Python bindings cache directory support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmsiecf
|
# 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
|
# 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
|
||||||
@ -12,25 +12,25 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libmsiecf
|
||||||
%define lname libmsiecf1
|
%define lname libmsiecf1
|
||||||
%define timestamp 20150314
|
%define timestamp 20181227
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to parse MS Internet Explorer Cache Files
|
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
|
Group: Productivity/File utilities
|
||||||
Url: https://github.com/libyal/libmsiecf/wiki
|
Url: https://github.com/libyal/libmsiecf/wiki
|
||||||
Source: https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
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: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
BuildRequires: pkgconfig(libcdata) >= 20190112
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
@ -52,7 +52,7 @@ libmsiecf is a library to parse MS Internet Explorer Cache Files.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Library to parse MS Internet Explorer Cache Files
|
Summary: Library to parse MS Internet Explorer Cache Files
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
@ -60,7 +60,7 @@ libmsiecf is a library to parse MS Internet Explorer Cache Files.
|
|||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Utilities to inspect MS Internet Explorer Cache Files
|
Summary: Utilities to inspect MS Internet Explorer Cache Files
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -68,7 +68,7 @@ Several tools for reading MS Internet Explorer Cache files.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %name
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ applications that want to make use of %name.
|
|||||||
|
|
||||||
%package -n python-%name
|
%package -n python-%name
|
||||||
Summary: Python bindings for libmsiecf
|
Summary: Python bindings for libmsiecf
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: python
|
Requires: python
|
||||||
@ -106,7 +106,8 @@ find %buildroot -name '*.la' -delete
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
|
%license COPYING
|
||||||
%_libdir/libmsiecf.so.*
|
%_libdir/libmsiecf.so.*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
@ -125,7 +126,8 @@ find %buildroot -name '*.la' -delete
|
|||||||
|
|
||||||
%files -n python-%name
|
%files -n python-%name
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS README
|
||||||
|
%license COPYING
|
||||||
%python_sitearch/pymsiecf.so
|
%python_sitearch/pymsiecf.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user