Accepting request 1129776 from security:forensics
- Update to release 20231128 OBS-URL: https://build.opensuse.org/request/show/1129776 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libluksde?expand=0&rev=12
This commit is contained in:
commit
22999c6361
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d03a01dc6a3bb8307e05619743f690af797c6f7a6ce85628805c3c229bb19f5
|
||||
size 1605578
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmNje5gACgkQ2WJeXXrQ
|
||||
F35iBQf7BVvSfYc5gGomzhphQCxZfMt7cKp7GtWRiORh1lC4Fe5+kx4AVIlXlWgU
|
||||
iREM85aUdrLh+B9ZgJmrxi6LMFaa+wfrMWlJW2uOSFopoJWDqW28WDovNKf5JtI+
|
||||
lLO0RQ5o6q2CiBcvAN/GsRWhG+JDwzqlUHH59b6PaJ2mVLzCYa6HYBKo8ySa1h/J
|
||||
WiBoU2TAeEdR7K7T8Tn4bZu1zxfBtgnjtGGhL2T+YtSTiq+KOoXyko73IEPthAKD
|
||||
PyJyuMxNrj7yFPXhJ+di7ldX35TutsuZgz1jeL1c0zv6LeWt0zfb75vDgEa9Fbzp
|
||||
f9bhC4XWnTbwRIrHAyTF72wd1BXxHA==
|
||||
=sYkg
|
||||
-----END PGP SIGNATURE-----
|
3
libluksde-experimental-20231128.tar.gz
Normal file
3
libluksde-experimental-20231128.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64574ea1d9b65c4f1029e1c56ac9ca61304abcebd3086d7bf5ab23999dfa6ad7
|
||||
size 1590066
|
11
libluksde-experimental-20231128.tar.gz.asc
Normal file
11
libluksde-experimental-20231128.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVmq28ACgkQ2WJeXXrQ
|
||||
F37GeQgAq+qsa5jiSq8vwDRNNFODyXggjfLmMjJ00o1dXf05Z3gQNMS7O5f3sRDD
|
||||
uSNfF0CM17x9/64epwyvjJgegC/ku15N3tT/bg9kE/YW5cIhvV6hCFH2XgaCaIfd
|
||||
QPZ+7HPAKE8gwsfCkREajOt3mjZE6G+6o8RgEi3weF/NLwThNgKPpf7/Jrz2Sn7n
|
||||
12ykgCrZx11+eUK5AxUGwOAvValawug0x4YwT0z1sufWKDB6K+uX0wkPTuEr0jFl
|
||||
5ABVLXQ9YMWUa/GDecKGdywFKx860zpt5XV9Jy7Dpe1qyZ3YuFDOFaF9PcE/rW4X
|
||||
N+HDnvGPcNPM04zhsuxnWJiB+bjDsg==
|
||||
=mlEt
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 10:56:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20231128
|
||||
* Improved Python Unicode handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 15:58:43 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
@ -15,11 +15,12 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
|
||||
%define lname libluksde1
|
||||
Name: libluksde
|
||||
Version: 20221103
|
||||
Version: 20231128
|
||||
Release: 0
|
||||
Summary: Library and tools to access LUKS Disk Encryption encrypted files
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -33,21 +34,21 @@ BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libcaes) >= 20220529
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libcaes) >= 20231120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
||||
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libfcache) >= 20220110
|
||||
BuildRequires: pkgconfig(libfcrypto) >= 20210415
|
||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||
BuildRequires: pkgconfig(libfcrypto) >= 20221229
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libhmac) >= 20220425
|
||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||
BuildRequires: pkgconfig(libhmac) >= 20231127
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
@ -57,12 +58,12 @@ Library and tools to access the New Technology File System (NTFS).
|
||||
|
||||
Note that this project currently only focuses on the analysis of the format.
|
||||
|
||||
%package -n %{lname}
|
||||
%package -n %lname
|
||||
Summary: Library to access the New Technology File System (NTFS)
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
%description -n %lname
|
||||
libluksde is a library to access LUKS Disk Encrypted volumes.
|
||||
|
||||
%package tools
|
||||
@ -81,10 +82,10 @@ Requires: %lname = %version
|
||||
Requires: libbfio-devel
|
||||
|
||||
%description devel
|
||||
%{name} is a library to access the New Technology File System (NTFS).
|
||||
%name is a library to access the New Technology File System (NTFS).
|
||||
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of %{name}.
|
||||
applications that want to make use of %name.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -103,29 +104,29 @@ grep ' '' ''local' config.log && exit 1
|
||||
|
||||
%install
|
||||
mv %_builddir/rt/* %buildroot/
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
find %buildroot -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
%{_libdir}/libluksde.so.*
|
||||
%_libdir/libluksde.so.*
|
||||
|
||||
%files -n %name-tools
|
||||
%{_bindir}/luksde*
|
||||
%{_mandir}/man1/luksdeinfo.1*
|
||||
%{_mandir}/man1/luksdemount.1*
|
||||
%_bindir/luksde*
|
||||
%_mandir/man1/luksdeinfo.1*
|
||||
%_mandir/man1/luksdemount.1*
|
||||
|
||||
%files -n %name-devel
|
||||
%{_includedir}/libluksde.h
|
||||
%{_includedir}/libluksde/
|
||||
%{_libdir}/libluksde.so
|
||||
%{_libdir}/pkgconfig/libluksde.pc
|
||||
%{_mandir}/man3/libluksde.3*
|
||||
%_includedir/libluksde.h
|
||||
%_includedir/libluksde/
|
||||
%_libdir/libluksde.so
|
||||
%_libdir/pkgconfig/libluksde.pc
|
||||
%_mandir/man3/libluksde.3*
|
||||
|
||||
%files %python_files
|
||||
%license COPYING*
|
||||
%{python_sitearch}/pyluksde.so
|
||||
%python_sitearch/pyluksde.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user