Accepting request 1140330 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1140330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libluksde?expand=0&rev=14
This commit is contained in:
commit
39dcecf005
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a35f336dcd489b8923223849f857067de2323ce29f978be5365f5f66621b6717
|
||||
size 1590259
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVuEJwACgkQ2WJeXXrQ
|
||||
F34wlAf/WDOTohEkBwA5OljS9Oe4VemoAgVqNTOb0AKKMs09iJBu9kuGUpyhP6X9
|
||||
OWAk7n4kRAWxUbRSChL1ruPQOcJyp3EqI+ULyonykUwO6sYN/vfMmAG3X+BjH2im
|
||||
GD0c+76XJ7aZZbtXroIMvE5n5lA6k821sxE1AONJfOFGh8Lr7JYMTTEEdpwJQ6N1
|
||||
4R/TVxHM9lCVZX3uiOMLPplzs//gGzqyH/Iz0/pNGKdNB6gK1JGz2nc+NT0sdfo0
|
||||
H8HWTbXoJlfspD/V5GHE/GPCt3bfPAjawrbApBBZGiNcWNK4i4fluhXWB+A6/mPe
|
||||
dZInpwK2eaxzD+qQel+FRHYkhMHC5Q==
|
||||
=wxt5
|
||||
-----END PGP SIGNATURE-----
|
3
libluksde-experimental-20240114.tar.gz
Normal file
3
libluksde-experimental-20240114.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ba967d730246cf09ae3aede65c98c9d6a5804badaf785873dd5608c8193e4d4
|
||||
size 1606061
|
11
libluksde-experimental-20240114.tar.gz.asc
Normal file
11
libluksde-experimental-20240114.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWkMOMACgkQ2WJeXXrQ
|
||||
F35kMAf/SYoz07S069nQhil+9gK954W9/fOLO52KgZizaKre1JSCeMKXdKZXY94Z
|
||||
q8+NXJQ/bguSxdDICbvSJHMVEXiAQ1Sce46p05ghhAaqMo39Dl5Z1VEDai4zYKx/
|
||||
mjj+g/dQOri/r8Sx81YaVIqTlN/lRje8/3c9qonPBWCVw7R14MXw+zZrDH4emkKF
|
||||
4YeaKs7OKpf8NgHA2/qmqFFMs8z/FjWDqPCD7XFhRvwauz3IJVB8x6oXkiUVHR/6
|
||||
Gx2vpzdWvntXF5FFLy+e8fY5Lv0goU0vsz88UfpBU5CDN6hx3kzUsLnjEeIG1kVE
|
||||
HtKJDoOgZ/SmcLiCf8JtHAxHbDGMCA==
|
||||
=+0x0
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 19:33:05 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240114
|
||||
* Support for Blowfish-{CBC,EBC}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 06:57:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libluksde
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
%define lname libluksde1
|
||||
Name: libluksde
|
||||
Version: 20231204
|
||||
Version: 20240114
|
||||
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,18 +33,18 @@ BuildRequires: %python_module devel
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcaes) >= 20231120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||
BuildRequires: pkgconfig(libfcrypto) >= 20221229
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240109
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240110
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
BuildRequires: pkgconfig(libfcache) >= 20240112
|
||||
BuildRequires: pkgconfig(libfcrypto) >= 20231120
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libhmac) >= 20231127
|
||||
|
Loading…
x
Reference in New Issue
Block a user