[info=9f14648fd1b57bd8e5fe844e0e2549b08d8afc234d241e0b172b5b7ab7cdf2bb]

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvalue?expand=0&rev=25
This commit is contained in:
Jan Engelhardt 2024-11-02 15:34:22 +00:00 committed by Git OBS Bridge
commit 956ffe5de9
9 changed files with 249 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1713290660
commit: 9f14648fd1b57bd8e5fe844e0e2549b08d8afc234d241e0b172b5b7ab7cdf2bb
url: https://src.opensuse.org/jengelh/libfvalue
revision: master

3
build.specials.obscpio Normal file
View File

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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYdiG8ACgkQ2WJeXXrQ
F3780Qf7B6DjjUQ0NvmKdm6zrolYm5CNmwaZYxUXe2H3WVXF8/N9oiPZ93UGCF9W
WES0il8adEsdKa08bBy6lLwhiJrZCxfr4PY0HODZCucFAtwN3avgo1JGZx4PA9Ch
DuTHe9KoE1iWTd6kW3S3/Q7DELVl/U0dwC7ouPdICSEymrvU81p8j58jqvNsH/rM
Mt0kBAxsYthH7Vc8H6y2o7lycdWfgrb3v/jsK7ygEi8K84hQOKZ6gXirZF/oZRRA
j+B8b5eTx/8onVDVo9PLj/gVMNhxuoF1lnylGdziJGmwXIRl5pVpZotFf6PZBJEK
G0bkgnR/8OW62VvMflO7lUryfEZ5qg==
=EWaF
-----END PGP SIGNATURE-----

86
libfvalue.changes Normal file
View File

@ -0,0 +1,86 @@
-------------------------------------------------------------------
Mon Apr 15 20:06:32 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240415
* No changelog was provided
-------------------------------------------------------------------
Wed Jan 24 10:53:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240124
* Better support for unpaired surrogates
-------------------------------------------------------------------
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Delete system-libs.patch (not needed - system libs are
autodetected)
-------------------------------------------------------------------
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add forced symvers
-------------------------------------------------------------------
Thu Jan 20 10:03:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20220120
* No changes, version bump only.
-------------------------------------------------------------------
Wed May 12 22:27:14 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to snapshot 20210510 (12264644)
* No changelog was provided
- Add system-libs.patch
-------------------------------------------------------------------
Mon Dec 14 21:59:13 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20201124
* Changes for POSIX time value type
-------------------------------------------------------------------
Mon Mar 25 01:59:39 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20180817
* Floating support updates
* minor fixes
-------------------------------------------------------------------
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
- Use internal libcdata package. Getting segfaults otherwise.
- spec-cleaner removed redundant License: fields
-------------------------------------------------------------------
Wed Jan 20 22:39:17 UTC 2016 - Greg.Freemyer@gmail.com
- update to v0~20151226
* applied updates
* added value clear function
* code clean up
* added NULL type
* upgraded release status from experimental to alpha
- verified libcerror and libcstring in OBS were the latest release
-------------------------------------------------------------------
Thu Jan 8 23:19:52 UTC 2015 - Greg.Freemyer@gmail.com
- initial package (v0~20150104)

29
libfvalue.keyring Normal file
View File

@ -0,0 +1,29 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQENBFSf2CoBCADJOuDavJeI0IhBPnIYol/ZfE2bXvmRJMGPasU1H6CJagTkc/Iq
SuUpiix7HcYgyGY7qHO7B1Wpnh5plc03dFW2ysTnOk8NzSqWF/gbWIYbRg8GUATg
fGy7NoIio/hbBlWkM0rPQq7AIK79m0m2U4ZAuQPamAC4y8H9j/SyTFI1gQNeExZ+
L8DE3QjSx4GAVgb4cfdQQPwGmoOIgKSudZN6oPiOj+MM3yh1vv49C45ChSWNWGjB
683zFbjuS0A483MFPI8iQGC8JecmQGvpzcOoSLkyTjT7vleFYGkfj8N0FB5Bq2L5
TT2w9lQKEjvWTe//G4tXgnGXy8PwqRZmj2CfABEBAAG0JUpvYWNoaW0gTWV0eiA8
am9hY2hpbS5tZXR6QGdtYWlsLmNvbT6JATkEEwECACMFAlSf2CoCGwMHCwkIBwMC
AQYVCAIJCgsEFgIDAQIeAQIXgAAKCRDZYl5detAXfkBgCAC4W/adqlNYSkK5VDoU
FDMMRDffVVe0WdPlW7PDJXR0R0IParwHD+FJY3jtNA2upqKTCXm7JbQRN/n4Qrfb
PJHr0EoBF7iG6kT4RKocImciuMJaj4fTolGNdc0iRKl5tMIb64RiE47XhN7v6/oP
UaqrbnF5EW9EZ2AqOSTEcLeTgKLErMlv2dLjFXg8jXGNxTkmi6BELyaczgWBgD9I
3tfMvXLswI5q9RtpJUc8oAfV81ibfFm6UeItQxM6SM0WLKILlXIQqqiQ4oCbAm4R
PJI4RwoJYAhcJOmUXrAUC5obhjkf9Qo0RJzVMFLuQXDiRV5W5dBL/hs9M0FVWDxv
siZNuQENBFSf2CoBCADODF+4Q3nXhmvTpVZTh17gYzCQqOHKctyTwoWg0VidmWWD
lmtDBX8hWh1fjm0KQezzYagddgjlPncgq/oyrhvq2fEG3nch5qpb8k94v6KlhC9+
SoJAwFoMLfCG8lQXASHKFvt3LJKJhS3laOLzzc4QNhWG7KRrwiOcp47bjoL8x+9L
U1EkGZR1OMGWYaJmokEcPTNchLEgL7MMRtdaPmh9R2f8N7eqb/mKNZCxyt89a3yw
uapLtYe5dRPEnpL00PXd9uMlwMbyuMcP60CouMFGqqKeBITWTd8vPsz+CpictNZw
Toa25CCGgoGm2pP5catMdjH3SDZef5Mkqq5uZT/pABEBAAGJAR8EGAECAAkFAlSf
2CoCGwwACgkQ2WJeXXrQF34oPQf6AyuzFs60DKrldW8tKPZxSmrQoOEK5h+w1WUQ
RTvJyE5CECzocC68s46jGkluMa4wHzBDGYH2CoWAqXpnEC4UivBtlZses92vdqtM
5kqWrSkamTwsggtVyqHvHUW+OSiJLluGA1amn1sVaQUAIP9PEk/q7Qj9VzctKGA5
3UVw6NA/sYad+IIg95qu798GF4nrtyY9nhQg9YM/6C2CF6FpJJUlNMPXm9zx20dL
cuAm/5zwU7xoNbV8c829EiqrRCdJMY8/LPriF7fDxUQa3AAptFZoWWkt4T5QbjB4
VpPayIneEZRdCFktpSPgVYLm8HboNXeladSTdOtJS0HaoPzMTg==
=fRjn
-----END PGP PUBLIC KEY BLOCK-----

89
libfvalue.spec Normal file
View File

@ -0,0 +1,89 @@
#
# spec file for package libfvalue
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libfvalue
%define lname libfvalue1
Version: 20240415
Release: 0
Summary: Library to provide generic file value functions
License: LGPL-3.0-or-later
Group: Productivity/File utilities
URL: https://github.com/libyal/libfvalue
Source: https://github.com/libyal/libfvalue/releases/download/%version/libfvalue-experimental-%version.tar.gz
Source2: https://github.com/libyal/libfvalue/releases/download/%version/libfvalue-experimental-%version.tar.gz.asc
Source9: %name.keyring
BuildRequires: c_compiler
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcdata) >= 20240414
BuildRequires: pkgconfig(libcerror) >= 20240413
BuildRequires: pkgconfig(libcnotify) >= 20240414
BuildRequires: pkgconfig(libcthreads) >= 20240413
BuildRequires: pkgconfig(libfdatetime) >= 20240415
BuildRequires: pkgconfig(libfguid) >= 20240415
BuildRequires: pkgconfig(libfwnt) >= 20240415
BuildRequires: pkgconfig(libuna) >= 20240414
# Various notes: https://en.opensuse.org/libyal
%description
Library to provide generic file value functions for the libyal family of libraries.
%package -n %lname
Summary: Library to provide generic file value functions
Group: System/Libraries
%description -n %lname
Library to provide generic file value functions for the libyal family of libraries.
%package devel
Summary: Development files for libfvalue
Group: Development/Libraries/C and C++
Requires: %lname = %version
%description devel
Library to provide generic file value functions for the libyal family of libraries.
This subpackage contains libraries and header files for developing
applications that want to make use of libfvalue.
%prep
%autosetup -p1
%build
echo "V_%version { global: *; };" >v.sym
%configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym"
grep ' local' config.log && exit 1
%make_build
%install
%make_install
find %buildroot -type f -name "*.la" -delete -print
%ldconfig_scriptlets -n %lname
%files -n %lname
%license COPYING*
%_libdir/libfvalue.so.*
%files devel
%_includedir/libfvalue.h
%_includedir/libfvalue/
%_libdir/libfvalue.so
%_libdir/pkgconfig/libfvalue.pc
%_mandir/man3/libfvalue.3*
%changelog