Accepting request 696084 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/696084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=15
This commit is contained in:
commit
957306232b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4270b3079a1a5395114f8d7b145b9d8cc4a75f9ef49ad968ceb7e4ed8975c28
|
|
||||||
size 1837955
|
|
3
libevtx-alpha-20181227.tar.gz
Normal file
3
libevtx-alpha-20181227.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d0661138389a0ffc01428143c7a905d6dc60837912dc7fd04624b356dea4ead
|
||||||
|
size 1912084
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 28 17:20:30 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- update to v0~20181227
|
||||||
|
* work on python bindings
|
||||||
|
* code clean-up
|
||||||
|
* documentation fixes
|
||||||
|
* Added fallback for caseless wide string compare
|
||||||
|
* address libfdata API changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 26 16:37:33 UTC 2016 - Greg.Freemyer@gmail.com
|
Tue Jan 26 16:37:33 UTC 2016 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
24
libevtx.spec
24
libevtx.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libevtx
|
# spec file for package libevtx
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 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,21 +12,21 @@
|
|||||||
# 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: libevtx
|
Name: libevtx
|
||||||
%define lname libevtx1
|
%define lname libevtx1
|
||||||
%define timestamp 20160107
|
%define timestamp 20181227
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
|
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
|
||||||
License: LGPL-3.0+ and GFDL-1.3
|
License: LGPL-3.0-or-later AND GFDL-1.3-only
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: https://github.com/libyal/libevtx/wiki
|
Url: https://github.com/libyal/libevtx/wiki
|
||||||
Source: https://github.com/libyal/libevtx/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
Source: https://github.com/libyal/libevtx/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||||
Source2: Windows_XML_Event_Log_(EVTX).pdf
|
Source2: Windows_XML_Event_Log_EVTX.pdf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
#latest version of these in OBS as of Jan 28, 2016
|
#latest version of these in OBS as of Jan 28, 2016
|
||||||
@ -65,7 +65,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Library to access the Windows XML Event Log (EVTX) format
|
Summary: Library to access the Windows XML Event Log (EVTX) format
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
@ -74,7 +74,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt.
|
|||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Utilities to export events from Windows XML event files (EVTX)
|
Summary: Utilities to export events from Windows XML event files (EVTX)
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -82,7 +82,7 @@ Tools for parsing EVTX files. These include evtxinfo and evtxexport.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libevtx, a Windows XML Event file parser
|
Summary: Development files for libevtx, a Windows XML Event file parser
|
||||||
License: LGPL-3.0+ and GFDL-1.3
|
License: LGPL-3.0-or-later AND GFDL-1.3-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ applications that want to make use of %name.
|
|||||||
|
|
||||||
%package -n python-%name
|
%package -n python-%name
|
||||||
Summary: Python bindings for libevtx
|
Summary: Python bindings for libevtx
|
||||||
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
|
||||||
@ -120,7 +120,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/libevtx.so.*
|
%_libdir/libevtx.so.*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
@ -139,7 +140,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/pyevtx.so
|
%python_sitearch/pyevtx.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user