From 1bf76bb121731c7ebf635271cc28bb867359c6ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:55:19 +0000 Subject: [PATCH 01/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 24de457..56553e7 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 0.7.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i "s|\r||g" README.rst %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.7.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.7.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 0fcf38aff944cc4c6ed0a6f5a061a665ac56f606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 11:09:43 +0200 Subject: [PATCH 02/30] Rebuilt for Python 3.8 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 56553e7..6f383b9 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 0.7.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i "s|\r||g" README.rst %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.7.1-17 +- Rebuilt for Python 3.8 + * Sat Jul 27 2019 Fedora Release Engineering - 0.7.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 70c0670f5cf0500203c0b259368e8e5d7af32a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:41:43 +0200 Subject: [PATCH 03/30] Rebuilt for Python 3.8.0rc1 (#1748018) --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 6f383b9..1eb7329 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 0.7.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i "s|\r||g" README.rst %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Thu Oct 03 2019 Miro Hrončok - 0.7.1-18 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 0.7.1-17 - Rebuilt for Python 3.8 From 02a5b2a128259c13e02aea32c281859d253dcb5e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:09:11 +0000 Subject: [PATCH 04/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 1eb7329..727d6ef 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 0.7.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i "s|\r||g" README.rst %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.7.1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 03 2019 Miro Hrončok - 0.7.1-18 - Rebuilt for Python 3.8.0rc1 (#1748018) From 30bca1167f48566f95e25b48d1bd5becff6039bd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 24 Mar 2020 15:38:20 +0100 Subject: [PATCH 05/30] * Tue Mar 24 2020 Fabian Affolter - 1.0.4-8 - Update to latest upstream release 1.0.4 --- .gitignore | 1 + sources | 2 +- xcat.spec | 18 +++++++----------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a8e5ffb..ffc5faf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xcat-0.7.1.zip +/xcat-1.0.4.tar.gz diff --git a/sources b/sources index d7a49d4..ceb6dac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3acd9d0488eb5d091b6a8daa434a8eb xcat-0.7.1.zip +SHA512 (xcat-1.0.4.tar.gz) = 01b6301557053bc7dff301189daeb20fde9f641d609e9e74ace1b3f79ba618a49862dcecbe6e63e94b44df89cdc3c8ad475cb44b91f88f2e912dc0b7f9358fb3 diff --git a/xcat.spec b/xcat.spec index 727d6ef..933c00f 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,22 +1,15 @@ Name: xcat -Version: 0.7.1 -Release: 19%{?dist} +Version: 1.0.4 +Release: 1%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT URL: https://github.com/orf/xcat -Source0: https://pypi.python.org/packages/source/x/%{name}/%{name}-%{version}.zip +Source0: %{pypi_source %{name}} BuildArch: noarch BuildRequires: python3-devel - -Requires: python3 >= 3.4.0 -Requires: python3-aiohttp -Requires: python3-click -Requires: python3-logbook -Requires: python3-xmltodict -Requires: python3-colorama -Requires: python3-ipgetter +BuildRequires: python3-setuptools %description XCat is a command line program that aides in the exploitation of blind XPath @@ -43,6 +36,9 @@ sed -i "s|\r||g" README.rst %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Tue Mar 24 2020 Fabian Affolter - 1.0.4-8 +- Update to latest upstream release 1.0.4 + * Fri Jan 31 2020 Fedora Release Engineering - 0.7.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 289aea8e2adaa7cf508502bd55f475232335c7a1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 24 Mar 2020 15:39:20 +0100 Subject: [PATCH 06/30] Rename README file --- xcat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 933c00f..aaaabf8 100644 --- a/xcat.spec +++ b/xcat.spec @@ -29,7 +29,7 @@ sed -i "s|\r||g" README.rst %py3_install %files -%doc README.rst +%doc README.md %license LICENSE %{_bindir}/%{name} %{python3_sitelib}/%{name}/ From 6d497088ebed33a4f95ddf9a8bfb3d36c7f51217 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 24 Mar 2020 15:40:11 +0100 Subject: [PATCH 07/30] Rename file --- xcat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index aaaabf8..5a95cca 100644 --- a/xcat.spec +++ b/xcat.spec @@ -23,7 +23,7 @@ send data directly to xcat. %build %py3_build -sed -i "s|\r||g" README.rst +sed -i "s|\r||g" README.md %install %py3_install From a776548a694e732b27c481664c58339436e47c86 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 24 Mar 2020 15:43:27 +0100 Subject: [PATCH 08/30] LICENSE file is missing, see https://github.com/orf/xcat/pull/35 --- xcat.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 5a95cca..1268d95 100644 --- a/xcat.spec +++ b/xcat.spec @@ -30,7 +30,8 @@ sed -i "s|\r||g" README.md %files %doc README.md -%license LICENSE +# License file was removed: https://github.com/orf/xcat/pull/35 +#%%license LICENSE %{_bindir}/%{name} %{python3_sitelib}/%{name}/ %{python3_sitelib}/%{name}-*.egg-info/ From a763ee591ed6772382f6650df80025563a82b0f0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 24 Mar 2020 15:52:09 +0100 Subject: [PATCH 09/30] Update deps --- xcat.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 1268d95..3220723 100644 --- a/xcat.spec +++ b/xcat.spec @@ -23,7 +23,9 @@ send data directly to xcat. %build %py3_build -sed -i "s|\r||g" README.md +# Fix dep for generator +sed -i -e "s/'xpath-expressions~=1.0'/'xpath-expressions'/g" setup.py +sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %install %py3_install From ed4dcff8bd92bbb7ee0cb62978383a5e3c113371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:55:20 +0200 Subject: [PATCH 10/30] Rebuilt for Python 3.9 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 3220723..42b5c0a 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Tue May 26 2020 Miro Hrončok - 1.0.4-2 +- Rebuilt for Python 3.9 + * Tue Mar 24 2020 Fabian Affolter - 1.0.4-8 - Update to latest upstream release 1.0.4 From 1f1c226ae60abf70f5be6a160cb4315c453c209a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:29:27 +0000 Subject: [PATCH 11/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 42b5c0a..66384ef 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue May 26 2020 Miro Hrončok - 1.0.4-2 - Rebuilt for Python 3.9 From 974217ed25dc48ae0e149f0f4ee1ce14f17bbfa4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:49:52 +0000 Subject: [PATCH 12/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 66384ef..93d6031 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 8566b3e4f2705b9277d6f19c36f0c393bc92420a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:20:12 +0200 Subject: [PATCH 13/30] Rebuilt for Python 3.10 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 93d6031..e9d3287 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Jun 04 2021 Python Maint - 1.0.4-5 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 0769e256b2009c75e6cc5ccf4a438c3434f11ab6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:19:37 +0000 Subject: [PATCH 14/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index e9d3287..69e88fa 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 1.0.4-5 - Rebuilt for Python 3.10 From bf0d3227c1b4c8841a2359e47a30c9486b1830f8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:51:14 +0000 Subject: [PATCH 15/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 69e88fa..ef838ec 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.0.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 86fe1238768d5f5a089edc4e87e53adec6e5a5cc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:43:42 +0200 Subject: [PATCH 16/30] Rebuilt for Python 3.11 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index ef838ec..568fdfa 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 1.0.4-8 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 1.0.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 5345c43a08c720a1e076e9c27baad0d426c15bd9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 18 Jul 2022 09:04:49 -0700 Subject: [PATCH 17/30] Drop cchardet requirement, not really needed (#2099189) --- xcat.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/xcat.spec b/xcat.spec index 568fdfa..3b5751b 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -20,12 +20,16 @@ send data directly to xcat. %prep %autosetup - -%build -%py3_build # Fix dep for generator sed -i -e "s/'xpath-expressions~=1.0'/'xpath-expressions'/g" setup.py sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py +# drop cchardet dep, it does not really use it and our package is FTI +# https://bugzilla.redhat.com/show_bug.cgi?id=2099189 +# https://bugzilla.redhat.com/show_bug.cgi?id=2021804 +sed -i -e "/cchardet/d" setup.py + +%build +%py3_build %install %py3_install @@ -39,6 +43,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Mon Jul 18 2022 Adam Williamson - 1.0.4-9 +- Drop cchardet requirement, not really needed (#2099189) + * Mon Jun 13 2022 Python Maint - 1.0.4-8 - Rebuilt for Python 3.11 From 564bf74542a99f55a94f3f726f46b01a747447ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:50:29 +0000 Subject: [PATCH 18/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 3b5751b..1b1ab8e 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jul 18 2022 Adam Williamson - 1.0.4-9 - Drop cchardet requirement, not really needed (#2099189) From 69192917bb8db2e03718e5316a350cb72626df5d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:12:20 +0000 Subject: [PATCH 19/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 1b1ab8e..aa60706 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.0.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From d01d5426f0a2abf2093b64d88ad9adb84ca768eb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 21:00:27 +0200 Subject: [PATCH 20/30] Rebuilt for Python 3.12 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index aa60706..206e76a 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Tue Jun 13 2023 Python Maint - 1.0.4-12 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 1.0.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2ede9d1fdde4f20aa499ac771d873a747ea417f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:34:32 +0000 Subject: [PATCH 21/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 206e76a..0d555e7 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 1.0.4-12 - Rebuilt for Python 3.12 From 78bff9940b515cd3c0d880bdea811509f3dee64d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:22:52 +0000 Subject: [PATCH 22/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 0d555e7..43716cc 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.0.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 0d137a6ef5a90c10338962cb2689f901854c0300 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 09:12:41 +0200 Subject: [PATCH 23/30] Rebuilt for Python 3.13 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 43716cc..68925c3 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Jun 07 2024 Python Maint - 1.0.4-15 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 1.0.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 634fbe60b43b9ccd57c3d8aa3e72acd27e82f1ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:46:18 +0000 Subject: [PATCH 24/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 68925c3..e48bfa3 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 1.0.4-15 - Rebuilt for Python 3.13 From 5896fbd44ad403f3774de8f4ef2c4437174be730 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:29:37 +0000 Subject: [PATCH 25/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index e48bfa3..9dd5274 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From fe1858486acb3a2a314f3a6e5719c65f47f12c0f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:54:21 +0200 Subject: [PATCH 26/30] Rebuilt for Python 3.14 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 9dd5274..ad5c17a 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Mon Jun 02 2025 Python Maint - 1.0.4-18 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From cfac050202c42c8fe15922ec514b18b9ec2b3e3f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:39:39 +0000 Subject: [PATCH 27/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index ad5c17a..16486c2 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 1.0.4-18 - Rebuilt for Python 3.14 From 09553eb93449a1905a7e8ff2388dfe2a62288859 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:23:11 +0200 Subject: [PATCH 28/30] Rebuilt for Python 3.14.0rc2 bytecode --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 16486c2..ce736af 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 19%{?dist} +Release: 20%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Aug 15 2025 Python Maint - 1.0.4-20 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From aaef604806ce150f9b50f05bd967f511d5096de1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:03:41 +0200 Subject: [PATCH 29/30] Rebuilt for Python 3.14.0rc3 bytecode --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index ce736af..ba84462 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 20%{?dist} +Release: 21%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Sep 19 2025 Python Maint - 1.0.4-21 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.0.4-20 - Rebuilt for Python 3.14.0rc2 bytecode From a23b0f0946efa6714fc9cb1909d8c9b6639f0d3e Mon Sep 17 00:00:00 2001 From: Orphaned Packages Process Date: Fri, 5 Dec 2025 17:38:44 -0600 Subject: [PATCH 30/30] Orphaned for 6+ weeks --- .gitignore | 2 - dead.package | 1 + sources | 1 - xcat.spec | 164 --------------------------------------------------- 4 files changed, 1 insertion(+), 167 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xcat.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ffc5faf..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/xcat-0.7.1.zip -/xcat-1.0.4.tar.gz 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 ceb6dac..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xcat-1.0.4.tar.gz) = 01b6301557053bc7dff301189daeb20fde9f641d609e9e74ace1b3f79ba618a49862dcecbe6e63e94b44df89cdc3c8ad475cb44b91f88f2e912dc0b7f9358fb3 diff --git a/xcat.spec b/xcat.spec deleted file mode 100644 index ba84462..0000000 --- a/xcat.spec +++ /dev/null @@ -1,164 +0,0 @@ -Name: xcat -Version: 1.0.4 -Release: 21%{?dist} -Summary: A command line tool to explore blind XPath injection vulnerabilities - -License: MIT -URL: https://github.com/orf/xcat -Source0: %{pypi_source %{name}} -BuildArch: noarch - -BuildRequires: python3-devel -BuildRequires: python3-setuptools - -%description -XCat is a command line program that aides in the exploitation of blind XPath -injection vulnerabilities. It can be used to retrieve the whole XML document -being processed by a vulnerable XPath query, read arbitrary files on the -hosts filesystem and utilize out of bound HTTP requests to make the server -send data directly to xcat. - -%prep -%autosetup -# Fix dep for generator -sed -i -e "s/'xpath-expressions~=1.0'/'xpath-expressions'/g" setup.py -sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py -# drop cchardet dep, it does not really use it and our package is FTI -# https://bugzilla.redhat.com/show_bug.cgi?id=2099189 -# https://bugzilla.redhat.com/show_bug.cgi?id=2021804 -sed -i -e "/cchardet/d" setup.py - -%build -%py3_build - -%install -%py3_install - -%files -%doc README.md -# License file was removed: https://github.com/orf/xcat/pull/35 -#%%license LICENSE -%{_bindir}/%{name} -%{python3_sitelib}/%{name}/ -%{python3_sitelib}/%{name}-*.egg-info/ - -%changelog -* Fri Sep 19 2025 Python Maint - 1.0.4-21 -- Rebuilt for Python 3.14.0rc3 bytecode - -* Fri Aug 15 2025 Python Maint - 1.0.4-20 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 1.0.4-18 -- Rebuilt for Python 3.14 - -* Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 1.0.4-15 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 1.0.4-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 1.0.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 1.0.4-12 -- Rebuilt for Python 3.12 - -* Sat Jan 21 2023 Fedora Release Engineering - 1.0.4-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.0.4-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jul 18 2022 Adam Williamson - 1.0.4-9 -- Drop cchardet requirement, not really needed (#2099189) - -* Mon Jun 13 2022 Python Maint - 1.0.4-8 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 1.0.4-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 1.0.4-5 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.0.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 1.0.4-2 -- Rebuilt for Python 3.9 - -* Tue Mar 24 2020 Fabian Affolter - 1.0.4-8 -- Update to latest upstream release 1.0.4 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.7.1-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 0.7.1-18 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.7.1-17 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 0.7.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.7.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.7.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.7.1-13 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.7.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.7.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.7.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.7.1-9 -- Rebuild for Python 3.6 - -* Fri Nov 25 2016 Fabian Affolter - 0.7.1-8 -- Cleanup - -* Tue Jul 19 2016 Fedora Release Engineering - 0.7.1-7 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0.7.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 0.7.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Tue Oct 06 2015 Fabian Affolter - 0.7.1-4 -- Rebuilt - -* Wed Jul 22 2015 Fabian Affolter - 0.7.1-3 -- Rebuilt - -* Fri Jun 19 2015 Fedora Release Engineering - 0.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 26 2014 Fabian Affolter - 0.7.1-1 -- Initial package for Fedora