Compare commits

..

No commits in common. 'i8' and 'c9' have entirely different histories.
i8 ... c9

@ -1,4 +1,4 @@
From 785ebee43a8c34be3fa8ec0387892b9e70a169fd Mon Sep 17 00:00:00 2001 From 70247ce7e47963bfbd6c4cdc584f35ca38ccf66d Mon Sep 17 00:00:00 2001
From: Sergio Correia <scorreia@redhat.com> From: Sergio Correia <scorreia@redhat.com>
Date: Mon, 11 Nov 2019 18:06:13 -0500 Date: Mon, 11 Nov 2019 18:06:13 -0500
Subject: [PATCH] Define log callback function to use with libcryptsetup Subject: [PATCH] Define log callback function to use with libcryptsetup
@ -41,5 +41,5 @@ index a79da82..1c72787 100644
if (r != 0) { if (r != 0) {
fprintf(stderr, "Unable to read LUKSv1 header (%s): %s\n", fprintf(stderr, "Unable to read LUKSv1 header (%s): %s\n",
-- --
2.18.1 2.23.0

@ -1,4 +1,4 @@
From e48ec659ca813f233769ff0752087c76a14442a9 Mon Sep 17 00:00:00 2001 From 9c550e0675f9fa8fe58c996660c61eca11b424d1 Mon Sep 17 00:00:00 2001
From: Christoph Biedl <debian.axhn@manchmal.in-ulm.de> From: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Date: Mon, 10 Dec 2018 14:25:33 +0100 Date: Mon, 10 Dec 2018 14:25:33 +0100
Subject: [PATCH] Relax content tests in test suite Subject: [PATCH] Relax content tests in test suite
@ -146,6 +146,3 @@ index 78fea5b..9f0b1c5 100644
{ offset, 4096 }, /* luksmeta header */ { offset, 4096 }, /* luksmeta header */
END(offset + 4096), /* Rest of the file */ END(offset + 4096), /* Rest of the file */
})); }));
--
2.19.2

@ -1,20 +1,22 @@
Name: luksmeta Name: luksmeta
Version: 9 Version: 9
Release: 4%{?dist}.inferit Release: 12%{?dist}
Summary: Utility for storing small metadata in the LUKSv1 header Summary: Utility for storing small metadata in the LUKSv1 header
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/latchset/%{name} URL: https://github.com/latchset/%{name}
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
Patch0: luksmeta-9-tests.patch
Patch1: Relax-content-tests-in-test-suite.patch Patch01: luksmeta-9-tests.patch
Patch2: 0001-Define-log-callback-function-to-use-with-libcryptset.patch Patch02: luksmeta-9-relax-layout-assumptions.patch
Patch03: Define-log-callback-function-to-use-with-libcryptset.patch
BuildRequires: gcc BuildRequires: gcc
BuildRequires: asciidoc BuildRequires: asciidoc
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cryptsetup
BuildRequires: cryptsetup-devel BuildRequires: cryptsetup-devel
BuildRequires: cryptsetup
BuildRequires: make
Requires: lib%{name}%{?_isa} = %{version}-%{release} Requires: lib%{name}%{?_isa} = %{version}-%{release}
%description %description
@ -51,8 +53,7 @@ rm -rf %{buildroot}/%{_libdir}/libluksmeta.la
%check %check
make %{?_smp_mflags} check make %{?_smp_mflags} check
%post -n lib%{name} -p /sbin/ldconfig %ldconfig_scriptlets -n lib%{name}
%postun -n lib%{name} -p /sbin/ldconfig
%files %files
%{_bindir}/luksmeta %{_bindir}/luksmeta
@ -68,19 +69,38 @@ make %{?_smp_mflags} check
%{_libdir}/pkgconfig/luksmeta.pc %{_libdir}/pkgconfig/luksmeta.pc
%changelog %changelog
* Thu Nov 30 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 9-4.inferit * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9-12
- Added cryptsetup as BuildRequires - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
- Rebuilt for MSVSphere 8.8 Related: rhbz#1991688
* Sat Nov 30 2019 Sergio Correia <scorreia@redhat.com> - 9-4 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 9-11
- LUKSMeta now sets error level from libcryptsetup to CRYPT_LOG_ERROR, and - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
this output is logged to stderr
Resolves: rhbz#1770395 * Mon Apr 05 2021 Sergio Correia <scorreia@redhat.com> - 9-10
- Add cryptsetup as a package required during build time.
* Mon Dec 10 2018 Daniel Kopecek <dkopecek@redhat.com> - 9-3
- Enabled build gating * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9-9
- Synced layout test assumtions with recent cryptsetup changes - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Resolves: rhbz#1625683
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Dec 31 2019 Sergio Correia <scorreia@redhat.com> - 9-6
- Define log callback function to use with libcryptsetup
Logs from libcryptsetup now go to stderr and this prevents issues like
the one reported in https://bugzilla.redhat.com/show_bug.cgi?id=1770395
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Jun 03 2019 Daniel Kopecek <dkopecek@redhat.com> - 9-4
- Add patch to fix tests on newer kernels
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Aug 09 2018 Nathaniel McCallum <npmccallum@redhat.com> - 9-2 * Thu Aug 09 2018 Nathaniel McCallum <npmccallum@redhat.com> - 9-2
- Add (upstream) patch to fix tests on LUKSv2-default cryptsetup - Add (upstream) patch to fix tests on LUKSv2-default cryptsetup

Loading…
Cancel
Save