From 8aa89b30bb8c74d3f2bb2526ab325d23661c40b3 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Mon, 21 Nov 2022 10:42:00 +0100 Subject: [PATCH 01/34] Update to cryptsetup 2.6.0-rc0. --- .gitignore | 1 + cryptsetup-2.5.0.tar.sign | 16 ---------------- cryptsetup-2.6.0-rc0.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 7 +++++-- sources | 2 +- 5 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 cryptsetup-2.5.0.tar.sign create mode 100644 cryptsetup-2.6.0-rc0.tar.sign diff --git a/.gitignore b/.gitignore index f13dd2b..558c749 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cryptsetup-2.5.0.tar.xz +/cryptsetup-2.6.0-rc0.tar.xz diff --git a/cryptsetup-2.5.0.tar.sign b/cryptsetup-2.5.0.tar.sign deleted file mode 100644 index e5e17bd..0000000 --- a/cryptsetup-2.5.0.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmLir6MACgkQ2bBXe9k+ -mPz0aRAA1NvR+v5YBgq0+VxkNLWN76sIiFOZ46ASepos5bvzV6QgfHf2Pm4Tdi2j -CHc9Vc6D32w3oww6qQQ3j4XjqDxtRbxa17YEcsoQHT7J0sezaPknv+OM+vT+B8WT -PmoOF6ZoxqmA4hf2psap/4sWB+TNVlJoyksOy/yF5pLdSFT9w/A6DIO+FiufVCxg -Sg8HNcU0rFkLTnHNQiZGFx9lNAy+FJ+5mm+8A8IIbTB4cxuohaz8ZwNjJjIO36jm -H0t4yDQTL7JoV1ONPJ+Fq9OaQP6MBCnSr3uFXwkQoV99geaHmGVbv+jUqqFjosu3 -Usm1hHkqFp+BW8f+XZ0lYYGyGz1bFZHsiCnEdjFLmmMiSqjW+Jo0AdGtqEjx5Ahc -/6D8XyRpb+Wwg9cQyzvcOXgBysWp4dINWQSjsyWqN4AlEOy4UtEbAW4Pm/t2SCnV -xw7eNbCdqa2+tAJTMV5AlQgkk1dYDY9KFNvNkrgkEMlzoeq/3QgkqPo7PqCqixrL -cTlMm8g5IDV95Mnyd2uNng7T/M4E6PLfhApjpSbP0Sk6Hyp1Mp959AKTHJFPE4ZO -R9dTYQ+Jy/2DUKDQoeYtiosq1Yoi4NKueazGAbjvbQT8NXx7DDcS3AYIfxBsdGnv -xmsAHiM8LgjJmFYZNWHHBpWakCUM7LhqbrfLkVlMyprN4ZCzyLM= -=Rmfd ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.6.0-rc0.tar.sign b/cryptsetup-2.6.0-rc0.tar.sign new file mode 100644 index 0000000..f4f35c6 --- /dev/null +++ b/cryptsetup-2.6.0-rc0.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmN4BgoACgkQ2bBXe9k+ +mPzBTg//RkTMVBFVcUdOzJwu6kuEr4sD7F5x1gNCiqGvEw2Ka9fw2ikhpOvGN8I3 +b8zq5Rfbd0Mz/csE8ugTK2Cyt3BAsd/SnjvDqJoJ82aprrO1zVWmWdeYMB8gCqid +sFyniFP6yxcMWzC+gkHeS/k6FUa/EsrXFgRDB29cyJvizIcr06L5zN75Mc2RLTTZ +RSE3ZU48mf7q8tWKREoU535Ct+u8juwzxOexTydcO0PjeZFQ70oRSf8jtFxId5BF +MVlYBNX1o59e7hBx9HRaRngbGWk5HGhjwTlD18pxsUKTp2v4mAZKQUTnUFHuj5H/ +nkYJ1iuCqWxw8IclQuYjv9ophOrrphGnK7hs/DWDz37fxjPI2nwvA5NRWD/2Yvj9 +lHVIgIjDhtiwuS9kpokCOjUktDYIDBjuRT3GbHPMK2wxERgdDWjlxcr9Us2lyoo3 +wGjSEtJgtBMfAQiqa45ut2ujYMM0JVB8Fa1syxpHWs8J0XPslws8eSGbjaxf3iwP +q5KLs8x7HYERufLMr8C+JzhzPEg5PXUeqP2SCFaCrir89JOVa+fSfWLGpWHpmown +ni9xd+NzR2CGt3AgPGBdIN+83onlRrOEp+W5ScVb1U1L1cM2t6qTkjavxGJStYBj +tQAAuIUpEqqKl9fx2FzOfajrSEUmdQtt3D1hMcvi4Loog4jmpYY= +=tsKh +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 133e238..81d8580 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.5.0 +Version: 2.6.0~rc0 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup @@ -16,7 +16,7 @@ Obsoletes: %{name}-reencrypt <= %{version} Provides: %{name}-reencrypt = %{version} %global upstream_version %{version_no_tilde} -Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.5/cryptsetup-%{upstream_version}.tar.xz +Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-%{upstream_version}.tar.xz %description The cryptsetup package contains a utility for setting up @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 +- Update to cryptsetup 2.6.0-rc0. + * Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 - Update to cryptsetup 2.5.0. diff --git a/sources b/sources index 07f59d8..0c1d056 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.5.0.tar.xz) = 868565b75c98f96c32ea45c36abf3fb3254f2c135cb34911f4150156321e6d32e1241446d8c5b58f8266c8bec349c9444ce904560f47216d0e2b04ff48fe5ec5 +SHA512 (cryptsetup-2.6.0-rc0.tar.xz) = bc4da983afbcc84b06c7d4b6bd83c4002eb3442aa17b7bddd5c966773b1427aaea210a852f259074ef33e9d56031400089fcf3320fa83b5ca46c072b21e3079f From bf09938c8b1792c5228e03ff17c58998892aead2 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Mon, 28 Nov 2022 13:00:23 +0100 Subject: [PATCH 02/34] Update to cryptsetup 2.6.0. --- .gitignore | 3 +-- cryptsetup-2.6.0-rc0.tar.sign | 16 ---------------- cryptsetup-2.6.0.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 5 ++++- sources | 2 +- 5 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 cryptsetup-2.6.0-rc0.tar.sign create mode 100644 cryptsetup-2.6.0.tar.sign diff --git a/.gitignore b/.gitignore index 558c749..4646924 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/cryptsetup-2.5.0.tar.xz -/cryptsetup-2.6.0-rc0.tar.xz +/cryptsetup-2.6.0.tar.xz diff --git a/cryptsetup-2.6.0-rc0.tar.sign b/cryptsetup-2.6.0-rc0.tar.sign deleted file mode 100644 index f4f35c6..0000000 --- a/cryptsetup-2.6.0-rc0.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmN4BgoACgkQ2bBXe9k+ -mPzBTg//RkTMVBFVcUdOzJwu6kuEr4sD7F5x1gNCiqGvEw2Ka9fw2ikhpOvGN8I3 -b8zq5Rfbd0Mz/csE8ugTK2Cyt3BAsd/SnjvDqJoJ82aprrO1zVWmWdeYMB8gCqid -sFyniFP6yxcMWzC+gkHeS/k6FUa/EsrXFgRDB29cyJvizIcr06L5zN75Mc2RLTTZ -RSE3ZU48mf7q8tWKREoU535Ct+u8juwzxOexTydcO0PjeZFQ70oRSf8jtFxId5BF -MVlYBNX1o59e7hBx9HRaRngbGWk5HGhjwTlD18pxsUKTp2v4mAZKQUTnUFHuj5H/ -nkYJ1iuCqWxw8IclQuYjv9ophOrrphGnK7hs/DWDz37fxjPI2nwvA5NRWD/2Yvj9 -lHVIgIjDhtiwuS9kpokCOjUktDYIDBjuRT3GbHPMK2wxERgdDWjlxcr9Us2lyoo3 -wGjSEtJgtBMfAQiqa45ut2ujYMM0JVB8Fa1syxpHWs8J0XPslws8eSGbjaxf3iwP -q5KLs8x7HYERufLMr8C+JzhzPEg5PXUeqP2SCFaCrir89JOVa+fSfWLGpWHpmown -ni9xd+NzR2CGt3AgPGBdIN+83onlRrOEp+W5ScVb1U1L1cM2t6qTkjavxGJStYBj -tQAAuIUpEqqKl9fx2FzOfajrSEUmdQtt3D1hMcvi4Loog4jmpYY= -=tsKh ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.6.0.tar.sign b/cryptsetup-2.6.0.tar.sign new file mode 100644 index 0000000..6b1aae6 --- /dev/null +++ b/cryptsetup-2.6.0.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmOEnKwACgkQ2bBXe9k+ +mPxHlg//Wt73l0gBiMwNUQdCtXL37+lWwUz2lxhfcs3Ud/tWb5M8/csw449JnF4c +MnTMCX8qz51Sxxq4GEvk0L6+gv8d5w5hdIwZIE6ArQIVx0CH2BcG0qlQ53vcFlcr +wvSVZyiggHsQX0YZgxWwrDX3+WRt+0S+F2tHTwW/1e/XXsb5Tqb2ksQcvFCvM71/ +EhT5BAaEZRC7pfIiDjIXkMGOnjxWpvkiimYzwiFnlt+Veaq4Xie+dWqM/wgrWNpb +UYnD2ZIbQ3IXDTKUhCKoQHUcO743uB0WJf7I5DVNfWPAFmeSRvHrmgqk+Ijl5rnw +WMlKU/3l5f3rXp1H46cfBBmpqmnDz2ikuYYgkHBDmpYr7F1SRpz1OV25V4uctah3 +SZ+Q0LpIiJAWOlgP64lRMYRZBsy0Vlx5sN2Y4OLUlPiRMeB0kcAPtoEN1302bzbs +fGFsFqqImAHnaV+udGH/tHlrjNeJf8Yf3YmMaa46xJgqcLJE+GjIdAQ+IHrzATSg +W4SLu2SZojeJq5rOMVJlYT6Ywg9hKWls7ltJilPqgBiwsDh9LWEWduTTNTzkXNs0 +sye8ZdTJ5k5aT82mJWhh/opeD5D7nS1+A1kLwskcuUL/8Llp+fZw5nZrVWKLb9Ik +8NnlB0S90VDaQUh/bDzNRwH8P/EwdZ/W/iUAPONP48zUbxfd0Vk= +=lIrc +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 81d8580..6a5019d 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.6.0~rc0 +Version: 2.6.0 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 +- Update to cryptsetup 2.6.0. + * Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 - Update to cryptsetup 2.6.0-rc0. diff --git a/sources b/sources index 0c1d056..34fccf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.6.0-rc0.tar.xz) = bc4da983afbcc84b06c7d4b6bd83c4002eb3442aa17b7bddd5c966773b1427aaea210a852f259074ef33e9d56031400089fcf3320fa83b5ca46c072b21e3079f +SHA512 (cryptsetup-2.6.0.tar.xz) = 64d7b318b58fe96143ac7a12476852a38cc30126ef431b4687d0f3f399d56f6569c716e0311cfc2802e4f025520ee41edc17c82c2421da7cc56788478e646983 From 2008a1e6a9fa5c631b04d8af7622287d3ac78c09 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 00:45:13 +0000 Subject: [PATCH 03/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cryptsetup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 6a5019d..c552a2d 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 - Update to cryptsetup 2.6.0. From fbffe47c32e8ccf8a0d16a11a0af307ffe031f3d Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 10 Feb 2023 11:35:01 +0100 Subject: [PATCH 04/34] Update to cryptsetup 2.6.1. --- .gitignore | 2 +- cryptsetup-2.6.0.tar.sign | 16 ---------------- cryptsetup-2.6.1.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 7 +++++-- sources | 2 +- 5 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 cryptsetup-2.6.0.tar.sign create mode 100644 cryptsetup-2.6.1.tar.sign diff --git a/.gitignore b/.gitignore index 4646924..51ebba4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.6.0.tar.xz +/cryptsetup-2.6.1.tar.xz diff --git a/cryptsetup-2.6.0.tar.sign b/cryptsetup-2.6.0.tar.sign deleted file mode 100644 index 6b1aae6..0000000 --- a/cryptsetup-2.6.0.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmOEnKwACgkQ2bBXe9k+ -mPxHlg//Wt73l0gBiMwNUQdCtXL37+lWwUz2lxhfcs3Ud/tWb5M8/csw449JnF4c -MnTMCX8qz51Sxxq4GEvk0L6+gv8d5w5hdIwZIE6ArQIVx0CH2BcG0qlQ53vcFlcr -wvSVZyiggHsQX0YZgxWwrDX3+WRt+0S+F2tHTwW/1e/XXsb5Tqb2ksQcvFCvM71/ -EhT5BAaEZRC7pfIiDjIXkMGOnjxWpvkiimYzwiFnlt+Veaq4Xie+dWqM/wgrWNpb -UYnD2ZIbQ3IXDTKUhCKoQHUcO743uB0WJf7I5DVNfWPAFmeSRvHrmgqk+Ijl5rnw -WMlKU/3l5f3rXp1H46cfBBmpqmnDz2ikuYYgkHBDmpYr7F1SRpz1OV25V4uctah3 -SZ+Q0LpIiJAWOlgP64lRMYRZBsy0Vlx5sN2Y4OLUlPiRMeB0kcAPtoEN1302bzbs -fGFsFqqImAHnaV+udGH/tHlrjNeJf8Yf3YmMaa46xJgqcLJE+GjIdAQ+IHrzATSg -W4SLu2SZojeJq5rOMVJlYT6Ywg9hKWls7ltJilPqgBiwsDh9LWEWduTTNTzkXNs0 -sye8ZdTJ5k5aT82mJWhh/opeD5D7nS1+A1kLwskcuUL/8Llp+fZw5nZrVWKLb9Ik -8NnlB0S90VDaQUh/bDzNRwH8P/EwdZ/W/iUAPONP48zUbxfd0Vk= -=lIrc ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.6.1.tar.sign b/cryptsetup-2.6.1.tar.sign new file mode 100644 index 0000000..fcea83f --- /dev/null +++ b/cryptsetup-2.6.1.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmPlHwIACgkQ2bBXe9k+ +mPwtxg/+PohA6Ygk3e61i0IZmLdvHO2PJG3JefLxf1QDqImkKcALgUdNrt/qv1SZ +CBtM4pmYXfhIpYzavSPZdAC0nLvKkx66PpQRCk/ZmUSNZJ8IzmoM5MPZhWLspYtK +Z4mVXJz+UVdCAf7ayK7li9A+a947jpVKFlc5hSiQ8SnmkT8X0MhqGPLsO9Z6ndNK ++VpBPozZ1YQ6THYp2so5lF3BW9G6YAkm5XhN6IQreDCdZwF0Y4lff6G9PNHFSLpC +k9yLmvUgDsDNTcEjXeKbtvIlOzjjHfhJkEmyo9jNDWNUSU6wt5RqnCZmd1VbCQyB +HVCKb9Y0Yoz9rvzFBWnU6d1ZCe3aKLrVF89yK6mJ7CYh4CVURMJmIJ+1rEeg2z5n +NhXSLrMMF+Q9P/VNupOMec1DOg2OMRKExps5r7kvDeVOz9FmJoguMxAu1+dt0Ze8 +4b86ii2F+Py2tOy5OzQu7PvQkKbl8dvi8qJM8cEovKIsWiHTp/2Heo0gjXaLJ/kK +v/821T9v3ZO7dmtlhgps9q4xEjWV/u3kWwXXFgEtKby48UVzTGNXsDDdkrVEdy2J +jKBnqO31mGa8ButNRQvZ6rEOPFaCmdpy95/u5v22LhlACdkEwt5Cky0t6NMKSpvp +sSgVzYmU6Pk5RdOzZCt1pyIPwEfJa1y5N1k/kuBasdqPw95RRsM= +=m/Re +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index c552a2d..87d8e25 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 +- Update to cryptsetup 2.6.1. + * Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 34fccf3..1a0f590 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.6.0.tar.xz) = 64d7b318b58fe96143ac7a12476852a38cc30126ef431b4687d0f3f399d56f6569c716e0311cfc2802e4f025520ee41edc17c82c2421da7cc56788478e646983 +SHA512 (cryptsetup-2.6.1.tar.xz) = 0cbddbf33cbac2b834ed7e2dd47a9fc787131031a1c729f373f5c974600a838097e9cc0555f13719fc79c384a2a34b404f94ba4cc2f35f0bb1d70aef2233fd18 From 97102afc58c93ad0577ca900865ede48e8b9b792 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 10 Feb 2023 11:35:01 +0100 Subject: [PATCH 05/34] Update to cryptsetup 2.6.1. --- .gitignore | 2 +- cryptsetup-2.5.0.tar.sign | 16 ---------------- cryptsetup-2.6.1.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 5 ++++- sources | 2 +- 5 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 cryptsetup-2.5.0.tar.sign create mode 100644 cryptsetup-2.6.1.tar.sign diff --git a/.gitignore b/.gitignore index f13dd2b..51ebba4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.5.0.tar.xz +/cryptsetup-2.6.1.tar.xz diff --git a/cryptsetup-2.5.0.tar.sign b/cryptsetup-2.5.0.tar.sign deleted file mode 100644 index e5e17bd..0000000 --- a/cryptsetup-2.5.0.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmLir6MACgkQ2bBXe9k+ -mPz0aRAA1NvR+v5YBgq0+VxkNLWN76sIiFOZ46ASepos5bvzV6QgfHf2Pm4Tdi2j -CHc9Vc6D32w3oww6qQQ3j4XjqDxtRbxa17YEcsoQHT7J0sezaPknv+OM+vT+B8WT -PmoOF6ZoxqmA4hf2psap/4sWB+TNVlJoyksOy/yF5pLdSFT9w/A6DIO+FiufVCxg -Sg8HNcU0rFkLTnHNQiZGFx9lNAy+FJ+5mm+8A8IIbTB4cxuohaz8ZwNjJjIO36jm -H0t4yDQTL7JoV1ONPJ+Fq9OaQP6MBCnSr3uFXwkQoV99geaHmGVbv+jUqqFjosu3 -Usm1hHkqFp+BW8f+XZ0lYYGyGz1bFZHsiCnEdjFLmmMiSqjW+Jo0AdGtqEjx5Ahc -/6D8XyRpb+Wwg9cQyzvcOXgBysWp4dINWQSjsyWqN4AlEOy4UtEbAW4Pm/t2SCnV -xw7eNbCdqa2+tAJTMV5AlQgkk1dYDY9KFNvNkrgkEMlzoeq/3QgkqPo7PqCqixrL -cTlMm8g5IDV95Mnyd2uNng7T/M4E6PLfhApjpSbP0Sk6Hyp1Mp959AKTHJFPE4ZO -R9dTYQ+Jy/2DUKDQoeYtiosq1Yoi4NKueazGAbjvbQT8NXx7DDcS3AYIfxBsdGnv -xmsAHiM8LgjJmFYZNWHHBpWakCUM7LhqbrfLkVlMyprN4ZCzyLM= -=Rmfd ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.6.1.tar.sign b/cryptsetup-2.6.1.tar.sign new file mode 100644 index 0000000..fcea83f --- /dev/null +++ b/cryptsetup-2.6.1.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmPlHwIACgkQ2bBXe9k+ +mPwtxg/+PohA6Ygk3e61i0IZmLdvHO2PJG3JefLxf1QDqImkKcALgUdNrt/qv1SZ +CBtM4pmYXfhIpYzavSPZdAC0nLvKkx66PpQRCk/ZmUSNZJ8IzmoM5MPZhWLspYtK +Z4mVXJz+UVdCAf7ayK7li9A+a947jpVKFlc5hSiQ8SnmkT8X0MhqGPLsO9Z6ndNK ++VpBPozZ1YQ6THYp2so5lF3BW9G6YAkm5XhN6IQreDCdZwF0Y4lff6G9PNHFSLpC +k9yLmvUgDsDNTcEjXeKbtvIlOzjjHfhJkEmyo9jNDWNUSU6wt5RqnCZmd1VbCQyB +HVCKb9Y0Yoz9rvzFBWnU6d1ZCe3aKLrVF89yK6mJ7CYh4CVURMJmIJ+1rEeg2z5n +NhXSLrMMF+Q9P/VNupOMec1DOg2OMRKExps5r7kvDeVOz9FmJoguMxAu1+dt0Ze8 +4b86ii2F+Py2tOy5OzQu7PvQkKbl8dvi8qJM8cEovKIsWiHTp/2Heo0gjXaLJ/kK +v/821T9v3ZO7dmtlhgps9q4xEjWV/u3kWwXXFgEtKby48UVzTGNXsDDdkrVEdy2J +jKBnqO31mGa8ButNRQvZ6rEOPFaCmdpy95/u5v22LhlACdkEwt5Cky0t6NMKSpvp +sSgVzYmU6Pk5RdOzZCt1pyIPwEfJa1y5N1k/kuBasdqPw95RRsM= +=m/Re +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 133e238..31e38b2 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.5.0 +Version: 2.6.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 +- Update to cryptsetup 2.6.1. + * Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 - Update to cryptsetup 2.5.0. diff --git a/sources b/sources index 07f59d8..1a0f590 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.5.0.tar.xz) = 868565b75c98f96c32ea45c36abf3fb3254f2c135cb34911f4150156321e6d32e1241446d8c5b58f8266c8bec349c9444ce904560f47216d0e2b04ff48fe5ec5 +SHA512 (cryptsetup-2.6.1.tar.xz) = 0cbddbf33cbac2b834ed7e2dd47a9fc787131031a1c729f373f5c974600a838097e9cc0555f13719fc79c384a2a34b404f94ba4cc2f35f0bb1d70aef2233fd18 From 9288569539f5a6cc6d3353567cf513cf0702dc7b Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 23 May 2023 10:04:04 +0200 Subject: [PATCH 06/34] Update license to SPDX format. See https://gitlab.com/fedora/legal/fedora-license-data/-/issues/224 --- cryptsetup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 87d8e25..184a02a 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -2,7 +2,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.6.1 Release: 1%{?dist} -License: GPLv2+ and LGPLv2+ +License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, BuildRequires: openssl-devel, popt-devel, device-mapper-devel From f0d6efb51a755086bb6e19173d9ca45a5c74fb41 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 15 Jun 2023 17:47:44 -0400 Subject: [PATCH 07/34] Drop libargon2 dependency in RHEL builds libargon2 is unwanted in RHEL as a standalone library. Based on c9s: https://gitlab.com/redhat/centos-stream/rpms/cryptsetup/-/commit/78394d6d393579c11cced2e26e3b7da1c54f5142 --- cryptsetup.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 184a02a..635b586 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,15 +1,18 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, BuildRequires: openssl-devel, popt-devel, device-mapper-devel -BuildRequires: libuuid-devel, gcc, json-c-devel, libargon2-devel +BuildRequires: libuuid-devel, gcc, json-c-devel BuildRequires: libpwquality-devel, libblkid-devel BuildRequires: make libssh-devel BuildRequires: asciidoctor +%if %{undefined rhel} +BuildRequires: libargon2-devel +%endif Requires: cryptsetup-libs = %{version}-%{release} Requires: libpwquality >= 1.2.0 Obsoletes: %{name}-reencrypt <= %{version} @@ -68,7 +71,8 @@ disk integrity protection using dm-integrity kernel module. rm -f man/*.8 ./autogen.sh -%configure --enable-fips --enable-pwquality --enable-libargon2 --enable-asciidoc +%configure --enable-fips --enable-pwquality --enable-asciidoc \ + --enable-%{?rhel:internal-sse-}%{!?rhel:lib}argon2 %make_build %install @@ -117,6 +121,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 +- Drop libargon2 dependency in RHEL builds + * Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 - Update to cryptsetup 2.6.1. From 9afd3d0e89eed08e68978da6ce17fc5a175c7693 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 16:41:50 +0000 Subject: [PATCH 08/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cryptsetup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 635b586..3562d68 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.6.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -121,6 +121,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 - Drop libargon2 dependency in RHEL builds From ba38ba9d9136e77079a42aa66ce1284f766c334d Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Wed, 29 Nov 2023 10:54:57 +0100 Subject: [PATCH 09/34] Update to cryptsetup 2.7.0-rc0. --- .gitignore | 2 +- cryptsetup-2.6.1.tar.sign | 16 ---------------- cryptsetup-2.7.0-rc0.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 7 +++++-- sources | 2 +- tests/tests.yml | 1 - 6 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 cryptsetup-2.6.1.tar.sign create mode 100644 cryptsetup-2.7.0-rc0.tar.sign diff --git a/.gitignore b/.gitignore index 51ebba4..0ffea07 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.6.1.tar.xz +/cryptsetup-2.7.0-rc0.tar.xz diff --git a/cryptsetup-2.6.1.tar.sign b/cryptsetup-2.6.1.tar.sign deleted file mode 100644 index fcea83f..0000000 --- a/cryptsetup-2.6.1.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmPlHwIACgkQ2bBXe9k+ -mPwtxg/+PohA6Ygk3e61i0IZmLdvHO2PJG3JefLxf1QDqImkKcALgUdNrt/qv1SZ -CBtM4pmYXfhIpYzavSPZdAC0nLvKkx66PpQRCk/ZmUSNZJ8IzmoM5MPZhWLspYtK -Z4mVXJz+UVdCAf7ayK7li9A+a947jpVKFlc5hSiQ8SnmkT8X0MhqGPLsO9Z6ndNK -+VpBPozZ1YQ6THYp2so5lF3BW9G6YAkm5XhN6IQreDCdZwF0Y4lff6G9PNHFSLpC -k9yLmvUgDsDNTcEjXeKbtvIlOzjjHfhJkEmyo9jNDWNUSU6wt5RqnCZmd1VbCQyB -HVCKb9Y0Yoz9rvzFBWnU6d1ZCe3aKLrVF89yK6mJ7CYh4CVURMJmIJ+1rEeg2z5n -NhXSLrMMF+Q9P/VNupOMec1DOg2OMRKExps5r7kvDeVOz9FmJoguMxAu1+dt0Ze8 -4b86ii2F+Py2tOy5OzQu7PvQkKbl8dvi8qJM8cEovKIsWiHTp/2Heo0gjXaLJ/kK -v/821T9v3ZO7dmtlhgps9q4xEjWV/u3kWwXXFgEtKby48UVzTGNXsDDdkrVEdy2J -jKBnqO31mGa8ButNRQvZ6rEOPFaCmdpy95/u5v22LhlACdkEwt5Cky0t6NMKSpvp -sSgVzYmU6Pk5RdOzZCt1pyIPwEfJa1y5N1k/kuBasdqPw95RRsM= -=m/Re ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.0-rc0.tar.sign b/cryptsetup-2.7.0-rc0.tar.sign new file mode 100644 index 0000000..752c85b --- /dev/null +++ b/cryptsetup-2.7.0-rc0.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmVnAAIACgkQ2bBXe9k+ +mPw65hAAnRkGZTioAdJodfmi04uGBwc+S903d6B26OZqAebdEz+w4LJl8+O326Ev +6EwAwuL10iUN3Hb7RE+vO2xURj0zR6nxczHHP/tbDUd3tqkDkvmsJucrFobkmzj0 +QcPf9i1wM+aOC731Fexr5fhqWcq2HliGrMXzpp8KuX5BSRAMTe5DhZ0+ywWjgFlX +by5Tt1ZCQnBp9dIHdiB9rtb73qBEbYE3gc4RBpFYOLplIojsGmKjRcyJ02H3S+Uh +mD4Et4mYcc9DRPm51C379hrwWRljPFBN3ZNaLY+EC/qYzFKwueEnQFg331vDkSq4 +0l2TePfWzevCAh80RmmQCm0oRR9wUv/Z1BCenClURFeIhepGcLO6PyjuJTBMGVE4 +Bu+o5kAgm7n6eiXQ3KBG+8aSULLTqrFT46NiAUv1Y8zBiRj/kNpQbFxx99No7/+o +PIZtlEpjPCt7cWdjBnWwCW4x48sPjHt41vgEnQxir29H3clZvWAXs7gZHTSIyeBX +EdCbbRsJktTGGeknFByT/vTJV3sF/4eTl9u4dk2puf7tWvoqrH5nu8Vzlu1hbcLN +LoQSZnhBxeDviDEVMHkVkF6264DRt8dhcrXUBgJugGWA+vD+Wgw2y6d0cqwROt3j +bntZHRWRvFNSEm3ELXKUekNU+UPJtL8aTYOx6oyF4zhJnoMPdP4= +=iCq4 +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 3562d68..1ef7818 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.6.1 -Release: 3%{?dist} +Version: 2.7.0~rc0 +Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -121,6 +121,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 +- Update to cryptsetup 2.7.0-rc0. + * Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 1a0f590..1697a22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.6.1.tar.xz) = 0cbddbf33cbac2b834ed7e2dd47a9fc787131031a1c729f373f5c974600a838097e9cc0555f13719fc79c384a2a34b404f94ba4cc2f35f0bb1d70aef2233fd18 +SHA512 (cryptsetup-2.7.0-rc0.tar.xz) = 06325308808a813319121c0622356cca3686ab3120e900163e3ca6e194a8d62b25ffeef0c46ec70b11403243beaedc782cb45190ca4c488f134d3cd71cd64824 diff --git a/tests/tests.yml b/tests/tests.yml index e238a80..d60e834 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,7 +16,6 @@ required_packages: - cryptsetup - cryptsetup-devel - - cryptsetup-reencrypt - cryptsetup-ssh-token - integritysetup - veritysetup From 6db37225d5ad20a39bf6a485f712e62e221c7d3f Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 20 Dec 2023 16:42:24 +0100 Subject: [PATCH 10/34] Update to cryptsetup 2.7.0-rc1. --- .gitignore | 2 +- cryptsetup-2.7.0-rc0.tar.sign | 16 ---------------- cryptsetup-2.7.0-rc1.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 7 +++++-- sources | 2 +- 5 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 cryptsetup-2.7.0-rc0.tar.sign create mode 100644 cryptsetup-2.7.0-rc1.tar.sign diff --git a/.gitignore b/.gitignore index 0ffea07..93de0e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.0-rc0.tar.xz +/cryptsetup-2.7.0-rc1.tar.xz diff --git a/cryptsetup-2.7.0-rc0.tar.sign b/cryptsetup-2.7.0-rc0.tar.sign deleted file mode 100644 index 752c85b..0000000 --- a/cryptsetup-2.7.0-rc0.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmVnAAIACgkQ2bBXe9k+ -mPw65hAAnRkGZTioAdJodfmi04uGBwc+S903d6B26OZqAebdEz+w4LJl8+O326Ev -6EwAwuL10iUN3Hb7RE+vO2xURj0zR6nxczHHP/tbDUd3tqkDkvmsJucrFobkmzj0 -QcPf9i1wM+aOC731Fexr5fhqWcq2HliGrMXzpp8KuX5BSRAMTe5DhZ0+ywWjgFlX -by5Tt1ZCQnBp9dIHdiB9rtb73qBEbYE3gc4RBpFYOLplIojsGmKjRcyJ02H3S+Uh -mD4Et4mYcc9DRPm51C379hrwWRljPFBN3ZNaLY+EC/qYzFKwueEnQFg331vDkSq4 -0l2TePfWzevCAh80RmmQCm0oRR9wUv/Z1BCenClURFeIhepGcLO6PyjuJTBMGVE4 -Bu+o5kAgm7n6eiXQ3KBG+8aSULLTqrFT46NiAUv1Y8zBiRj/kNpQbFxx99No7/+o -PIZtlEpjPCt7cWdjBnWwCW4x48sPjHt41vgEnQxir29H3clZvWAXs7gZHTSIyeBX -EdCbbRsJktTGGeknFByT/vTJV3sF/4eTl9u4dk2puf7tWvoqrH5nu8Vzlu1hbcLN -LoQSZnhBxeDviDEVMHkVkF6264DRt8dhcrXUBgJugGWA+vD+Wgw2y6d0cqwROt3j -bntZHRWRvFNSEm3ELXKUekNU+UPJtL8aTYOx6oyF4zhJnoMPdP4= -=iCq4 ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.0-rc1.tar.sign b/cryptsetup-2.7.0-rc1.tar.sign new file mode 100644 index 0000000..c935e4c --- /dev/null +++ b/cryptsetup-2.7.0-rc1.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmWC++sACgkQ2bBXe9k+ +mPykwA//fKdDnevQufTJxynlMeQCLMDVrLjxkBKo4dNkJx0r5jKacE51K1bxENqD +d3vE1wsFYwItZBjlI0Y4rC9R/DNHVzrouTfANq8fb1dsXLRKIdZludimrHM+p1hJ +y2epCVnb4WuxvXfaQoDOPxQpdDGSZw91CUU0e8hmY4+mTzr0zXMv0/ZPSIR1bvz4 +6wVicS3MPJaWMm2jgyiocn+y9OaatoHv5u2XwdhNEanCzWKnrPpeO3nNt3CNPhP6 +bcbKCS/GOdYTHL2SWVvNfLhVshDBmIC/7Is5Eo/rQymCrXg4lI3JrQuJQx9MCS1G +2VUrRtx8JISv3nvlAbJLAOljV0MdJW7+myzvpwWXxfA9urfv5iRClISiSez88QzY ++aipFKRyGcwThAO2Wr8Ls7iMJVGXz32qKJm2yxVZARBP/xo9Qt1M4mdfjmzT1WEg +FuPRTOrhEiZou28oL54uKoiSjeu6E9C2s+pgq2tuHhjtV/3FGucsA/y2UOeSIBNo +RJOnLNeX4md81y8tCoPotrBurZQtxFpOEq0vaRmA894K1/h7gNEL62+dbgCq343x +y2pfA2zWMV14hZL7JQc0mPSX0O5xEJWmN7miYOUeyUHAYi4+Ks62d0YRF9UyuNfn +L1MeFP3Ql/HZMdfa2Y99+GkRs3Zvm/N1gUZcqzqLR33/9/UU6HA= +=1LXV +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 1ef7818..5fe30fd 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.0~rc0 +Version: 2.7.0~rc1 Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup @@ -19,7 +19,7 @@ Obsoletes: %{name}-reencrypt <= %{version} Provides: %{name}-reencrypt = %{version} %global upstream_version %{version_no_tilde} -Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-%{upstream_version}.tar.xz +Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-%{upstream_version}.tar.xz %description The cryptsetup package contains a utility for setting up @@ -121,6 +121,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 +- Update to cryptsetup 2.7.0-rc1. + * Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 - Update to cryptsetup 2.7.0-rc0. diff --git a/sources b/sources index 1697a22..b8ec779 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.0-rc0.tar.xz) = 06325308808a813319121c0622356cca3686ab3120e900163e3ca6e194a8d62b25ffeef0c46ec70b11403243beaedc782cb45190ca4c488f134d3cd71cd64824 +SHA512 (cryptsetup-2.7.0-rc1.tar.xz) = 41ad1a56bd82e5f0d4877cacd81dd29168313b0a3c39074e530f0e55e90c16d5bbdac32ae08f0a75427572e215649539fd669ff099571a5813a7a888bd3c63e8 From 0b42a77b266083e94ffda7573f98a28cd3017439 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 16:27:00 +0000 Subject: [PATCH 11/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- cryptsetup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 5fe30fd..8c0d9da 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.7.0~rc1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -121,6 +121,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 - Update to cryptsetup 2.7.0-rc1. From ca9fc2f70b352e747e4fd544a8db99298d1e5488 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 08:35:12 +0000 Subject: [PATCH 12/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- cryptsetup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 8c0d9da..eae1ab4 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.7.0~rc1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -121,6 +121,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From dc2eee114ec4206c72c22043c6529761272b86e9 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Wed, 24 Jan 2024 11:43:41 +0100 Subject: [PATCH 13/34] Update to cryptsetup 2.7.0. --- .gitignore | 2 +- cryptsetup-2.7.0-rc1.tar.sign | 16 ---------------- cryptsetup-2.7.0.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 7 +++++-- sources | 2 +- 5 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 cryptsetup-2.7.0-rc1.tar.sign create mode 100644 cryptsetup-2.7.0.tar.sign diff --git a/.gitignore b/.gitignore index 93de0e1..a3c97d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.0-rc1.tar.xz +/cryptsetup-2.7.0.tar.xz diff --git a/cryptsetup-2.7.0-rc1.tar.sign b/cryptsetup-2.7.0-rc1.tar.sign deleted file mode 100644 index c935e4c..0000000 --- a/cryptsetup-2.7.0-rc1.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmWC++sACgkQ2bBXe9k+ -mPykwA//fKdDnevQufTJxynlMeQCLMDVrLjxkBKo4dNkJx0r5jKacE51K1bxENqD -d3vE1wsFYwItZBjlI0Y4rC9R/DNHVzrouTfANq8fb1dsXLRKIdZludimrHM+p1hJ -y2epCVnb4WuxvXfaQoDOPxQpdDGSZw91CUU0e8hmY4+mTzr0zXMv0/ZPSIR1bvz4 -6wVicS3MPJaWMm2jgyiocn+y9OaatoHv5u2XwdhNEanCzWKnrPpeO3nNt3CNPhP6 -bcbKCS/GOdYTHL2SWVvNfLhVshDBmIC/7Is5Eo/rQymCrXg4lI3JrQuJQx9MCS1G -2VUrRtx8JISv3nvlAbJLAOljV0MdJW7+myzvpwWXxfA9urfv5iRClISiSez88QzY -+aipFKRyGcwThAO2Wr8Ls7iMJVGXz32qKJm2yxVZARBP/xo9Qt1M4mdfjmzT1WEg -FuPRTOrhEiZou28oL54uKoiSjeu6E9C2s+pgq2tuHhjtV/3FGucsA/y2UOeSIBNo -RJOnLNeX4md81y8tCoPotrBurZQtxFpOEq0vaRmA894K1/h7gNEL62+dbgCq343x -y2pfA2zWMV14hZL7JQc0mPSX0O5xEJWmN7miYOUeyUHAYi4+Ks62d0YRF9UyuNfn -L1MeFP3Ql/HZMdfa2Y99+GkRs3Zvm/N1gUZcqzqLR33/9/UU6HA= -=1LXV ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.0.tar.sign b/cryptsetup-2.7.0.tar.sign new file mode 100644 index 0000000..bb86ed0 --- /dev/null +++ b/cryptsetup-2.7.0.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmWw5zoACgkQ2bBXe9k+ +mPztwhAAh8ieUWCcw7WwW4lc00ZH77sLc7Ro5J2/0ZAg/HpowOqGqhzJQZ+KJdeF +b6mebw7mKq4PHyzUS7Rba4wQiVEUD2kAQuoyXZJljsxegFOc1LxL/DSOCt7IFJyc +WB+525kPoRrpBWJhGXMn4OcVaelmIJAgDFHcYAccJJTKNgPjDrivpkTAxUsfdTTf +a1F/4I2o7eP5zkWkPqqQIvXzlwQnfD5ulZvnJ30t8E/07CZJ5Hf9iLRa6vruo7Rg +8cJHcOu4MhjuMu+oDvuefj8hM4FyfLU+tt0L7Z3iOZXAGffe+iQUQUyChvN/waEI +R8mpdc89amTHkMTCjYOo2X4sAH9a7mo5L2v+rm5NTZTZn53Gy1Ytbzy2agXY+ebf +DeKTVL3KTMe6KvQUfIqMSrM9oub6o8JDfO+0La9GSkNU/1VvHU5LK3FIomuP8Top +BPfdL8IxSgIityBbby1ZQD97aIgzPZkGsC7/5bVY7mj/LUZxJK61p49U0dlolwss +uzJarjAtDY0iNCfOv/AKZGnVzHAc2cEmVKJ6X243h2NRB5z1snFP8lDtB2AIdcUf +0vEZz1HcwW1de1C0jjQsf9elkeVJfrsFhRhRrEEiHyplR3/uaVwUtrDGOxPsRE+J +SE2sSfURqQPuBKeTO/ymVDt7G0iPd8Ts/BOhQYTn94rsjhONiz8= +=6sya +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index eae1ab4..12cfa55 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.0~rc1 -Release: 3%{?dist} +Version: 2.7.0 +Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -121,6 +121,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 +- Update to cryptsetup 2.7.0. + * Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index b8ec779..5f5107d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.0-rc1.tar.xz) = 41ad1a56bd82e5f0d4877cacd81dd29168313b0a3c39074e530f0e55e90c16d5bbdac32ae08f0a75427572e215649539fd669ff099571a5813a7a888bd3c63e8 +SHA512 (cryptsetup-2.7.0.tar.xz) = 2654da50920eecbdb3457f8ee2aeed731175574eeb55c1f4b2ddf3c4b3632842b54db1af007057ffd19e6a9bfdc6d471cea77509aec127c07a2f2311e33ab21e From ff6a8fbe3be3bc66644de3ff04c2711e1d0ca88f Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 9 Feb 2024 10:39:10 +0100 Subject: [PATCH 14/34] Rebuild for OpenSSL 3.2. --- cryptsetup.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 12cfa55..50ea273 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.7.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -10,9 +10,6 @@ BuildRequires: libuuid-devel, gcc, json-c-devel BuildRequires: libpwquality-devel, libblkid-devel BuildRequires: make libssh-devel BuildRequires: asciidoctor -%if %{undefined rhel} -BuildRequires: libargon2-devel -%endif Requires: cryptsetup-libs = %{version}-%{release} Requires: libpwquality >= 1.2.0 Obsoletes: %{name}-reencrypt <= %{version} @@ -72,7 +69,7 @@ rm -f man/*.8 ./autogen.sh %configure --enable-fips --enable-pwquality --enable-asciidoc \ - --enable-%{?rhel:internal-sse-}%{!?rhel:lib}argon2 + %{?rhel:--enable-internal-sse-argon2} %make_build %install @@ -121,6 +118,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 +- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) + * Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 - Update to cryptsetup 2.7.0. From c8f87d0d2ff6697242f224d4eb6aa68c557aeecf Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 9 Feb 2024 14:27:06 +0100 Subject: [PATCH 15/34] Do not compile unused internal argon2 implementation. --- ...gon2-OpenSSL-detection-to-not-compil.patch | 61 +++++++++++++++++++ cryptsetup.spec | 6 +- 2 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch diff --git a/cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch b/cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch new file mode 100644 index 0000000..a3556fa --- /dev/null +++ b/cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch @@ -0,0 +1,61 @@ +From b417154e71b571607513a768b3cb8e4587f00ba8 Mon Sep 17 00:00:00 2001 +From: Milan Broz +Date: Fri, 9 Feb 2024 12:37:10 +0100 +Subject: [PATCH] Fix configure Argon2 OpenSSL detection to not compile + internal Argon2. + +Code is not called anyway, but should be completely disabled. +Note: there is intentionally no way to disable OpenSSL Argon2 if present. +--- + configure.ac | 4 ++-- + meson.build | 5 ++++- + 2 files changed, 6 insertions(+), 3 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 84cef4ba..2e2f7d9e 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -346,7 +346,7 @@ AC_DEFUN([CONFIGURE_OPENSSL], [ + + saved_LIBS=$LIBS + AC_CHECK_DECLS([OSSL_get_max_threads], [], [], [#include ]) +- AC_CHECK_DECLS([OSSL_KDF_PARAM_ARGON2_VERSION], [], [], [#include ]) ++ AC_CHECK_DECLS([OSSL_KDF_PARAM_ARGON2_VERSION], [use_internal_argon2=0], [], [#include ]) + LIBS=$saved_LIBS + ]) + +@@ -523,7 +523,7 @@ AC_ARG_ENABLE([libargon2], + + if test $use_internal_argon2 = 0 -o "x$enable_internal_argon2" = "xno" ; then + if test "x$enable_internal_argon2" = "xyes" -o "x$enable_libargon" = "xyes"; then +- AC_MSG_WARN([Argon2 in $with_crypto_backend lib is used; internal Argon2 options are ignored.]) ++ AC_MSG_NOTICE([Argon2 in $with_crypto_backend lib is used; internal Argon2 options are ignored.]) + fi + enable_internal_argon2=no + enable_internal_sse_argon2=no +diff --git a/meson.build b/meson.build +index b26c71c4..2aba2f28 100644 +--- a/meson.build ++++ b/meson.build +@@ -512,6 +512,9 @@ elif get_option('crypto-backend') == 'openssl' + conf.set10('HAVE_DECL_OSSL_KDF_PARAM_ARGON2_VERSION', + cc.has_header_symbol('openssl/core_names.h', 'OSSL_KDF_PARAM_ARGON2_VERSION', + dependencies: crypto_backend_library)) ++ if conf.get('HAVE_DECL_OSSL_KDF_PARAM_ARGON2_VERSION') == 1 ++ use_internal_argon2 = false ++ endif + elif get_option('crypto-backend') == 'nss' + if get_option('fips') + error('nss crypto backend is not supported with FIPS enabled') +@@ -560,7 +563,7 @@ threads = [] + use_internal_sse_argon2 = false + if not use_internal_argon2 or get_option('argon-implementation') == 'none' + if get_option('argon-implementation') == 'internal' or get_option('argon-implementation') == 'libargon2' +- warning('Argon2 in crypto library is used; internal Argon2 options are ignored.') ++ message('Argon2 in crypto library is used; internal Argon2 options are ignored.') + endif + conf.set10('USE_INTERNAL_ARGON2', false, + description: 'Use internal Argon2.') +-- +2.43.0 + diff --git a/cryptsetup.spec b/cryptsetup.spec index 50ea273..7249785 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -18,6 +18,8 @@ Provides: %{name}-reencrypt = %{version} %global upstream_version %{version_no_tilde} Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-%{upstream_version}.tar.xz +Patch0: %{name}-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch + %description The cryptsetup package contains a utility for setting up disk encryption using dm-crypt kernel module. @@ -68,8 +70,7 @@ disk integrity protection using dm-integrity kernel module. rm -f man/*.8 ./autogen.sh -%configure --enable-fips --enable-pwquality --enable-asciidoc \ - %{?rhel:--enable-internal-sse-argon2} +%configure --enable-fips --enable-pwquality --enable-asciidoc --enable-internal-sse-argon2 %make_build %install @@ -120,6 +121,7 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %changelog * Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 - Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) +- patch: Do not compile unused internal argon2 implementation * Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 - Update to cryptsetup 2.7.0. From b4576347676e0ff1ed8ce95c03c455fa0983f667 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Thu, 7 Mar 2024 16:06:47 +0100 Subject: [PATCH 16/34] Update to cryptsetup 2.7.1. --- .gitignore | 2 +- cryptsetup-2.7.0.tar.sign | 16 ----- ...gon2-OpenSSL-detection-to-not-compil.patch | 61 ------------------- cryptsetup-2.7.1.tar.sign | 16 +++++ cryptsetup.spec | 9 +-- sources | 2 +- 6 files changed, 23 insertions(+), 83 deletions(-) delete mode 100644 cryptsetup-2.7.0.tar.sign delete mode 100644 cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch create mode 100644 cryptsetup-2.7.1.tar.sign diff --git a/.gitignore b/.gitignore index a3c97d6..168935c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.0.tar.xz +/cryptsetup-2.7.1.tar.xz diff --git a/cryptsetup-2.7.0.tar.sign b/cryptsetup-2.7.0.tar.sign deleted file mode 100644 index bb86ed0..0000000 --- a/cryptsetup-2.7.0.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmWw5zoACgkQ2bBXe9k+ -mPztwhAAh8ieUWCcw7WwW4lc00ZH77sLc7Ro5J2/0ZAg/HpowOqGqhzJQZ+KJdeF -b6mebw7mKq4PHyzUS7Rba4wQiVEUD2kAQuoyXZJljsxegFOc1LxL/DSOCt7IFJyc -WB+525kPoRrpBWJhGXMn4OcVaelmIJAgDFHcYAccJJTKNgPjDrivpkTAxUsfdTTf -a1F/4I2o7eP5zkWkPqqQIvXzlwQnfD5ulZvnJ30t8E/07CZJ5Hf9iLRa6vruo7Rg -8cJHcOu4MhjuMu+oDvuefj8hM4FyfLU+tt0L7Z3iOZXAGffe+iQUQUyChvN/waEI -R8mpdc89amTHkMTCjYOo2X4sAH9a7mo5L2v+rm5NTZTZn53Gy1Ytbzy2agXY+ebf -DeKTVL3KTMe6KvQUfIqMSrM9oub6o8JDfO+0La9GSkNU/1VvHU5LK3FIomuP8Top -BPfdL8IxSgIityBbby1ZQD97aIgzPZkGsC7/5bVY7mj/LUZxJK61p49U0dlolwss -uzJarjAtDY0iNCfOv/AKZGnVzHAc2cEmVKJ6X243h2NRB5z1snFP8lDtB2AIdcUf -0vEZz1HcwW1de1C0jjQsf9elkeVJfrsFhRhRrEEiHyplR3/uaVwUtrDGOxPsRE+J -SE2sSfURqQPuBKeTO/ymVDt7G0iPd8Ts/BOhQYTn94rsjhONiz8= -=6sya ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch b/cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch deleted file mode 100644 index a3556fa..0000000 --- a/cryptsetup-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch +++ /dev/null @@ -1,61 +0,0 @@ -From b417154e71b571607513a768b3cb8e4587f00ba8 Mon Sep 17 00:00:00 2001 -From: Milan Broz -Date: Fri, 9 Feb 2024 12:37:10 +0100 -Subject: [PATCH] Fix configure Argon2 OpenSSL detection to not compile - internal Argon2. - -Code is not called anyway, but should be completely disabled. -Note: there is intentionally no way to disable OpenSSL Argon2 if present. ---- - configure.ac | 4 ++-- - meson.build | 5 ++++- - 2 files changed, 6 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 84cef4ba..2e2f7d9e 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -346,7 +346,7 @@ AC_DEFUN([CONFIGURE_OPENSSL], [ - - saved_LIBS=$LIBS - AC_CHECK_DECLS([OSSL_get_max_threads], [], [], [#include ]) -- AC_CHECK_DECLS([OSSL_KDF_PARAM_ARGON2_VERSION], [], [], [#include ]) -+ AC_CHECK_DECLS([OSSL_KDF_PARAM_ARGON2_VERSION], [use_internal_argon2=0], [], [#include ]) - LIBS=$saved_LIBS - ]) - -@@ -523,7 +523,7 @@ AC_ARG_ENABLE([libargon2], - - if test $use_internal_argon2 = 0 -o "x$enable_internal_argon2" = "xno" ; then - if test "x$enable_internal_argon2" = "xyes" -o "x$enable_libargon" = "xyes"; then -- AC_MSG_WARN([Argon2 in $with_crypto_backend lib is used; internal Argon2 options are ignored.]) -+ AC_MSG_NOTICE([Argon2 in $with_crypto_backend lib is used; internal Argon2 options are ignored.]) - fi - enable_internal_argon2=no - enable_internal_sse_argon2=no -diff --git a/meson.build b/meson.build -index b26c71c4..2aba2f28 100644 ---- a/meson.build -+++ b/meson.build -@@ -512,6 +512,9 @@ elif get_option('crypto-backend') == 'openssl' - conf.set10('HAVE_DECL_OSSL_KDF_PARAM_ARGON2_VERSION', - cc.has_header_symbol('openssl/core_names.h', 'OSSL_KDF_PARAM_ARGON2_VERSION', - dependencies: crypto_backend_library)) -+ if conf.get('HAVE_DECL_OSSL_KDF_PARAM_ARGON2_VERSION') == 1 -+ use_internal_argon2 = false -+ endif - elif get_option('crypto-backend') == 'nss' - if get_option('fips') - error('nss crypto backend is not supported with FIPS enabled') -@@ -560,7 +563,7 @@ threads = [] - use_internal_sse_argon2 = false - if not use_internal_argon2 or get_option('argon-implementation') == 'none' - if get_option('argon-implementation') == 'internal' or get_option('argon-implementation') == 'libargon2' -- warning('Argon2 in crypto library is used; internal Argon2 options are ignored.') -+ message('Argon2 in crypto library is used; internal Argon2 options are ignored.') - endif - conf.set10('USE_INTERNAL_ARGON2', false, - description: 'Use internal Argon2.') --- -2.43.0 - diff --git a/cryptsetup-2.7.1.tar.sign b/cryptsetup-2.7.1.tar.sign new file mode 100644 index 0000000..c0fee2c --- /dev/null +++ b/cryptsetup-2.7.1.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmXp1IIACgkQ2bBXe9k+ +mPyleRAAzPPENxn8hvvqkE32mfHEIib1jMhVFwYGwkGdprnYB7tDDT5stwfe7Pj4 +5hzLtlIidZXQctnG/QjjeDfU3gCqMM2bj6ZdwYWXUxRxsThbx8CuFJDPNUUJuU1P +vByTtH5veIJWusLBmOLmIZXD/haSHFQbqvaR7mV90PHEQZlmCNbs/xAyRQqvl1jl +c+Jj6tAp9KExkj7Gd1+tc0Z/sAaRf9iVUjLLJP2Q3q8rYa/dmRlptEGWhMuCHHCL +KbL8ApxMDl17RtD9ioVJJJKgAjEEcfo5YOf8EFGTUae2SOoRrmHPOvvYOuupEIOz +f4FvAtXF/OgBq8sAq/Yp6Tl47IK/2ODC43V8z/lXUF7qgebs+SqroQEuyIzWvpfi +Pj+JOeaplbZuPphovXO6CD2yWEUDXTMeEaeuehA2OWdrqXF4RwAFF7hb+7bXx4Qp +7P27Y53he5Q4HTZplRnBuU3p9NW7jU23nwoeELnyX0Rlf4ahQ39wwZnHB2xTc4Jl +4YsvkErk13+acnyZUU6u8dGTF/0S0QdihizHjcD0TQ53lFYv1LfTwAEyjHigdggQ +5vcA0ne8Y41+Z1EkqDGWAt39vzSw/RANkMk7f685teere+IdXoLsiVoMJgWGJy1g +0mH6ODjuW7k01SzDw8DjAHfIyFZJ9a1zFYQsuAIkvzS8uECF8js= +=JiO6 +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 7249785..4777fb5 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.0 -Release: 2%{?dist} +Version: 2.7.1 +Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -18,8 +18,6 @@ Provides: %{name}-reencrypt = %{version} %global upstream_version %{version_no_tilde} Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-%{upstream_version}.tar.xz -Patch0: %{name}-2.7.1-Fix-configure-Argon2-OpenSSL-detection-to-not-compil.patch - %description The cryptsetup package contains a utility for setting up disk encryption using dm-crypt kernel module. @@ -119,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 +- Update to cryptsetup 2.7.1. + * Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 - Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) - patch: Do not compile unused internal argon2 implementation diff --git a/sources b/sources index 5f5107d..2e798e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.0.tar.xz) = 2654da50920eecbdb3457f8ee2aeed731175574eeb55c1f4b2ddf3c4b3632842b54db1af007057ffd19e6a9bfdc6d471cea77509aec127c07a2f2311e33ab21e +SHA512 (cryptsetup-2.7.1.tar.xz) = 3cf2668e30e6db123ac7158aeee7fc28e4397e77e8bddf32da9af4836f8f61b8dfd71b02a15b87090a80a432eea700ac805956713e67158271eee5cac076ad3d From 8200153168bc5e2c32f21e9ebd1bc34e87d434a7 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Tue, 9 Apr 2024 13:16:16 +0200 Subject: [PATCH 17/34] Update to cryptsetup 2.7.2. --- .gitignore | 2 +- cryptsetup-2.7.1.tar.sign | 16 ---------------- cryptsetup-2.7.2.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 5 ++++- sources | 2 +- 5 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 cryptsetup-2.7.1.tar.sign create mode 100644 cryptsetup-2.7.2.tar.sign diff --git a/.gitignore b/.gitignore index 168935c..f66d6e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.1.tar.xz +/cryptsetup-2.7.2.tar.xz diff --git a/cryptsetup-2.7.1.tar.sign b/cryptsetup-2.7.1.tar.sign deleted file mode 100644 index c0fee2c..0000000 --- a/cryptsetup-2.7.1.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmXp1IIACgkQ2bBXe9k+ -mPyleRAAzPPENxn8hvvqkE32mfHEIib1jMhVFwYGwkGdprnYB7tDDT5stwfe7Pj4 -5hzLtlIidZXQctnG/QjjeDfU3gCqMM2bj6ZdwYWXUxRxsThbx8CuFJDPNUUJuU1P -vByTtH5veIJWusLBmOLmIZXD/haSHFQbqvaR7mV90PHEQZlmCNbs/xAyRQqvl1jl -c+Jj6tAp9KExkj7Gd1+tc0Z/sAaRf9iVUjLLJP2Q3q8rYa/dmRlptEGWhMuCHHCL -KbL8ApxMDl17RtD9ioVJJJKgAjEEcfo5YOf8EFGTUae2SOoRrmHPOvvYOuupEIOz -f4FvAtXF/OgBq8sAq/Yp6Tl47IK/2ODC43V8z/lXUF7qgebs+SqroQEuyIzWvpfi -Pj+JOeaplbZuPphovXO6CD2yWEUDXTMeEaeuehA2OWdrqXF4RwAFF7hb+7bXx4Qp -7P27Y53he5Q4HTZplRnBuU3p9NW7jU23nwoeELnyX0Rlf4ahQ39wwZnHB2xTc4Jl -4YsvkErk13+acnyZUU6u8dGTF/0S0QdihizHjcD0TQ53lFYv1LfTwAEyjHigdggQ -5vcA0ne8Y41+Z1EkqDGWAt39vzSw/RANkMk7f685teere+IdXoLsiVoMJgWGJy1g -0mH6ODjuW7k01SzDw8DjAHfIyFZJ9a1zFYQsuAIkvzS8uECF8js= -=JiO6 ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.2.tar.sign b/cryptsetup-2.7.2.tar.sign new file mode 100644 index 0000000..86ec290 --- /dev/null +++ b/cryptsetup-2.7.2.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmYVE/0ACgkQ2bBXe9k+ +mPwmmA//TMJkvg4UCte56B9RaCjFgCoD1fJh6NZDlgYWP+J4NFRSgNGSAFVFm59X +JmStGU/UXCe8VqtRXemOu7ngAT9gNKVLtgB3maH2DVbdw5Kn1nFQMDdXON/w62JT +3N7Z+MRvDNEzMTkD+cGw0wd81f1xTdZwKtV5v28WLGyR4rw27PNRhCmjOv2b4fqO +Ytjdi0ydmJwm+xaQ2L1CpF8uDuTZdLqnCZK0tLnWyy8oLvtt2bJMUpjFY6eU6I5w +Gg9oPDoF0XrlXA1q4poMryZloMsYYqjbXlBp2MaNOnuLOFsvU3j0u4Dy+Q/fxuUa +qeljZdz7Aw0pB2dLopLj9wELHgRhlJTAV3mHtKYeu6yX2xafffMCzc0hRAaFNjHu +5D+lGVD7k1CEYNxVR7skuwG5QPiRE9HvIdtdbivxZvdVfurrTPOIUJgy/nhvuDQx +GZ6Hsdj4zOnTvxvFFpMHYv7Xq5XrG4nmWE2d4f1dcA0KJunnNVwDbDfCIms+nAkK +bMF+T6JJZckoD//ZC2AA3mBcfVCq+CJVshI7xK8tBpTZ8b6RgyGhr/+ML5CmD/99 +RFLMlGW+iFpyhIWKh5hxD7VvWBtPZiyUDEBFP1sfxcylP8+NuR09+xM1zUsKAMiG +XSr5q4m8KyTtAhXwbHNGZA3jGpTgeEW9wSxsRIwyin6/uFdkNgY= +=Jadg +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 4777fb5..0dabdc0 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.1 +Version: 2.7.2 Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 +- Update to cryptsetup 2.7.2. + * Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 - Update to cryptsetup 2.7.1. diff --git a/sources b/sources index 2e798e1..feb0483 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.1.tar.xz) = 3cf2668e30e6db123ac7158aeee7fc28e4397e77e8bddf32da9af4836f8f61b8dfd71b02a15b87090a80a432eea700ac805956713e67158271eee5cac076ad3d +SHA512 (cryptsetup-2.7.2.tar.xz) = 06f42f443b91d1f8af8af999dfedd4051ecb12ba5ef291cf2b44b6a5676e2c5cf1e686e19687f5cb6b1fd524dfc1a208cd25a3798367a480d80eac954aa8d6d4 From ee98d270d991eb306a9d4f5d90a9952cdbaae13f Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Mon, 17 Jun 2024 15:52:45 +0200 Subject: [PATCH 18/34] Update to cryptsetup 2.7.3. --- .gitignore | 2 +- cryptsetup-2.7.2.tar.sign | 16 ---------------- cryptsetup-2.7.3.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 5 ++++- sources | 2 +- 5 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 cryptsetup-2.7.2.tar.sign create mode 100644 cryptsetup-2.7.3.tar.sign diff --git a/.gitignore b/.gitignore index f66d6e4..019a6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.2.tar.xz +/cryptsetup-2.7.3.tar.xz diff --git a/cryptsetup-2.7.2.tar.sign b/cryptsetup-2.7.2.tar.sign deleted file mode 100644 index 86ec290..0000000 --- a/cryptsetup-2.7.2.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmYVE/0ACgkQ2bBXe9k+ -mPwmmA//TMJkvg4UCte56B9RaCjFgCoD1fJh6NZDlgYWP+J4NFRSgNGSAFVFm59X -JmStGU/UXCe8VqtRXemOu7ngAT9gNKVLtgB3maH2DVbdw5Kn1nFQMDdXON/w62JT -3N7Z+MRvDNEzMTkD+cGw0wd81f1xTdZwKtV5v28WLGyR4rw27PNRhCmjOv2b4fqO -Ytjdi0ydmJwm+xaQ2L1CpF8uDuTZdLqnCZK0tLnWyy8oLvtt2bJMUpjFY6eU6I5w -Gg9oPDoF0XrlXA1q4poMryZloMsYYqjbXlBp2MaNOnuLOFsvU3j0u4Dy+Q/fxuUa -qeljZdz7Aw0pB2dLopLj9wELHgRhlJTAV3mHtKYeu6yX2xafffMCzc0hRAaFNjHu -5D+lGVD7k1CEYNxVR7skuwG5QPiRE9HvIdtdbivxZvdVfurrTPOIUJgy/nhvuDQx -GZ6Hsdj4zOnTvxvFFpMHYv7Xq5XrG4nmWE2d4f1dcA0KJunnNVwDbDfCIms+nAkK -bMF+T6JJZckoD//ZC2AA3mBcfVCq+CJVshI7xK8tBpTZ8b6RgyGhr/+ML5CmD/99 -RFLMlGW+iFpyhIWKh5hxD7VvWBtPZiyUDEBFP1sfxcylP8+NuR09+xM1zUsKAMiG -XSr5q4m8KyTtAhXwbHNGZA3jGpTgeEW9wSxsRIwyin6/uFdkNgY= -=Jadg ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.3.tar.sign b/cryptsetup-2.7.3.tar.sign new file mode 100644 index 0000000..4b80961 --- /dev/null +++ b/cryptsetup-2.7.3.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmZwLt8ACgkQ2bBXe9k+ +mPx0jRAApF5+ZBiOniEW25S3n77rk7PZTwxq9GU55T8mvQh5KGZon91kn5vpBMWb +0MKdxaKQCdAhXLicS+276CtNRHjd30xX4HARWBEr3d97IA5PDFhah0gBUI/Hdrtz +b5KKGweIeBg0h35OIhWLyIzhlTNq9CXpFWbZqYFZzl1+eLqVNDc5h55iWR8SpcZ9 +tkobn5x602hJ7WxRw/qVKYVR/24vrsX/6AOAG5kNqhKzK/uhQwaQEO8Ifc8y0k5F +n3TXP0IkKoHUaFh7wPIrFrjRVa9Z47lEE/ndL0XWg/56rcNSRe1uhQmyDmCsUstV +SbYsiA46Al/cJ6eWySe/8VFMClidLy+LrF9JqTbOy6R1WlEVea3ByAQi/snr4zpg +zGEm9ixLe6OAqZy8WliKldu/EJ9Z9Z96ZkLszVer4KLQWXtYDooiRlcXQnsVXqX1 +gVsDgp3VCWkh1qnfmor+UO9bZ4Y8lVEeXf3fgqAer5PFhmI4J3tteVmVJcyaREGJ +w4l2o4p5ni6oC08xeS7SW9zzXB71vSw79WgcguvN9l2q4q8D6/KljEZ9B1/djnBf +fbvyBA1YRPGU/vDRFTFaeXEot1rF1aQdkRg5GcVBDsOVMjV1SpL9YKd+KaaRp1Ug +7FHKT/we9Zo0j6bpfepJHUoUJIOndxTnNGR4PT1dAX+juqn+pqY= +=rzaX +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 0dabdc0..097e4d7 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.2 +Version: 2.7.3 Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 +- Update to cryptsetup 2.7.3. + * Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 - Update to cryptsetup 2.7.2. diff --git a/sources b/sources index feb0483..e325e6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.2.tar.xz) = 06f42f443b91d1f8af8af999dfedd4051ecb12ba5ef291cf2b44b6a5676e2c5cf1e686e19687f5cb6b1fd524dfc1a208cd25a3798367a480d80eac954aa8d6d4 +SHA512 (cryptsetup-2.7.3.tar.xz) = 08cff21873aeb7cc5b2561abf5d33cdf0fa814eeaabf6a01f858461726ea9faeef651357da33bce7b347ca2f12d6d02bccdb279893f3749cb781ce1fe5c1571c From f8705c3a126961d9a7a8560211d16f62de00d7f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 20:17:47 +0000 Subject: [PATCH 19/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- cryptsetup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 097e4d7..aa8db5e 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.7.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 - Update to cryptsetup 2.7.3. From 733ed32e4a09c7cfb3676e30429f455bfb62772b Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Tue, 30 Jul 2024 17:40:46 +0200 Subject: [PATCH 20/34] Update to cryptsetup 2.7.4. --- .gitignore | 2 +- cryptsetup-2.7.3.tar.sign | 16 ---------------- cryptsetup-2.7.4.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 7 +++++-- sources | 2 +- 5 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 cryptsetup-2.7.3.tar.sign create mode 100644 cryptsetup-2.7.4.tar.sign diff --git a/.gitignore b/.gitignore index 019a6b7..7614475 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.3.tar.xz +/cryptsetup-2.7.4.tar.xz diff --git a/cryptsetup-2.7.3.tar.sign b/cryptsetup-2.7.3.tar.sign deleted file mode 100644 index 4b80961..0000000 --- a/cryptsetup-2.7.3.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmZwLt8ACgkQ2bBXe9k+ -mPx0jRAApF5+ZBiOniEW25S3n77rk7PZTwxq9GU55T8mvQh5KGZon91kn5vpBMWb -0MKdxaKQCdAhXLicS+276CtNRHjd30xX4HARWBEr3d97IA5PDFhah0gBUI/Hdrtz -b5KKGweIeBg0h35OIhWLyIzhlTNq9CXpFWbZqYFZzl1+eLqVNDc5h55iWR8SpcZ9 -tkobn5x602hJ7WxRw/qVKYVR/24vrsX/6AOAG5kNqhKzK/uhQwaQEO8Ifc8y0k5F -n3TXP0IkKoHUaFh7wPIrFrjRVa9Z47lEE/ndL0XWg/56rcNSRe1uhQmyDmCsUstV -SbYsiA46Al/cJ6eWySe/8VFMClidLy+LrF9JqTbOy6R1WlEVea3ByAQi/snr4zpg -zGEm9ixLe6OAqZy8WliKldu/EJ9Z9Z96ZkLszVer4KLQWXtYDooiRlcXQnsVXqX1 -gVsDgp3VCWkh1qnfmor+UO9bZ4Y8lVEeXf3fgqAer5PFhmI4J3tteVmVJcyaREGJ -w4l2o4p5ni6oC08xeS7SW9zzXB71vSw79WgcguvN9l2q4q8D6/KljEZ9B1/djnBf -fbvyBA1YRPGU/vDRFTFaeXEot1rF1aQdkRg5GcVBDsOVMjV1SpL9YKd+KaaRp1Ug -7FHKT/we9Zo0j6bpfepJHUoUJIOndxTnNGR4PT1dAX+juqn+pqY= -=rzaX ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.4.tar.sign b/cryptsetup-2.7.4.tar.sign new file mode 100644 index 0000000..0590596 --- /dev/null +++ b/cryptsetup-2.7.4.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmao2IIACgkQ2bBXe9k+ +mPyvyg/9HKVAfgZaUkdY5whMSrYBD4QIzxq0yZSKUObGQEkVpKLQOIknDwFsOor/ +U2E+bMmmvGw6zrJpPWebqHM2+WLxxSzfNhYXR2RIQ2BrtGEp61RvcVgqOgx5Ikz6 +m8RHVFxS7lT4UbYMI5xXokJL2ctiDW4LvsBKYIrP/wGbwde+W50dtnBZnb5p4Krc +H4kSSRebQIhZTKnioGek+UNIA+gAG/bwqG17MaBJYDS2yVHsUk2BslrNUesFFj7W +apuiy95yD00Dt1FES8MZL5eEnfcRe4qSo/4PSIrtE7rR3uBjrIX4mTJMtPpM4COB +x8Uhr9rqANxcRxm21JopS7kS5S7quRUqdYWzgHhCwD9uXdhVzaRHc82Xyg5giUeb +UkYVYQCXUWCG3rORT4Z6JYTiUMspdZywFPYR5lzhsNzazqnjMhymKBDvDRD07pGq +LVEYUiQIx3WJgTdYZ0vhkRorooIe4D7i4rcBEUtqDTtMOZpROVE/9HE/noXCITlz +/8Ve4k8xeTiUItQKNS79amc4u7kUOUAnvfojEUFCY6jsXBLCVDsJYTgs4mK7/PrF +i1/XnLi7a5bkvK3dj0XN8zToG4Meq4A6yv+S1V2c+tBmxH51AbgtfZeiam976PiH +O8JcSart3/xOfQ2UfvF2kNc7EbAUTKQpZjEr3u2UepMWM5HdFJk= +=BZfz +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index aa8db5e..25f71e8 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.3 -Release: 2%{?dist} +Version: 2.7.4 +Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 +- Update to cryptsetup 2.7.4. + * Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index e325e6f..92ee652 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.3.tar.xz) = 08cff21873aeb7cc5b2561abf5d33cdf0fa814eeaabf6a01f858461726ea9faeef651357da33bce7b347ca2f12d6d02bccdb279893f3749cb781ce1fe5c1571c +SHA512 (cryptsetup-2.7.4.tar.xz) = 3cc601ab1c4d5fd282f990529d7cb95f59c8aa9beb0ebd11de7ebf78cb35c352bcb8c945a2033cb6c53540b37156fdf2824070d431c752f9f7b029e4ec930c21 From 9c3a9596ae048d95dba742fc00b143b61fccceff Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Tue, 3 Sep 2024 14:01:01 +0200 Subject: [PATCH 21/34] Update to cryptsetup 2.7.5. --- .gitignore | 2 +- cryptsetup-2.7.4.tar.sign | 16 ---------------- cryptsetup-2.7.5.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 5 ++++- sources | 2 +- 5 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 cryptsetup-2.7.4.tar.sign create mode 100644 cryptsetup-2.7.5.tar.sign diff --git a/.gitignore b/.gitignore index 7614475..e784048 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.4.tar.xz +/cryptsetup-2.7.5.tar.xz diff --git a/cryptsetup-2.7.4.tar.sign b/cryptsetup-2.7.4.tar.sign deleted file mode 100644 index 0590596..0000000 --- a/cryptsetup-2.7.4.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmao2IIACgkQ2bBXe9k+ -mPyvyg/9HKVAfgZaUkdY5whMSrYBD4QIzxq0yZSKUObGQEkVpKLQOIknDwFsOor/ -U2E+bMmmvGw6zrJpPWebqHM2+WLxxSzfNhYXR2RIQ2BrtGEp61RvcVgqOgx5Ikz6 -m8RHVFxS7lT4UbYMI5xXokJL2ctiDW4LvsBKYIrP/wGbwde+W50dtnBZnb5p4Krc -H4kSSRebQIhZTKnioGek+UNIA+gAG/bwqG17MaBJYDS2yVHsUk2BslrNUesFFj7W -apuiy95yD00Dt1FES8MZL5eEnfcRe4qSo/4PSIrtE7rR3uBjrIX4mTJMtPpM4COB -x8Uhr9rqANxcRxm21JopS7kS5S7quRUqdYWzgHhCwD9uXdhVzaRHc82Xyg5giUeb -UkYVYQCXUWCG3rORT4Z6JYTiUMspdZywFPYR5lzhsNzazqnjMhymKBDvDRD07pGq -LVEYUiQIx3WJgTdYZ0vhkRorooIe4D7i4rcBEUtqDTtMOZpROVE/9HE/noXCITlz -/8Ve4k8xeTiUItQKNS79amc4u7kUOUAnvfojEUFCY6jsXBLCVDsJYTgs4mK7/PrF -i1/XnLi7a5bkvK3dj0XN8zToG4Meq4A6yv+S1V2c+tBmxH51AbgtfZeiam976PiH -O8JcSart3/xOfQ2UfvF2kNc7EbAUTKQpZjEr3u2UepMWM5HdFJk= -=BZfz ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.7.5.tar.sign b/cryptsetup-2.7.5.tar.sign new file mode 100644 index 0000000..cc00fa3 --- /dev/null +++ b/cryptsetup-2.7.5.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmbW3FUACgkQ2bBXe9k+ +mPwFbA//ZmEE58/+S4mDszoVeBtJAZDpSd0UBm+R6JTqNjwGSQw2KQbRW+qXLWIj +EUKd/xtW8iSDh+cqKFO12RN7BTHMHePt+qB8aw3L1WWbj2rQfLbEv+dQMg36Rweu +AZMR69PDhD8JX2xVV2nD/rrQFHoNfKT9od83QHmaK/knwOvd7ZHJ2sOyMmZvCNE8 +N8/454ERiT8W9hnHxWjsGtkzr81ucGpjbZDYlINaeD728QR64HDHnAkReAHegJt8 +uAejzAz+BGNkSkUFeRLP+3zOYUKBW6Ex/OIBQ4m+rrAR/b3TVNwGPUUAbelHZJWN ++jf+aPzo4Vv1v+Hl92CEbq29czpHyaLRrRNdhs57no7XdUkivJ+gdhr51xjaV9Zq +HnANYLVT+O/PPfFaALg1Qp5hfmhVCaVPLK05ug2qj9jVF0jIahvQsEzq1YfLiZNT +8UtAnV8ULA83GZlh1MDsuEp5815CKjs5dzpUpobStsVIZ6lkHabEFRfxr2Ae+7lw +veqmpNLN1K5+yXA1L8e9BtoxRxeczIS3ImPlYvojpCFgkamwXPqCoI4wVOCbG/Pu +5L1uDk1TAHEgmf4Iy31bPKLDQcv16aLV5S/w4fCWtybbBasax7qNqKTBAIZQp7o2 +C1hkxCcRxaNyMwEoof9myMjv9fn/0xidJ14GlgXpeANbq9jtXQo= +=S6/S +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 25f71e8..4077951 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.4 +Version: 2.7.5 Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 +- Update to cryptsetup 2.7.5. + * Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 - Update to cryptsetup 2.7.4. diff --git a/sources b/sources index 92ee652..6411b72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.4.tar.xz) = 3cc601ab1c4d5fd282f990529d7cb95f59c8aa9beb0ebd11de7ebf78cb35c352bcb8c945a2033cb6c53540b37156fdf2824070d431c752f9f7b029e4ec930c21 +SHA512 (cryptsetup-2.7.5.tar.xz) = 13eca93cdb00a143d2ca60b6f66ede5adc4072ca0c4bfebd8454a3541e69d269fcdb4afc97ad799e87a999b2bd46c1f31fa924a3d616d72a3337970b1e718d55 From 2b9d73bf1679126dc9c32d524cfdcfcd3d046c16 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 14:58:52 +0000 Subject: [PATCH 22/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- cryptsetup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 4077951..abbe6a7 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.7.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 - Update to cryptsetup 2.7.5. From e20cd9935c381be788c31b4eefa032085fe4a16c Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 16 Jun 2025 14:58:02 +0200 Subject: [PATCH 23/34] Update to cryptsetup 2.8.0-rc1. --- .gitignore | 2 +- cryptsetup-2.7.5.tar.sign | 16 ---------------- cryptsetup-2.8.0-rc1.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 13 ++++++++----- sources | 2 +- 5 files changed, 26 insertions(+), 23 deletions(-) delete mode 100644 cryptsetup-2.7.5.tar.sign create mode 100644 cryptsetup-2.8.0-rc1.tar.sign diff --git a/.gitignore b/.gitignore index e784048..debefcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.7.5.tar.xz +/cryptsetup-2.8.0-rc1.tar.xz diff --git a/cryptsetup-2.7.5.tar.sign b/cryptsetup-2.7.5.tar.sign deleted file mode 100644 index cc00fa3..0000000 --- a/cryptsetup-2.7.5.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmbW3FUACgkQ2bBXe9k+ -mPwFbA//ZmEE58/+S4mDszoVeBtJAZDpSd0UBm+R6JTqNjwGSQw2KQbRW+qXLWIj -EUKd/xtW8iSDh+cqKFO12RN7BTHMHePt+qB8aw3L1WWbj2rQfLbEv+dQMg36Rweu -AZMR69PDhD8JX2xVV2nD/rrQFHoNfKT9od83QHmaK/knwOvd7ZHJ2sOyMmZvCNE8 -N8/454ERiT8W9hnHxWjsGtkzr81ucGpjbZDYlINaeD728QR64HDHnAkReAHegJt8 -uAejzAz+BGNkSkUFeRLP+3zOYUKBW6Ex/OIBQ4m+rrAR/b3TVNwGPUUAbelHZJWN -+jf+aPzo4Vv1v+Hl92CEbq29czpHyaLRrRNdhs57no7XdUkivJ+gdhr51xjaV9Zq -HnANYLVT+O/PPfFaALg1Qp5hfmhVCaVPLK05ug2qj9jVF0jIahvQsEzq1YfLiZNT -8UtAnV8ULA83GZlh1MDsuEp5815CKjs5dzpUpobStsVIZ6lkHabEFRfxr2Ae+7lw -veqmpNLN1K5+yXA1L8e9BtoxRxeczIS3ImPlYvojpCFgkamwXPqCoI4wVOCbG/Pu -5L1uDk1TAHEgmf4Iy31bPKLDQcv16aLV5S/w4fCWtybbBasax7qNqKTBAIZQp7o2 -C1hkxCcRxaNyMwEoof9myMjv9fn/0xidJ14GlgXpeANbq9jtXQo= -=S6/S ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.8.0-rc1.tar.sign b/cryptsetup-2.8.0-rc1.tar.sign new file mode 100644 index 0000000..ae25029 --- /dev/null +++ b/cryptsetup-2.8.0-rc1.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmhQDFsACgkQ2bBXe9k+ +mPwisQ//YQmebD7gjHLwcKErE7RryPtiP6C67GoV6etr+77oJvDOZBH0r+VSTp6h +utJA4+4kyzm2P90foC0Mqqtl6LlQfE26CvCYyPpbJ2kcdA8RsO5Yf6xqylI45RQY +XFb+ES47QXRldcPuE1cPg4Xcbx5B75G6FLbigXMp6em0BIfYqGVtmngCYXMGPfJD +twN5ZyC+WL89kAryiL804NYXdF/Au5gAZ03MkQXz8MI+DshXWu4c1kpfks1L6YCW +OEeRJq8VokTQSxwNaW3Zt/Cb6VYb0BQJpQDfW/aZ7YoSrVTmvTb6Jxj4DP0s30Xx +i6dzrCCDaXUYJQJbIqbDB8MllaXILx/YG79ate9AiD411x4AlSblNmHlX94ejGWQ +6sXcYWfw8lyIYNTUmxr1ESU+GhczAk4gnOztgMTbMKH5uaOsjqrziHlhOvzugfnW +BPUX15elwf8ugytxWV3Fx85KrroCNgY0e9WEO+CvspdcE9hl5PfZZJJj9vRrtXml +0Der2x0HkaV6ro7o93TB91VWT+4dKdISgN8uATILQ3F9lB9XC3X+Aeoys4Wd+fdm +9mAYUzmnV0RG/G8CQYKS8f9s+hTncllfTciLscpRHSBUHhaRAl3+RCWa45d5JyZx +GXn4qk3E8TXd83FIgDe8/qRodfqZWFfRV/PGhDeCp9dtFXYgVf4= +=CwCm +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index abbe6a7..dee6a4f 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.5 -Release: 2%{?dist} +Version: 2.8.0~rc1 +Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -16,7 +16,7 @@ Obsoletes: %{name}-reencrypt <= %{version} Provides: %{name}-reencrypt = %{version} %global upstream_version %{version_no_tilde} -Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-%{upstream_version}.tar.xz +Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-%{upstream_version}.tar.xz %description The cryptsetup package contains a utility for setting up @@ -104,19 +104,22 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_libdir}/pkgconfig/libcryptsetup.pc %files libs -f cryptsetup.lang -%license COPYING COPYING.LGPL +%license COPYING docs/licenses/COPYING.LGPL-2.1-or-later-WITH-cryptsetup-OpenSSL-exception %{_libdir}/libcryptsetup.so.* %dir %{_libdir}/%{name}/ %{_tmpfilesdir}/cryptsetup.conf %ghost %attr(700, -, -) %dir /run/cryptsetup %files ssh-token -%license COPYING COPYING.LGPL +%license COPYING docs/licenses/COPYING.LGPL-2.1-or-later-WITH-cryptsetup-OpenSSL-exception %{_libdir}/%{name}/libcryptsetup-token-ssh.so %{_mandir}/man8/cryptsetup-ssh.8.gz %{_sbindir}/cryptsetup-ssh %changelog +* Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 +- Update to cryptsetup 2.8.0-rc1. + * Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 6411b72..b9df399 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.7.5.tar.xz) = 13eca93cdb00a143d2ca60b6f66ede5adc4072ca0c4bfebd8454a3541e69d269fcdb4afc97ad799e87a999b2bd46c1f31fa924a3d616d72a3337970b1e718d55 +SHA512 (cryptsetup-2.8.0-rc1.tar.xz) = a1b405d265ca78bf967dba86e11bf1a1102352a82848f9529f66ba1c5a9cb3665c7fd30250e7ae2552ab76b56ae918a44ece6a65c685cb0e66a798675015cc34 From d18a84d8ae76878278daf63801eed473f7e86d58 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Tue, 24 Jun 2025 17:33:28 +0200 Subject: [PATCH 24/34] Migrate sti tests to tmt. --- {tests/.fmf => .fmf}/version | 0 gating.yaml | 14 ------------- plans/cryptsetup.fmf | 40 ++++++++++++++++++++++++++++++++++++ plans/env.yaml | 3 +++ plans/run-local-tests.sh | 17 +++++++++++++++ tests/provision.fmf | 5 ----- tests/tests.yml | 35 ------------------------------- 7 files changed, 60 insertions(+), 54 deletions(-) rename {tests/.fmf => .fmf}/version (100%) delete mode 100644 gating.yaml create mode 100644 plans/cryptsetup.fmf create mode 100644 plans/env.yaml create mode 100755 plans/run-local-tests.sh delete mode 100644 tests/provision.fmf delete mode 100644 tests/tests.yml diff --git a/tests/.fmf/version b/.fmf/version similarity index 100% rename from tests/.fmf/version rename to .fmf/version diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index bb1d8ee..0000000 --- a/gating.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_contexts: [bodhi_update_push_testing] -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-* -decision_contexts: [bodhi_update_push_stable] -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/plans/cryptsetup.fmf b/plans/cryptsetup.fmf new file mode 100644 index 0000000..a9c4a20 --- /dev/null +++ b/plans/cryptsetup.fmf @@ -0,0 +1,40 @@ +summary: cryptsetup upstream test suite +environment-file: + - plans/env.yaml + +prepare: + - how: feature + epel: enabled + - how: install + package: + - cryptsetup + - cryptsetup-devel + - cryptsetup-ssh-token + - integritysetup + - veritysetup + - gcc + - make + - kernel-headers + - device-mapper-devel + - expect + - keyutils + - jq + - sharutils + - glibc + - vim-common + - sharutils + - openssh + - openssl + - nmap-ncat + - sshpass + - shadow-utils + - koji + +execute: + how: tmt + script: exec plans/run-local-tests.sh + duration: 2h + +provision: + hardware: + memory: ">= 3 GB" diff --git a/plans/env.yaml b/plans/env.yaml new file mode 100644 index 0000000..e49cc03 --- /dev/null +++ b/plans/env.yaml @@ -0,0 +1,3 @@ +--- + CRYPTSETUP_PATH: /sbin + RUN_SSH_PLUGIN_TEST: 1 diff --git a/plans/run-local-tests.sh b/plans/run-local-tests.sh new file mode 100755 index 0000000..3817457 --- /dev/null +++ b/plans/run-local-tests.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +set -eux +set -o pipefail + +if [[ -n "${KOJI_TASK_ID:-}" ]]; then + koji download-task --noprogress --arch="src" "$KOJI_TASK_ID" +else + echo "No koji task ID provided" + exit 1 +fi + +mkdir cryptsetup-sources +rpm2cpio cryptsetup-*.src.rpm | cpio --to-stdout --extract './*.tar.xz' | tar xJ --strip-components=1 -C cryptsetup-sources +pushd cryptsetup-sources/tests +make -f Makefile.localtest tests +popd diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index 952b5a6..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,5 +0,0 @@ ---- -standard-inventory-qcow2: - qemu: - m: 3G - diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index d60e834..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,35 +0,0 @@ -- hosts: localhost - roles: - - role: standard-test-source - tags: - - classic - - role: standard-test-basic - tags: - - classic - tests: - - upstream_test_suite: - dir: source/tests - run: make -f Makefile.localtest tests - environment: - CRYPTSETUP_PATH: /sbin - RUN_SSH_PLUGIN_TEST: 1 - required_packages: - - cryptsetup - - cryptsetup-devel - - cryptsetup-ssh-token - - integritysetup - - veritysetup - - gcc - - make - - kernel-headers - - device-mapper-devel - - expect - - keyutils - - jq - - vim-common - - sharutils - - openssh - - openssl - - nmap-ncat - - sshpass - - shadow-utils From fc6dd0743d0559e6f230f2e099ee6f7df86a7662 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Wed, 25 Jun 2025 10:39:12 +0200 Subject: [PATCH 25/34] Update to cryptsetup 2.8.0 --- .gitignore | 2 +- cryptsetup-2.8.0-rc1.tar.sign | 16 ---------------- cryptsetup-2.8.0.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 5 ++++- sources | 2 +- 5 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 cryptsetup-2.8.0-rc1.tar.sign create mode 100644 cryptsetup-2.8.0.tar.sign diff --git a/.gitignore b/.gitignore index debefcc..c638a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.8.0-rc1.tar.xz +/cryptsetup-2.8.0.tar.xz diff --git a/cryptsetup-2.8.0-rc1.tar.sign b/cryptsetup-2.8.0-rc1.tar.sign deleted file mode 100644 index ae25029..0000000 --- a/cryptsetup-2.8.0-rc1.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmhQDFsACgkQ2bBXe9k+ -mPwisQ//YQmebD7gjHLwcKErE7RryPtiP6C67GoV6etr+77oJvDOZBH0r+VSTp6h -utJA4+4kyzm2P90foC0Mqqtl6LlQfE26CvCYyPpbJ2kcdA8RsO5Yf6xqylI45RQY -XFb+ES47QXRldcPuE1cPg4Xcbx5B75G6FLbigXMp6em0BIfYqGVtmngCYXMGPfJD -twN5ZyC+WL89kAryiL804NYXdF/Au5gAZ03MkQXz8MI+DshXWu4c1kpfks1L6YCW -OEeRJq8VokTQSxwNaW3Zt/Cb6VYb0BQJpQDfW/aZ7YoSrVTmvTb6Jxj4DP0s30Xx -i6dzrCCDaXUYJQJbIqbDB8MllaXILx/YG79ate9AiD411x4AlSblNmHlX94ejGWQ -6sXcYWfw8lyIYNTUmxr1ESU+GhczAk4gnOztgMTbMKH5uaOsjqrziHlhOvzugfnW -BPUX15elwf8ugytxWV3Fx85KrroCNgY0e9WEO+CvspdcE9hl5PfZZJJj9vRrtXml -0Der2x0HkaV6ro7o93TB91VWT+4dKdISgN8uATILQ3F9lB9XC3X+Aeoys4Wd+fdm -9mAYUzmnV0RG/G8CQYKS8f9s+hTncllfTciLscpRHSBUHhaRAl3+RCWa45d5JyZx -GXn4qk3E8TXd83FIgDe8/qRodfqZWFfRV/PGhDeCp9dtFXYgVf4= -=CwCm ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.8.0.tar.sign b/cryptsetup-2.8.0.tar.sign new file mode 100644 index 0000000..1bf750e --- /dev/null +++ b/cryptsetup-2.8.0.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmhaZNcACgkQ2bBXe9k+ +mPzlnQ//QW9L3cA+GZqhKF8tzjXTiKC15f9aljTYyX2vFoSV8B9m1D9UbycYvE0l +oae42flXRUKMSZIBvVydUn3d8Z8D56y5Jcmzt9BGl73EE9SX5b9C8W/z6iICpPpj +JoxMAN16zbV2vdoi0XESQRsVRSxepFQO9NfrGYIyJh23vXFBwOKseDLjuDWKD88N +4tsfrAc5/kpj0rxPqLztgqBuwlbUCIR9oLmbhtHiTNCGyL/ndlMLaWQ1iHr7Ujwn +3Haax9Z2bjNcCSNTeitWE+ICVTYTwFy2lEe1E6gHwqpAbkxsjXxyufcYEjBCFn8E +oZgKxxG+rkNPoo3qCJzlqSXyFW41Qb5BaYjGcG3mCyr6i7Ye8RlSkVsi5lUJQjb2 +GXLp0x69YygxTi2mrjSl0teWR56lHgAyYLMdc5HmsM5C0fYxXlUBfzg8vLdJ0wut +XPllh9g3B2HI41iZnKWw9zXViMB60ZymxfUzMLxybywJqVpi/MzoGhDXsoQqIBq2 +wgLg54V8O93DQpMJXB7N93vm2ASI31figfCdmW47SivPEiISQA9hgpuNwpy1tvG7 +a9Mllytle0ytIYkdqRvMRXwaSAv63Q/pd8MefiivDdj1GOcmkLpo+njsCkp+IoAF ++DWXMcDOS19fuPxMiLPdXf7m0dTZfjMpG5C8uCNpf84LlWcLKEs= +=U/wu +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index dee6a4f..8277849 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.8.0~rc1 +Version: 2.8.0 Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 +- Update to cryptsetup 2.8.0. + * Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 - Update to cryptsetup 2.8.0-rc1. diff --git a/sources b/sources index b9df399..9eebd7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.8.0-rc1.tar.xz) = a1b405d265ca78bf967dba86e11bf1a1102352a82848f9529f66ba1c5a9cb3665c7fd30250e7ae2552ab76b56ae918a44ece6a65c685cb0e66a798675015cc34 +SHA512 (cryptsetup-2.8.0.tar.xz) = 4a41720fdf7f35693b31e68ef6dda7dbdd050252e7f33f3889f9272b708d40b8bde8ecca5e0c917d51bd3f2c82a7bd304829d56bc8ac423ca005155611f42211 From 39d542f69ef490baa31b584a4782e5e55d21cd7e Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Wed, 9 Jul 2025 10:06:02 +0200 Subject: [PATCH 26/34] Simplify tmt tests. let's remove the koji task download step. It would be wrong if we patch tests sources anyway. --- plans/cryptsetup.fmf | 13 +++++++++---- plans/run-local-tests.sh | 11 +---------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/plans/cryptsetup.fmf b/plans/cryptsetup.fmf index a9c4a20..4e29a25 100644 --- a/plans/cryptsetup.fmf +++ b/plans/cryptsetup.fmf @@ -28,12 +28,17 @@ prepare: - nmap-ncat - sshpass - shadow-utils - - koji + +discover: + how: shell + dist-git-source: true + tests: + - name: upstream-tier0 + duration: 2h + test: exec plans/run-local-tests.sh execute: - how: tmt - script: exec plans/run-local-tests.sh - duration: 2h + - how: tmt provision: hardware: diff --git a/plans/run-local-tests.sh b/plans/run-local-tests.sh index 3817457..5468317 100755 --- a/plans/run-local-tests.sh +++ b/plans/run-local-tests.sh @@ -3,15 +3,6 @@ set -eux set -o pipefail -if [[ -n "${KOJI_TASK_ID:-}" ]]; then - koji download-task --noprogress --arch="src" "$KOJI_TASK_ID" -else - echo "No koji task ID provided" - exit 1 -fi - -mkdir cryptsetup-sources -rpm2cpio cryptsetup-*.src.rpm | cpio --to-stdout --extract './*.tar.xz' | tar xJ --strip-components=1 -C cryptsetup-sources -pushd cryptsetup-sources/tests +pushd $TMT_SOURCE_DIR/cryptsetup-*/tests make -f Makefile.localtest tests popd From d648ac497033ffe7a71fad98dec3dfeba4ab8828 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:53:25 +0000 Subject: [PATCH 27/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- cryptsetup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 8277849..595209f 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.8.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 - Update to cryptsetup 2.8.0. From a9c87cf5e73b7dce613e8b505afc2c8917aab2bc Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Wed, 20 Aug 2025 11:22:40 +0200 Subject: [PATCH 28/34] Update to cryptsetup 2.8.1. --- .gitignore | 2 +- cryptsetup-2.8.0.tar.sign | 16 ---------------- cryptsetup-2.8.1.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 7 +++++-- sources | 2 +- 5 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 cryptsetup-2.8.0.tar.sign create mode 100644 cryptsetup-2.8.1.tar.sign diff --git a/.gitignore b/.gitignore index c638a1a..e1655e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.8.0.tar.xz +/cryptsetup-2.8.1.tar.xz diff --git a/cryptsetup-2.8.0.tar.sign b/cryptsetup-2.8.0.tar.sign deleted file mode 100644 index 1bf750e..0000000 --- a/cryptsetup-2.8.0.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmhaZNcACgkQ2bBXe9k+ -mPzlnQ//QW9L3cA+GZqhKF8tzjXTiKC15f9aljTYyX2vFoSV8B9m1D9UbycYvE0l -oae42flXRUKMSZIBvVydUn3d8Z8D56y5Jcmzt9BGl73EE9SX5b9C8W/z6iICpPpj -JoxMAN16zbV2vdoi0XESQRsVRSxepFQO9NfrGYIyJh23vXFBwOKseDLjuDWKD88N -4tsfrAc5/kpj0rxPqLztgqBuwlbUCIR9oLmbhtHiTNCGyL/ndlMLaWQ1iHr7Ujwn -3Haax9Z2bjNcCSNTeitWE+ICVTYTwFy2lEe1E6gHwqpAbkxsjXxyufcYEjBCFn8E -oZgKxxG+rkNPoo3qCJzlqSXyFW41Qb5BaYjGcG3mCyr6i7Ye8RlSkVsi5lUJQjb2 -GXLp0x69YygxTi2mrjSl0teWR56lHgAyYLMdc5HmsM5C0fYxXlUBfzg8vLdJ0wut -XPllh9g3B2HI41iZnKWw9zXViMB60ZymxfUzMLxybywJqVpi/MzoGhDXsoQqIBq2 -wgLg54V8O93DQpMJXB7N93vm2ASI31figfCdmW47SivPEiISQA9hgpuNwpy1tvG7 -a9Mllytle0ytIYkdqRvMRXwaSAv63Q/pd8MefiivDdj1GOcmkLpo+njsCkp+IoAF -+DWXMcDOS19fuPxMiLPdXf7m0dTZfjMpG5C8uCNpf84LlWcLKEs= -=U/wu ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.8.1.tar.sign b/cryptsetup-2.8.1.tar.sign new file mode 100644 index 0000000..4459bed --- /dev/null +++ b/cryptsetup-2.8.1.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmikPjAACgkQ2bBXe9k+ +mPzw4hAAqew2XZt7qfeHXNrx4Qx+5fh8J6kNBByMoBBBoNV778MUeE35hZ57L+0G +fCRJTcWvZX9WUomSY3L/n1h/kGrk/G59clBNXyBo/VlqGy4TnDIyX/5RfN93Ysfr +XzdZptH7PFLnhf6R9Y6bkRTCVdutW6WSW+CTeB6LnQHR97y2Jz/L+qTpExs9ujk9 +FMuMI2bO+i5QaisvAqS7/z0ba18xdgNqplj8DUFygtuJiUeshtW/RHBr21Y762Ut +ZaliJbkww/XbI0CVyjoT0OrgRIpqr1tb1AwPNCU81MgCrB5q5pYOdcGkuRGIGKSG ++BC2qrHqlbNIu8SOu6JZ7mq2gkiyzz+Gg7AuKsvV9HPFkFEd40SIE2xNMxgwZtwB +jW9d07Cg90qGcKLqESwb5bNXRFxw8aBXHaaZraC5mAoYfOXaQAL+FlBtbcsADoFy +7TJEDyqC47nRB7dC0c8Cd7rqZ7nFWenf7oPXK87wFDIRDdv7OTtwD03fQdhy7j6N ++jX1vVH/xRDpEpcUTQyuo3CO/gN5w2TWPKHYFBkAV3qvQOTLKZXQCxyYNfSBfFmJ +IyeRPYb/Euk46jX+xpCeoP540YAL6BoLTHyis5wjjM9jTXTMKFa5ZivrMlWaRKS5 +pp4EIpJlxuE8kGmKvMgPO3kgS4w3akjNpfdkeRWAPKaVVMzBY1Y= +=tRD6 +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 595209f..fc439d9 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.8.0 -Release: 2%{?dist} +Version: 2.8.1 +Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog +* Wed Aug 20 2025 Kristina Hanicova - 2.8.1-1 +- Update to cryptsetup 2.8.1. + * Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 9eebd7c..9832dc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.8.0.tar.xz) = 4a41720fdf7f35693b31e68ef6dda7dbdd050252e7f33f3889f9272b708d40b8bde8ecca5e0c917d51bd3f2c82a7bd304829d56bc8ac423ca005155611f42211 +SHA512 (cryptsetup-2.8.1.tar.xz) = a5171e18c55bfbc57330f2d46ab06b5ac6957392a77aef74c3d1c5295eb39962d1db19ddd3420ea1154d730b361d09e72bf5315c7a3d56eb36cee9c2531bca5d From a529067c727f090089dd8e08d98dd9505cb976b8 Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Thu, 2 Oct 2025 13:34:36 +0200 Subject: [PATCH 29/34] Add rpmautospec. --- changelog | 660 +++++++++++++++++++++++++++++++++++++++++++++++ cryptsetup.spec | 663 +----------------------------------------------- 2 files changed, 662 insertions(+), 661 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1d8a8f0 --- /dev/null +++ b/changelog @@ -0,0 +1,660 @@ +* Wed Aug 20 2025 Kristina Hanicova - 2.8.1-1 +- Update to cryptsetup 2.8.1. + +* Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 +- Update to cryptsetup 2.8.0. + +* Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 +- Update to cryptsetup 2.8.0-rc1. + +* Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 +- Update to cryptsetup 2.7.5. + +* Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 +- Update to cryptsetup 2.7.4. + +* Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 +- Update to cryptsetup 2.7.3. + +* Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 +- Update to cryptsetup 2.7.2. + +* Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 +- Update to cryptsetup 2.7.1. + +* Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 +- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) +- patch: Do not compile unused internal argon2 implementation + +* Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 +- Update to cryptsetup 2.7.0. + +* Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 +- Update to cryptsetup 2.7.0-rc1. + +* Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 +- Update to cryptsetup 2.7.0-rc0. + +* Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 +- Drop libargon2 dependency in RHEL builds + +* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 +- Update to cryptsetup 2.6.1. + +* Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 +- Update to cryptsetup 2.6.0. + +* Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 +- Update to cryptsetup 2.6.0-rc0. + +* Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 +- Update to cryptsetup 2.5.0. + +* Wed Jul 20 2022 Fedora Release Engineering - 2.5.0~rc1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jul 14 2022 Ondrej Kozina - 2.5.0~rc1-1 +- Update to cryptsetup 2.5.0-rc1. + +* Thu Jan 20 2022 Fedora Release Engineering - 2.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 12 2022 Ondrej Kozina - 2.4.3-1 +- Update to cryptsetup 2.4.3. + +* Thu Nov 18 2021 Milan Broz - 2.4.2-1 +- Update to cryptsetup 2.4.2. + +* Fri Sep 17 2021 Ondrej Kozina - 2.4.1-1 +- Update to cryptsetup 2.4.1. + +* Tue Sep 14 2021 Sahana Prasad - 2.4.0-2 +- Rebuilt with OpenSSL 3.0.0 + +* Wed Aug 18 2021 Ondrej Kozina - 2.4.0-1 +- Update to cryptsetup 2.4.0. + +* Fri Jul 30 2021 Milan Broz - 2.4.0~rc1-1 +- Update to cryptsetup 2.4.0-rc1. + +* Wed Jul 21 2021 Fedora Release Engineering - 2.4.0~rc0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 10 2021 Björn Esser - 2.4.0~rc0-2 +- Rebuild for versioned symbols in json-c + +* Fri Jul 02 2021 Ondrej Kozina - 2.4.0~rc0-1 +- Update to cryptsetup 2.4.0-rc0. +- add experimental cryptsetup-ssh token subpackage +- spec file cleanup + +* Fri May 28 2021 Milan Broz - 2.3.6-1 +- Update to cryptsetup 2.3.6. + +* Thu Mar 11 2021 Milan Broz - 2.3.5-2 +- Update to cryptsetup 2.3.5. + +* Tue Jan 26 2021 Fedora Release Engineering - 2.3.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Sep 03 2020 Milan Broz - 2.3.4-1 +- Update to cryptsetup 2.3.4. +- Fix for CVE-2020-14382 (#1874712) + +* Mon Jul 27 2020 Fedora Release Engineering - 2.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu May 28 2020 Ondrej Kozina - 2.3.3-1 +- Update to cryptsetup 2.3.3. + +* Thu Apr 30 2020 Milan Broz - 2.3.2-1 +- Update to cryptsetup 2.3.2. + +* Tue Apr 21 2020 Björn Esser - 2.3.1-4 +- Rebuild (json-c) + +* Thu Apr 16 2020 Milan Broz - 2.3.1-3 +- Fix broken json-c patch (#1824878). + +* Tue Apr 14 2020 Björn Esser - 2.3.1-2 +- Add support for upcoming json-c 0.14.0 +- Use %%make_build, %%make_install and %%autosetup macros + +* Thu Mar 12 2020 Ondrej Kozina - 2.3.1-1 +- Update to cryptsetup 2.3.1. + +* Sun Feb 02 2020 Milan Broz - 2.3.0-1 +- Update to cryptsetup 2.3.0. + +* Tue Jan 28 2020 Fedora Release Engineering - 2.3.0-0.2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Jan 12 2020 Milan Broz - 2.3.0-0.1 +- Update to cryptsetup 2.3.0-rc0. + +* Fri Nov 01 2019 Ondrej Kozina - 2.2.2-1 +- Update to cryptsetup 2.2.2. + +* Fri Sep 06 2019 Ondrej Kozina - 2.2.1-1 +- Update to cryptsetup 2.2.1. + +* Thu Aug 15 2019 Milan Broz - 2.2.0-1 +- Update to cryptsetup 2.2.0. + +* Wed Jul 24 2019 Fedora Release Engineering - 2.2.0-0.3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 14 2019 Ondrej Kozina - 2.2.0-0.2 +- Update to cryptsetup 2.2.0-rc1. + +* Fri May 03 2019 Ondrej Kozina - 2.2.0-0.1 +- Update to cryptsetup 2.2.0-rc0. + +* Thu Apr 04 2019 Kalev Lember - 2.1.0-3 +- Add back python2-cryptsetup and cryptsetup-python3 obsoletes + +* Mon Mar 18 2019 Milan Broz - 2.1.0-2 +- Rebuild for new libargon2 soname. + +* Fri Feb 08 2019 Ondrej Kozina - 2.1.0-1 +- Update to cryptsetup 2.1.0. +- Drop python specific bits from spec file (python was removed + from upstream project) + +* Thu Jan 31 2019 Fedora Release Engineering - 2.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 22 2019 Ondrej Kozina - 2.0.6-2 +- Switch default metadata format to LUKS2. +- Resolves: #1668013 + +* Mon Dec 03 2018 Ondrej Kozina - 2.0.6-1 +- Update to cryptsetup 2.0.6. + +* Mon Oct 29 2018 Ondrej Kozina - 2.0.5-1 +- Update to cryptsetup 2.0.5. + +* Fri Aug 03 2018 Ondrej Kozina - 2.0.4-1 +- Update to cryptsetup 2.0.4. +- patch: Add Fedora system library paths in configure. + +* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-6 +- Remove libgcrypt dependency from cryptsetup-libs package. + +* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-5 +- Replace sed script with --disable-rpath configure option. +- Switch cryptsetup to openssl crypto backend. +- Spec file cleanup. + +* Thu Jul 12 2018 Fedora Release Engineering - 2.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri May 04 2018 Ondrej Kozina - 2.0.3-3 +- Fix obsolete macro for python3 subpackage. + +* Fri May 04 2018 Ondrej Kozina - 2.0.3-2 +- Add missing 'Obsoletes' macros for python subpackages. + +* Fri May 04 2018 Milan Broz - 2.0.3-1 +- Update to cryptsetup 2.0.3. + +* Wed Apr 25 2018 Ondrej Kozina - 2.0.2-3 +- Add conditions for python sub-packages + +* Tue Mar 27 2018 Björn Esser - 2.0.2-2 +- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 + +* Wed Mar 07 2018 Milan Broz - 2.0.2-1 +- Update to cryptsetup 2.0.2. + +* Tue Mar 06 2018 Björn Esser - 2.0.1-3 +- Rebuilt for libjson-c.so.4 (json-c v0.13.1) + +* Wed Feb 07 2018 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Jan 21 2018 Milan Broz - 2.0.1-1 +- Update to cryptsetup 2.0.1. + +* Thu Jan 04 2018 Ondrej Kozina - 2.0.0-3 +- Override locking path to /run/cryptsetup (going to be new default) +- Claim ownership of the locking directory + +* Fri Dec 15 2017 Iryna Shcherbina - 2.0.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Tue Dec 12 2017 Ondrej Kozina - 2.0.0-1 +- Update to cryptsetup 2.0.0 (final). + +* Sun Dec 10 2017 Björn Esser - 2.0.0-0.6 +- Rebuilt for libjson-c.so.3 + +* Mon Nov 20 2017 Milan Broz - 2.0.0-0.5 +- Link to system libargon2 instead of using bundled code. + +* Thu Nov 09 2017 Ondrej Kozina - 2.0.0-0.4 +- Drop the legacy library. + +* Wed Nov 08 2017 Ondrej Kozina - 2.0.0-0.3 +- Temporary build providing legacy library. + +* Tue Nov 07 2017 Ondrej Kozina - 2.0.0-0.2 +- Update to cryptsetup 2.0.0-rc1 (with libcryptsetup soname bump). +- Added integritysetup subpackage. + +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-5 +- Add Provides for the old name without %%_isa + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-4 +- Python 2 binary package renamed to python2-cryptsetup + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.7.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Apr 27 2017 Milan Broz - 1.7.5-1 +- Update to cryptsetup 1.7.5. + +* Wed Mar 15 2017 Milan Broz - 1.7.4-1 +- Update to cryptsetup 1.7.4. + +* Fri Feb 10 2017 Fedora Release Engineering - 1.7.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.7.3-2 +- Rebuild for Python 3.6 + +* Sun Oct 30 2016 Milan Broz - 1.7.3-1 +- Update to cryptsetup 1.7.3. + +* Tue Jul 19 2016 Fedora Release Engineering - 1.7.2-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Mon Jun 13 2016 Milan Broz - 1.7.2-2 +- Rebuilt for compatible symbol changes in glibc. + +* Sat Jun 04 2016 Milan Broz - 1.7.2-1 +- Update to cryptsetup 1.7.2. + +* Sun Feb 28 2016 Milan Broz - 1.7.1-1 +- Update to cryptsetup 1.7.1. + +* Wed Feb 03 2016 Fedora Release Engineering - 1.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Tue Nov 03 2015 Milan Broz - 1.7.0-1 +- Update to cryptsetup 1.7.0. +- Switch to sha256 as default hash. +- Increase default PBKDF2 iteration time to 2 seconds. + +* Tue Sep 08 2015 Milan Broz - 1.6.8-2 +- Update to cryptsetup 1.6.8. + +* Wed Jun 17 2015 Fedora Release Engineering - 1.6.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Mar 23 2015 Milan Broz - 1.6.7-1 +- Update to cryptsetup 1.6.7. +- Remove no longer needed fipscheck library dependence. +- Change URL to new homepage. + +* Sat Aug 16 2014 Milan Broz - 1.6.6-1 +- Update to cryptsetup 1.6.6. + +* Sat Aug 16 2014 Fedora Release Engineering - 1.6.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jul 11 2014 Tom Callaway - 1.6.5-2 +- fix license handling + +* Sun Jun 29 2014 Milan Broz - 1.6.5-1 +- Update to cryptsetup 1.6.5. +- Add cryptsetup-python3 subpackage. + +* Sat Jun 07 2014 Fedora Release Engineering - 1.6.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Mar 02 2014 Milan Broz - 1.6.4-2 +- Require libgcrypt 1.6.1 (with fixed PBKDF2 and Whirlpool hash). + +* Thu Feb 27 2014 Milan Broz - 1.6.4-1 +- Update to cryptsetup 1.6.4. + +* Tue Jan 07 2014 Ondrej Kozina - 1.6.3-2 +- remove useless hmac checksum + +* Fri Dec 13 2013 Milan Broz - 1.6.3-1 +- Update to cryptsetup 1.6.3. + +* Sun Aug 04 2013 Milan Broz - 1.6.2-1 +- Update to cryptsetup 1.6.2. + +* Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sun Mar 31 2013 Milan Broz - 1.6.1-1 +- Update to cryptsetup 1.6.1. +- Install ReleaseNotes files instead of empty Changelog file. + +* Wed Feb 13 2013 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 14 2013 Milan Broz - 1.6.0-1 +- Update to cryptsetup 1.6.0. +- Change default LUKS encryption mode to aes-xts-plain64 (AES128). +- Force use of gcrypt PBKDF2 instead of internal implementation. + +* Sat Dec 29 2012 Milan Broz - 1.6.0-0.1 +- Update to cryptsetup 1.6.0-rc1. +- Relax license to GPLv2+ according to new release. +- Compile cryptsetup with libpwquality support. + +* Tue Oct 16 2012 Milan Broz - 1.5.1-1 +- Update to cryptsetup 1.5.1. + +* Wed Jul 18 2012 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 10 2012 Milan Broz - 1.5.0-1 +- Update to cryptsetup 1.5.0. + +* Wed Jun 20 2012 Milan Broz - 1.5.0-0.2 +- Update to cryptsetup 1.5.0-rc2. +- Add cryptsetup-reencrypt subpackage. + +* Mon Jun 11 2012 Milan Broz - 1.5.0-0.1 +- Update to cryptsetup 1.5.0-rc1. +- Add veritysetup subpackage. +- Move localization files to libs subpackage. + +* Thu May 31 2012 Milan Broz - 1.4.3-2 +- Build with fipscheck (verification in fips mode). +- Clean up spec file, use install to /usr. + +* Thu May 31 2012 Milan Broz - 1.4.3-1 +- Update to cryptsetup 1.4.3. + +* Thu Apr 12 2012 Milan Broz - 1.4.2-1 +- Update to cryptsetup 1.4.2. + +* Fri Jan 13 2012 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Nov 09 2011 Milan Broz - 1.4.1-1 +- Update to cryptsetup 1.4.1. +- Add Python cryptsetup bindings. +- Obsolete separate python-cryptsetup package. + +* Wed Oct 26 2011 Milan Broz - 1.4.0-1 +- Update to cryptsetup 1.4.0. + +* Mon Oct 10 2011 Milan Broz - 1.4.0-0.1 +- Update to cryptsetup 1.4.0-rc1. +- Rename package back from cryptsetup-luks to cryptsetup. + +* Wed Jun 22 2011 Milan Broz - 1.3.1-2 +- Fix return code for status command when device doesn't exist. + +* Tue May 24 2011 Milan Broz - 1.3.1-1 +- Update to cryptsetup 1.3.1. + +* Tue Apr 05 2011 Milan Broz - 1.3.0-1 +- Update to cryptsetup 1.3.0. + +* Tue Mar 22 2011 Milan Broz - 1.3.0-0.2 +- Update to cryptsetup 1.3.0-rc2 + +* Mon Mar 14 2011 Milan Broz - 1.3.0-0.1 +- Update to cryptsetup 1.3.0-rc1 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 20 2010 Milan Broz - 1.2.0-1 +- Update to cryptsetup 1.2.0 + +* Thu Nov 25 2010 Milan Broz - 1.2.0-0.2 +- Fix crypt_activate_by_keyfile() to work with PLAIN devices. + +* Tue Nov 16 2010 Milan Broz - 1.2.0-0.1 +- Add FAQ to documentation. +- Update to cryptsetup 1.2.0-rc1 + +* Sat Jul 03 2010 Milan Broz - 1.1.3-1 +- Update to cryptsetup 1.1.3 + +* Mon Jun 07 2010 Milan Broz - 1.1.2-2 +- Fix alignment ioctl use. +- Fix API activation calls to handle NULL device name. + +* Sun May 30 2010 Milan Broz - 1.1.2-1 +- Update to cryptsetup 1.1.2 +- Fix luksOpen handling of new line char on stdin. + +* Sun May 23 2010 Milan Broz - 1.1.1-1 +- Update to cryptsetup 1.1.1 +- Fix luksClose for stacked LUKS/LVM devices. + +* Mon May 03 2010 Milan Broz - 1.1.1-0.2 +- Update to cryptsetup 1.1.1-rc2. + +* Sat May 01 2010 Milan Broz - 1.1.1-0.1 +- Update to cryptsetup 1.1.1-rc1. + +* Sun Jan 17 2010 Milan Broz - 1.1.0-1 +- Update to cryptsetup 1.1.0. + +* Fri Jan 15 2010 Milan Broz - 1.1.0-0.6 +- Fix gcrypt initialisation. +- Fix backward compatibility for hash algorithm (uppercase). + +* Wed Dec 30 2009 Milan Broz - 1.1.0-0.5 +- Update to cryptsetup 1.1.0-rc4 + +* Mon Nov 16 2009 Milan Broz - 1.1.0-0.4 +- Update to cryptsetup 1.1.0-rc3 + +* Thu Oct 01 2009 Milan Broz - 1.1.0-0.3 +- Update to cryptsetup 1.1.0-rc2 +- Fix libcryptsetup to properly export only versioned symbols. + +* Tue Sep 29 2009 Milan Broz - 1.1.0-0.2 +- Update to cryptsetup 1.1.0-rc1 +- Add luksHeaderBackup and luksHeaderRestore commands. + +* Fri Sep 11 2009 Milan Broz - 1.1.0-0.1 +- Update to new upstream testing version with new API interface. +- Add luksSuspend and luksResume commands. +- Introduce pkgconfig. + +* Fri Jul 24 2009 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jul 22 2009 Milan Broz - 1.0.7-1 +- Update to upstream final release. +- Split libs subpackage. +- Remove rpath setting from cryptsetup binary. + +* Wed Jul 15 2009 Till Maas - 1.0.7-0.2 +- update BR because of libuuid splitout from e2fsprogs + +* Mon Jun 22 2009 Milan Broz - 1.0.7-0.1 +- Update to new upstream 1.0.7-rc1. + +- Wipe old fs headers to not confuse blkid (#468062) +* Tue Feb 24 2009 Fedora Release Engineering - 1.0.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Oct 30 2008 Milan Broz - 1.0.6-6 +- Wipe old fs headers to not confuse blkid (#468062) + +* Tue Sep 23 2008 Milan Broz - 1.0.6-5 +- Change new project home page. +- Print more descriptive messages for initialization errors. +- Refresh patches to versions commited upstream. + +* Sat Sep 06 2008 Milan Broz - 1.0.6-4 +- Fix close of zero decriptor. +- Fix udevsettle delays - use temporary crypt device remapping. + +* Wed May 28 2008 Till Maas - 1.0.6-3 +- remove a duplicate sentence from the manpage (RH #448705) +- add patch metadata about upstream status + +* Tue Apr 15 2008 Bill Nottinghm - 1.0.6-2 +- Add the device to the luksOpen prompt (#433406) +- Use iconv, not recode (#442574) + +* Thu Mar 13 2008 Till Maas - 1.0.6-1 +- Update to latest version +- remove patches that have been merged upstream + +* Mon Mar 03 2008 Till Maas - 1.0.6-0.1.pre2 +- Update to new version with several bugfixes +- remove patches that have been merged upstream +- add patch from cryptsetup newsgroup +- fix typo / missing luksRemoveKey in manpage (patch) + +* Tue Feb 19 2008 Fedora Release Engineering - 1.0.5-9 +- Autorebuild for GCC 4.3 + +* Sat Jan 19 2008 Peter Jones - 1.0.5-8 +- Rebuild for broken deps. + +* Thu Aug 30 2007 Till Maas - 1.0.5-7 +- update URL +- update license tag +- recode ChangeLog from latin1 to uf8 +- add smp_mflags to make + +* Fri Aug 24 2007 Till Maas - 1.0.5-6 +- cleanup BuildRequires: +- removed versions, packages in Fedora are new enough +- changed popt to popt-devel + +* Thu Aug 23 2007 Till Maas - 1.0.5-5 +- fix devel subpackage requires +- remove empty NEWS README +- remove uneeded INSTALL +- remove uneeded ldconfig requires +- add readonly detection patch + +* Wed Aug 08 2007 Till Maas - 1.0.5-4 +- disable patch2, libsepol is now detected by configure +- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib} + +* Fri Jul 27 2007 Till Maas - 1.0.5-3 +- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs + +* Thu Jul 26 2007 Till Maas - 1.0.5-2 +- Use /lib as libdir (#243228) +- sync header and library (#215349) +- do not use %%makeinstall (recommended by PackageGuidelines) +- select sbindir with %%configure instead with make +- add TODO + +* Wed Jun 13 2007 Jeremy Katz - 1.0.5-1 +- update to 1.0.5 + +* Mon Jun 04 2007 Peter Jones - 1.0.3-5 +- Don't build static any more. + +* Mon Feb 05 2007 Alasdair Kergon - 1.0.3-4 +- Add build dependency on new device-mapper-devel package. +- Add preun and post ldconfig requirements. +- Update BuildRoot. + +* Wed Nov 1 2006 Peter Jones - 1.0.3-3 +- Require newer libselinux (#213414) + +* Wed Jul 12 2006 Jesse Keating - 1.0.3-2.1 +- rebuild + +* Wed Jun 7 2006 Jeremy Katz - 1.0.3-2 +- put shared libs in the right subpackages + +* Fri Apr 7 2006 Bill Nottingham 1.0.3-1 +- update to final 1.0.3 + +* Mon Feb 27 2006 Bill Nottingham 1.0.3-0.rc2 +- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658) + +* Wed Feb 22 2006 Bill Nottingham 1.0.3-0.rc1 +- update to 1.0.3rc1, reverts changes to default encryption type + +* Tue Feb 21 2006 Bill Nottingham 1.0.2-1 +- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726) + +* Mon Feb 20 2006 Karsten Hopp 1.0.1-5 +- BuildRequires: libselinux-devel + +* Fri Feb 10 2006 Jesse Keating - 1.0.1-4.2.1 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 1.0.1-4.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Mon Dec 5 2005 Bill Nottingham 1.0.1-4 +- rebuild against new libdevmapper + +* Thu Oct 13 2005 Florian La Roche +- add -lsepol to rebuild on current fc5 + +* Mon Aug 22 2005 Karel Zak 1.0.1-2 +- fix cryptsetup help for isLuks action + +* Fri Jul 1 2005 Bill Nottingham 1.0.1-1 +- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for + piped passwords + +* Thu Jun 16 2005 Bill Nottingham 1.0-2 +- add patch for 32/64 bit compatibility (#160445, ) + +* Tue Mar 29 2005 Bill Nottingham 1.0-1 +- update to 1.0 + +* Thu Mar 10 2005 Bill Nottingham 0.993-1 +- switch to cryptsetup-luks, for LUKS support + +* Tue Oct 12 2004 Bill Nottingham 0.1-4 +- oops, make that *everything* static (#129926) + +* Tue Aug 31 2004 Bill Nottingham 0.1-3 +- link some things static, move to /sbin (#129926) + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri Apr 16 2004 Bill Nottingham 0.1-1 +- initial packaging diff --git a/cryptsetup.spec b/cryptsetup.spec index fc439d9..4f64fac 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.8.1 -Release: 1%{?dist} +Release: %autorelease License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,663 +117,4 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog -* Wed Aug 20 2025 Kristina Hanicova - 2.8.1-1 -- Update to cryptsetup 2.8.1. - -* Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 -- Update to cryptsetup 2.8.0. - -* Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 -- Update to cryptsetup 2.8.0-rc1. - -* Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 -- Update to cryptsetup 2.7.5. - -* Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 -- Update to cryptsetup 2.7.4. - -* Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 -- Update to cryptsetup 2.7.3. - -* Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 -- Update to cryptsetup 2.7.2. - -* Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 -- Update to cryptsetup 2.7.1. - -* Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 -- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) -- patch: Do not compile unused internal argon2 implementation - -* Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 -- Update to cryptsetup 2.7.0. - -* Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 -- Update to cryptsetup 2.7.0-rc1. - -* Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 -- Update to cryptsetup 2.7.0-rc0. - -* Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 -- Drop libargon2 dependency in RHEL builds - -* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 -- Update to cryptsetup 2.6.1. - -* Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 -- Update to cryptsetup 2.6.0. - -* Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 -- Update to cryptsetup 2.6.0-rc0. - -* Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 -- Update to cryptsetup 2.5.0. - -* Wed Jul 20 2022 Fedora Release Engineering - 2.5.0~rc1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Jul 14 2022 Ondrej Kozina - 2.5.0~rc1-1 -- Update to cryptsetup 2.5.0-rc1. - -* Thu Jan 20 2022 Fedora Release Engineering - 2.4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Jan 12 2022 Ondrej Kozina - 2.4.3-1 -- Update to cryptsetup 2.4.3. - -* Thu Nov 18 2021 Milan Broz - 2.4.2-1 -- Update to cryptsetup 2.4.2. - -* Fri Sep 17 2021 Ondrej Kozina - 2.4.1-1 -- Update to cryptsetup 2.4.1. - -* Tue Sep 14 2021 Sahana Prasad - 2.4.0-2 -- Rebuilt with OpenSSL 3.0.0 - -* Wed Aug 18 2021 Ondrej Kozina - 2.4.0-1 -- Update to cryptsetup 2.4.0. - -* Fri Jul 30 2021 Milan Broz - 2.4.0~rc1-1 -- Update to cryptsetup 2.4.0-rc1. - -* Wed Jul 21 2021 Fedora Release Engineering - 2.4.0~rc0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jul 10 2021 Björn Esser - 2.4.0~rc0-2 -- Rebuild for versioned symbols in json-c - -* Fri Jul 02 2021 Ondrej Kozina - 2.4.0~rc0-1 -- Update to cryptsetup 2.4.0-rc0. -- add experimental cryptsetup-ssh token subpackage -- spec file cleanup - -* Fri May 28 2021 Milan Broz - 2.3.6-1 -- Update to cryptsetup 2.3.6. - -* Thu Mar 11 2021 Milan Broz - 2.3.5-2 -- Update to cryptsetup 2.3.5. - -* Tue Jan 26 2021 Fedora Release Engineering - 2.3.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Sep 03 2020 Milan Broz - 2.3.4-1 -- Update to cryptsetup 2.3.4. -- Fix for CVE-2020-14382 (#1874712) - -* Mon Jul 27 2020 Fedora Release Engineering - 2.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu May 28 2020 Ondrej Kozina - 2.3.3-1 -- Update to cryptsetup 2.3.3. - -* Thu Apr 30 2020 Milan Broz - 2.3.2-1 -- Update to cryptsetup 2.3.2. - -* Tue Apr 21 2020 Björn Esser - 2.3.1-4 -- Rebuild (json-c) - -* Thu Apr 16 2020 Milan Broz - 2.3.1-3 -- Fix broken json-c patch (#1824878). - -* Tue Apr 14 2020 Björn Esser - 2.3.1-2 -- Add support for upcoming json-c 0.14.0 -- Use %%make_build, %%make_install and %%autosetup macros - -* Thu Mar 12 2020 Ondrej Kozina - 2.3.1-1 -- Update to cryptsetup 2.3.1. - -* Sun Feb 02 2020 Milan Broz - 2.3.0-1 -- Update to cryptsetup 2.3.0. - -* Tue Jan 28 2020 Fedora Release Engineering - 2.3.0-0.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Jan 12 2020 Milan Broz - 2.3.0-0.1 -- Update to cryptsetup 2.3.0-rc0. - -* Fri Nov 01 2019 Ondrej Kozina - 2.2.2-1 -- Update to cryptsetup 2.2.2. - -* Fri Sep 06 2019 Ondrej Kozina - 2.2.1-1 -- Update to cryptsetup 2.2.1. - -* Thu Aug 15 2019 Milan Broz - 2.2.0-1 -- Update to cryptsetup 2.2.0. - -* Wed Jul 24 2019 Fedora Release Engineering - 2.2.0-0.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 14 2019 Ondrej Kozina - 2.2.0-0.2 -- Update to cryptsetup 2.2.0-rc1. - -* Fri May 03 2019 Ondrej Kozina - 2.2.0-0.1 -- Update to cryptsetup 2.2.0-rc0. - -* Thu Apr 04 2019 Kalev Lember - 2.1.0-3 -- Add back python2-cryptsetup and cryptsetup-python3 obsoletes - -* Mon Mar 18 2019 Milan Broz - 2.1.0-2 -- Rebuild for new libargon2 soname. - -* Fri Feb 08 2019 Ondrej Kozina - 2.1.0-1 -- Update to cryptsetup 2.1.0. -- Drop python specific bits from spec file (python was removed - from upstream project) - -* Thu Jan 31 2019 Fedora Release Engineering - 2.0.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 22 2019 Ondrej Kozina - 2.0.6-2 -- Switch default metadata format to LUKS2. -- Resolves: #1668013 - -* Mon Dec 03 2018 Ondrej Kozina - 2.0.6-1 -- Update to cryptsetup 2.0.6. - -* Mon Oct 29 2018 Ondrej Kozina - 2.0.5-1 -- Update to cryptsetup 2.0.5. - -* Fri Aug 03 2018 Ondrej Kozina - 2.0.4-1 -- Update to cryptsetup 2.0.4. -- patch: Add Fedora system library paths in configure. - -* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-6 -- Remove libgcrypt dependency from cryptsetup-libs package. - -* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-5 -- Replace sed script with --disable-rpath configure option. -- Switch cryptsetup to openssl crypto backend. -- Spec file cleanup. - -* Thu Jul 12 2018 Fedora Release Engineering - 2.0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri May 04 2018 Ondrej Kozina - 2.0.3-3 -- Fix obsolete macro for python3 subpackage. - -* Fri May 04 2018 Ondrej Kozina - 2.0.3-2 -- Add missing 'Obsoletes' macros for python subpackages. - -* Fri May 04 2018 Milan Broz - 2.0.3-1 -- Update to cryptsetup 2.0.3. - -* Wed Apr 25 2018 Ondrej Kozina - 2.0.2-3 -- Add conditions for python sub-packages - -* Tue Mar 27 2018 Björn Esser - 2.0.2-2 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 - -* Wed Mar 07 2018 Milan Broz - 2.0.2-1 -- Update to cryptsetup 2.0.2. - -* Tue Mar 06 2018 Björn Esser - 2.0.1-3 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) - -* Wed Feb 07 2018 Fedora Release Engineering - 2.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Jan 21 2018 Milan Broz - 2.0.1-1 -- Update to cryptsetup 2.0.1. - -* Thu Jan 04 2018 Ondrej Kozina - 2.0.0-3 -- Override locking path to /run/cryptsetup (going to be new default) -- Claim ownership of the locking directory - -* Fri Dec 15 2017 Iryna Shcherbina - 2.0.0-2 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Tue Dec 12 2017 Ondrej Kozina - 2.0.0-1 -- Update to cryptsetup 2.0.0 (final). - -* Sun Dec 10 2017 Björn Esser - 2.0.0-0.6 -- Rebuilt for libjson-c.so.3 - -* Mon Nov 20 2017 Milan Broz - 2.0.0-0.5 -- Link to system libargon2 instead of using bundled code. - -* Thu Nov 09 2017 Ondrej Kozina - 2.0.0-0.4 -- Drop the legacy library. - -* Wed Nov 08 2017 Ondrej Kozina - 2.0.0-0.3 -- Temporary build providing legacy library. - -* Tue Nov 07 2017 Ondrej Kozina - 2.0.0-0.2 -- Update to cryptsetup 2.0.0-rc1 (with libcryptsetup soname bump). -- Added integritysetup subpackage. - -* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-5 -- Add Provides for the old name without %%_isa - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-4 -- Python 2 binary package renamed to python2-cryptsetup - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Wed Aug 02 2017 Fedora Release Engineering - 1.7.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Apr 27 2017 Milan Broz - 1.7.5-1 -- Update to cryptsetup 1.7.5. - -* Wed Mar 15 2017 Milan Broz - 1.7.4-1 -- Update to cryptsetup 1.7.4. - -* Fri Feb 10 2017 Fedora Release Engineering - 1.7.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 1.7.3-2 -- Rebuild for Python 3.6 - -* Sun Oct 30 2016 Milan Broz - 1.7.3-1 -- Update to cryptsetup 1.7.3. - -* Tue Jul 19 2016 Fedora Release Engineering - 1.7.2-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Mon Jun 13 2016 Milan Broz - 1.7.2-2 -- Rebuilt for compatible symbol changes in glibc. - -* Sat Jun 04 2016 Milan Broz - 1.7.2-1 -- Update to cryptsetup 1.7.2. - -* Sun Feb 28 2016 Milan Broz - 1.7.1-1 -- Update to cryptsetup 1.7.1. - -* Wed Feb 03 2016 Fedora Release Engineering - 1.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 1.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Tue Nov 03 2015 Milan Broz - 1.7.0-1 -- Update to cryptsetup 1.7.0. -- Switch to sha256 as default hash. -- Increase default PBKDF2 iteration time to 2 seconds. - -* Tue Sep 08 2015 Milan Broz - 1.6.8-2 -- Update to cryptsetup 1.6.8. - -* Wed Jun 17 2015 Fedora Release Engineering - 1.6.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Mar 23 2015 Milan Broz - 1.6.7-1 -- Update to cryptsetup 1.6.7. -- Remove no longer needed fipscheck library dependence. -- Change URL to new homepage. - -* Sat Aug 16 2014 Milan Broz - 1.6.6-1 -- Update to cryptsetup 1.6.6. - -* Sat Aug 16 2014 Fedora Release Engineering - 1.6.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Jul 11 2014 Tom Callaway - 1.6.5-2 -- fix license handling - -* Sun Jun 29 2014 Milan Broz - 1.6.5-1 -- Update to cryptsetup 1.6.5. -- Add cryptsetup-python3 subpackage. - -* Sat Jun 07 2014 Fedora Release Engineering - 1.6.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Mar 02 2014 Milan Broz - 1.6.4-2 -- Require libgcrypt 1.6.1 (with fixed PBKDF2 and Whirlpool hash). - -* Thu Feb 27 2014 Milan Broz - 1.6.4-1 -- Update to cryptsetup 1.6.4. - -* Tue Jan 07 2014 Ondrej Kozina - 1.6.3-2 -- remove useless hmac checksum - -* Fri Dec 13 2013 Milan Broz - 1.6.3-1 -- Update to cryptsetup 1.6.3. - -* Sun Aug 04 2013 Milan Broz - 1.6.2-1 -- Update to cryptsetup 1.6.2. - -* Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Mar 31 2013 Milan Broz - 1.6.1-1 -- Update to cryptsetup 1.6.1. -- Install ReleaseNotes files instead of empty Changelog file. - -* Wed Feb 13 2013 Fedora Release Engineering - 1.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Jan 14 2013 Milan Broz - 1.6.0-1 -- Update to cryptsetup 1.6.0. -- Change default LUKS encryption mode to aes-xts-plain64 (AES128). -- Force use of gcrypt PBKDF2 instead of internal implementation. - -* Sat Dec 29 2012 Milan Broz - 1.6.0-0.1 -- Update to cryptsetup 1.6.0-rc1. -- Relax license to GPLv2+ according to new release. -- Compile cryptsetup with libpwquality support. - -* Tue Oct 16 2012 Milan Broz - 1.5.1-1 -- Update to cryptsetup 1.5.1. - -* Wed Jul 18 2012 Fedora Release Engineering - 1.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Jul 10 2012 Milan Broz - 1.5.0-1 -- Update to cryptsetup 1.5.0. - -* Wed Jun 20 2012 Milan Broz - 1.5.0-0.2 -- Update to cryptsetup 1.5.0-rc2. -- Add cryptsetup-reencrypt subpackage. - -* Mon Jun 11 2012 Milan Broz - 1.5.0-0.1 -- Update to cryptsetup 1.5.0-rc1. -- Add veritysetup subpackage. -- Move localization files to libs subpackage. - -* Thu May 31 2012 Milan Broz - 1.4.3-2 -- Build with fipscheck (verification in fips mode). -- Clean up spec file, use install to /usr. - -* Thu May 31 2012 Milan Broz - 1.4.3-1 -- Update to cryptsetup 1.4.3. - -* Thu Apr 12 2012 Milan Broz - 1.4.2-1 -- Update to cryptsetup 1.4.2. - -* Fri Jan 13 2012 Fedora Release Engineering - 1.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Nov 09 2011 Milan Broz - 1.4.1-1 -- Update to cryptsetup 1.4.1. -- Add Python cryptsetup bindings. -- Obsolete separate python-cryptsetup package. - -* Wed Oct 26 2011 Milan Broz - 1.4.0-1 -- Update to cryptsetup 1.4.0. - -* Mon Oct 10 2011 Milan Broz - 1.4.0-0.1 -- Update to cryptsetup 1.4.0-rc1. -- Rename package back from cryptsetup-luks to cryptsetup. - -* Wed Jun 22 2011 Milan Broz - 1.3.1-2 -- Fix return code for status command when device doesn't exist. - -* Tue May 24 2011 Milan Broz - 1.3.1-1 -- Update to cryptsetup 1.3.1. - -* Tue Apr 05 2011 Milan Broz - 1.3.0-1 -- Update to cryptsetup 1.3.0. - -* Tue Mar 22 2011 Milan Broz - 1.3.0-0.2 -- Update to cryptsetup 1.3.0-rc2 - -* Mon Mar 14 2011 Milan Broz - 1.3.0-0.1 -- Update to cryptsetup 1.3.0-rc1 - -* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Dec 20 2010 Milan Broz - 1.2.0-1 -- Update to cryptsetup 1.2.0 - -* Thu Nov 25 2010 Milan Broz - 1.2.0-0.2 -- Fix crypt_activate_by_keyfile() to work with PLAIN devices. - -* Tue Nov 16 2010 Milan Broz - 1.2.0-0.1 -- Add FAQ to documentation. -- Update to cryptsetup 1.2.0-rc1 - -* Sat Jul 03 2010 Milan Broz - 1.1.3-1 -- Update to cryptsetup 1.1.3 - -* Mon Jun 07 2010 Milan Broz - 1.1.2-2 -- Fix alignment ioctl use. -- Fix API activation calls to handle NULL device name. - -* Sun May 30 2010 Milan Broz - 1.1.2-1 -- Update to cryptsetup 1.1.2 -- Fix luksOpen handling of new line char on stdin. - -* Sun May 23 2010 Milan Broz - 1.1.1-1 -- Update to cryptsetup 1.1.1 -- Fix luksClose for stacked LUKS/LVM devices. - -* Mon May 03 2010 Milan Broz - 1.1.1-0.2 -- Update to cryptsetup 1.1.1-rc2. - -* Sat May 01 2010 Milan Broz - 1.1.1-0.1 -- Update to cryptsetup 1.1.1-rc1. - -* Sun Jan 17 2010 Milan Broz - 1.1.0-1 -- Update to cryptsetup 1.1.0. - -* Fri Jan 15 2010 Milan Broz - 1.1.0-0.6 -- Fix gcrypt initialisation. -- Fix backward compatibility for hash algorithm (uppercase). - -* Wed Dec 30 2009 Milan Broz - 1.1.0-0.5 -- Update to cryptsetup 1.1.0-rc4 - -* Mon Nov 16 2009 Milan Broz - 1.1.0-0.4 -- Update to cryptsetup 1.1.0-rc3 - -* Thu Oct 01 2009 Milan Broz - 1.1.0-0.3 -- Update to cryptsetup 1.1.0-rc2 -- Fix libcryptsetup to properly export only versioned symbols. - -* Tue Sep 29 2009 Milan Broz - 1.1.0-0.2 -- Update to cryptsetup 1.1.0-rc1 -- Add luksHeaderBackup and luksHeaderRestore commands. - -* Fri Sep 11 2009 Milan Broz - 1.1.0-0.1 -- Update to new upstream testing version with new API interface. -- Add luksSuspend and luksResume commands. -- Introduce pkgconfig. - -* Fri Jul 24 2009 Fedora Release Engineering - 1.0.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Jul 22 2009 Milan Broz - 1.0.7-1 -- Update to upstream final release. -- Split libs subpackage. -- Remove rpath setting from cryptsetup binary. - -* Wed Jul 15 2009 Till Maas - 1.0.7-0.2 -- update BR because of libuuid splitout from e2fsprogs - -* Mon Jun 22 2009 Milan Broz - 1.0.7-0.1 -- Update to new upstream 1.0.7-rc1. - -- Wipe old fs headers to not confuse blkid (#468062) -* Tue Feb 24 2009 Fedora Release Engineering - 1.0.6-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Oct 30 2008 Milan Broz - 1.0.6-6 -- Wipe old fs headers to not confuse blkid (#468062) - -* Tue Sep 23 2008 Milan Broz - 1.0.6-5 -- Change new project home page. -- Print more descriptive messages for initialization errors. -- Refresh patches to versions commited upstream. - -* Sat Sep 06 2008 Milan Broz - 1.0.6-4 -- Fix close of zero decriptor. -- Fix udevsettle delays - use temporary crypt device remapping. - -* Wed May 28 2008 Till Maas - 1.0.6-3 -- remove a duplicate sentence from the manpage (RH #448705) -- add patch metadata about upstream status - -* Tue Apr 15 2008 Bill Nottinghm - 1.0.6-2 -- Add the device to the luksOpen prompt (#433406) -- Use iconv, not recode (#442574) - -* Thu Mar 13 2008 Till Maas - 1.0.6-1 -- Update to latest version -- remove patches that have been merged upstream - -* Mon Mar 03 2008 Till Maas - 1.0.6-0.1.pre2 -- Update to new version with several bugfixes -- remove patches that have been merged upstream -- add patch from cryptsetup newsgroup -- fix typo / missing luksRemoveKey in manpage (patch) - -* Tue Feb 19 2008 Fedora Release Engineering - 1.0.5-9 -- Autorebuild for GCC 4.3 - -* Sat Jan 19 2008 Peter Jones - 1.0.5-8 -- Rebuild for broken deps. - -* Thu Aug 30 2007 Till Maas - 1.0.5-7 -- update URL -- update license tag -- recode ChangeLog from latin1 to uf8 -- add smp_mflags to make - -* Fri Aug 24 2007 Till Maas - 1.0.5-6 -- cleanup BuildRequires: -- removed versions, packages in Fedora are new enough -- changed popt to popt-devel - -* Thu Aug 23 2007 Till Maas - 1.0.5-5 -- fix devel subpackage requires -- remove empty NEWS README -- remove uneeded INSTALL -- remove uneeded ldconfig requires -- add readonly detection patch - -* Wed Aug 08 2007 Till Maas - 1.0.5-4 -- disable patch2, libsepol is now detected by configure -- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib} - -* Fri Jul 27 2007 Till Maas - 1.0.5-3 -- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs - -* Thu Jul 26 2007 Till Maas - 1.0.5-2 -- Use /lib as libdir (#243228) -- sync header and library (#215349) -- do not use %%makeinstall (recommended by PackageGuidelines) -- select sbindir with %%configure instead with make -- add TODO - -* Wed Jun 13 2007 Jeremy Katz - 1.0.5-1 -- update to 1.0.5 - -* Mon Jun 04 2007 Peter Jones - 1.0.3-5 -- Don't build static any more. - -* Mon Feb 05 2007 Alasdair Kergon - 1.0.3-4 -- Add build dependency on new device-mapper-devel package. -- Add preun and post ldconfig requirements. -- Update BuildRoot. - -* Wed Nov 1 2006 Peter Jones - 1.0.3-3 -- Require newer libselinux (#213414) - -* Wed Jul 12 2006 Jesse Keating - 1.0.3-2.1 -- rebuild - -* Wed Jun 7 2006 Jeremy Katz - 1.0.3-2 -- put shared libs in the right subpackages - -* Fri Apr 7 2006 Bill Nottingham 1.0.3-1 -- update to final 1.0.3 - -* Mon Feb 27 2006 Bill Nottingham 1.0.3-0.rc2 -- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658) - -* Wed Feb 22 2006 Bill Nottingham 1.0.3-0.rc1 -- update to 1.0.3rc1, reverts changes to default encryption type - -* Tue Feb 21 2006 Bill Nottingham 1.0.2-1 -- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726) - -* Mon Feb 20 2006 Karsten Hopp 1.0.1-5 -- BuildRequires: libselinux-devel - -* Fri Feb 10 2006 Jesse Keating - 1.0.1-4.2.1 -- bump again for double-long bug on ppc(64) - -* Tue Feb 07 2006 Jesse Keating - 1.0.1-4.2 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Mon Dec 5 2005 Bill Nottingham 1.0.1-4 -- rebuild against new libdevmapper - -* Thu Oct 13 2005 Florian La Roche -- add -lsepol to rebuild on current fc5 - -* Mon Aug 22 2005 Karel Zak 1.0.1-2 -- fix cryptsetup help for isLuks action - -* Fri Jul 1 2005 Bill Nottingham 1.0.1-1 -- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for - piped passwords - -* Thu Jun 16 2005 Bill Nottingham 1.0-2 -- add patch for 32/64 bit compatibility (#160445, ) - -* Tue Mar 29 2005 Bill Nottingham 1.0-1 -- update to 1.0 - -* Thu Mar 10 2005 Bill Nottingham 0.993-1 -- switch to cryptsetup-luks, for LUKS support - -* Tue Oct 12 2004 Bill Nottingham 0.1-4 -- oops, make that *everything* static (#129926) - -* Tue Aug 31 2004 Bill Nottingham 0.1-3 -- link some things static, move to /sbin (#129926) - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Fri Apr 16 2004 Bill Nottingham 0.1-1 -- initial packaging +%autochangelog From 0e00f1ede7abd90cbeee8502babd933bb36422c0 Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Thu, 2 Oct 2025 13:46:17 +0200 Subject: [PATCH 30/34] Revert "Add rpmautospec." This reverts commit a529067c727f090089dd8e08d98dd9505cb976b8. --- changelog | 660 ----------------------------------------------- cryptsetup.spec | 663 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 661 insertions(+), 662 deletions(-) delete mode 100644 changelog diff --git a/changelog b/changelog deleted file mode 100644 index 1d8a8f0..0000000 --- a/changelog +++ /dev/null @@ -1,660 +0,0 @@ -* Wed Aug 20 2025 Kristina Hanicova - 2.8.1-1 -- Update to cryptsetup 2.8.1. - -* Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 -- Update to cryptsetup 2.8.0. - -* Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 -- Update to cryptsetup 2.8.0-rc1. - -* Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 -- Update to cryptsetup 2.7.5. - -* Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 -- Update to cryptsetup 2.7.4. - -* Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 -- Update to cryptsetup 2.7.3. - -* Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 -- Update to cryptsetup 2.7.2. - -* Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 -- Update to cryptsetup 2.7.1. - -* Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 -- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) -- patch: Do not compile unused internal argon2 implementation - -* Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 -- Update to cryptsetup 2.7.0. - -* Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 -- Update to cryptsetup 2.7.0-rc1. - -* Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 -- Update to cryptsetup 2.7.0-rc0. - -* Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 -- Drop libargon2 dependency in RHEL builds - -* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 -- Update to cryptsetup 2.6.1. - -* Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 -- Update to cryptsetup 2.6.0. - -* Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 -- Update to cryptsetup 2.6.0-rc0. - -* Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 -- Update to cryptsetup 2.5.0. - -* Wed Jul 20 2022 Fedora Release Engineering - 2.5.0~rc1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Jul 14 2022 Ondrej Kozina - 2.5.0~rc1-1 -- Update to cryptsetup 2.5.0-rc1. - -* Thu Jan 20 2022 Fedora Release Engineering - 2.4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Jan 12 2022 Ondrej Kozina - 2.4.3-1 -- Update to cryptsetup 2.4.3. - -* Thu Nov 18 2021 Milan Broz - 2.4.2-1 -- Update to cryptsetup 2.4.2. - -* Fri Sep 17 2021 Ondrej Kozina - 2.4.1-1 -- Update to cryptsetup 2.4.1. - -* Tue Sep 14 2021 Sahana Prasad - 2.4.0-2 -- Rebuilt with OpenSSL 3.0.0 - -* Wed Aug 18 2021 Ondrej Kozina - 2.4.0-1 -- Update to cryptsetup 2.4.0. - -* Fri Jul 30 2021 Milan Broz - 2.4.0~rc1-1 -- Update to cryptsetup 2.4.0-rc1. - -* Wed Jul 21 2021 Fedora Release Engineering - 2.4.0~rc0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jul 10 2021 Björn Esser - 2.4.0~rc0-2 -- Rebuild for versioned symbols in json-c - -* Fri Jul 02 2021 Ondrej Kozina - 2.4.0~rc0-1 -- Update to cryptsetup 2.4.0-rc0. -- add experimental cryptsetup-ssh token subpackage -- spec file cleanup - -* Fri May 28 2021 Milan Broz - 2.3.6-1 -- Update to cryptsetup 2.3.6. - -* Thu Mar 11 2021 Milan Broz - 2.3.5-2 -- Update to cryptsetup 2.3.5. - -* Tue Jan 26 2021 Fedora Release Engineering - 2.3.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Sep 03 2020 Milan Broz - 2.3.4-1 -- Update to cryptsetup 2.3.4. -- Fix for CVE-2020-14382 (#1874712) - -* Mon Jul 27 2020 Fedora Release Engineering - 2.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu May 28 2020 Ondrej Kozina - 2.3.3-1 -- Update to cryptsetup 2.3.3. - -* Thu Apr 30 2020 Milan Broz - 2.3.2-1 -- Update to cryptsetup 2.3.2. - -* Tue Apr 21 2020 Björn Esser - 2.3.1-4 -- Rebuild (json-c) - -* Thu Apr 16 2020 Milan Broz - 2.3.1-3 -- Fix broken json-c patch (#1824878). - -* Tue Apr 14 2020 Björn Esser - 2.3.1-2 -- Add support for upcoming json-c 0.14.0 -- Use %%make_build, %%make_install and %%autosetup macros - -* Thu Mar 12 2020 Ondrej Kozina - 2.3.1-1 -- Update to cryptsetup 2.3.1. - -* Sun Feb 02 2020 Milan Broz - 2.3.0-1 -- Update to cryptsetup 2.3.0. - -* Tue Jan 28 2020 Fedora Release Engineering - 2.3.0-0.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Jan 12 2020 Milan Broz - 2.3.0-0.1 -- Update to cryptsetup 2.3.0-rc0. - -* Fri Nov 01 2019 Ondrej Kozina - 2.2.2-1 -- Update to cryptsetup 2.2.2. - -* Fri Sep 06 2019 Ondrej Kozina - 2.2.1-1 -- Update to cryptsetup 2.2.1. - -* Thu Aug 15 2019 Milan Broz - 2.2.0-1 -- Update to cryptsetup 2.2.0. - -* Wed Jul 24 2019 Fedora Release Engineering - 2.2.0-0.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 14 2019 Ondrej Kozina - 2.2.0-0.2 -- Update to cryptsetup 2.2.0-rc1. - -* Fri May 03 2019 Ondrej Kozina - 2.2.0-0.1 -- Update to cryptsetup 2.2.0-rc0. - -* Thu Apr 04 2019 Kalev Lember - 2.1.0-3 -- Add back python2-cryptsetup and cryptsetup-python3 obsoletes - -* Mon Mar 18 2019 Milan Broz - 2.1.0-2 -- Rebuild for new libargon2 soname. - -* Fri Feb 08 2019 Ondrej Kozina - 2.1.0-1 -- Update to cryptsetup 2.1.0. -- Drop python specific bits from spec file (python was removed - from upstream project) - -* Thu Jan 31 2019 Fedora Release Engineering - 2.0.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 22 2019 Ondrej Kozina - 2.0.6-2 -- Switch default metadata format to LUKS2. -- Resolves: #1668013 - -* Mon Dec 03 2018 Ondrej Kozina - 2.0.6-1 -- Update to cryptsetup 2.0.6. - -* Mon Oct 29 2018 Ondrej Kozina - 2.0.5-1 -- Update to cryptsetup 2.0.5. - -* Fri Aug 03 2018 Ondrej Kozina - 2.0.4-1 -- Update to cryptsetup 2.0.4. -- patch: Add Fedora system library paths in configure. - -* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-6 -- Remove libgcrypt dependency from cryptsetup-libs package. - -* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-5 -- Replace sed script with --disable-rpath configure option. -- Switch cryptsetup to openssl crypto backend. -- Spec file cleanup. - -* Thu Jul 12 2018 Fedora Release Engineering - 2.0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri May 04 2018 Ondrej Kozina - 2.0.3-3 -- Fix obsolete macro for python3 subpackage. - -* Fri May 04 2018 Ondrej Kozina - 2.0.3-2 -- Add missing 'Obsoletes' macros for python subpackages. - -* Fri May 04 2018 Milan Broz - 2.0.3-1 -- Update to cryptsetup 2.0.3. - -* Wed Apr 25 2018 Ondrej Kozina - 2.0.2-3 -- Add conditions for python sub-packages - -* Tue Mar 27 2018 Björn Esser - 2.0.2-2 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 - -* Wed Mar 07 2018 Milan Broz - 2.0.2-1 -- Update to cryptsetup 2.0.2. - -* Tue Mar 06 2018 Björn Esser - 2.0.1-3 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) - -* Wed Feb 07 2018 Fedora Release Engineering - 2.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Jan 21 2018 Milan Broz - 2.0.1-1 -- Update to cryptsetup 2.0.1. - -* Thu Jan 04 2018 Ondrej Kozina - 2.0.0-3 -- Override locking path to /run/cryptsetup (going to be new default) -- Claim ownership of the locking directory - -* Fri Dec 15 2017 Iryna Shcherbina - 2.0.0-2 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Tue Dec 12 2017 Ondrej Kozina - 2.0.0-1 -- Update to cryptsetup 2.0.0 (final). - -* Sun Dec 10 2017 Björn Esser - 2.0.0-0.6 -- Rebuilt for libjson-c.so.3 - -* Mon Nov 20 2017 Milan Broz - 2.0.0-0.5 -- Link to system libargon2 instead of using bundled code. - -* Thu Nov 09 2017 Ondrej Kozina - 2.0.0-0.4 -- Drop the legacy library. - -* Wed Nov 08 2017 Ondrej Kozina - 2.0.0-0.3 -- Temporary build providing legacy library. - -* Tue Nov 07 2017 Ondrej Kozina - 2.0.0-0.2 -- Update to cryptsetup 2.0.0-rc1 (with libcryptsetup soname bump). -- Added integritysetup subpackage. - -* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-5 -- Add Provides for the old name without %%_isa - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-4 -- Python 2 binary package renamed to python2-cryptsetup - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Wed Aug 02 2017 Fedora Release Engineering - 1.7.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Apr 27 2017 Milan Broz - 1.7.5-1 -- Update to cryptsetup 1.7.5. - -* Wed Mar 15 2017 Milan Broz - 1.7.4-1 -- Update to cryptsetup 1.7.4. - -* Fri Feb 10 2017 Fedora Release Engineering - 1.7.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 1.7.3-2 -- Rebuild for Python 3.6 - -* Sun Oct 30 2016 Milan Broz - 1.7.3-1 -- Update to cryptsetup 1.7.3. - -* Tue Jul 19 2016 Fedora Release Engineering - 1.7.2-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Mon Jun 13 2016 Milan Broz - 1.7.2-2 -- Rebuilt for compatible symbol changes in glibc. - -* Sat Jun 04 2016 Milan Broz - 1.7.2-1 -- Update to cryptsetup 1.7.2. - -* Sun Feb 28 2016 Milan Broz - 1.7.1-1 -- Update to cryptsetup 1.7.1. - -* Wed Feb 03 2016 Fedora Release Engineering - 1.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 1.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Tue Nov 03 2015 Milan Broz - 1.7.0-1 -- Update to cryptsetup 1.7.0. -- Switch to sha256 as default hash. -- Increase default PBKDF2 iteration time to 2 seconds. - -* Tue Sep 08 2015 Milan Broz - 1.6.8-2 -- Update to cryptsetup 1.6.8. - -* Wed Jun 17 2015 Fedora Release Engineering - 1.6.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Mar 23 2015 Milan Broz - 1.6.7-1 -- Update to cryptsetup 1.6.7. -- Remove no longer needed fipscheck library dependence. -- Change URL to new homepage. - -* Sat Aug 16 2014 Milan Broz - 1.6.6-1 -- Update to cryptsetup 1.6.6. - -* Sat Aug 16 2014 Fedora Release Engineering - 1.6.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Jul 11 2014 Tom Callaway - 1.6.5-2 -- fix license handling - -* Sun Jun 29 2014 Milan Broz - 1.6.5-1 -- Update to cryptsetup 1.6.5. -- Add cryptsetup-python3 subpackage. - -* Sat Jun 07 2014 Fedora Release Engineering - 1.6.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Mar 02 2014 Milan Broz - 1.6.4-2 -- Require libgcrypt 1.6.1 (with fixed PBKDF2 and Whirlpool hash). - -* Thu Feb 27 2014 Milan Broz - 1.6.4-1 -- Update to cryptsetup 1.6.4. - -* Tue Jan 07 2014 Ondrej Kozina - 1.6.3-2 -- remove useless hmac checksum - -* Fri Dec 13 2013 Milan Broz - 1.6.3-1 -- Update to cryptsetup 1.6.3. - -* Sun Aug 04 2013 Milan Broz - 1.6.2-1 -- Update to cryptsetup 1.6.2. - -* Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Mar 31 2013 Milan Broz - 1.6.1-1 -- Update to cryptsetup 1.6.1. -- Install ReleaseNotes files instead of empty Changelog file. - -* Wed Feb 13 2013 Fedora Release Engineering - 1.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Jan 14 2013 Milan Broz - 1.6.0-1 -- Update to cryptsetup 1.6.0. -- Change default LUKS encryption mode to aes-xts-plain64 (AES128). -- Force use of gcrypt PBKDF2 instead of internal implementation. - -* Sat Dec 29 2012 Milan Broz - 1.6.0-0.1 -- Update to cryptsetup 1.6.0-rc1. -- Relax license to GPLv2+ according to new release. -- Compile cryptsetup with libpwquality support. - -* Tue Oct 16 2012 Milan Broz - 1.5.1-1 -- Update to cryptsetup 1.5.1. - -* Wed Jul 18 2012 Fedora Release Engineering - 1.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Jul 10 2012 Milan Broz - 1.5.0-1 -- Update to cryptsetup 1.5.0. - -* Wed Jun 20 2012 Milan Broz - 1.5.0-0.2 -- Update to cryptsetup 1.5.0-rc2. -- Add cryptsetup-reencrypt subpackage. - -* Mon Jun 11 2012 Milan Broz - 1.5.0-0.1 -- Update to cryptsetup 1.5.0-rc1. -- Add veritysetup subpackage. -- Move localization files to libs subpackage. - -* Thu May 31 2012 Milan Broz - 1.4.3-2 -- Build with fipscheck (verification in fips mode). -- Clean up spec file, use install to /usr. - -* Thu May 31 2012 Milan Broz - 1.4.3-1 -- Update to cryptsetup 1.4.3. - -* Thu Apr 12 2012 Milan Broz - 1.4.2-1 -- Update to cryptsetup 1.4.2. - -* Fri Jan 13 2012 Fedora Release Engineering - 1.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Nov 09 2011 Milan Broz - 1.4.1-1 -- Update to cryptsetup 1.4.1. -- Add Python cryptsetup bindings. -- Obsolete separate python-cryptsetup package. - -* Wed Oct 26 2011 Milan Broz - 1.4.0-1 -- Update to cryptsetup 1.4.0. - -* Mon Oct 10 2011 Milan Broz - 1.4.0-0.1 -- Update to cryptsetup 1.4.0-rc1. -- Rename package back from cryptsetup-luks to cryptsetup. - -* Wed Jun 22 2011 Milan Broz - 1.3.1-2 -- Fix return code for status command when device doesn't exist. - -* Tue May 24 2011 Milan Broz - 1.3.1-1 -- Update to cryptsetup 1.3.1. - -* Tue Apr 05 2011 Milan Broz - 1.3.0-1 -- Update to cryptsetup 1.3.0. - -* Tue Mar 22 2011 Milan Broz - 1.3.0-0.2 -- Update to cryptsetup 1.3.0-rc2 - -* Mon Mar 14 2011 Milan Broz - 1.3.0-0.1 -- Update to cryptsetup 1.3.0-rc1 - -* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Dec 20 2010 Milan Broz - 1.2.0-1 -- Update to cryptsetup 1.2.0 - -* Thu Nov 25 2010 Milan Broz - 1.2.0-0.2 -- Fix crypt_activate_by_keyfile() to work with PLAIN devices. - -* Tue Nov 16 2010 Milan Broz - 1.2.0-0.1 -- Add FAQ to documentation. -- Update to cryptsetup 1.2.0-rc1 - -* Sat Jul 03 2010 Milan Broz - 1.1.3-1 -- Update to cryptsetup 1.1.3 - -* Mon Jun 07 2010 Milan Broz - 1.1.2-2 -- Fix alignment ioctl use. -- Fix API activation calls to handle NULL device name. - -* Sun May 30 2010 Milan Broz - 1.1.2-1 -- Update to cryptsetup 1.1.2 -- Fix luksOpen handling of new line char on stdin. - -* Sun May 23 2010 Milan Broz - 1.1.1-1 -- Update to cryptsetup 1.1.1 -- Fix luksClose for stacked LUKS/LVM devices. - -* Mon May 03 2010 Milan Broz - 1.1.1-0.2 -- Update to cryptsetup 1.1.1-rc2. - -* Sat May 01 2010 Milan Broz - 1.1.1-0.1 -- Update to cryptsetup 1.1.1-rc1. - -* Sun Jan 17 2010 Milan Broz - 1.1.0-1 -- Update to cryptsetup 1.1.0. - -* Fri Jan 15 2010 Milan Broz - 1.1.0-0.6 -- Fix gcrypt initialisation. -- Fix backward compatibility for hash algorithm (uppercase). - -* Wed Dec 30 2009 Milan Broz - 1.1.0-0.5 -- Update to cryptsetup 1.1.0-rc4 - -* Mon Nov 16 2009 Milan Broz - 1.1.0-0.4 -- Update to cryptsetup 1.1.0-rc3 - -* Thu Oct 01 2009 Milan Broz - 1.1.0-0.3 -- Update to cryptsetup 1.1.0-rc2 -- Fix libcryptsetup to properly export only versioned symbols. - -* Tue Sep 29 2009 Milan Broz - 1.1.0-0.2 -- Update to cryptsetup 1.1.0-rc1 -- Add luksHeaderBackup and luksHeaderRestore commands. - -* Fri Sep 11 2009 Milan Broz - 1.1.0-0.1 -- Update to new upstream testing version with new API interface. -- Add luksSuspend and luksResume commands. -- Introduce pkgconfig. - -* Fri Jul 24 2009 Fedora Release Engineering - 1.0.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Jul 22 2009 Milan Broz - 1.0.7-1 -- Update to upstream final release. -- Split libs subpackage. -- Remove rpath setting from cryptsetup binary. - -* Wed Jul 15 2009 Till Maas - 1.0.7-0.2 -- update BR because of libuuid splitout from e2fsprogs - -* Mon Jun 22 2009 Milan Broz - 1.0.7-0.1 -- Update to new upstream 1.0.7-rc1. - -- Wipe old fs headers to not confuse blkid (#468062) -* Tue Feb 24 2009 Fedora Release Engineering - 1.0.6-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Oct 30 2008 Milan Broz - 1.0.6-6 -- Wipe old fs headers to not confuse blkid (#468062) - -* Tue Sep 23 2008 Milan Broz - 1.0.6-5 -- Change new project home page. -- Print more descriptive messages for initialization errors. -- Refresh patches to versions commited upstream. - -* Sat Sep 06 2008 Milan Broz - 1.0.6-4 -- Fix close of zero decriptor. -- Fix udevsettle delays - use temporary crypt device remapping. - -* Wed May 28 2008 Till Maas - 1.0.6-3 -- remove a duplicate sentence from the manpage (RH #448705) -- add patch metadata about upstream status - -* Tue Apr 15 2008 Bill Nottinghm - 1.0.6-2 -- Add the device to the luksOpen prompt (#433406) -- Use iconv, not recode (#442574) - -* Thu Mar 13 2008 Till Maas - 1.0.6-1 -- Update to latest version -- remove patches that have been merged upstream - -* Mon Mar 03 2008 Till Maas - 1.0.6-0.1.pre2 -- Update to new version with several bugfixes -- remove patches that have been merged upstream -- add patch from cryptsetup newsgroup -- fix typo / missing luksRemoveKey in manpage (patch) - -* Tue Feb 19 2008 Fedora Release Engineering - 1.0.5-9 -- Autorebuild for GCC 4.3 - -* Sat Jan 19 2008 Peter Jones - 1.0.5-8 -- Rebuild for broken deps. - -* Thu Aug 30 2007 Till Maas - 1.0.5-7 -- update URL -- update license tag -- recode ChangeLog from latin1 to uf8 -- add smp_mflags to make - -* Fri Aug 24 2007 Till Maas - 1.0.5-6 -- cleanup BuildRequires: -- removed versions, packages in Fedora are new enough -- changed popt to popt-devel - -* Thu Aug 23 2007 Till Maas - 1.0.5-5 -- fix devel subpackage requires -- remove empty NEWS README -- remove uneeded INSTALL -- remove uneeded ldconfig requires -- add readonly detection patch - -* Wed Aug 08 2007 Till Maas - 1.0.5-4 -- disable patch2, libsepol is now detected by configure -- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib} - -* Fri Jul 27 2007 Till Maas - 1.0.5-3 -- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs - -* Thu Jul 26 2007 Till Maas - 1.0.5-2 -- Use /lib as libdir (#243228) -- sync header and library (#215349) -- do not use %%makeinstall (recommended by PackageGuidelines) -- select sbindir with %%configure instead with make -- add TODO - -* Wed Jun 13 2007 Jeremy Katz - 1.0.5-1 -- update to 1.0.5 - -* Mon Jun 04 2007 Peter Jones - 1.0.3-5 -- Don't build static any more. - -* Mon Feb 05 2007 Alasdair Kergon - 1.0.3-4 -- Add build dependency on new device-mapper-devel package. -- Add preun and post ldconfig requirements. -- Update BuildRoot. - -* Wed Nov 1 2006 Peter Jones - 1.0.3-3 -- Require newer libselinux (#213414) - -* Wed Jul 12 2006 Jesse Keating - 1.0.3-2.1 -- rebuild - -* Wed Jun 7 2006 Jeremy Katz - 1.0.3-2 -- put shared libs in the right subpackages - -* Fri Apr 7 2006 Bill Nottingham 1.0.3-1 -- update to final 1.0.3 - -* Mon Feb 27 2006 Bill Nottingham 1.0.3-0.rc2 -- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658) - -* Wed Feb 22 2006 Bill Nottingham 1.0.3-0.rc1 -- update to 1.0.3rc1, reverts changes to default encryption type - -* Tue Feb 21 2006 Bill Nottingham 1.0.2-1 -- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726) - -* Mon Feb 20 2006 Karsten Hopp 1.0.1-5 -- BuildRequires: libselinux-devel - -* Fri Feb 10 2006 Jesse Keating - 1.0.1-4.2.1 -- bump again for double-long bug on ppc(64) - -* Tue Feb 07 2006 Jesse Keating - 1.0.1-4.2 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Mon Dec 5 2005 Bill Nottingham 1.0.1-4 -- rebuild against new libdevmapper - -* Thu Oct 13 2005 Florian La Roche -- add -lsepol to rebuild on current fc5 - -* Mon Aug 22 2005 Karel Zak 1.0.1-2 -- fix cryptsetup help for isLuks action - -* Fri Jul 1 2005 Bill Nottingham 1.0.1-1 -- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for - piped passwords - -* Thu Jun 16 2005 Bill Nottingham 1.0-2 -- add patch for 32/64 bit compatibility (#160445, ) - -* Tue Mar 29 2005 Bill Nottingham 1.0-1 -- update to 1.0 - -* Thu Mar 10 2005 Bill Nottingham 0.993-1 -- switch to cryptsetup-luks, for LUKS support - -* Tue Oct 12 2004 Bill Nottingham 0.1-4 -- oops, make that *everything* static (#129926) - -* Tue Aug 31 2004 Bill Nottingham 0.1-3 -- link some things static, move to /sbin (#129926) - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Fri Apr 16 2004 Bill Nottingham 0.1-1 -- initial packaging diff --git a/cryptsetup.spec b/cryptsetup.spec index 4f64fac..fc439d9 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.8.1 -Release: %autorelease +Release: 1%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,4 +117,663 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog -%autochangelog +* Wed Aug 20 2025 Kristina Hanicova - 2.8.1-1 +- Update to cryptsetup 2.8.1. + +* Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 +- Update to cryptsetup 2.8.0. + +* Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 +- Update to cryptsetup 2.8.0-rc1. + +* Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 +- Update to cryptsetup 2.7.5. + +* Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 +- Update to cryptsetup 2.7.4. + +* Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 +- Update to cryptsetup 2.7.3. + +* Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 +- Update to cryptsetup 2.7.2. + +* Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 +- Update to cryptsetup 2.7.1. + +* Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 +- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) +- patch: Do not compile unused internal argon2 implementation + +* Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 +- Update to cryptsetup 2.7.0. + +* Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 +- Update to cryptsetup 2.7.0-rc1. + +* Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 +- Update to cryptsetup 2.7.0-rc0. + +* Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 +- Drop libargon2 dependency in RHEL builds + +* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 +- Update to cryptsetup 2.6.1. + +* Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 +- Update to cryptsetup 2.6.0. + +* Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 +- Update to cryptsetup 2.6.0-rc0. + +* Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 +- Update to cryptsetup 2.5.0. + +* Wed Jul 20 2022 Fedora Release Engineering - 2.5.0~rc1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jul 14 2022 Ondrej Kozina - 2.5.0~rc1-1 +- Update to cryptsetup 2.5.0-rc1. + +* Thu Jan 20 2022 Fedora Release Engineering - 2.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 12 2022 Ondrej Kozina - 2.4.3-1 +- Update to cryptsetup 2.4.3. + +* Thu Nov 18 2021 Milan Broz - 2.4.2-1 +- Update to cryptsetup 2.4.2. + +* Fri Sep 17 2021 Ondrej Kozina - 2.4.1-1 +- Update to cryptsetup 2.4.1. + +* Tue Sep 14 2021 Sahana Prasad - 2.4.0-2 +- Rebuilt with OpenSSL 3.0.0 + +* Wed Aug 18 2021 Ondrej Kozina - 2.4.0-1 +- Update to cryptsetup 2.4.0. + +* Fri Jul 30 2021 Milan Broz - 2.4.0~rc1-1 +- Update to cryptsetup 2.4.0-rc1. + +* Wed Jul 21 2021 Fedora Release Engineering - 2.4.0~rc0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 10 2021 Björn Esser - 2.4.0~rc0-2 +- Rebuild for versioned symbols in json-c + +* Fri Jul 02 2021 Ondrej Kozina - 2.4.0~rc0-1 +- Update to cryptsetup 2.4.0-rc0. +- add experimental cryptsetup-ssh token subpackage +- spec file cleanup + +* Fri May 28 2021 Milan Broz - 2.3.6-1 +- Update to cryptsetup 2.3.6. + +* Thu Mar 11 2021 Milan Broz - 2.3.5-2 +- Update to cryptsetup 2.3.5. + +* Tue Jan 26 2021 Fedora Release Engineering - 2.3.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Sep 03 2020 Milan Broz - 2.3.4-1 +- Update to cryptsetup 2.3.4. +- Fix for CVE-2020-14382 (#1874712) + +* Mon Jul 27 2020 Fedora Release Engineering - 2.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu May 28 2020 Ondrej Kozina - 2.3.3-1 +- Update to cryptsetup 2.3.3. + +* Thu Apr 30 2020 Milan Broz - 2.3.2-1 +- Update to cryptsetup 2.3.2. + +* Tue Apr 21 2020 Björn Esser - 2.3.1-4 +- Rebuild (json-c) + +* Thu Apr 16 2020 Milan Broz - 2.3.1-3 +- Fix broken json-c patch (#1824878). + +* Tue Apr 14 2020 Björn Esser - 2.3.1-2 +- Add support for upcoming json-c 0.14.0 +- Use %%make_build, %%make_install and %%autosetup macros + +* Thu Mar 12 2020 Ondrej Kozina - 2.3.1-1 +- Update to cryptsetup 2.3.1. + +* Sun Feb 02 2020 Milan Broz - 2.3.0-1 +- Update to cryptsetup 2.3.0. + +* Tue Jan 28 2020 Fedora Release Engineering - 2.3.0-0.2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Jan 12 2020 Milan Broz - 2.3.0-0.1 +- Update to cryptsetup 2.3.0-rc0. + +* Fri Nov 01 2019 Ondrej Kozina - 2.2.2-1 +- Update to cryptsetup 2.2.2. + +* Fri Sep 06 2019 Ondrej Kozina - 2.2.1-1 +- Update to cryptsetup 2.2.1. + +* Thu Aug 15 2019 Milan Broz - 2.2.0-1 +- Update to cryptsetup 2.2.0. + +* Wed Jul 24 2019 Fedora Release Engineering - 2.2.0-0.3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 14 2019 Ondrej Kozina - 2.2.0-0.2 +- Update to cryptsetup 2.2.0-rc1. + +* Fri May 03 2019 Ondrej Kozina - 2.2.0-0.1 +- Update to cryptsetup 2.2.0-rc0. + +* Thu Apr 04 2019 Kalev Lember - 2.1.0-3 +- Add back python2-cryptsetup and cryptsetup-python3 obsoletes + +* Mon Mar 18 2019 Milan Broz - 2.1.0-2 +- Rebuild for new libargon2 soname. + +* Fri Feb 08 2019 Ondrej Kozina - 2.1.0-1 +- Update to cryptsetup 2.1.0. +- Drop python specific bits from spec file (python was removed + from upstream project) + +* Thu Jan 31 2019 Fedora Release Engineering - 2.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 22 2019 Ondrej Kozina - 2.0.6-2 +- Switch default metadata format to LUKS2. +- Resolves: #1668013 + +* Mon Dec 03 2018 Ondrej Kozina - 2.0.6-1 +- Update to cryptsetup 2.0.6. + +* Mon Oct 29 2018 Ondrej Kozina - 2.0.5-1 +- Update to cryptsetup 2.0.5. + +* Fri Aug 03 2018 Ondrej Kozina - 2.0.4-1 +- Update to cryptsetup 2.0.4. +- patch: Add Fedora system library paths in configure. + +* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-6 +- Remove libgcrypt dependency from cryptsetup-libs package. + +* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-5 +- Replace sed script with --disable-rpath configure option. +- Switch cryptsetup to openssl crypto backend. +- Spec file cleanup. + +* Thu Jul 12 2018 Fedora Release Engineering - 2.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri May 04 2018 Ondrej Kozina - 2.0.3-3 +- Fix obsolete macro for python3 subpackage. + +* Fri May 04 2018 Ondrej Kozina - 2.0.3-2 +- Add missing 'Obsoletes' macros for python subpackages. + +* Fri May 04 2018 Milan Broz - 2.0.3-1 +- Update to cryptsetup 2.0.3. + +* Wed Apr 25 2018 Ondrej Kozina - 2.0.2-3 +- Add conditions for python sub-packages + +* Tue Mar 27 2018 Björn Esser - 2.0.2-2 +- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 + +* Wed Mar 07 2018 Milan Broz - 2.0.2-1 +- Update to cryptsetup 2.0.2. + +* Tue Mar 06 2018 Björn Esser - 2.0.1-3 +- Rebuilt for libjson-c.so.4 (json-c v0.13.1) + +* Wed Feb 07 2018 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Jan 21 2018 Milan Broz - 2.0.1-1 +- Update to cryptsetup 2.0.1. + +* Thu Jan 04 2018 Ondrej Kozina - 2.0.0-3 +- Override locking path to /run/cryptsetup (going to be new default) +- Claim ownership of the locking directory + +* Fri Dec 15 2017 Iryna Shcherbina - 2.0.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Tue Dec 12 2017 Ondrej Kozina - 2.0.0-1 +- Update to cryptsetup 2.0.0 (final). + +* Sun Dec 10 2017 Björn Esser - 2.0.0-0.6 +- Rebuilt for libjson-c.so.3 + +* Mon Nov 20 2017 Milan Broz - 2.0.0-0.5 +- Link to system libargon2 instead of using bundled code. + +* Thu Nov 09 2017 Ondrej Kozina - 2.0.0-0.4 +- Drop the legacy library. + +* Wed Nov 08 2017 Ondrej Kozina - 2.0.0-0.3 +- Temporary build providing legacy library. + +* Tue Nov 07 2017 Ondrej Kozina - 2.0.0-0.2 +- Update to cryptsetup 2.0.0-rc1 (with libcryptsetup soname bump). +- Added integritysetup subpackage. + +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-5 +- Add Provides for the old name without %%_isa + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-4 +- Python 2 binary package renamed to python2-cryptsetup + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.7.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Apr 27 2017 Milan Broz - 1.7.5-1 +- Update to cryptsetup 1.7.5. + +* Wed Mar 15 2017 Milan Broz - 1.7.4-1 +- Update to cryptsetup 1.7.4. + +* Fri Feb 10 2017 Fedora Release Engineering - 1.7.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.7.3-2 +- Rebuild for Python 3.6 + +* Sun Oct 30 2016 Milan Broz - 1.7.3-1 +- Update to cryptsetup 1.7.3. + +* Tue Jul 19 2016 Fedora Release Engineering - 1.7.2-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Mon Jun 13 2016 Milan Broz - 1.7.2-2 +- Rebuilt for compatible symbol changes in glibc. + +* Sat Jun 04 2016 Milan Broz - 1.7.2-1 +- Update to cryptsetup 1.7.2. + +* Sun Feb 28 2016 Milan Broz - 1.7.1-1 +- Update to cryptsetup 1.7.1. + +* Wed Feb 03 2016 Fedora Release Engineering - 1.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Tue Nov 03 2015 Milan Broz - 1.7.0-1 +- Update to cryptsetup 1.7.0. +- Switch to sha256 as default hash. +- Increase default PBKDF2 iteration time to 2 seconds. + +* Tue Sep 08 2015 Milan Broz - 1.6.8-2 +- Update to cryptsetup 1.6.8. + +* Wed Jun 17 2015 Fedora Release Engineering - 1.6.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Mar 23 2015 Milan Broz - 1.6.7-1 +- Update to cryptsetup 1.6.7. +- Remove no longer needed fipscheck library dependence. +- Change URL to new homepage. + +* Sat Aug 16 2014 Milan Broz - 1.6.6-1 +- Update to cryptsetup 1.6.6. + +* Sat Aug 16 2014 Fedora Release Engineering - 1.6.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jul 11 2014 Tom Callaway - 1.6.5-2 +- fix license handling + +* Sun Jun 29 2014 Milan Broz - 1.6.5-1 +- Update to cryptsetup 1.6.5. +- Add cryptsetup-python3 subpackage. + +* Sat Jun 07 2014 Fedora Release Engineering - 1.6.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Mar 02 2014 Milan Broz - 1.6.4-2 +- Require libgcrypt 1.6.1 (with fixed PBKDF2 and Whirlpool hash). + +* Thu Feb 27 2014 Milan Broz - 1.6.4-1 +- Update to cryptsetup 1.6.4. + +* Tue Jan 07 2014 Ondrej Kozina - 1.6.3-2 +- remove useless hmac checksum + +* Fri Dec 13 2013 Milan Broz - 1.6.3-1 +- Update to cryptsetup 1.6.3. + +* Sun Aug 04 2013 Milan Broz - 1.6.2-1 +- Update to cryptsetup 1.6.2. + +* Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sun Mar 31 2013 Milan Broz - 1.6.1-1 +- Update to cryptsetup 1.6.1. +- Install ReleaseNotes files instead of empty Changelog file. + +* Wed Feb 13 2013 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 14 2013 Milan Broz - 1.6.0-1 +- Update to cryptsetup 1.6.0. +- Change default LUKS encryption mode to aes-xts-plain64 (AES128). +- Force use of gcrypt PBKDF2 instead of internal implementation. + +* Sat Dec 29 2012 Milan Broz - 1.6.0-0.1 +- Update to cryptsetup 1.6.0-rc1. +- Relax license to GPLv2+ according to new release. +- Compile cryptsetup with libpwquality support. + +* Tue Oct 16 2012 Milan Broz - 1.5.1-1 +- Update to cryptsetup 1.5.1. + +* Wed Jul 18 2012 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 10 2012 Milan Broz - 1.5.0-1 +- Update to cryptsetup 1.5.0. + +* Wed Jun 20 2012 Milan Broz - 1.5.0-0.2 +- Update to cryptsetup 1.5.0-rc2. +- Add cryptsetup-reencrypt subpackage. + +* Mon Jun 11 2012 Milan Broz - 1.5.0-0.1 +- Update to cryptsetup 1.5.0-rc1. +- Add veritysetup subpackage. +- Move localization files to libs subpackage. + +* Thu May 31 2012 Milan Broz - 1.4.3-2 +- Build with fipscheck (verification in fips mode). +- Clean up spec file, use install to /usr. + +* Thu May 31 2012 Milan Broz - 1.4.3-1 +- Update to cryptsetup 1.4.3. + +* Thu Apr 12 2012 Milan Broz - 1.4.2-1 +- Update to cryptsetup 1.4.2. + +* Fri Jan 13 2012 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Nov 09 2011 Milan Broz - 1.4.1-1 +- Update to cryptsetup 1.4.1. +- Add Python cryptsetup bindings. +- Obsolete separate python-cryptsetup package. + +* Wed Oct 26 2011 Milan Broz - 1.4.0-1 +- Update to cryptsetup 1.4.0. + +* Mon Oct 10 2011 Milan Broz - 1.4.0-0.1 +- Update to cryptsetup 1.4.0-rc1. +- Rename package back from cryptsetup-luks to cryptsetup. + +* Wed Jun 22 2011 Milan Broz - 1.3.1-2 +- Fix return code for status command when device doesn't exist. + +* Tue May 24 2011 Milan Broz - 1.3.1-1 +- Update to cryptsetup 1.3.1. + +* Tue Apr 05 2011 Milan Broz - 1.3.0-1 +- Update to cryptsetup 1.3.0. + +* Tue Mar 22 2011 Milan Broz - 1.3.0-0.2 +- Update to cryptsetup 1.3.0-rc2 + +* Mon Mar 14 2011 Milan Broz - 1.3.0-0.1 +- Update to cryptsetup 1.3.0-rc1 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 20 2010 Milan Broz - 1.2.0-1 +- Update to cryptsetup 1.2.0 + +* Thu Nov 25 2010 Milan Broz - 1.2.0-0.2 +- Fix crypt_activate_by_keyfile() to work with PLAIN devices. + +* Tue Nov 16 2010 Milan Broz - 1.2.0-0.1 +- Add FAQ to documentation. +- Update to cryptsetup 1.2.0-rc1 + +* Sat Jul 03 2010 Milan Broz - 1.1.3-1 +- Update to cryptsetup 1.1.3 + +* Mon Jun 07 2010 Milan Broz - 1.1.2-2 +- Fix alignment ioctl use. +- Fix API activation calls to handle NULL device name. + +* Sun May 30 2010 Milan Broz - 1.1.2-1 +- Update to cryptsetup 1.1.2 +- Fix luksOpen handling of new line char on stdin. + +* Sun May 23 2010 Milan Broz - 1.1.1-1 +- Update to cryptsetup 1.1.1 +- Fix luksClose for stacked LUKS/LVM devices. + +* Mon May 03 2010 Milan Broz - 1.1.1-0.2 +- Update to cryptsetup 1.1.1-rc2. + +* Sat May 01 2010 Milan Broz - 1.1.1-0.1 +- Update to cryptsetup 1.1.1-rc1. + +* Sun Jan 17 2010 Milan Broz - 1.1.0-1 +- Update to cryptsetup 1.1.0. + +* Fri Jan 15 2010 Milan Broz - 1.1.0-0.6 +- Fix gcrypt initialisation. +- Fix backward compatibility for hash algorithm (uppercase). + +* Wed Dec 30 2009 Milan Broz - 1.1.0-0.5 +- Update to cryptsetup 1.1.0-rc4 + +* Mon Nov 16 2009 Milan Broz - 1.1.0-0.4 +- Update to cryptsetup 1.1.0-rc3 + +* Thu Oct 01 2009 Milan Broz - 1.1.0-0.3 +- Update to cryptsetup 1.1.0-rc2 +- Fix libcryptsetup to properly export only versioned symbols. + +* Tue Sep 29 2009 Milan Broz - 1.1.0-0.2 +- Update to cryptsetup 1.1.0-rc1 +- Add luksHeaderBackup and luksHeaderRestore commands. + +* Fri Sep 11 2009 Milan Broz - 1.1.0-0.1 +- Update to new upstream testing version with new API interface. +- Add luksSuspend and luksResume commands. +- Introduce pkgconfig. + +* Fri Jul 24 2009 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jul 22 2009 Milan Broz - 1.0.7-1 +- Update to upstream final release. +- Split libs subpackage. +- Remove rpath setting from cryptsetup binary. + +* Wed Jul 15 2009 Till Maas - 1.0.7-0.2 +- update BR because of libuuid splitout from e2fsprogs + +* Mon Jun 22 2009 Milan Broz - 1.0.7-0.1 +- Update to new upstream 1.0.7-rc1. + +- Wipe old fs headers to not confuse blkid (#468062) +* Tue Feb 24 2009 Fedora Release Engineering - 1.0.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Oct 30 2008 Milan Broz - 1.0.6-6 +- Wipe old fs headers to not confuse blkid (#468062) + +* Tue Sep 23 2008 Milan Broz - 1.0.6-5 +- Change new project home page. +- Print more descriptive messages for initialization errors. +- Refresh patches to versions commited upstream. + +* Sat Sep 06 2008 Milan Broz - 1.0.6-4 +- Fix close of zero decriptor. +- Fix udevsettle delays - use temporary crypt device remapping. + +* Wed May 28 2008 Till Maas - 1.0.6-3 +- remove a duplicate sentence from the manpage (RH #448705) +- add patch metadata about upstream status + +* Tue Apr 15 2008 Bill Nottinghm - 1.0.6-2 +- Add the device to the luksOpen prompt (#433406) +- Use iconv, not recode (#442574) + +* Thu Mar 13 2008 Till Maas - 1.0.6-1 +- Update to latest version +- remove patches that have been merged upstream + +* Mon Mar 03 2008 Till Maas - 1.0.6-0.1.pre2 +- Update to new version with several bugfixes +- remove patches that have been merged upstream +- add patch from cryptsetup newsgroup +- fix typo / missing luksRemoveKey in manpage (patch) + +* Tue Feb 19 2008 Fedora Release Engineering - 1.0.5-9 +- Autorebuild for GCC 4.3 + +* Sat Jan 19 2008 Peter Jones - 1.0.5-8 +- Rebuild for broken deps. + +* Thu Aug 30 2007 Till Maas - 1.0.5-7 +- update URL +- update license tag +- recode ChangeLog from latin1 to uf8 +- add smp_mflags to make + +* Fri Aug 24 2007 Till Maas - 1.0.5-6 +- cleanup BuildRequires: +- removed versions, packages in Fedora are new enough +- changed popt to popt-devel + +* Thu Aug 23 2007 Till Maas - 1.0.5-5 +- fix devel subpackage requires +- remove empty NEWS README +- remove uneeded INSTALL +- remove uneeded ldconfig requires +- add readonly detection patch + +* Wed Aug 08 2007 Till Maas - 1.0.5-4 +- disable patch2, libsepol is now detected by configure +- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib} + +* Fri Jul 27 2007 Till Maas - 1.0.5-3 +- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs + +* Thu Jul 26 2007 Till Maas - 1.0.5-2 +- Use /lib as libdir (#243228) +- sync header and library (#215349) +- do not use %%makeinstall (recommended by PackageGuidelines) +- select sbindir with %%configure instead with make +- add TODO + +* Wed Jun 13 2007 Jeremy Katz - 1.0.5-1 +- update to 1.0.5 + +* Mon Jun 04 2007 Peter Jones - 1.0.3-5 +- Don't build static any more. + +* Mon Feb 05 2007 Alasdair Kergon - 1.0.3-4 +- Add build dependency on new device-mapper-devel package. +- Add preun and post ldconfig requirements. +- Update BuildRoot. + +* Wed Nov 1 2006 Peter Jones - 1.0.3-3 +- Require newer libselinux (#213414) + +* Wed Jul 12 2006 Jesse Keating - 1.0.3-2.1 +- rebuild + +* Wed Jun 7 2006 Jeremy Katz - 1.0.3-2 +- put shared libs in the right subpackages + +* Fri Apr 7 2006 Bill Nottingham 1.0.3-1 +- update to final 1.0.3 + +* Mon Feb 27 2006 Bill Nottingham 1.0.3-0.rc2 +- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658) + +* Wed Feb 22 2006 Bill Nottingham 1.0.3-0.rc1 +- update to 1.0.3rc1, reverts changes to default encryption type + +* Tue Feb 21 2006 Bill Nottingham 1.0.2-1 +- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726) + +* Mon Feb 20 2006 Karsten Hopp 1.0.1-5 +- BuildRequires: libselinux-devel + +* Fri Feb 10 2006 Jesse Keating - 1.0.1-4.2.1 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 1.0.1-4.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Mon Dec 5 2005 Bill Nottingham 1.0.1-4 +- rebuild against new libdevmapper + +* Thu Oct 13 2005 Florian La Roche +- add -lsepol to rebuild on current fc5 + +* Mon Aug 22 2005 Karel Zak 1.0.1-2 +- fix cryptsetup help for isLuks action + +* Fri Jul 1 2005 Bill Nottingham 1.0.1-1 +- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for + piped passwords + +* Thu Jun 16 2005 Bill Nottingham 1.0-2 +- add patch for 32/64 bit compatibility (#160445, ) + +* Tue Mar 29 2005 Bill Nottingham 1.0-1 +- update to 1.0 + +* Thu Mar 10 2005 Bill Nottingham 0.993-1 +- switch to cryptsetup-luks, for LUKS support + +* Tue Oct 12 2004 Bill Nottingham 0.1-4 +- oops, make that *everything* static (#129926) + +* Tue Aug 31 2004 Bill Nottingham 0.1-3 +- link some things static, move to /sbin (#129926) + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri Apr 16 2004 Bill Nottingham 0.1-1 +- initial packaging From 9f8c77c9bdf1a77d69798935a84c66ed947a52d2 Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Thu, 2 Oct 2025 13:34:36 +0200 Subject: [PATCH 31/34] Add rpmautospec. --- changelog | 660 +++++++++++++++++++++++++++++++++++++++++++++++ cryptsetup.spec | 663 +----------------------------------------------- 2 files changed, 662 insertions(+), 661 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1d8a8f0 --- /dev/null +++ b/changelog @@ -0,0 +1,660 @@ +* Wed Aug 20 2025 Kristina Hanicova - 2.8.1-1 +- Update to cryptsetup 2.8.1. + +* Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 +- Update to cryptsetup 2.8.0. + +* Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 +- Update to cryptsetup 2.8.0-rc1. + +* Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 +- Update to cryptsetup 2.7.5. + +* Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 +- Update to cryptsetup 2.7.4. + +* Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 +- Update to cryptsetup 2.7.3. + +* Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 +- Update to cryptsetup 2.7.2. + +* Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 +- Update to cryptsetup 2.7.1. + +* Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 +- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) +- patch: Do not compile unused internal argon2 implementation + +* Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 +- Update to cryptsetup 2.7.0. + +* Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 +- Update to cryptsetup 2.7.0-rc1. + +* Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 +- Update to cryptsetup 2.7.0-rc0. + +* Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 +- Drop libargon2 dependency in RHEL builds + +* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 +- Update to cryptsetup 2.6.1. + +* Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 +- Update to cryptsetup 2.6.0. + +* Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 +- Update to cryptsetup 2.6.0-rc0. + +* Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 +- Update to cryptsetup 2.5.0. + +* Wed Jul 20 2022 Fedora Release Engineering - 2.5.0~rc1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jul 14 2022 Ondrej Kozina - 2.5.0~rc1-1 +- Update to cryptsetup 2.5.0-rc1. + +* Thu Jan 20 2022 Fedora Release Engineering - 2.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 12 2022 Ondrej Kozina - 2.4.3-1 +- Update to cryptsetup 2.4.3. + +* Thu Nov 18 2021 Milan Broz - 2.4.2-1 +- Update to cryptsetup 2.4.2. + +* Fri Sep 17 2021 Ondrej Kozina - 2.4.1-1 +- Update to cryptsetup 2.4.1. + +* Tue Sep 14 2021 Sahana Prasad - 2.4.0-2 +- Rebuilt with OpenSSL 3.0.0 + +* Wed Aug 18 2021 Ondrej Kozina - 2.4.0-1 +- Update to cryptsetup 2.4.0. + +* Fri Jul 30 2021 Milan Broz - 2.4.0~rc1-1 +- Update to cryptsetup 2.4.0-rc1. + +* Wed Jul 21 2021 Fedora Release Engineering - 2.4.0~rc0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 10 2021 Björn Esser - 2.4.0~rc0-2 +- Rebuild for versioned symbols in json-c + +* Fri Jul 02 2021 Ondrej Kozina - 2.4.0~rc0-1 +- Update to cryptsetup 2.4.0-rc0. +- add experimental cryptsetup-ssh token subpackage +- spec file cleanup + +* Fri May 28 2021 Milan Broz - 2.3.6-1 +- Update to cryptsetup 2.3.6. + +* Thu Mar 11 2021 Milan Broz - 2.3.5-2 +- Update to cryptsetup 2.3.5. + +* Tue Jan 26 2021 Fedora Release Engineering - 2.3.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Sep 03 2020 Milan Broz - 2.3.4-1 +- Update to cryptsetup 2.3.4. +- Fix for CVE-2020-14382 (#1874712) + +* Mon Jul 27 2020 Fedora Release Engineering - 2.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu May 28 2020 Ondrej Kozina - 2.3.3-1 +- Update to cryptsetup 2.3.3. + +* Thu Apr 30 2020 Milan Broz - 2.3.2-1 +- Update to cryptsetup 2.3.2. + +* Tue Apr 21 2020 Björn Esser - 2.3.1-4 +- Rebuild (json-c) + +* Thu Apr 16 2020 Milan Broz - 2.3.1-3 +- Fix broken json-c patch (#1824878). + +* Tue Apr 14 2020 Björn Esser - 2.3.1-2 +- Add support for upcoming json-c 0.14.0 +- Use %%make_build, %%make_install and %%autosetup macros + +* Thu Mar 12 2020 Ondrej Kozina - 2.3.1-1 +- Update to cryptsetup 2.3.1. + +* Sun Feb 02 2020 Milan Broz - 2.3.0-1 +- Update to cryptsetup 2.3.0. + +* Tue Jan 28 2020 Fedora Release Engineering - 2.3.0-0.2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Jan 12 2020 Milan Broz - 2.3.0-0.1 +- Update to cryptsetup 2.3.0-rc0. + +* Fri Nov 01 2019 Ondrej Kozina - 2.2.2-1 +- Update to cryptsetup 2.2.2. + +* Fri Sep 06 2019 Ondrej Kozina - 2.2.1-1 +- Update to cryptsetup 2.2.1. + +* Thu Aug 15 2019 Milan Broz - 2.2.0-1 +- Update to cryptsetup 2.2.0. + +* Wed Jul 24 2019 Fedora Release Engineering - 2.2.0-0.3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 14 2019 Ondrej Kozina - 2.2.0-0.2 +- Update to cryptsetup 2.2.0-rc1. + +* Fri May 03 2019 Ondrej Kozina - 2.2.0-0.1 +- Update to cryptsetup 2.2.0-rc0. + +* Thu Apr 04 2019 Kalev Lember - 2.1.0-3 +- Add back python2-cryptsetup and cryptsetup-python3 obsoletes + +* Mon Mar 18 2019 Milan Broz - 2.1.0-2 +- Rebuild for new libargon2 soname. + +* Fri Feb 08 2019 Ondrej Kozina - 2.1.0-1 +- Update to cryptsetup 2.1.0. +- Drop python specific bits from spec file (python was removed + from upstream project) + +* Thu Jan 31 2019 Fedora Release Engineering - 2.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 22 2019 Ondrej Kozina - 2.0.6-2 +- Switch default metadata format to LUKS2. +- Resolves: #1668013 + +* Mon Dec 03 2018 Ondrej Kozina - 2.0.6-1 +- Update to cryptsetup 2.0.6. + +* Mon Oct 29 2018 Ondrej Kozina - 2.0.5-1 +- Update to cryptsetup 2.0.5. + +* Fri Aug 03 2018 Ondrej Kozina - 2.0.4-1 +- Update to cryptsetup 2.0.4. +- patch: Add Fedora system library paths in configure. + +* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-6 +- Remove libgcrypt dependency from cryptsetup-libs package. + +* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-5 +- Replace sed script with --disable-rpath configure option. +- Switch cryptsetup to openssl crypto backend. +- Spec file cleanup. + +* Thu Jul 12 2018 Fedora Release Engineering - 2.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri May 04 2018 Ondrej Kozina - 2.0.3-3 +- Fix obsolete macro for python3 subpackage. + +* Fri May 04 2018 Ondrej Kozina - 2.0.3-2 +- Add missing 'Obsoletes' macros for python subpackages. + +* Fri May 04 2018 Milan Broz - 2.0.3-1 +- Update to cryptsetup 2.0.3. + +* Wed Apr 25 2018 Ondrej Kozina - 2.0.2-3 +- Add conditions for python sub-packages + +* Tue Mar 27 2018 Björn Esser - 2.0.2-2 +- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 + +* Wed Mar 07 2018 Milan Broz - 2.0.2-1 +- Update to cryptsetup 2.0.2. + +* Tue Mar 06 2018 Björn Esser - 2.0.1-3 +- Rebuilt for libjson-c.so.4 (json-c v0.13.1) + +* Wed Feb 07 2018 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Jan 21 2018 Milan Broz - 2.0.1-1 +- Update to cryptsetup 2.0.1. + +* Thu Jan 04 2018 Ondrej Kozina - 2.0.0-3 +- Override locking path to /run/cryptsetup (going to be new default) +- Claim ownership of the locking directory + +* Fri Dec 15 2017 Iryna Shcherbina - 2.0.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Tue Dec 12 2017 Ondrej Kozina - 2.0.0-1 +- Update to cryptsetup 2.0.0 (final). + +* Sun Dec 10 2017 Björn Esser - 2.0.0-0.6 +- Rebuilt for libjson-c.so.3 + +* Mon Nov 20 2017 Milan Broz - 2.0.0-0.5 +- Link to system libargon2 instead of using bundled code. + +* Thu Nov 09 2017 Ondrej Kozina - 2.0.0-0.4 +- Drop the legacy library. + +* Wed Nov 08 2017 Ondrej Kozina - 2.0.0-0.3 +- Temporary build providing legacy library. + +* Tue Nov 07 2017 Ondrej Kozina - 2.0.0-0.2 +- Update to cryptsetup 2.0.0-rc1 (with libcryptsetup soname bump). +- Added integritysetup subpackage. + +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-5 +- Add Provides for the old name without %%_isa + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-4 +- Python 2 binary package renamed to python2-cryptsetup + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.7.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Apr 27 2017 Milan Broz - 1.7.5-1 +- Update to cryptsetup 1.7.5. + +* Wed Mar 15 2017 Milan Broz - 1.7.4-1 +- Update to cryptsetup 1.7.4. + +* Fri Feb 10 2017 Fedora Release Engineering - 1.7.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.7.3-2 +- Rebuild for Python 3.6 + +* Sun Oct 30 2016 Milan Broz - 1.7.3-1 +- Update to cryptsetup 1.7.3. + +* Tue Jul 19 2016 Fedora Release Engineering - 1.7.2-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Mon Jun 13 2016 Milan Broz - 1.7.2-2 +- Rebuilt for compatible symbol changes in glibc. + +* Sat Jun 04 2016 Milan Broz - 1.7.2-1 +- Update to cryptsetup 1.7.2. + +* Sun Feb 28 2016 Milan Broz - 1.7.1-1 +- Update to cryptsetup 1.7.1. + +* Wed Feb 03 2016 Fedora Release Engineering - 1.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Tue Nov 03 2015 Milan Broz - 1.7.0-1 +- Update to cryptsetup 1.7.0. +- Switch to sha256 as default hash. +- Increase default PBKDF2 iteration time to 2 seconds. + +* Tue Sep 08 2015 Milan Broz - 1.6.8-2 +- Update to cryptsetup 1.6.8. + +* Wed Jun 17 2015 Fedora Release Engineering - 1.6.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Mar 23 2015 Milan Broz - 1.6.7-1 +- Update to cryptsetup 1.6.7. +- Remove no longer needed fipscheck library dependence. +- Change URL to new homepage. + +* Sat Aug 16 2014 Milan Broz - 1.6.6-1 +- Update to cryptsetup 1.6.6. + +* Sat Aug 16 2014 Fedora Release Engineering - 1.6.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jul 11 2014 Tom Callaway - 1.6.5-2 +- fix license handling + +* Sun Jun 29 2014 Milan Broz - 1.6.5-1 +- Update to cryptsetup 1.6.5. +- Add cryptsetup-python3 subpackage. + +* Sat Jun 07 2014 Fedora Release Engineering - 1.6.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Mar 02 2014 Milan Broz - 1.6.4-2 +- Require libgcrypt 1.6.1 (with fixed PBKDF2 and Whirlpool hash). + +* Thu Feb 27 2014 Milan Broz - 1.6.4-1 +- Update to cryptsetup 1.6.4. + +* Tue Jan 07 2014 Ondrej Kozina - 1.6.3-2 +- remove useless hmac checksum + +* Fri Dec 13 2013 Milan Broz - 1.6.3-1 +- Update to cryptsetup 1.6.3. + +* Sun Aug 04 2013 Milan Broz - 1.6.2-1 +- Update to cryptsetup 1.6.2. + +* Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sun Mar 31 2013 Milan Broz - 1.6.1-1 +- Update to cryptsetup 1.6.1. +- Install ReleaseNotes files instead of empty Changelog file. + +* Wed Feb 13 2013 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 14 2013 Milan Broz - 1.6.0-1 +- Update to cryptsetup 1.6.0. +- Change default LUKS encryption mode to aes-xts-plain64 (AES128). +- Force use of gcrypt PBKDF2 instead of internal implementation. + +* Sat Dec 29 2012 Milan Broz - 1.6.0-0.1 +- Update to cryptsetup 1.6.0-rc1. +- Relax license to GPLv2+ according to new release. +- Compile cryptsetup with libpwquality support. + +* Tue Oct 16 2012 Milan Broz - 1.5.1-1 +- Update to cryptsetup 1.5.1. + +* Wed Jul 18 2012 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 10 2012 Milan Broz - 1.5.0-1 +- Update to cryptsetup 1.5.0. + +* Wed Jun 20 2012 Milan Broz - 1.5.0-0.2 +- Update to cryptsetup 1.5.0-rc2. +- Add cryptsetup-reencrypt subpackage. + +* Mon Jun 11 2012 Milan Broz - 1.5.0-0.1 +- Update to cryptsetup 1.5.0-rc1. +- Add veritysetup subpackage. +- Move localization files to libs subpackage. + +* Thu May 31 2012 Milan Broz - 1.4.3-2 +- Build with fipscheck (verification in fips mode). +- Clean up spec file, use install to /usr. + +* Thu May 31 2012 Milan Broz - 1.4.3-1 +- Update to cryptsetup 1.4.3. + +* Thu Apr 12 2012 Milan Broz - 1.4.2-1 +- Update to cryptsetup 1.4.2. + +* Fri Jan 13 2012 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Nov 09 2011 Milan Broz - 1.4.1-1 +- Update to cryptsetup 1.4.1. +- Add Python cryptsetup bindings. +- Obsolete separate python-cryptsetup package. + +* Wed Oct 26 2011 Milan Broz - 1.4.0-1 +- Update to cryptsetup 1.4.0. + +* Mon Oct 10 2011 Milan Broz - 1.4.0-0.1 +- Update to cryptsetup 1.4.0-rc1. +- Rename package back from cryptsetup-luks to cryptsetup. + +* Wed Jun 22 2011 Milan Broz - 1.3.1-2 +- Fix return code for status command when device doesn't exist. + +* Tue May 24 2011 Milan Broz - 1.3.1-1 +- Update to cryptsetup 1.3.1. + +* Tue Apr 05 2011 Milan Broz - 1.3.0-1 +- Update to cryptsetup 1.3.0. + +* Tue Mar 22 2011 Milan Broz - 1.3.0-0.2 +- Update to cryptsetup 1.3.0-rc2 + +* Mon Mar 14 2011 Milan Broz - 1.3.0-0.1 +- Update to cryptsetup 1.3.0-rc1 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 20 2010 Milan Broz - 1.2.0-1 +- Update to cryptsetup 1.2.0 + +* Thu Nov 25 2010 Milan Broz - 1.2.0-0.2 +- Fix crypt_activate_by_keyfile() to work with PLAIN devices. + +* Tue Nov 16 2010 Milan Broz - 1.2.0-0.1 +- Add FAQ to documentation. +- Update to cryptsetup 1.2.0-rc1 + +* Sat Jul 03 2010 Milan Broz - 1.1.3-1 +- Update to cryptsetup 1.1.3 + +* Mon Jun 07 2010 Milan Broz - 1.1.2-2 +- Fix alignment ioctl use. +- Fix API activation calls to handle NULL device name. + +* Sun May 30 2010 Milan Broz - 1.1.2-1 +- Update to cryptsetup 1.1.2 +- Fix luksOpen handling of new line char on stdin. + +* Sun May 23 2010 Milan Broz - 1.1.1-1 +- Update to cryptsetup 1.1.1 +- Fix luksClose for stacked LUKS/LVM devices. + +* Mon May 03 2010 Milan Broz - 1.1.1-0.2 +- Update to cryptsetup 1.1.1-rc2. + +* Sat May 01 2010 Milan Broz - 1.1.1-0.1 +- Update to cryptsetup 1.1.1-rc1. + +* Sun Jan 17 2010 Milan Broz - 1.1.0-1 +- Update to cryptsetup 1.1.0. + +* Fri Jan 15 2010 Milan Broz - 1.1.0-0.6 +- Fix gcrypt initialisation. +- Fix backward compatibility for hash algorithm (uppercase). + +* Wed Dec 30 2009 Milan Broz - 1.1.0-0.5 +- Update to cryptsetup 1.1.0-rc4 + +* Mon Nov 16 2009 Milan Broz - 1.1.0-0.4 +- Update to cryptsetup 1.1.0-rc3 + +* Thu Oct 01 2009 Milan Broz - 1.1.0-0.3 +- Update to cryptsetup 1.1.0-rc2 +- Fix libcryptsetup to properly export only versioned symbols. + +* Tue Sep 29 2009 Milan Broz - 1.1.0-0.2 +- Update to cryptsetup 1.1.0-rc1 +- Add luksHeaderBackup and luksHeaderRestore commands. + +* Fri Sep 11 2009 Milan Broz - 1.1.0-0.1 +- Update to new upstream testing version with new API interface. +- Add luksSuspend and luksResume commands. +- Introduce pkgconfig. + +* Fri Jul 24 2009 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jul 22 2009 Milan Broz - 1.0.7-1 +- Update to upstream final release. +- Split libs subpackage. +- Remove rpath setting from cryptsetup binary. + +* Wed Jul 15 2009 Till Maas - 1.0.7-0.2 +- update BR because of libuuid splitout from e2fsprogs + +* Mon Jun 22 2009 Milan Broz - 1.0.7-0.1 +- Update to new upstream 1.0.7-rc1. + +- Wipe old fs headers to not confuse blkid (#468062) +* Tue Feb 24 2009 Fedora Release Engineering - 1.0.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Oct 30 2008 Milan Broz - 1.0.6-6 +- Wipe old fs headers to not confuse blkid (#468062) + +* Tue Sep 23 2008 Milan Broz - 1.0.6-5 +- Change new project home page. +- Print more descriptive messages for initialization errors. +- Refresh patches to versions commited upstream. + +* Sat Sep 06 2008 Milan Broz - 1.0.6-4 +- Fix close of zero decriptor. +- Fix udevsettle delays - use temporary crypt device remapping. + +* Wed May 28 2008 Till Maas - 1.0.6-3 +- remove a duplicate sentence from the manpage (RH #448705) +- add patch metadata about upstream status + +* Tue Apr 15 2008 Bill Nottinghm - 1.0.6-2 +- Add the device to the luksOpen prompt (#433406) +- Use iconv, not recode (#442574) + +* Thu Mar 13 2008 Till Maas - 1.0.6-1 +- Update to latest version +- remove patches that have been merged upstream + +* Mon Mar 03 2008 Till Maas - 1.0.6-0.1.pre2 +- Update to new version with several bugfixes +- remove patches that have been merged upstream +- add patch from cryptsetup newsgroup +- fix typo / missing luksRemoveKey in manpage (patch) + +* Tue Feb 19 2008 Fedora Release Engineering - 1.0.5-9 +- Autorebuild for GCC 4.3 + +* Sat Jan 19 2008 Peter Jones - 1.0.5-8 +- Rebuild for broken deps. + +* Thu Aug 30 2007 Till Maas - 1.0.5-7 +- update URL +- update license tag +- recode ChangeLog from latin1 to uf8 +- add smp_mflags to make + +* Fri Aug 24 2007 Till Maas - 1.0.5-6 +- cleanup BuildRequires: +- removed versions, packages in Fedora are new enough +- changed popt to popt-devel + +* Thu Aug 23 2007 Till Maas - 1.0.5-5 +- fix devel subpackage requires +- remove empty NEWS README +- remove uneeded INSTALL +- remove uneeded ldconfig requires +- add readonly detection patch + +* Wed Aug 08 2007 Till Maas - 1.0.5-4 +- disable patch2, libsepol is now detected by configure +- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib} + +* Fri Jul 27 2007 Till Maas - 1.0.5-3 +- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs + +* Thu Jul 26 2007 Till Maas - 1.0.5-2 +- Use /lib as libdir (#243228) +- sync header and library (#215349) +- do not use %%makeinstall (recommended by PackageGuidelines) +- select sbindir with %%configure instead with make +- add TODO + +* Wed Jun 13 2007 Jeremy Katz - 1.0.5-1 +- update to 1.0.5 + +* Mon Jun 04 2007 Peter Jones - 1.0.3-5 +- Don't build static any more. + +* Mon Feb 05 2007 Alasdair Kergon - 1.0.3-4 +- Add build dependency on new device-mapper-devel package. +- Add preun and post ldconfig requirements. +- Update BuildRoot. + +* Wed Nov 1 2006 Peter Jones - 1.0.3-3 +- Require newer libselinux (#213414) + +* Wed Jul 12 2006 Jesse Keating - 1.0.3-2.1 +- rebuild + +* Wed Jun 7 2006 Jeremy Katz - 1.0.3-2 +- put shared libs in the right subpackages + +* Fri Apr 7 2006 Bill Nottingham 1.0.3-1 +- update to final 1.0.3 + +* Mon Feb 27 2006 Bill Nottingham 1.0.3-0.rc2 +- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658) + +* Wed Feb 22 2006 Bill Nottingham 1.0.3-0.rc1 +- update to 1.0.3rc1, reverts changes to default encryption type + +* Tue Feb 21 2006 Bill Nottingham 1.0.2-1 +- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726) + +* Mon Feb 20 2006 Karsten Hopp 1.0.1-5 +- BuildRequires: libselinux-devel + +* Fri Feb 10 2006 Jesse Keating - 1.0.1-4.2.1 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 1.0.1-4.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Mon Dec 5 2005 Bill Nottingham 1.0.1-4 +- rebuild against new libdevmapper + +* Thu Oct 13 2005 Florian La Roche +- add -lsepol to rebuild on current fc5 + +* Mon Aug 22 2005 Karel Zak 1.0.1-2 +- fix cryptsetup help for isLuks action + +* Fri Jul 1 2005 Bill Nottingham 1.0.1-1 +- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for + piped passwords + +* Thu Jun 16 2005 Bill Nottingham 1.0-2 +- add patch for 32/64 bit compatibility (#160445, ) + +* Tue Mar 29 2005 Bill Nottingham 1.0-1 +- update to 1.0 + +* Thu Mar 10 2005 Bill Nottingham 0.993-1 +- switch to cryptsetup-luks, for LUKS support + +* Tue Oct 12 2004 Bill Nottingham 0.1-4 +- oops, make that *everything* static (#129926) + +* Tue Aug 31 2004 Bill Nottingham 0.1-3 +- link some things static, move to /sbin (#129926) + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri Apr 16 2004 Bill Nottingham 0.1-1 +- initial packaging diff --git a/cryptsetup.spec b/cryptsetup.spec index fc439d9..4f64fac 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.8.1 -Release: 1%{?dist} +Release: %autorelease License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -117,663 +117,4 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %{_sbindir}/cryptsetup-ssh %changelog -* Wed Aug 20 2025 Kristina Hanicova - 2.8.1-1 -- Update to cryptsetup 2.8.1. - -* Wed Jul 23 2025 Fedora Release Engineering - 2.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Tue Jun 24 2025 Ondrej Kozina - 2.8.0-1 -- Update to cryptsetup 2.8.0. - -* Mon Jun 16 2025 Milan Broz - 2.8.0~rc1-1 -- Update to cryptsetup 2.8.0-rc1. - -* Thu Jan 16 2025 Fedora Release Engineering - 2.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Tue Sep 03 2024 Ondrej Kozina - 2.7.5-1 -- Update to cryptsetup 2.7.5. - -* Tue Jul 30 2024 Ondrej Kozina - 2.7.4-1 -- Update to cryptsetup 2.7.4. - -* Wed Jul 17 2024 Fedora Release Engineering - 2.7.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Mon Jun 17 2024 Ondrej Kozina - 2.7.3-1 -- Update to cryptsetup 2.7.3. - -* Tue Apr 09 2024 Ondrej Kozina - 2.7.2-1 -- Update to cryptsetup 2.7.2. - -* Thu Mar 07 2024 Ondrej Kozina - 2.7.1-1 -- Update to cryptsetup 2.7.1. - -* Fri Feb 09 2024 Ondrej Kozina - 2.7.0-2 -- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2) -- patch: Do not compile unused internal argon2 implementation - -* Wed Jan 24 2024 Ondrej Kozina - 2.7.0-1 -- Update to cryptsetup 2.7.0. - -* Wed Jan 24 2024 Fedora Release Engineering - 2.7.0~rc1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 2.7.0~rc1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Dec 20 2023 Milan Broz - 2.7.0~rc1-1 -- Update to cryptsetup 2.7.0-rc1. - -* Wed Nov 29 2023 Ondrej Kozina - 2.7.0~rc0-1 -- Update to cryptsetup 2.7.0-rc0. - -* Wed Jul 19 2023 Fedora Release Engineering - 2.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jun 15 2023 Yaakov Selkowitz - 2.6.1-2 -- Drop libargon2 dependency in RHEL builds - -* Fri Feb 10 2023 Ondrej Kozina - 2.6.1-1 -- Update to cryptsetup 2.6.1. - -* Thu Jan 19 2023 Fedora Release Engineering - 2.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Mon Nov 28 2022 Ondrej Kozina - 2.6.0-1 -- Update to cryptsetup 2.6.0. - -* Mon Nov 21 2022 Ondrej Kozina - 2.6.0~rc0-1 -- Update to cryptsetup 2.6.0-rc0. - -* Thu Jul 28 2022 Ondrej Kozina - 2.5.0-1 -- Update to cryptsetup 2.5.0. - -* Wed Jul 20 2022 Fedora Release Engineering - 2.5.0~rc1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Jul 14 2022 Ondrej Kozina - 2.5.0~rc1-1 -- Update to cryptsetup 2.5.0-rc1. - -* Thu Jan 20 2022 Fedora Release Engineering - 2.4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Jan 12 2022 Ondrej Kozina - 2.4.3-1 -- Update to cryptsetup 2.4.3. - -* Thu Nov 18 2021 Milan Broz - 2.4.2-1 -- Update to cryptsetup 2.4.2. - -* Fri Sep 17 2021 Ondrej Kozina - 2.4.1-1 -- Update to cryptsetup 2.4.1. - -* Tue Sep 14 2021 Sahana Prasad - 2.4.0-2 -- Rebuilt with OpenSSL 3.0.0 - -* Wed Aug 18 2021 Ondrej Kozina - 2.4.0-1 -- Update to cryptsetup 2.4.0. - -* Fri Jul 30 2021 Milan Broz - 2.4.0~rc1-1 -- Update to cryptsetup 2.4.0-rc1. - -* Wed Jul 21 2021 Fedora Release Engineering - 2.4.0~rc0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jul 10 2021 Björn Esser - 2.4.0~rc0-2 -- Rebuild for versioned symbols in json-c - -* Fri Jul 02 2021 Ondrej Kozina - 2.4.0~rc0-1 -- Update to cryptsetup 2.4.0-rc0. -- add experimental cryptsetup-ssh token subpackage -- spec file cleanup - -* Fri May 28 2021 Milan Broz - 2.3.6-1 -- Update to cryptsetup 2.3.6. - -* Thu Mar 11 2021 Milan Broz - 2.3.5-2 -- Update to cryptsetup 2.3.5. - -* Tue Jan 26 2021 Fedora Release Engineering - 2.3.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Sep 03 2020 Milan Broz - 2.3.4-1 -- Update to cryptsetup 2.3.4. -- Fix for CVE-2020-14382 (#1874712) - -* Mon Jul 27 2020 Fedora Release Engineering - 2.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu May 28 2020 Ondrej Kozina - 2.3.3-1 -- Update to cryptsetup 2.3.3. - -* Thu Apr 30 2020 Milan Broz - 2.3.2-1 -- Update to cryptsetup 2.3.2. - -* Tue Apr 21 2020 Björn Esser - 2.3.1-4 -- Rebuild (json-c) - -* Thu Apr 16 2020 Milan Broz - 2.3.1-3 -- Fix broken json-c patch (#1824878). - -* Tue Apr 14 2020 Björn Esser - 2.3.1-2 -- Add support for upcoming json-c 0.14.0 -- Use %%make_build, %%make_install and %%autosetup macros - -* Thu Mar 12 2020 Ondrej Kozina - 2.3.1-1 -- Update to cryptsetup 2.3.1. - -* Sun Feb 02 2020 Milan Broz - 2.3.0-1 -- Update to cryptsetup 2.3.0. - -* Tue Jan 28 2020 Fedora Release Engineering - 2.3.0-0.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Jan 12 2020 Milan Broz - 2.3.0-0.1 -- Update to cryptsetup 2.3.0-rc0. - -* Fri Nov 01 2019 Ondrej Kozina - 2.2.2-1 -- Update to cryptsetup 2.2.2. - -* Fri Sep 06 2019 Ondrej Kozina - 2.2.1-1 -- Update to cryptsetup 2.2.1. - -* Thu Aug 15 2019 Milan Broz - 2.2.0-1 -- Update to cryptsetup 2.2.0. - -* Wed Jul 24 2019 Fedora Release Engineering - 2.2.0-0.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 14 2019 Ondrej Kozina - 2.2.0-0.2 -- Update to cryptsetup 2.2.0-rc1. - -* Fri May 03 2019 Ondrej Kozina - 2.2.0-0.1 -- Update to cryptsetup 2.2.0-rc0. - -* Thu Apr 04 2019 Kalev Lember - 2.1.0-3 -- Add back python2-cryptsetup and cryptsetup-python3 obsoletes - -* Mon Mar 18 2019 Milan Broz - 2.1.0-2 -- Rebuild for new libargon2 soname. - -* Fri Feb 08 2019 Ondrej Kozina - 2.1.0-1 -- Update to cryptsetup 2.1.0. -- Drop python specific bits from spec file (python was removed - from upstream project) - -* Thu Jan 31 2019 Fedora Release Engineering - 2.0.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 22 2019 Ondrej Kozina - 2.0.6-2 -- Switch default metadata format to LUKS2. -- Resolves: #1668013 - -* Mon Dec 03 2018 Ondrej Kozina - 2.0.6-1 -- Update to cryptsetup 2.0.6. - -* Mon Oct 29 2018 Ondrej Kozina - 2.0.5-1 -- Update to cryptsetup 2.0.5. - -* Fri Aug 03 2018 Ondrej Kozina - 2.0.4-1 -- Update to cryptsetup 2.0.4. -- patch: Add Fedora system library paths in configure. - -* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-6 -- Remove libgcrypt dependency from cryptsetup-libs package. - -* Tue Jul 17 2018 Ondrej Kozina - 2.0.3-5 -- Replace sed script with --disable-rpath configure option. -- Switch cryptsetup to openssl crypto backend. -- Spec file cleanup. - -* Thu Jul 12 2018 Fedora Release Engineering - 2.0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri May 04 2018 Ondrej Kozina - 2.0.3-3 -- Fix obsolete macro for python3 subpackage. - -* Fri May 04 2018 Ondrej Kozina - 2.0.3-2 -- Add missing 'Obsoletes' macros for python subpackages. - -* Fri May 04 2018 Milan Broz - 2.0.3-1 -- Update to cryptsetup 2.0.3. - -* Wed Apr 25 2018 Ondrej Kozina - 2.0.2-3 -- Add conditions for python sub-packages - -* Tue Mar 27 2018 Björn Esser - 2.0.2-2 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 - -* Wed Mar 07 2018 Milan Broz - 2.0.2-1 -- Update to cryptsetup 2.0.2. - -* Tue Mar 06 2018 Björn Esser - 2.0.1-3 -- Rebuilt for libjson-c.so.4 (json-c v0.13.1) - -* Wed Feb 07 2018 Fedora Release Engineering - 2.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Jan 21 2018 Milan Broz - 2.0.1-1 -- Update to cryptsetup 2.0.1. - -* Thu Jan 04 2018 Ondrej Kozina - 2.0.0-3 -- Override locking path to /run/cryptsetup (going to be new default) -- Claim ownership of the locking directory - -* Fri Dec 15 2017 Iryna Shcherbina - 2.0.0-2 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Tue Dec 12 2017 Ondrej Kozina - 2.0.0-1 -- Update to cryptsetup 2.0.0 (final). - -* Sun Dec 10 2017 Björn Esser - 2.0.0-0.6 -- Rebuilt for libjson-c.so.3 - -* Mon Nov 20 2017 Milan Broz - 2.0.0-0.5 -- Link to system libargon2 instead of using bundled code. - -* Thu Nov 09 2017 Ondrej Kozina - 2.0.0-0.4 -- Drop the legacy library. - -* Wed Nov 08 2017 Ondrej Kozina - 2.0.0-0.3 -- Temporary build providing legacy library. - -* Tue Nov 07 2017 Ondrej Kozina - 2.0.0-0.2 -- Update to cryptsetup 2.0.0-rc1 (with libcryptsetup soname bump). -- Added integritysetup subpackage. - -* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-5 -- Add Provides for the old name without %%_isa - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-4 -- Python 2 binary package renamed to python2-cryptsetup - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Wed Aug 02 2017 Fedora Release Engineering - 1.7.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Apr 27 2017 Milan Broz - 1.7.5-1 -- Update to cryptsetup 1.7.5. - -* Wed Mar 15 2017 Milan Broz - 1.7.4-1 -- Update to cryptsetup 1.7.4. - -* Fri Feb 10 2017 Fedora Release Engineering - 1.7.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 1.7.3-2 -- Rebuild for Python 3.6 - -* Sun Oct 30 2016 Milan Broz - 1.7.3-1 -- Update to cryptsetup 1.7.3. - -* Tue Jul 19 2016 Fedora Release Engineering - 1.7.2-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Mon Jun 13 2016 Milan Broz - 1.7.2-2 -- Rebuilt for compatible symbol changes in glibc. - -* Sat Jun 04 2016 Milan Broz - 1.7.2-1 -- Update to cryptsetup 1.7.2. - -* Sun Feb 28 2016 Milan Broz - 1.7.1-1 -- Update to cryptsetup 1.7.1. - -* Wed Feb 03 2016 Fedora Release Engineering - 1.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 1.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Tue Nov 03 2015 Milan Broz - 1.7.0-1 -- Update to cryptsetup 1.7.0. -- Switch to sha256 as default hash. -- Increase default PBKDF2 iteration time to 2 seconds. - -* Tue Sep 08 2015 Milan Broz - 1.6.8-2 -- Update to cryptsetup 1.6.8. - -* Wed Jun 17 2015 Fedora Release Engineering - 1.6.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Mar 23 2015 Milan Broz - 1.6.7-1 -- Update to cryptsetup 1.6.7. -- Remove no longer needed fipscheck library dependence. -- Change URL to new homepage. - -* Sat Aug 16 2014 Milan Broz - 1.6.6-1 -- Update to cryptsetup 1.6.6. - -* Sat Aug 16 2014 Fedora Release Engineering - 1.6.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Jul 11 2014 Tom Callaway - 1.6.5-2 -- fix license handling - -* Sun Jun 29 2014 Milan Broz - 1.6.5-1 -- Update to cryptsetup 1.6.5. -- Add cryptsetup-python3 subpackage. - -* Sat Jun 07 2014 Fedora Release Engineering - 1.6.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Mar 02 2014 Milan Broz - 1.6.4-2 -- Require libgcrypt 1.6.1 (with fixed PBKDF2 and Whirlpool hash). - -* Thu Feb 27 2014 Milan Broz - 1.6.4-1 -- Update to cryptsetup 1.6.4. - -* Tue Jan 07 2014 Ondrej Kozina - 1.6.3-2 -- remove useless hmac checksum - -* Fri Dec 13 2013 Milan Broz - 1.6.3-1 -- Update to cryptsetup 1.6.3. - -* Sun Aug 04 2013 Milan Broz - 1.6.2-1 -- Update to cryptsetup 1.6.2. - -* Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Mar 31 2013 Milan Broz - 1.6.1-1 -- Update to cryptsetup 1.6.1. -- Install ReleaseNotes files instead of empty Changelog file. - -* Wed Feb 13 2013 Fedora Release Engineering - 1.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Jan 14 2013 Milan Broz - 1.6.0-1 -- Update to cryptsetup 1.6.0. -- Change default LUKS encryption mode to aes-xts-plain64 (AES128). -- Force use of gcrypt PBKDF2 instead of internal implementation. - -* Sat Dec 29 2012 Milan Broz - 1.6.0-0.1 -- Update to cryptsetup 1.6.0-rc1. -- Relax license to GPLv2+ according to new release. -- Compile cryptsetup with libpwquality support. - -* Tue Oct 16 2012 Milan Broz - 1.5.1-1 -- Update to cryptsetup 1.5.1. - -* Wed Jul 18 2012 Fedora Release Engineering - 1.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Jul 10 2012 Milan Broz - 1.5.0-1 -- Update to cryptsetup 1.5.0. - -* Wed Jun 20 2012 Milan Broz - 1.5.0-0.2 -- Update to cryptsetup 1.5.0-rc2. -- Add cryptsetup-reencrypt subpackage. - -* Mon Jun 11 2012 Milan Broz - 1.5.0-0.1 -- Update to cryptsetup 1.5.0-rc1. -- Add veritysetup subpackage. -- Move localization files to libs subpackage. - -* Thu May 31 2012 Milan Broz - 1.4.3-2 -- Build with fipscheck (verification in fips mode). -- Clean up spec file, use install to /usr. - -* Thu May 31 2012 Milan Broz - 1.4.3-1 -- Update to cryptsetup 1.4.3. - -* Thu Apr 12 2012 Milan Broz - 1.4.2-1 -- Update to cryptsetup 1.4.2. - -* Fri Jan 13 2012 Fedora Release Engineering - 1.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Nov 09 2011 Milan Broz - 1.4.1-1 -- Update to cryptsetup 1.4.1. -- Add Python cryptsetup bindings. -- Obsolete separate python-cryptsetup package. - -* Wed Oct 26 2011 Milan Broz - 1.4.0-1 -- Update to cryptsetup 1.4.0. - -* Mon Oct 10 2011 Milan Broz - 1.4.0-0.1 -- Update to cryptsetup 1.4.0-rc1. -- Rename package back from cryptsetup-luks to cryptsetup. - -* Wed Jun 22 2011 Milan Broz - 1.3.1-2 -- Fix return code for status command when device doesn't exist. - -* Tue May 24 2011 Milan Broz - 1.3.1-1 -- Update to cryptsetup 1.3.1. - -* Tue Apr 05 2011 Milan Broz - 1.3.0-1 -- Update to cryptsetup 1.3.0. - -* Tue Mar 22 2011 Milan Broz - 1.3.0-0.2 -- Update to cryptsetup 1.3.0-rc2 - -* Mon Mar 14 2011 Milan Broz - 1.3.0-0.1 -- Update to cryptsetup 1.3.0-rc1 - -* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Dec 20 2010 Milan Broz - 1.2.0-1 -- Update to cryptsetup 1.2.0 - -* Thu Nov 25 2010 Milan Broz - 1.2.0-0.2 -- Fix crypt_activate_by_keyfile() to work with PLAIN devices. - -* Tue Nov 16 2010 Milan Broz - 1.2.0-0.1 -- Add FAQ to documentation. -- Update to cryptsetup 1.2.0-rc1 - -* Sat Jul 03 2010 Milan Broz - 1.1.3-1 -- Update to cryptsetup 1.1.3 - -* Mon Jun 07 2010 Milan Broz - 1.1.2-2 -- Fix alignment ioctl use. -- Fix API activation calls to handle NULL device name. - -* Sun May 30 2010 Milan Broz - 1.1.2-1 -- Update to cryptsetup 1.1.2 -- Fix luksOpen handling of new line char on stdin. - -* Sun May 23 2010 Milan Broz - 1.1.1-1 -- Update to cryptsetup 1.1.1 -- Fix luksClose for stacked LUKS/LVM devices. - -* Mon May 03 2010 Milan Broz - 1.1.1-0.2 -- Update to cryptsetup 1.1.1-rc2. - -* Sat May 01 2010 Milan Broz - 1.1.1-0.1 -- Update to cryptsetup 1.1.1-rc1. - -* Sun Jan 17 2010 Milan Broz - 1.1.0-1 -- Update to cryptsetup 1.1.0. - -* Fri Jan 15 2010 Milan Broz - 1.1.0-0.6 -- Fix gcrypt initialisation. -- Fix backward compatibility for hash algorithm (uppercase). - -* Wed Dec 30 2009 Milan Broz - 1.1.0-0.5 -- Update to cryptsetup 1.1.0-rc4 - -* Mon Nov 16 2009 Milan Broz - 1.1.0-0.4 -- Update to cryptsetup 1.1.0-rc3 - -* Thu Oct 01 2009 Milan Broz - 1.1.0-0.3 -- Update to cryptsetup 1.1.0-rc2 -- Fix libcryptsetup to properly export only versioned symbols. - -* Tue Sep 29 2009 Milan Broz - 1.1.0-0.2 -- Update to cryptsetup 1.1.0-rc1 -- Add luksHeaderBackup and luksHeaderRestore commands. - -* Fri Sep 11 2009 Milan Broz - 1.1.0-0.1 -- Update to new upstream testing version with new API interface. -- Add luksSuspend and luksResume commands. -- Introduce pkgconfig. - -* Fri Jul 24 2009 Fedora Release Engineering - 1.0.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Jul 22 2009 Milan Broz - 1.0.7-1 -- Update to upstream final release. -- Split libs subpackage. -- Remove rpath setting from cryptsetup binary. - -* Wed Jul 15 2009 Till Maas - 1.0.7-0.2 -- update BR because of libuuid splitout from e2fsprogs - -* Mon Jun 22 2009 Milan Broz - 1.0.7-0.1 -- Update to new upstream 1.0.7-rc1. - -- Wipe old fs headers to not confuse blkid (#468062) -* Tue Feb 24 2009 Fedora Release Engineering - 1.0.6-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Oct 30 2008 Milan Broz - 1.0.6-6 -- Wipe old fs headers to not confuse blkid (#468062) - -* Tue Sep 23 2008 Milan Broz - 1.0.6-5 -- Change new project home page. -- Print more descriptive messages for initialization errors. -- Refresh patches to versions commited upstream. - -* Sat Sep 06 2008 Milan Broz - 1.0.6-4 -- Fix close of zero decriptor. -- Fix udevsettle delays - use temporary crypt device remapping. - -* Wed May 28 2008 Till Maas - 1.0.6-3 -- remove a duplicate sentence from the manpage (RH #448705) -- add patch metadata about upstream status - -* Tue Apr 15 2008 Bill Nottinghm - 1.0.6-2 -- Add the device to the luksOpen prompt (#433406) -- Use iconv, not recode (#442574) - -* Thu Mar 13 2008 Till Maas - 1.0.6-1 -- Update to latest version -- remove patches that have been merged upstream - -* Mon Mar 03 2008 Till Maas - 1.0.6-0.1.pre2 -- Update to new version with several bugfixes -- remove patches that have been merged upstream -- add patch from cryptsetup newsgroup -- fix typo / missing luksRemoveKey in manpage (patch) - -* Tue Feb 19 2008 Fedora Release Engineering - 1.0.5-9 -- Autorebuild for GCC 4.3 - -* Sat Jan 19 2008 Peter Jones - 1.0.5-8 -- Rebuild for broken deps. - -* Thu Aug 30 2007 Till Maas - 1.0.5-7 -- update URL -- update license tag -- recode ChangeLog from latin1 to uf8 -- add smp_mflags to make - -* Fri Aug 24 2007 Till Maas - 1.0.5-6 -- cleanup BuildRequires: -- removed versions, packages in Fedora are new enough -- changed popt to popt-devel - -* Thu Aug 23 2007 Till Maas - 1.0.5-5 -- fix devel subpackage requires -- remove empty NEWS README -- remove uneeded INSTALL -- remove uneeded ldconfig requires -- add readonly detection patch - -* Wed Aug 08 2007 Till Maas - 1.0.5-4 -- disable patch2, libsepol is now detected by configure -- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib} - -* Fri Jul 27 2007 Till Maas - 1.0.5-3 -- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs - -* Thu Jul 26 2007 Till Maas - 1.0.5-2 -- Use /lib as libdir (#243228) -- sync header and library (#215349) -- do not use %%makeinstall (recommended by PackageGuidelines) -- select sbindir with %%configure instead with make -- add TODO - -* Wed Jun 13 2007 Jeremy Katz - 1.0.5-1 -- update to 1.0.5 - -* Mon Jun 04 2007 Peter Jones - 1.0.3-5 -- Don't build static any more. - -* Mon Feb 05 2007 Alasdair Kergon - 1.0.3-4 -- Add build dependency on new device-mapper-devel package. -- Add preun and post ldconfig requirements. -- Update BuildRoot. - -* Wed Nov 1 2006 Peter Jones - 1.0.3-3 -- Require newer libselinux (#213414) - -* Wed Jul 12 2006 Jesse Keating - 1.0.3-2.1 -- rebuild - -* Wed Jun 7 2006 Jeremy Katz - 1.0.3-2 -- put shared libs in the right subpackages - -* Fri Apr 7 2006 Bill Nottingham 1.0.3-1 -- update to final 1.0.3 - -* Mon Feb 27 2006 Bill Nottingham 1.0.3-0.rc2 -- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658) - -* Wed Feb 22 2006 Bill Nottingham 1.0.3-0.rc1 -- update to 1.0.3rc1, reverts changes to default encryption type - -* Tue Feb 21 2006 Bill Nottingham 1.0.2-1 -- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726) - -* Mon Feb 20 2006 Karsten Hopp 1.0.1-5 -- BuildRequires: libselinux-devel - -* Fri Feb 10 2006 Jesse Keating - 1.0.1-4.2.1 -- bump again for double-long bug on ppc(64) - -* Tue Feb 07 2006 Jesse Keating - 1.0.1-4.2 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Mon Dec 5 2005 Bill Nottingham 1.0.1-4 -- rebuild against new libdevmapper - -* Thu Oct 13 2005 Florian La Roche -- add -lsepol to rebuild on current fc5 - -* Mon Aug 22 2005 Karel Zak 1.0.1-2 -- fix cryptsetup help for isLuks action - -* Fri Jul 1 2005 Bill Nottingham 1.0.1-1 -- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for - piped passwords - -* Thu Jun 16 2005 Bill Nottingham 1.0-2 -- add patch for 32/64 bit compatibility (#160445, ) - -* Tue Mar 29 2005 Bill Nottingham 1.0-1 -- update to 1.0 - -* Thu Mar 10 2005 Bill Nottingham 0.993-1 -- switch to cryptsetup-luks, for LUKS support - -* Tue Oct 12 2004 Bill Nottingham 0.1-4 -- oops, make that *everything* static (#129926) - -* Tue Aug 31 2004 Bill Nottingham 0.1-3 -- link some things static, move to /sbin (#129926) - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Fri Apr 16 2004 Bill Nottingham 0.1-1 -- initial packaging +%autochangelog From 42ab38dabe9516fe17a0a2216f01caf6fce71310 Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Fri, 19 Dec 2025 16:25:24 +0100 Subject: [PATCH 32/34] Update to cryptsetup 2.8.3. --- .gitignore | 2 +- cryptsetup-2.8.1.tar.sign | 16 ---------------- cryptsetup-2.8.3.tar.sign | 16 ++++++++++++++++ cryptsetup.spec | 2 +- sources | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 cryptsetup-2.8.1.tar.sign create mode 100644 cryptsetup-2.8.3.tar.sign diff --git a/.gitignore b/.gitignore index e1655e0..80553bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-2.8.1.tar.xz +/cryptsetup-2.8.3.tar.xz diff --git a/cryptsetup-2.8.1.tar.sign b/cryptsetup-2.8.1.tar.sign deleted file mode 100644 index 4459bed..0000000 --- a/cryptsetup-2.8.1.tar.sign +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmikPjAACgkQ2bBXe9k+ -mPzw4hAAqew2XZt7qfeHXNrx4Qx+5fh8J6kNBByMoBBBoNV778MUeE35hZ57L+0G -fCRJTcWvZX9WUomSY3L/n1h/kGrk/G59clBNXyBo/VlqGy4TnDIyX/5RfN93Ysfr -XzdZptH7PFLnhf6R9Y6bkRTCVdutW6WSW+CTeB6LnQHR97y2Jz/L+qTpExs9ujk9 -FMuMI2bO+i5QaisvAqS7/z0ba18xdgNqplj8DUFygtuJiUeshtW/RHBr21Y762Ut -ZaliJbkww/XbI0CVyjoT0OrgRIpqr1tb1AwPNCU81MgCrB5q5pYOdcGkuRGIGKSG -+BC2qrHqlbNIu8SOu6JZ7mq2gkiyzz+Gg7AuKsvV9HPFkFEd40SIE2xNMxgwZtwB -jW9d07Cg90qGcKLqESwb5bNXRFxw8aBXHaaZraC5mAoYfOXaQAL+FlBtbcsADoFy -7TJEDyqC47nRB7dC0c8Cd7rqZ7nFWenf7oPXK87wFDIRDdv7OTtwD03fQdhy7j6N -+jX1vVH/xRDpEpcUTQyuo3CO/gN5w2TWPKHYFBkAV3qvQOTLKZXQCxyYNfSBfFmJ -IyeRPYb/Euk46jX+xpCeoP540YAL6BoLTHyis5wjjM9jTXTMKFa5ZivrMlWaRKS5 -pp4EIpJlxuE8kGmKvMgPO3kgS4w3akjNpfdkeRWAPKaVVMzBY1Y= -=tRD6 ------END PGP SIGNATURE----- diff --git a/cryptsetup-2.8.3.tar.sign b/cryptsetup-2.8.3.tar.sign new file mode 100644 index 0000000..7b78e41 --- /dev/null +++ b/cryptsetup-2.8.3.tar.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmlFSt0ACgkQ2bBXe9k+ +mPyqxw//eUa0VW8r/xgugdTdG83cro4n4QZcEifUoAM2NbnOI1qEQqeL2CgQgCIK +Td2Xi6Jmu5HxqEjRqbpvCo5pjZYpP00OSamvPsKVWbd+wu0C52J37ddV7c7LEKOj +4wrWhVgqq9Eji4UyA/OeaOuOO/3NmSOeM196lv2awnUjLdnj+eedEnF3kxnx36W5 +nTsD5Ht2l1g187TOO2qvSvvSC+RVrxcbK31/e1NAwfOGypgdIF3qyMIa9XZN3SyV +kdHn+dQGTK5J4ubEBuSWeQWelJ5jxj/+yjATxvHxvpdDAd5V7Nsmu2+8x2XiaZbm +ZeCALQKPDE8KQnvO8ez4QuG71ISoJjAlgRJIfFP9AJcskLdswn1TWM75D8wmbI5e +uUxExIpkX/UTGThc3DCm/V4f0muJB1ncEsepHssYG0IeIVlr/5WcThG/OYPxRRfE +WcLxN36ckI6HuqYZCS8SnvncTfcPFRtUVk7+LbCLF5eB+E1uTbVEv1IgRChl2tVZ +vYoJJl8MS/MASykG2wTaIt9kBO/qeRDWyGPvtWJdcep5Uqd0iJKpd2AsB9TYM3U0 +xtoyCE1lUWBe7oYgfHoq9++MF/9hn3Uw+1kZAp1PrNcSjduEHOWNkG/Lzevv+Wgl +jQFFimhxqfT+Pgjlb4MKLS5QRhQOOygg+1uHKeeoh0buZ/NMbeE= +=KsY6 +-----END PGP SIGNATURE----- diff --git a/cryptsetup.spec b/cryptsetup.spec index 4f64fac..c42e933 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.8.1 +Version: 2.8.3 Release: %autorelease License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup diff --git a/sources b/sources index 9832dc9..6b17819 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cryptsetup-2.8.1.tar.xz) = a5171e18c55bfbc57330f2d46ab06b5ac6957392a77aef74c3d1c5295eb39962d1db19ddd3420ea1154d730b361d09e72bf5315c7a3d56eb36cee9c2531bca5d +SHA512 (cryptsetup-2.8.1.tar.xz) = 6aaf5a7e6d716e581b50fce417dad079022ff15d54e8a93697888b030b8defa03a39fd94725c3a8692cd07147573bd7f1c3c41571c488aabd44e4f9def9673e2 From 6188395be90d1edb2f690c6aff69f986604fa2cc Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Fri, 19 Dec 2025 16:40:43 +0100 Subject: [PATCH 33/34] Update sources. --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index 6b17819..56824bf 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (cryptsetup-2.8.1.tar.xz) = 6aaf5a7e6d716e581b50fce417dad079022ff15d54e8a93697888b030b8defa03a39fd94725c3a8692cd07147573bd7f1c3c41571c488aabd44e4f9def9673e2 +SHA512 (cryptsetup-2.8.3.tar.xz) = 6aaf5a7e6d716e581b50fce417dad079022ff15d54e8a93697888b030b8defa03a39fd94725c3a8692cd07147573bd7f1c3c41571c488aabd44e4f9def9673e2 From 2794c7b33a50542fc7b1f94ddbbafeb22b8e9087 Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Fri, 19 Dec 2025 16:53:35 +0100 Subject: [PATCH 34/34] Remove previous version (2.8.1) from sources. --- sources | 1 - 1 file changed, 1 deletion(-) diff --git a/sources b/sources index 56824bf..e31326c 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (cryptsetup-2.8.1.tar.xz) = 6aaf5a7e6d716e581b50fce417dad079022ff15d54e8a93697888b030b8defa03a39fd94725c3a8692cd07147573bd7f1c3c41571c488aabd44e4f9def9673e2 SHA512 (cryptsetup-2.8.3.tar.xz) = 6aaf5a7e6d716e581b50fce417dad079022ff15d54e8a93697888b030b8defa03a39fd94725c3a8692cd07147573bd7f1c3c41571c488aabd44e4f9def9673e2