From a618f1473526a283b7b8ee2a554faa7b0b81ed0f Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Thu, 20 Aug 2015 09:53:55 +0200 Subject: [PATCH 01/37] Update to v2.4d --- .gitignore | 1 + aespipe.spec | 59 ++++++++++++++++++---------------------------------- sources | 2 +- 3 files changed, 22 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index cb408fe..b9ca421 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /aespipe-v2.4b.tar.bz2 /aespipe-v2.4c.tar.bz2 +/aespipe-v2.4d.tar.bz2 diff --git a/aespipe.spec b/aespipe.spec index 7d0bd96..8af9b46 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,8 +1,9 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe -Version: 2.4c -Release: 10%{?dist} +Version: 2.4d +Release: 1%{?dist} License: GPLv2+ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Group: Applications/System URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -25,8 +26,7 @@ kernel module. %setup -q -n %{name}-v%{version} %build -# Package calls CC to link -%configure LDFLAGS="${CFLAGS}" +%configure %global make_target %{nil} %ifarch x86_64 @@ -35,55 +35,36 @@ kernel module. %ifarch %{ix86} %global make_target x86 %endif -make %{?_smp_mflags} %{make_target} +%{__make} %{?_smp_mflags} %{make_target} %check -make tests +%{__make} tests %install -mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples -cp -p ChangeLog README %{buildroot}%{_defaultdocdir}/%{name} -install -Dp -m0644 bz2aespipe %{buildroot}%{_defaultdocdir}/%{name}/examples -install -Dp -m0644 aespipe.1 %{buildroot}%{_mandir}/man1/aespipe.1 -install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe +%{__rm} -rf %{buildroot} +%{__mkdir} -p %{buildroot}%{_defaultdocdir}/%{name}/examples +%{__cp} -p ChangeLog README %{buildroot}%{_defaultdocdir}/%{name} +%{__install} -Dp -m0644 bz2aespipe %{buildroot}%{_defaultdocdir}/%{name}/examples +%{__install} -Dp -m0644 aespipe.1 %{buildroot}%{_mandir}/man1/aespipe.1 +%{__install} -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe +%clean +%{__rm} -rf %{buildroot} %files +%defattr(-, root, root, -) %dir %{_defaultdocdir}/%{name} %{_defaultdocdir}/%{name}/* %{_mandir}/man1/* %{_bindir}/aespipe %changelog -* Tue Jul 07 2015 Ralf Corsépius - 2.4c-10 -- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364). +* Thu Aug 20 2015 Jirka Hladky - 2.4d-1 +- Update to version 2.4d -* Tue Jun 16 2015 Fedora Release Engineering - 2.4c-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Aug 15 2014 Fedora Release Engineering - 2.4c-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 22 2014 Peter Robinson 2.4c-7 -- Modernise spec, fixup scew with f20 - -* Sat Jun 07 2014 Fedora Release Engineering - 2.4c-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Aug 8 2013 Ville Skyttä - 2.4c-5 -- Use special %%doc to install docs (#993663). - -* Sat Aug 03 2013 Fedora Release Engineering - 2.4c-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 2.4c-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 2.4c-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 2.4c-1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild +* Sat Jan 04 2014 Jirka Hladky - 2.4c-1 +- Unversioned docdir change, more info on + https://fedoraproject.org/wiki/Changes/UnversionedDocdirs * Sun Jul 3 2011 Jirka Hladky - 2.4c - Update to version 2.4c diff --git a/sources b/sources index 53e2dce..61e434a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97b1f481721ea5d65018ddae1143bac5 aespipe-v2.4c.tar.bz2 +bcf49066053aabf9e291a00b20bc5f00 aespipe-v2.4d.tar.bz2 From bfb7c5ae460cae938bae885568eb01cf8548afbb Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Fri, 21 Aug 2015 18:19:19 +0200 Subject: [PATCH 02/37] Fixing build issue on F24 --- aespipe.spec | 59 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 17 deletions(-) diff --git a/aespipe.spec b/aespipe.spec index 8af9b46..e994a95 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,9 +1,8 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Group: Applications/System URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -26,7 +25,8 @@ kernel module. %setup -q -n %{name}-v%{version} %build -%configure +# Package calls CC to link +%configure LDFLAGS="${CFLAGS}" %global make_target %{nil} %ifarch x86_64 @@ -35,36 +35,61 @@ kernel module. %ifarch %{ix86} %global make_target x86 %endif -%{__make} %{?_smp_mflags} %{make_target} +make %{?_smp_mflags} %{make_target} %check -%{__make} tests +make tests %install -%{__rm} -rf %{buildroot} -%{__mkdir} -p %{buildroot}%{_defaultdocdir}/%{name}/examples -%{__cp} -p ChangeLog README %{buildroot}%{_defaultdocdir}/%{name} -%{__install} -Dp -m0644 bz2aespipe %{buildroot}%{_defaultdocdir}/%{name}/examples -%{__install} -Dp -m0644 aespipe.1 %{buildroot}%{_mandir}/man1/aespipe.1 -%{__install} -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe +mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples +cp -p ChangeLog README %{buildroot}%{_defaultdocdir}/%{name} +install -Dp -m0644 bz2aespipe %{buildroot}%{_defaultdocdir}/%{name}/examples +install -Dp -m0644 aespipe.1 %{buildroot}%{_mandir}/man1/aespipe.1 +install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe -%clean -%{__rm} -rf %{buildroot} %files -%defattr(-, root, root, -) %dir %{_defaultdocdir}/%{name} %{_defaultdocdir}/%{name}/* %{_mandir}/man1/* %{_bindir}/aespipe %changelog +* Fri Aug 21 2015 Jirka Hladky - 2.4d-2 +- fixing build issue on F24 + * Thu Aug 20 2015 Jirka Hladky - 2.4d-1 - Update to version 2.4d -* Sat Jan 04 2014 Jirka Hladky - 2.4c-1 -- Unversioned docdir change, more info on - https://fedoraproject.org/wiki/Changes/UnversionedDocdirs +* Tue Jul 07 2015 Ralf Corsépius - 2.4c-10 +- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364). + +* Tue Jun 16 2015 Fedora Release Engineering - 2.4c-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Aug 15 2014 Fedora Release Engineering - 2.4c-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 22 2014 Peter Robinson 2.4c-7 +- Modernise spec, fixup scew with f20 + +* Sat Jun 07 2014 Fedora Release Engineering - 2.4c-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Aug 8 2013 Ville Skyttä - 2.4c-5 +- Use special %%doc to install docs (#993663). + +* Sat Aug 03 2013 Fedora Release Engineering - 2.4c-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 2.4c-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 2.4c-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 2.4c-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Jul 3 2011 Jirka Hladky - 2.4c - Update to version 2.4c From 180764cdd7ac3babac0799a324037eb26196117f Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Fri, 21 Aug 2015 18:49:22 +0200 Subject: [PATCH 03/37] Update to v2.4d --- .gitignore | 1 + aespipe.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cb408fe..b9ca421 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /aespipe-v2.4b.tar.bz2 /aespipe-v2.4c.tar.bz2 +/aespipe-v2.4d.tar.bz2 diff --git a/aespipe.spec b/aespipe.spec index 7d0bd96..e994a95 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe -Version: 2.4c -Release: 10%{?dist} +Version: 2.4d +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -55,6 +55,12 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Fri Aug 21 2015 Jirka Hladky - 2.4d-2 +- fixing build issue on F24 + +* Thu Aug 20 2015 Jirka Hladky - 2.4d-1 +- Update to version 2.4d + * Tue Jul 07 2015 Ralf Corsépius - 2.4c-10 - Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364). diff --git a/sources b/sources index 53e2dce..61e434a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97b1f481721ea5d65018ddae1143bac5 aespipe-v2.4c.tar.bz2 +bcf49066053aabf9e291a00b20bc5f00 aespipe-v2.4d.tar.bz2 From 0be0e6de0ef71f06957a83f3290fb001a91547df Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 16:01:08 +0000 Subject: [PATCH 04/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index e994a95..51c0b50 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 2.4d-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Aug 21 2015 Jirka Hladky - 2.4d-2 - fixing build issue on F24 From eb1e9c62c472534e4b648e6b76fabfd6635625dd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 05:47:27 +0000 Subject: [PATCH 05/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 51c0b50..f089d5c 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 2.4d-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 03 2016 Fedora Release Engineering - 2.4d-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 52ffa8ef59fce9817b9d59f4d9518cab7988885a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 02:38:49 +0000 Subject: [PATCH 06/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index f089d5c..25e6822 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 2.4d-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 2.4d-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From f7dfbeefab57ba0a0d62ab3197ae021549f3314c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 17:25:39 +0000 Subject: [PATCH 07/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 25e6822..ee7fd0f 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 2.4d-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 2.4d-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 07bc8aadc1197ef3c7863f3fc86477d7218fbe3a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 01:57:34 +0000 Subject: [PATCH 08/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index ee7fd0f..72ab54b 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 2.4d-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Aug 02 2017 Fedora Release Engineering - 2.4d-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 38557bb2f2f6961eab4ba11facaad96471e8342e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:42 +0200 Subject: [PATCH 09/37] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- aespipe.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/aespipe.spec b/aespipe.spec index 72ab54b..7024844 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -6,6 +6,7 @@ License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 +BuildRequires: gcc BuildRequires: gpg Requires: gpg From b9be043f08f0b80402371639ca3a580de027b8df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:02:36 +0000 Subject: [PATCH 10/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 7024844..e1a19d1 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 2.4d-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 2.4d-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 287de728b8d417d357aa17754c496b669a2da093 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 11/37] Remove obsolete Group tag Signed-off-by: Igor Gnatenko --- aespipe.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index e1a19d1..f53a7be 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -3,7 +3,6 @@ Name: aespipe Version: 2.4d Release: 8%{?dist} License: GPLv2+ -Group: Applications/System URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 BuildRequires: gcc From f2a30d000124ed884fbf480509c96d62ad12a491 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 13:03:10 +0000 Subject: [PATCH 12/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index f53a7be..30c53d5 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 2.4d-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Jul 12 2018 Fedora Release Engineering - 2.4d-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From ada910f803c8e9862d9e8328b39f3b0a39a92923 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 17:38:04 +0000 Subject: [PATCH 13/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 30c53d5..831e4c2 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe Version: 2.4d -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 2.4d-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 2.4d-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From eea727c9284a7cbc9e6f883ab852b3f2dc5ecbeb Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Wed, 14 Aug 2019 03:40:10 +0200 Subject: [PATCH 14/37] Update to 2.4e --- .gitignore | 2 ++ sources | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9ca421..0d16fef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /aespipe-v2.4b.tar.bz2 /aespipe-v2.4c.tar.bz2 /aespipe-v2.4d.tar.bz2 +/aespipe-v2.4e.tar.bz2 +/aespipe.spec diff --git a/sources b/sources index 61e434a..2a68f90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bcf49066053aabf9e291a00b20bc5f00 aespipe-v2.4d.tar.bz2 +SHA512 (aespipe.spec) = e2865b02d706eecb2480db8847f81c9480e98d9ebdc422735d9f75866d6616121e47965111cf6074074ff54c4b85b0d834b10cef6d20c8faa126b9e8a8687518 From 58b9036cb65bb6e7372c45dfd7dc28de7b95a531 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Wed, 14 Aug 2019 04:02:08 +0200 Subject: [PATCH 15/37] Update to 2.4e --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index 2a68f90..70c11ed 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ +SHA512 (aespipe-v2.4e.tar.bz2) = e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e SHA512 (aespipe.spec) = e2865b02d706eecb2480db8847f81c9480e98d9ebdc422735d9f75866d6616121e47965111cf6074074ff54c4b85b0d834b10cef6d20c8faa126b9e8a8687518 From f4e29eb8618c01074aab94ebcf0e5be34e1e49e5 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Wed, 14 Aug 2019 11:02:57 +0200 Subject: [PATCH 16/37] Update to v2.4e --- aespipe.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aespipe.spec b/aespipe.spec index 831e4c2..08f9490 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe -Version: 2.4d -Release: 10%{?dist} +Version: 2.4e +Release: 1%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -55,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Aug 14 2019 Jirka Hladky - 2.4e-1 +- Update to version 2.4e + * Wed Jul 24 2019 Fedora Release Engineering - 2.4d-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 9967ee781c01781ea4a25defe175a7281bfa4904 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Wed, 14 Aug 2019 14:12:04 +0200 Subject: [PATCH 17/37] Fixing issues to link the assembler code --- aespipe-v2.4e-link.patch | 39 +++++++++++++++++++++++++++++++++++++++ aespipe.spec | 9 +++++++-- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 aespipe-v2.4e-link.patch diff --git a/aespipe-v2.4e-link.patch b/aespipe-v2.4e-link.patch new file mode 100644 index 0000000..f35f341 --- /dev/null +++ b/aespipe-v2.4e-link.patch @@ -0,0 +1,39 @@ +diff -ru aespipe-v2.4e-original/aes.h aespipe-v2.4e/aes.h +--- aespipe-v2.4e-original/aes.h 2004-06-12 16:31:41.000000000 +0200 ++++ aespipe-v2.4e/aes.h 2019-08-14 14:03:25.556605313 +0200 +@@ -90,17 +90,17 @@ + #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) + asmlinkage + #endif +-extern void aes_set_key(aes_context *, const unsigned char [], const int, const int); ++extern void aes_set_key(aes_context *, const unsigned char [], const int, const int) asm ("_aes_set_key"); + + #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) + asmlinkage + #endif +-extern void aes_encrypt(const aes_context *, const unsigned char [], unsigned char []); ++extern void aes_encrypt(const aes_context *, const unsigned char [], unsigned char []) asm ("_aes_encrypt"); + + #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) + asmlinkage + #endif +-extern void aes_decrypt(const aes_context *, const unsigned char [], unsigned char []); ++extern void aes_decrypt(const aes_context *, const unsigned char [], unsigned char []) asm ("_aes_decrypt"); + + // The block length inputs to aes_set_block and aes_set_key are in numbers + // of bytes or bits. The calls to subroutines must be made in the above +diff -ru aespipe-v2.4e-original/md5.h aespipe-v2.4e/md5.h +--- aespipe-v2.4e-original/md5.h 2010-04-11 12:12:11.000000000 +0200 ++++ aespipe-v2.4e/md5.h 2019-08-14 14:03:38.723627097 +0200 +@@ -10,9 +10,9 @@ + #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) + asmlinkage + #endif +-extern void md5_transform_CPUbyteorder(u_int32_t *, u_int32_t const *); ++extern void md5_transform_CPUbyteorder(u_int32_t *, u_int32_t const *) asm("_md5_transform_CPUbyteorder"); + + #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) + asmlinkage + #endif +-extern void md5_transform_CPUbyteorder_2x(u_int32_t *, u_int32_t const *, u_int32_t const *); ++extern void md5_transform_CPUbyteorder_2x(u_int32_t *, u_int32_t const *, u_int32_t const *) asm("_md5_transform_CPUbyteorder_2x"); diff --git a/aespipe.spec b/aespipe.spec index 08f9490..350f0db 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,10 +1,11 @@ -Summary: AES-based encryption tool for tar/cpio and loop-aes images +Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4e -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 +Patch0: aespipe-v2.4e-link.patch BuildRequires: gcc BuildRequires: gpg Requires: gpg @@ -23,6 +24,7 @@ kernel module. %prep %setup -q -n %{name}-v%{version} +%patch0 -p1 %build # Package calls CC to link @@ -55,6 +57,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Aug 14 2019 Jirka Hladky - 2.4e-2 +- Added patch to solve the issues with assembler linking + * Wed Aug 14 2019 Jirka Hladky - 2.4e-1 - Update to version 2.4e From 416ec82245f92f8a9eb7cdb99762a9e4cc1c0aeb Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Wed, 14 Aug 2019 14:21:23 +0200 Subject: [PATCH 18/37] Fixing issues to link the assembler code --- .gitignore | 1 + sources | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d16fef..a5ac30a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /aespipe-v2.4d.tar.bz2 /aespipe-v2.4e.tar.bz2 /aespipe.spec +/aespipe-v2.4e-link.patch diff --git a/sources b/sources index 70c11ed..0257241 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (aespipe-v2.4e.tar.bz2) = e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e -SHA512 (aespipe.spec) = e2865b02d706eecb2480db8847f81c9480e98d9ebdc422735d9f75866d6616121e47965111cf6074074ff54c4b85b0d834b10cef6d20c8faa126b9e8a8687518 +SHA512 (aespipe.spec) = dfe46718cc4f61de0c8a38993dbbe8857f172d6684f42e1be8b16a150398120f4839777910694f391b2d01d44d703c98c7035111eda15dd00b1a135f720b66db +SHA512 (aespipe-v2.4e-link.patch) = e3ac00c483d1e9a7c1f9991036fc72f41c271295a206d53b6cb0a0f39ba40687110836919a51140b09fc97aa3b1fde023303d64362cf4a8f8761fdb01f2ea375 From 5b1269d14ee92eab487ca98b213babdc9c176149 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Wed, 14 Aug 2019 14:26:41 +0200 Subject: [PATCH 19/37] Fixing issues to link the assembler code --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index 0257241..df68659 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (aespipe.spec) = dfe46718cc4f61de0c8a38993dbbe8857f172d6684f42e1be8b16a150398120f4839777910694f391b2d01d44d703c98c7035111eda15dd00b1a135f720b66db SHA512 (aespipe-v2.4e-link.patch) = e3ac00c483d1e9a7c1f9991036fc72f41c271295a206d53b6cb0a0f39ba40687110836919a51140b09fc97aa3b1fde023303d64362cf4a8f8761fdb01f2ea375 +SHA512 (aespipe-v2.4e.tar.bz2) = e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e From 7b3abeda51b3d30913f78ed586cdceeb6fc6ab5d Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Thu, 15 Aug 2019 03:49:09 +0200 Subject: [PATCH 20/37] Fixing issues to link the assembler code --- .gitignore | 1 + aespipe-v2.4e-link.patch | 39 --------------------------------------- aespipe.spec | 7 +++++-- sources | 4 ++-- 4 files changed, 8 insertions(+), 43 deletions(-) delete mode 100644 aespipe-v2.4e-link.patch diff --git a/.gitignore b/.gitignore index a5ac30a..b0704a0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /aespipe-v2.4e.tar.bz2 /aespipe.spec /aespipe-v2.4e-link.patch +/aespipe-v2.4e-underline.patch diff --git a/aespipe-v2.4e-link.patch b/aespipe-v2.4e-link.patch deleted file mode 100644 index f35f341..0000000 --- a/aespipe-v2.4e-link.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -ru aespipe-v2.4e-original/aes.h aespipe-v2.4e/aes.h ---- aespipe-v2.4e-original/aes.h 2004-06-12 16:31:41.000000000 +0200 -+++ aespipe-v2.4e/aes.h 2019-08-14 14:03:25.556605313 +0200 -@@ -90,17 +90,17 @@ - #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) - asmlinkage - #endif --extern void aes_set_key(aes_context *, const unsigned char [], const int, const int); -+extern void aes_set_key(aes_context *, const unsigned char [], const int, const int) asm ("_aes_set_key"); - - #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) - asmlinkage - #endif --extern void aes_encrypt(const aes_context *, const unsigned char [], unsigned char []); -+extern void aes_encrypt(const aes_context *, const unsigned char [], unsigned char []) asm ("_aes_encrypt"); - - #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) - asmlinkage - #endif --extern void aes_decrypt(const aes_context *, const unsigned char [], unsigned char []); -+extern void aes_decrypt(const aes_context *, const unsigned char [], unsigned char []) asm ("_aes_decrypt"); - - // The block length inputs to aes_set_block and aes_set_key are in numbers - // of bytes or bits. The calls to subroutines must be made in the above -diff -ru aespipe-v2.4e-original/md5.h aespipe-v2.4e/md5.h ---- aespipe-v2.4e-original/md5.h 2010-04-11 12:12:11.000000000 +0200 -+++ aespipe-v2.4e/md5.h 2019-08-14 14:03:38.723627097 +0200 -@@ -10,9 +10,9 @@ - #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) - asmlinkage - #endif --extern void md5_transform_CPUbyteorder(u_int32_t *, u_int32_t const *); -+extern void md5_transform_CPUbyteorder(u_int32_t *, u_int32_t const *) asm("_md5_transform_CPUbyteorder"); - - #if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) - asmlinkage - #endif --extern void md5_transform_CPUbyteorder_2x(u_int32_t *, u_int32_t const *, u_int32_t const *); -+extern void md5_transform_CPUbyteorder_2x(u_int32_t *, u_int32_t const *, u_int32_t const *) asm("_md5_transform_CPUbyteorder_2x"); diff --git a/aespipe.spec b/aespipe.spec index 350f0db..d3ed08a 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,11 +1,11 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4e -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 -Patch0: aespipe-v2.4e-link.patch +Patch0: aespipe-v2.4e-underline.patch BuildRequires: gcc BuildRequires: gpg Requires: gpg @@ -57,6 +57,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Thu Aug 15 2019 Jirka Hladky - 2.4e-3 +- Imroved patch to solve the issues with assembler linking + * Wed Aug 14 2019 Jirka Hladky - 2.4e-2 - Added patch to solve the issues with assembler linking diff --git a/sources b/sources index df68659..d4e64c9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (aespipe.spec) = dfe46718cc4f61de0c8a38993dbbe8857f172d6684f42e1be8b16a150398120f4839777910694f391b2d01d44d703c98c7035111eda15dd00b1a135f720b66db -SHA512 (aespipe-v2.4e-link.patch) = e3ac00c483d1e9a7c1f9991036fc72f41c271295a206d53b6cb0a0f39ba40687110836919a51140b09fc97aa3b1fde023303d64362cf4a8f8761fdb01f2ea375 +SHA512 (aespipe.spec) = 9d586a71bb11d6bff1273fb7a1d5e614223b246ebeb0d5ef572751b444646767ecb43eb2ad11d434ddac1ab4e37b34a75c6de4ca9d314369a03402616e9add23 +SHA512 (aespipe-v2.4e-underline.patch) = 352e89b8a3d98347a93318f3b9d0941901756f9ef222bb9d1b8b6e70d3cf62a103154781e9f73b5e88d2b8015b3a84a773ede03402282392a14c6d0a69e16024 SHA512 (aespipe-v2.4e.tar.bz2) = e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e From cc0f333e6a19599a41d28118db5a53dd45531e69 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Mon, 19 Aug 2019 00:43:16 +0200 Subject: [PATCH 21/37] Found the root cause for linking problems - better patch --- .gitignore | 1 + aespipe.spec | 8 ++++++-- sources | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b0704a0..af12079 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /aespipe.spec /aespipe-v2.4e-link.patch /aespipe-v2.4e-underline.patch +/aespipe-v2.4e-configure.patch diff --git a/aespipe.spec b/aespipe.spec index d3ed08a..3863e41 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,11 +1,11 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4e -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 -Patch0: aespipe-v2.4e-underline.patch +Patch0: aespipe-v2.4e-configure.patch BuildRequires: gcc BuildRequires: gpg Requires: gpg @@ -24,6 +24,7 @@ kernel module. %prep %setup -q -n %{name}-v%{version} +%global _default_patch_fuzz 3 %patch0 -p1 %build @@ -57,6 +58,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Sun Aug 18 2019 Jirka Hladky - 2.4e-4 +- Found the root cause with assembler linking - better patch + * Thu Aug 15 2019 Jirka Hladky - 2.4e-3 - Imroved patch to solve the issues with assembler linking diff --git a/sources b/sources index d4e64c9..6e046e4 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (aespipe.spec) = 9d586a71bb11d6bff1273fb7a1d5e614223b246ebeb0d5ef572751b444646767ecb43eb2ad11d434ddac1ab4e37b34a75c6de4ca9d314369a03402616e9add23 -SHA512 (aespipe-v2.4e-underline.patch) = 352e89b8a3d98347a93318f3b9d0941901756f9ef222bb9d1b8b6e70d3cf62a103154781e9f73b5e88d2b8015b3a84a773ede03402282392a14c6d0a69e16024 +SHA512 (aespipe.spec) = cc367de6f1918989577a4351a993173038fe46c9ff66050c67b694a9a6aa444ba519fd8c74f86bbf3ae610c5d89956ec109e79a9533bdc6d934353bd00238f58 +SHA512 (aespipe-v2.4e-configure.patch) = be6a1716f836b465639abdfeb41afe7cbe240fa780145e7cb370fda8998a95aa99b6a785de68ae69db2d21c14410c71a4782ea380fecb4920db109124a404384 SHA512 (aespipe-v2.4e.tar.bz2) = e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e From 41c8b43ed1c0d3c96a0974f7917cc5b2b0357f2c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:17:30 +0000 Subject: [PATCH 22/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 3863e41..2846165 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4e -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -58,6 +58,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 2.4e-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Aug 18 2019 Jirka Hladky - 2.4e-4 - Found the root cause with assembler linking - better patch From 17a7a4333a8db4357d9c0a3ee57f11ca0665cc14 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 11:48:43 +0000 Subject: [PATCH 23/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 2846165..6dde962 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4e -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -58,6 +58,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 2.4e-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jan 28 2020 Fedora Release Engineering - 2.4e-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 2d6aa48903f05d3477bc79aacb547e61ecb3b8db Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jul 2020 23:50:12 +0000 Subject: [PATCH 24/37] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 6dde962..3893a1b 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4e -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -58,6 +58,10 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Fri Jul 31 2020 Fedora Release Engineering - 2.4e-7 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 2.4e-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 3f1319f3ec94230201168ba321d74e40d16ea5f6 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Mon, 10 Aug 2020 00:56:39 +0200 Subject: [PATCH 25/37] Update to version 2.4f --- .gitignore | 1 + aespipe.spec | 10 +++++----- sources | 4 +--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index af12079..d43b120 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /aespipe-v2.4e-link.patch /aespipe-v2.4e-underline.patch /aespipe-v2.4e-configure.patch +/aespipe-v2.4f.tar.bz2 diff --git a/aespipe.spec b/aespipe.spec index 3893a1b..233309c 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,11 +1,10 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe -Version: 2.4e -Release: 7%{?dist} +Version: 2.4f +Release: 1%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 -Patch0: aespipe-v2.4e-configure.patch BuildRequires: gcc BuildRequires: gpg Requires: gpg @@ -24,8 +23,6 @@ kernel module. %prep %setup -q -n %{name}-v%{version} -%global _default_patch_fuzz 3 -%patch0 -p1 %build # Package calls CC to link @@ -58,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Sun Aug 09 2020 Jirka Hladky - 2.4f-1 +- Update to version 2.4f + * Fri Jul 31 2020 Fedora Release Engineering - 2.4e-7 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 6e046e4..f9249e3 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (aespipe.spec) = cc367de6f1918989577a4351a993173038fe46c9ff66050c67b694a9a6aa444ba519fd8c74f86bbf3ae610c5d89956ec109e79a9533bdc6d934353bd00238f58 -SHA512 (aespipe-v2.4e-configure.patch) = be6a1716f836b465639abdfeb41afe7cbe240fa780145e7cb370fda8998a95aa99b6a785de68ae69db2d21c14410c71a4782ea380fecb4920db109124a404384 -SHA512 (aespipe-v2.4e.tar.bz2) = e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e +SHA512 (aespipe-v2.4f.tar.bz2) = 75b6b2069a0e013dbded29b07b990fc783cc04ce05fc37e6591dae7e8190485960735ec1a1af18d065be57d0b7ec23dbe520e920f92e9c01170b7a23eb32eb3f From 492c432a5cf19ad152051a513584f100f5e9e5f5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 15 Dec 2020 01:55:26 +0000 Subject: [PATCH 26/37] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- aespipe.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/aespipe.spec b/aespipe.spec index 233309c..3924673 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -7,6 +7,7 @@ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 BuildRequires: gcc BuildRequires: gpg +BuildRequires: make Requires: gpg %description From c658db6b3d36490928c0d932e8aea00b23ee19c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 25 Jan 2021 23:52:22 +0000 Subject: [PATCH 27/37] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 3924673..1a6c54c 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4f -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Mon Jan 25 2021 Fedora Release Engineering - 2.4f-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Aug 09 2020 Jirka Hladky - 2.4f-1 - Update to version 2.4f From 7cb3d718abdc4d44d7aec59f1e7aa60b7fac5b0b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 23 Feb 2021 16:32:38 -0700 Subject: [PATCH 28/37] - Disable strict-aliasing due to non-conforming code in aes.c (word_in, word_out). --- aespipe.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/aespipe.spec b/aespipe.spec index 1a6c54c..4321da3 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4f -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: http://loop-aes.sourceforge.net/ Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 @@ -26,7 +26,9 @@ kernel module. %setup -q -n %{name}-v%{version} %build -# Package calls CC to link +# Package calls CC to link, and violates strict-aliasing C rules +%set_build_flags +CFLAGS="$CFLAGS -fno-strict-aliasing" %configure LDFLAGS="${CFLAGS}" %global make_target %{nil} @@ -56,6 +58,10 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Tue Feb 23 2021 Jeff Law - 2.4f-3 +- Disable strict-aliasing due to non-conforming code in aes.c + (word_in, word_out). + * Mon Jan 25 2021 Fedora Release Engineering - 2.4f-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From c8fc8d6664310dd8e969c028533abc9aab659212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 18 Jun 2021 01:00:42 +0200 Subject: [PATCH 29/37] Orphaned for 6+ weeks --- .gitignore | 9 --- aespipe.spec | 178 --------------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 188 deletions(-) delete mode 100644 .gitignore delete mode 100644 aespipe.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d43b120..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -/aespipe-v2.4b.tar.bz2 -/aespipe-v2.4c.tar.bz2 -/aespipe-v2.4d.tar.bz2 -/aespipe-v2.4e.tar.bz2 -/aespipe.spec -/aespipe-v2.4e-link.patch -/aespipe-v2.4e-underline.patch -/aespipe-v2.4e-configure.patch -/aespipe-v2.4f.tar.bz2 diff --git a/aespipe.spec b/aespipe.spec deleted file mode 100644 index 4321da3..0000000 --- a/aespipe.spec +++ /dev/null @@ -1,178 +0,0 @@ -Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore -Name: aespipe -Version: 2.4f -Release: 3%{?dist} -License: GPLv2+ -URL: http://loop-aes.sourceforge.net/ -Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 -BuildRequires: gcc -BuildRequires: gpg -BuildRequires: make -Requires: gpg - -%description -aespipe is an encryption tool that reads from standard input and -writes to standard output. It uses the AES (Rijndael) cipher. - -It can be used as an encryption filter, to create and restore -encrypted tar/cpio backup archives and to read/write and convert -loop-AES compatible encrypted images. - -aespipe can be used for non-destructive in-place encryption of -existing disk partitions for use with the loop-AES encrypted loop-back -kernel module. - -%prep -%setup -q -n %{name}-v%{version} - -%build -# Package calls CC to link, and violates strict-aliasing C rules -%set_build_flags -CFLAGS="$CFLAGS -fno-strict-aliasing" -%configure LDFLAGS="${CFLAGS}" - -%global make_target %{nil} -%ifarch x86_64 -%global make_target amd64 -%endif -%ifarch %{ix86} -%global make_target x86 -%endif -make %{?_smp_mflags} %{make_target} - -%check -make tests - -%install -mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples -cp -p ChangeLog README %{buildroot}%{_defaultdocdir}/%{name} -install -Dp -m0644 bz2aespipe %{buildroot}%{_defaultdocdir}/%{name}/examples -install -Dp -m0644 aespipe.1 %{buildroot}%{_mandir}/man1/aespipe.1 -install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe - - -%files -%dir %{_defaultdocdir}/%{name} -%{_defaultdocdir}/%{name}/* -%{_mandir}/man1/* -%{_bindir}/aespipe - -%changelog -* Tue Feb 23 2021 Jeff Law - 2.4f-3 -- Disable strict-aliasing due to non-conforming code in aes.c - (word_in, word_out). - -* Mon Jan 25 2021 Fedora Release Engineering - 2.4f-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Aug 09 2020 Jirka Hladky - 2.4f-1 -- Update to version 2.4f - -* Fri Jul 31 2020 Fedora Release Engineering - 2.4e-7 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 2.4e-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jan 28 2020 Fedora Release Engineering - 2.4e-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Aug 18 2019 Jirka Hladky - 2.4e-4 -- Found the root cause with assembler linking - better patch - -* Thu Aug 15 2019 Jirka Hladky - 2.4e-3 -- Imroved patch to solve the issues with assembler linking - -* Wed Aug 14 2019 Jirka Hladky - 2.4e-2 -- Added patch to solve the issues with assembler linking - -* Wed Aug 14 2019 Jirka Hladky - 2.4e-1 -- Update to version 2.4e - -* Wed Jul 24 2019 Fedora Release Engineering - 2.4d-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 2.4d-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 2.4d-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 2.4d-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 2.4d-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 2.4d-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 2.4d-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 2.4d-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Aug 21 2015 Jirka Hladky - 2.4d-2 -- fixing build issue on F24 - -* Thu Aug 20 2015 Jirka Hladky - 2.4d-1 -- Update to version 2.4d - -* Tue Jul 07 2015 Ralf Corsépius - 2.4c-10 -- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364). - -* Tue Jun 16 2015 Fedora Release Engineering - 2.4c-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Aug 15 2014 Fedora Release Engineering - 2.4c-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 22 2014 Peter Robinson 2.4c-7 -- Modernise spec, fixup scew with f20 - -* Sat Jun 07 2014 Fedora Release Engineering - 2.4c-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Aug 8 2013 Ville Skyttä - 2.4c-5 -- Use special %%doc to install docs (#993663). - -* Sat Aug 03 2013 Fedora Release Engineering - 2.4c-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 2.4c-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 2.4c-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 2.4c-1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sun Jul 3 2011 Jirka Hladky - 2.4c - - Update to version 2.4c -* Sat Aug 28 2010 Jirka Hladky - 2.4b-3 - - Replaced global with define, see https://fedoraproject.org/wiki/Packaging/Guidelines#.25global_preferred_over_.25define -* Wed Aug 25 2010 Jirka Hladky - 2.4b-2 - - version 2.4b - - cleaned up SPEC file - - using MACROS everywhere - - moved bz2aespipe into examples -* Fri Jan 22 2010 Dean Mander - 2.3e-4 - - added Requires:gpg -* Wed Dec 10 2008 Dean Mander - 2.3e-3 - - add make_target (to build on ppc) - - add BuildRequires:gpg - - add make tests -* Mon Nov 17 2008 Dean Mander - 2.3e-2 - - remove unneeded aclocal and autoconfig commands - - corrected license to GPLv2+ - -* Tue Nov 11 2008 Dean Mander - 2.3e-1 - - bump to version 2.3e - - set licence to GPL+ - - align to fedora standards - -* Mon Nov 03 2008 Dag Wieers - 2.3d-1 - +/ -- Initial package. (using DAR) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index f9249e3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (aespipe-v2.4f.tar.bz2) = 75b6b2069a0e013dbded29b07b990fc783cc04ce05fc37e6591dae7e8190485960735ec1a1af18d065be57d0b7ec23dbe520e920f92e9c01170b7a23eb32eb3f From ad961733808582ab5ab8c313993f091a050f5480 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Tue, 10 Oct 2023 12:56:21 +0200 Subject: [PATCH 30/37] Unretirement request: https://pagure.io/releng/issue/11720 --- .gitignore | 9 +++ aespipe.spec | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++ dead.package | 1 - sources | 1 + 4 files changed, 188 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 aespipe.spec delete mode 100644 dead.package create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d43b120 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/aespipe-v2.4b.tar.bz2 +/aespipe-v2.4c.tar.bz2 +/aespipe-v2.4d.tar.bz2 +/aespipe-v2.4e.tar.bz2 +/aespipe.spec +/aespipe-v2.4e-link.patch +/aespipe-v2.4e-underline.patch +/aespipe-v2.4e-configure.patch +/aespipe-v2.4f.tar.bz2 diff --git a/aespipe.spec b/aespipe.spec new file mode 100644 index 0000000..4321da3 --- /dev/null +++ b/aespipe.spec @@ -0,0 +1,178 @@ +Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore +Name: aespipe +Version: 2.4f +Release: 3%{?dist} +License: GPLv2+ +URL: http://loop-aes.sourceforge.net/ +Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 +BuildRequires: gcc +BuildRequires: gpg +BuildRequires: make +Requires: gpg + +%description +aespipe is an encryption tool that reads from standard input and +writes to standard output. It uses the AES (Rijndael) cipher. + +It can be used as an encryption filter, to create and restore +encrypted tar/cpio backup archives and to read/write and convert +loop-AES compatible encrypted images. + +aespipe can be used for non-destructive in-place encryption of +existing disk partitions for use with the loop-AES encrypted loop-back +kernel module. + +%prep +%setup -q -n %{name}-v%{version} + +%build +# Package calls CC to link, and violates strict-aliasing C rules +%set_build_flags +CFLAGS="$CFLAGS -fno-strict-aliasing" +%configure LDFLAGS="${CFLAGS}" + +%global make_target %{nil} +%ifarch x86_64 +%global make_target amd64 +%endif +%ifarch %{ix86} +%global make_target x86 +%endif +make %{?_smp_mflags} %{make_target} + +%check +make tests + +%install +mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples +cp -p ChangeLog README %{buildroot}%{_defaultdocdir}/%{name} +install -Dp -m0644 bz2aespipe %{buildroot}%{_defaultdocdir}/%{name}/examples +install -Dp -m0644 aespipe.1 %{buildroot}%{_mandir}/man1/aespipe.1 +install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe + + +%files +%dir %{_defaultdocdir}/%{name} +%{_defaultdocdir}/%{name}/* +%{_mandir}/man1/* +%{_bindir}/aespipe + +%changelog +* Tue Feb 23 2021 Jeff Law - 2.4f-3 +- Disable strict-aliasing due to non-conforming code in aes.c + (word_in, word_out). + +* Mon Jan 25 2021 Fedora Release Engineering - 2.4f-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Aug 09 2020 Jirka Hladky - 2.4f-1 +- Update to version 2.4f + +* Fri Jul 31 2020 Fedora Release Engineering - 2.4e-7 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 2.4e-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 2.4e-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Aug 18 2019 Jirka Hladky - 2.4e-4 +- Found the root cause with assembler linking - better patch + +* Thu Aug 15 2019 Jirka Hladky - 2.4e-3 +- Imroved patch to solve the issues with assembler linking + +* Wed Aug 14 2019 Jirka Hladky - 2.4e-2 +- Added patch to solve the issues with assembler linking + +* Wed Aug 14 2019 Jirka Hladky - 2.4e-1 +- Update to version 2.4e + +* Wed Jul 24 2019 Fedora Release Engineering - 2.4d-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 2.4d-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 2.4d-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 2.4d-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 2.4d-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.4d-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.4d-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 2.4d-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Aug 21 2015 Jirka Hladky - 2.4d-2 +- fixing build issue on F24 + +* Thu Aug 20 2015 Jirka Hladky - 2.4d-1 +- Update to version 2.4d + +* Tue Jul 07 2015 Ralf Corsépius - 2.4c-10 +- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364). + +* Tue Jun 16 2015 Fedora Release Engineering - 2.4c-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Aug 15 2014 Fedora Release Engineering - 2.4c-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 22 2014 Peter Robinson 2.4c-7 +- Modernise spec, fixup scew with f20 + +* Sat Jun 07 2014 Fedora Release Engineering - 2.4c-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Aug 8 2013 Ville Skyttä - 2.4c-5 +- Use special %%doc to install docs (#993663). + +* Sat Aug 03 2013 Fedora Release Engineering - 2.4c-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 2.4c-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 2.4c-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 2.4c-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sun Jul 3 2011 Jirka Hladky - 2.4c + - Update to version 2.4c +* Sat Aug 28 2010 Jirka Hladky - 2.4b-3 + - Replaced global with define, see https://fedoraproject.org/wiki/Packaging/Guidelines#.25global_preferred_over_.25define +* Wed Aug 25 2010 Jirka Hladky - 2.4b-2 + - version 2.4b + - cleaned up SPEC file + - using MACROS everywhere + - moved bz2aespipe into examples +* Fri Jan 22 2010 Dean Mander - 2.3e-4 + - added Requires:gpg +* Wed Dec 10 2008 Dean Mander - 2.3e-3 + - add make_target (to build on ppc) + - add BuildRequires:gpg + - add make tests +* Mon Nov 17 2008 Dean Mander - 2.3e-2 + - remove unneeded aclocal and autoconfig commands + - corrected license to GPLv2+ + +* Tue Nov 11 2008 Dean Mander - 2.3e-1 + - bump to version 2.3e + - set licence to GPL+ + - align to fedora standards + +* Mon Nov 03 2008 Dag Wieers - 2.3d-1 - +/ +- Initial package. (using DAR) diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..f9249e3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (aespipe-v2.4f.tar.bz2) = 75b6b2069a0e013dbded29b07b990fc783cc04ce05fc37e6591dae7e8190485960735ec1a1af18d065be57d0b7ec23dbe520e920f92e9c01170b7a23eb32eb3f From af6bf7ab09922e0c7b04c80543a0c72c53b2d839 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Fri, 3 Nov 2023 01:45:55 +0100 Subject: [PATCH 31/37] Updated to version aespipe-v2.4g --- .gitignore | 1 + aespipe.spec | 27 ++++++++++++--------------- sources | 2 +- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index d43b120..9d396d2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /aespipe-v2.4e-underline.patch /aespipe-v2.4e-configure.patch /aespipe-v2.4f.tar.bz2 +/aespipe-v2.4g.tar.bz2 diff --git a/aespipe.spec b/aespipe.spec index 4321da3..a64aafa 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,13 +1,13 @@ -Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore +Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe -Version: 2.4f -Release: 3%{?dist} -License: GPLv2+ +Version: 2.4g +Release: 1%{?dist} +License: GPL-2.0-or-later URL: http://loop-aes.sourceforge.net/ -Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2 +Source: %{url}/aespipe/aespipe-v%{version}.tar.bz2 BuildRequires: gcc BuildRequires: gpg -BuildRequires: make +BuildRequires: make Requires: gpg %description @@ -23,12 +23,10 @@ existing disk partitions for use with the loop-AES encrypted loop-back kernel module. %prep -%setup -q -n %{name}-v%{version} +%autosetup -p1 -n %{name}-v%{version} %build -# Package calls CC to link, and violates strict-aliasing C rules %set_build_flags -CFLAGS="$CFLAGS -fno-strict-aliasing" %configure LDFLAGS="${CFLAGS}" %global make_target %{nil} @@ -54,16 +52,15 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %files %dir %{_defaultdocdir}/%{name} %{_defaultdocdir}/%{name}/* -%{_mandir}/man1/* +%{_mandir}/man1/aespipe.1* %{_bindir}/aespipe %changelog -* Tue Feb 23 2021 Jeff Law - 2.4f-3 -- Disable strict-aliasing due to non-conforming code in aes.c - (word_in, word_out). +* Tue Oct 24 2023 Jirka Hladky - 2.4g-1 +- Updated to version 2.4g. It sets -fno-strict-aliasing to WA RHEL-14046 -* Mon Jan 25 2021 Fedora Release Engineering - 2.4f-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild +* Wed Oct 18 2023 Jirka Hladky - 2.4f-2 +- WA got GCC bug https://issues.redhat.com/browse/RHEL-14046 * Sun Aug 09 2020 Jirka Hladky - 2.4f-1 - Update to version 2.4f diff --git a/sources b/sources index f9249e3..afeb4f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (aespipe-v2.4f.tar.bz2) = 75b6b2069a0e013dbded29b07b990fc783cc04ce05fc37e6591dae7e8190485960735ec1a1af18d065be57d0b7ec23dbe520e920f92e9c01170b7a23eb32eb3f +SHA512 (aespipe-v2.4g.tar.bz2) = e1a82bb68f9e337a714d8f230745f4de16b7ab637e257f9342b81193a9f5cf7f347ade76302ae0dabfb1d64d895635efa527a093ce92f12d059add38032f9057 From b322d88e76ad1271cef94a3ead6ffdb1f40bfe61 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:21:53 +0000 Subject: [PATCH 32/37] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index a64aafa..fe9cdb6 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4g -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: http://loop-aes.sourceforge.net/ Source: %{url}/aespipe/aespipe-v%{version}.tar.bz2 @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 2.4g-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Oct 24 2023 Jirka Hladky - 2.4g-1 - Updated to version 2.4g. It sets -fno-strict-aliasing to WA RHEL-14046 From a7af0b8118b412795164bb536389b573ccd25b68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:45:15 +0000 Subject: [PATCH 33/37] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index fe9cdb6..49077fa 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4g -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: http://loop-aes.sourceforge.net/ Source: %{url}/aespipe/aespipe-v%{version}.tar.bz2 @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 2.4g-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 2.4g-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f38e78f457675836beb03d93ac38ad4a424c3a6b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:41:36 +0000 Subject: [PATCH 34/37] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 49077fa..acb4182 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4g -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later URL: http://loop-aes.sourceforge.net/ Source: %{url}/aespipe/aespipe-v%{version}.tar.bz2 @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 2.4g-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 2.4g-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 048edbf9d11e98907239046797b2f006195dbf79 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:41:09 +0000 Subject: [PATCH 35/37] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index acb4182..0589893 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4g -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later URL: http://loop-aes.sourceforge.net/ Source: %{url}/aespipe/aespipe-v%{version}.tar.bz2 @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2.4g-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 2.4g-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 70fa8e7a678129894f5e3a2133cbcdb9c285141f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:48:48 +0000 Subject: [PATCH 36/37] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 0589893..446fd7c 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4g -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later URL: http://loop-aes.sourceforge.net/ Source: %{url}/aespipe/aespipe-v%{version}.tar.bz2 @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2.4g-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 2.4g-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From d0926b6d1e5978aeeb94d126a67fb3978e5aeffc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:30:05 +0000 Subject: [PATCH 37/37] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- aespipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aespipe.spec b/aespipe.spec index 446fd7c..8e428c4 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore Name: aespipe Version: 2.4g -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-or-later URL: http://loop-aes.sourceforge.net/ Source: %{url}/aespipe/aespipe-v%{version}.tar.bz2 @@ -56,6 +56,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 2.4g-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 2.4g-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild