Compare commits
28 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
818fd17521 | ||
|
|
46a3c6dce7 | ||
|
|
b9a156a49d | ||
|
|
2182f0973d | ||
|
|
e35b1f254f | ||
|
|
7ef0cde61c | ||
|
|
a3f3018df2 | ||
|
|
bf09259584 | ||
|
|
0b59859c1d | ||
|
|
2d9a671b02 | ||
|
|
cf5106ffb5 | ||
|
|
86b71ddf2d | ||
|
|
c764c1c3f2 | ||
|
|
32d4491a4a | ||
|
|
98c0072651 | ||
|
|
e246a223e1 | ||
|
|
e1de2ddfae | ||
|
|
c96866c76c | ||
|
|
e474325ad0 | ||
|
|
e4515094cc |
||
|
|
a201f4ad2d | ||
|
|
1071766a60 |
||
|
|
d54c5ac100 |
||
|
|
3e40c1809a |
||
|
|
c8dde5b476 | ||
|
|
6967c947e7 | ||
|
|
59fefe9da5 | ||
|
|
1d59246bc1 |
5 changed files with 1 additions and 44 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/xortool-0.98.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# xortool
|
||||
|
||||
The xortool package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (xortool-0.98.tar.gz) = 1d144e0f00a5abac37e7663c3c5464c47ed546c7a2e1667e103e97672055494c83afa7dc391b8cfa88c4eac7d0fafe0fe6737afa9aa6dd8aa20f9a104efc8175
|
||||
39
xortool.spec
39
xortool.spec
|
|
@ -1,39 +0,0 @@
|
|||
%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 <mail@fabian-affolter.ch> - 0.98-1
|
||||
- Initial package for Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue