From c0e75e603bbc3dda54804c0ea878e93d1b0bb6bb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 9 Jun 2019 16:51:08 +0200 Subject: [PATCH 01/28] * Thu May 09 2019 Fabian Affolter - 0.98-1 - Initial package for Fedora --- .gitignore | 1 + sources | 1 + xortool.spec | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 .gitignore create mode 100644 sources create mode 100644 xortool.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7e8c38 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/xortool-0.98.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..da4ca36 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (xortool-0.98.tar.gz) = 1d144e0f00a5abac37e7663c3c5464c47ed546c7a2e1667e103e97672055494c83afa7dc391b8cfa88c4eac7d0fafe0fe6737afa9aa6dd8aa20f9a104efc8175 diff --git a/xortool.spec b/xortool.spec new file mode 100644 index 0000000..3dbffb3 --- /dev/null +++ b/xortool.spec @@ -0,0 +1,39 @@ +%global pypi_name xortool + +Name: %{pypi_name} +Version: 0.98 +Release: 1%{?dist} +Summary: A tool for XOR cipher analysis + +License: MIT +URL: https://github.com/hellman/xortool +Source0: https://github.com/hellman/xortool/archive/v%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel + +%description +A tool to do some XOR analysis to guess the key length (based on count of +equal chars) and to guess the key (base on knowledge of most frequent char). + +%prep +%autosetup -n %{pypi_name}-%{version} +sed -i -e '/^#!\//, 1d' xortool/*.py + +%build +%py3_build + +%install +%py3_install + +%files +%doc README.md +%license LICENSE +%{_bindir}/%{name} +%{_bindir}/%{name}-xor +%{python3_sitelib}/*.egg-info +%{python3_sitelib}/%{pypi_name}/ + +%changelog +* Thu May 09 2019 Fabian Affolter - 0.98-1 +- Initial package for Fedora From 1d59246bc1b2701a9a54667d0f7fba69598310de Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:34:46 +0000 Subject: [PATCH 02/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 3dbffb3..845dff3 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.98 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for XOR cipher analysis License: MIT @@ -35,5 +35,8 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.98-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu May 09 2019 Fabian Affolter - 0.98-1 - Initial package for Fedora From 59fefe9da5c06154dac9660ecfe5b47b95a84ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 11:09:47 +0200 Subject: [PATCH 03/28] Rebuilt for Python 3.8 --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 845dff3..daee328 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.98 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool for XOR cipher analysis License: MIT @@ -35,6 +35,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.98-3 +- Rebuilt for Python 3.8 + * Sat Jul 27 2019 Fedora Release Engineering - 0.98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 6967c947e7d98391fa71000aa425836952ef0eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:41:48 +0200 Subject: [PATCH 04/28] Rebuilt for Python 3.8.0rc1 (#1748018) --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index daee328..b3e0b96 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.98 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A tool for XOR cipher analysis License: MIT @@ -35,6 +35,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Thu Oct 03 2019 Miro Hrončok - 0.98-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 0.98-3 - Rebuilt for Python 3.8 From c8dde5b476771e49681f38e3062562ca1ae06fe2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:50:23 +0000 Subject: [PATCH 05/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index b3e0b96..a267721 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.98 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A tool for XOR cipher analysis License: MIT @@ -35,6 +35,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.98-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 03 2019 Miro Hrončok - 0.98-4 - Rebuilt for Python 3.8.0rc1 (#1748018) From 3e40c1809acc9cf171113686facfad7187b51b3a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 7 Feb 2020 10:08:30 +0100 Subject: [PATCH 06/28] * Fri Feb 07 2020 Fabian Affolter - 0.99-1 - Update to latest upstream release 0.99 --- .gitignore | 1 + sources | 2 +- xortool.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e7e8c38..a376338 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xortool-0.98.tar.gz +/xortool-0.99.tar.gz diff --git a/sources b/sources index da4ca36..8712519 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xortool-0.98.tar.gz) = 1d144e0f00a5abac37e7663c3c5464c47ed546c7a2e1667e103e97672055494c83afa7dc391b8cfa88c4eac7d0fafe0fe6737afa9aa6dd8aa20f9a104efc8175 +SHA512 (xortool-0.99.tar.gz) = e7d356b65f57408706c614982892e2b2d3c9465b37e82bd81d17fe33e88e62d8260b83e34a7e11eb98f94c7c9cdff3530c8d844f409c5d7c28d5909ca099235a diff --git a/xortool.spec b/xortool.spec index b3e0b96..2e291af 100644 --- a/xortool.spec +++ b/xortool.spec @@ -1,13 +1,13 @@ %global pypi_name xortool Name: %{pypi_name} -Version: 0.98 -Release: 4%{?dist} +Version: 0.99 +Release: 1%{?dist} Summary: A tool for XOR cipher analysis License: MIT URL: https://github.com/hellman/xortool -Source0: https://github.com/hellman/xortool/archive/v%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz +Source0: https://github.com/hellman/xortool/archive/v%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -31,10 +31,13 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %license LICENSE %{_bindir}/%{name} %{_bindir}/%{name}-xor -%{python3_sitelib}/*.egg-info +%{python3_sitelib}/*.egg-info/ %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Feb 07 2020 Fabian Affolter - 0.99-1 +- Update to latest upstream release 0.99 + * Thu Oct 03 2019 Miro Hrončok - 0.98-4 - Rebuilt for Python 3.8.0rc1 (#1748018) From 1071766a6001976279f436b475276744573f5311 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 7 Feb 2020 10:43:41 +0100 Subject: [PATCH 07/28] Add new BR --- xortool.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xortool.spec b/xortool.spec index 836b0b0..897344f 100644 --- a/xortool.spec +++ b/xortool.spec @@ -11,6 +11,7 @@ Source0: https://github.com/hellman/xortool/archive/v%{version}/%{pypi_na BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-wheel %description A tool to do some XOR analysis to guess the key length (based on count of From a201f4ad2d16910f6d3459f2ab54eaa8c0aec741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:55:26 +0200 Subject: [PATCH 08/28] Rebuilt for Python 3.9 --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 897344f..3fe9c0e 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for XOR cipher analysis License: MIT @@ -36,6 +36,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Tue May 26 2020 Miro Hrončok - 0.99-2 +- Rebuilt for Python 3.9 + * Fri Feb 07 2020 Fabian Affolter - 0.99-1 - Update to latest upstream release 0.99 From e4515094cc307a604e4dbf0383664a9741799b75 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 26 Jun 2020 13:50:52 +0200 Subject: [PATCH 09/28] * Fri Jun 26 2020 Fabian Affolter - 0.99-3 - Add python3-setuptools as BR --- xortool.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xortool.spec b/xortool.spec index 3fe9c0e..bb1b112 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,8 +2,8 @@ Name: %{pypi_name} Version: 0.99 -Release: 2%{?dist} -Summary: A tool for XOR cipher analysis +Release: 3%{?dist} +Summary: Tool for XOR cipher analysis License: MIT URL: https://github.com/hellman/xortool @@ -11,6 +11,7 @@ Source0: https://github.com/hellman/xortool/archive/v%{version}/%{pypi_na BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-wheel %description @@ -36,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Jun 26 2020 Fabian Affolter - 0.99-3 +- Add python3-setuptools as BR + * Tue May 26 2020 Miro Hrončok - 0.99-2 - Rebuilt for Python 3.9 From e474325ad05d6c8784613d3b1bd99ed0ba1a8c64 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:01:18 +0000 Subject: [PATCH 10/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index bb1b112..40edef7 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.99-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jun 26 2020 Fabian Affolter - 0.99-3 - Add python3-setuptools as BR From c96866c76ca34808b75e3c7930715eca3537d2da Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:20:08 +0000 Subject: [PATCH 11/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 40edef7..5adba19 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 0.99-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.99-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From e1de2ddfae40cacfb726a1802eb459c75693a76d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:20:19 +0200 Subject: [PATCH 12/28] Rebuilt for Python 3.10 --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 5adba19..30039a0 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Jun 04 2021 Python Maint - 0.99-6 +- Rebuilt for Python 3.10 + * Thu Jan 28 2021 Fedora Release Engineering - 0.99-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From e246a223e185329e653fa882e9e5db6d4e16f9d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:53:08 +0000 Subject: [PATCH 13/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 30039a0..66b59ec 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.99-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.99-6 - Rebuilt for Python 3.10 From 98c00726514703b6ec5de6cff9dfefc9929f8701 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:26:19 +0000 Subject: [PATCH 14/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 66b59ec..158210d 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.99-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.99-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 32d4491a4a8d8dd9c316e62862efe403e6e71d92 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:43:44 +0200 Subject: [PATCH 15/28] Rebuilt for Python 3.11 --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 158210d..1aa5765 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Mon Jun 13 2022 Python Maint - 0.99-9 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 0.99-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From c764c1c3f2ebf598d48485192672a4fe984eecf6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:27:21 +0000 Subject: [PATCH 16/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 1aa5765..56726fb 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.99-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 0.99-9 - Rebuilt for Python 3.11 From 86b71ddf2d121cbaa618e1bee610ef7e23ddaf2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:47:30 +0000 Subject: [PATCH 17/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 56726fb..9d45837 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.99-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.99-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From cf5106ffb5b5a551bc3590ad989ddf357da4221d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 21:00:31 +0200 Subject: [PATCH 18/28] Rebuilt for Python 3.12 --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 9d45837..340db8b 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Tue Jun 13 2023 Python Maint - 0.99-12 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 0.99-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2d9a671b02fdf4cea8547b66f24ed86dc9201c20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:13:04 +0000 Subject: [PATCH 19/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 340db8b..903005a 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.99-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 0.99-12 - Rebuilt for Python 3.12 From 0b59859c1d0c33ac8c95e9c6e0cb7c68547c4e85 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:02:55 +0000 Subject: [PATCH 20/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 903005a..34ad8a6 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.99-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.99-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From bf09259584f088f1cf5519840edbf59f4b16a3e1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 09:12:45 +0200 Subject: [PATCH 21/28] Rebuilt for Python 3.13 --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 34ad8a6..a880d03 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Jun 07 2024 Python Maint - 0.99-15 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 0.99-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a3f3018df222164525be6a0894c9b303453793c4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:23:22 +0000 Subject: [PATCH 22/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index a880d03..1550ec5 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 0.99 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -37,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.99-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 0.99-15 - Rebuilt for Python 3.13 From 7ef0cde61ca4b2e3c60ea231d83879ed62712fe1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 26 Sep 2024 08:22:14 +0200 Subject: [PATCH 23/28] Update to latest upstream release (closes rhbz#1884656) --- .gitignore | 1 + sources | 2 +- xortool.spec | 14 ++++++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a376338..a54851a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xortool-0.98.tar.gz /xortool-0.99.tar.gz +/xortool-1.0.2.tar.gz diff --git a/sources b/sources index 8712519..2224bee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xortool-0.99.tar.gz) = e7d356b65f57408706c614982892e2b2d3c9465b37e82bd81d17fe33e88e62d8260b83e34a7e11eb98f94c7c9cdff3530c8d844f409c5d7c28d5909ca099235a +SHA512 (xortool-1.0.2.tar.gz) = ddb61447235e2c807e75ad9f5127e3b4a2e218ec85d9fe9f8dbe80a5cd3e6f0c0d77587eae60e5c61fbf363b30f95d290c0d5e6c0998e6d3f08543576f83071f diff --git a/xortool.spec b/xortool.spec index 1550ec5..89f26d6 100644 --- a/xortool.spec +++ b/xortool.spec @@ -1,19 +1,22 @@ %global pypi_name xortool Name: %{pypi_name} -Version: 0.99 -Release: 16%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Tool for XOR cipher analysis License: MIT URL: https://github.com/hellman/xortool -Source0: https://github.com/hellman/xortool/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-wheel +# See https://github.com/hellman/xortool/issues/49 +Requires: python3-importlib-metadata + %description A tool to do some XOR analysis to guess the key length (based on count of equal chars) and to guess the key (base on knowledge of most frequent char). @@ -30,13 +33,16 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %files %doc README.md -%license LICENSE +# License file was remove with 1.0.0 %{_bindir}/%{name} %{_bindir}/%{name}-xor %{python3_sitelib}/*.egg-info/ %{python3_sitelib}/%{pypi_name}/ %changelog +* Thu Sep 26 2024 Sept Fabian Affolter - 1.0.2-1 +- Update to latest upstream release (closes rhbz#1884656) + * Sat Jul 20 2024 Fedora Release Engineering - 0.99-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From e35b1f254f1362e6058f549af402d3da5d6dbbba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:12:28 +0000 Subject: [PATCH 24/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 89f26d6..06c6487 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -40,6 +40,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Sep 26 2024 Sept Fabian Affolter - 1.0.2-1 - Update to latest upstream release (closes rhbz#1884656) From 2182f0973d632acb4a64fbb0b495a29a01145768 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 21:24:51 +0200 Subject: [PATCH 25/28] Rebuilt for Python 3.14 --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index 06c6487..c45527f 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -40,6 +40,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Mon Jun 02 2025 Python Maint - 1.0.2-3 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b9a156a49d0c61538e3cafe2a9aa62bf4e8c4eb1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:01:48 +0000 Subject: [PATCH 26/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index c45527f..e30a068 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -40,6 +40,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 1.0.2-3 - Rebuilt for Python 3.14 From 46a3c6dce7fe0a3fd0558f0adf594130bab696da Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:23:23 +0200 Subject: [PATCH 27/28] Rebuilt for Python 3.14.0rc2 bytecode --- xortool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xortool.spec b/xortool.spec index e30a068..0129cc5 100644 --- a/xortool.spec +++ b/xortool.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 1.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool for XOR cipher analysis License: MIT @@ -40,6 +40,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py %{python3_sitelib}/%{pypi_name}/ %changelog +* Fri Aug 15 2025 Python Maint - 1.0.2-5 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 818fd17521a42db59da6f1d9d871e7958457916a Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 19 Aug 2025 22:45:20 -0500 Subject: [PATCH 28/28] Orphaned for 6+ weeks --- .gitignore | 3 -- README.md | 3 -- dead.package | 1 + sources | 1 - xortool.spec | 119 --------------------------------------------------- 5 files changed, 1 insertion(+), 126 deletions(-) delete mode 100644 .gitignore delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xortool.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a54851a..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/xortool-0.98.tar.gz -/xortool-0.99.tar.gz -/xortool-1.0.2.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index f978b3f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# xortool - -The xortool package \ No newline at end of file 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 2224bee..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xortool-1.0.2.tar.gz) = ddb61447235e2c807e75ad9f5127e3b4a2e218ec85d9fe9f8dbe80a5cd3e6f0c0d77587eae60e5c61fbf363b30f95d290c0d5e6c0998e6d3f08543576f83071f diff --git a/xortool.spec b/xortool.spec deleted file mode 100644 index 0129cc5..0000000 --- a/xortool.spec +++ /dev/null @@ -1,119 +0,0 @@ -%global pypi_name xortool - -Name: %{pypi_name} -Version: 1.0.2 -Release: 5%{?dist} -Summary: Tool for XOR cipher analysis - -License: MIT -URL: https://github.com/hellman/xortool -Source0: %{pypi_source} -BuildArch: noarch - -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-wheel - -# See https://github.com/hellman/xortool/issues/49 -Requires: python3-importlib-metadata - -%description -A tool to do some XOR analysis to guess the key length (based on count of -equal chars) and to guess the key (base on knowledge of most frequent char). - -%prep -%autosetup -n %{pypi_name}-%{version} -sed -i -e '/^#!\//, 1d' xortool/*.py - -%build -%py3_build - -%install -%py3_install - -%files -%doc README.md -# License file was remove with 1.0.0 -%{_bindir}/%{name} -%{_bindir}/%{name}-xor -%{python3_sitelib}/*.egg-info/ -%{python3_sitelib}/%{pypi_name}/ - -%changelog -* Fri Aug 15 2025 Python Maint - 1.0.2-5 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Fri Jul 25 2025 Fedora Release Engineering - 1.0.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 1.0.2-3 -- Rebuilt for Python 3.14 - -* Sun Jan 19 2025 Fedora Release Engineering - 1.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Thu Sep 26 2024 Sept Fabian Affolter - 1.0.2-1 -- Update to latest upstream release (closes rhbz#1884656) - -* Sat Jul 20 2024 Fedora Release Engineering - 0.99-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 0.99-15 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 0.99-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 0.99-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 0.99-12 -- Rebuilt for Python 3.12 - -* Sat Jan 21 2023 Fedora Release Engineering - 0.99-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.99-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 0.99-9 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 0.99-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.99-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.99-6 -- Rebuilt for Python 3.10 - -* Thu Jan 28 2021 Fedora Release Engineering - 0.99-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.99-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Fabian Affolter - 0.99-3 -- Add python3-setuptools as BR - -* Tue May 26 2020 Miro Hrončok - 0.99-2 -- Rebuilt for Python 3.9 - -* Fri Feb 07 2020 Fabian Affolter - 0.99-1 -- Update to latest upstream release 0.99 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.98-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 0.98-4 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.98-3 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 0.98-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu May 09 2019 Fabian Affolter - 0.98-1 -- Initial package for Fedora