automatic version update by autodist [release 1.7-1mamba;Sat May 14 2022]
This commit is contained in:
parent
07c2537ec8
commit
fa0e643825
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version |tr _ -)
|
||||
Name: aircrack-ng
|
||||
Version: 1.6
|
||||
Version: 1.7
|
||||
Release: 1mamba
|
||||
Summary: An 802.11 WEP and WPA-PSK keys cracking program that can recover keys and more
|
||||
Group: Applications/Networking
|
||||
@ -12,12 +12,19 @@ Source: http://download.aircrack-ng.org/aircrack-ng-%{pkgver}.tar.gz
|
||||
License: GPL, BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libhwloc-devel
|
||||
BuildRequires: libnl-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools.
|
||||
@ -60,43 +67,10 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/aircrack-ng
|
||||
%{_bindir}/airdecap-ng
|
||||
%{_bindir}/airdecloak-ng
|
||||
%{_bindir}/airolib-ng
|
||||
#%{_bindir}/besside-ng-crawler
|
||||
%{_bindir}/ivstools
|
||||
%{_bindir}/kstats
|
||||
%{_bindir}/makeivs-ng
|
||||
%{_bindir}/packetforge-ng
|
||||
%{_bindir}/wpaclean
|
||||
%{_sbindir}/airbase-ng
|
||||
#%{_sbindir}/airdriver-ng
|
||||
%{_sbindir}/aireplay-ng
|
||||
%{_sbindir}/airmon-ng
|
||||
#%{_sbindir}/airmon-zc
|
||||
%{_sbindir}/airodump-ng
|
||||
%{_sbindir}/airodump-ng-oui-update
|
||||
%{_sbindir}/airserv-ng
|
||||
%{_sbindir}/airtun-ng
|
||||
#%{_sbindir}/besside-ng
|
||||
%{_mandir}/man1/aircrack-ng.1*
|
||||
%{_mandir}/man1/airdecap-ng.1*
|
||||
%{_mandir}/man1/airdecloak-ng.1*
|
||||
%{_mandir}/man1/airolib-ng.1*
|
||||
%{_mandir}/man1/besside-ng-crawler.1*
|
||||
%{_mandir}/man1/ivstools.1*
|
||||
%{_mandir}/man1/kstats.1*
|
||||
%{_mandir}/man1/makeivs-ng.1*
|
||||
%{_mandir}/man1/packetforge-ng.1*
|
||||
%{_mandir}/man1/wpaclean.1*
|
||||
%{_mandir}/man8/airbase-ng.8*
|
||||
%{_mandir}/man8/aireplay-ng.8*
|
||||
%{_mandir}/man8/airmon-ng.8*
|
||||
%{_mandir}/man8/airodump-ng-oui-update.8*
|
||||
%{_mandir}/man8/airodump-ng.8*
|
||||
%{_mandir}/man8/airserv-ng.8*
|
||||
%{_mandir}/man8/airtun-ng.8*
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man8/*.8*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -117,6 +91,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user