rpms/airsnort/devel airsnort.desktop, NONE, 1.1 airsnort.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Aug 11 00:52:06 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/airsnort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15322/devel

Modified Files:
	.cvsignore sources 
Added Files:
	airsnort.desktop airsnort.spec 
Log Message:
auto-import airsnort-0.2.7e-4 on branch devel from airsnort-0.2.7e-4.src.rpm


--- NEW FILE airsnort.desktop ---
[Desktop Entry]
Name=airsnort
Comment=Wireless LAN (WLAN) tool which recovers encryption keys
Exec=airsnort
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;Network;


--- NEW FILE airsnort.spec ---
Name:           airsnort
Version:        0.2.7e
Release:        4
Summary:        Wireless LAN (WLAN) tool which recovers encryption keys

Group:          Applications/Communications
License:        GPL
URL:            http://airsnort.shmoo.com/
Source0: http://dl.sourceforge.net/sourceforge/airsnort/airsnort-%{version}.tar.gz
Source1:        airsnort.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: libpcap 
BuildRequires: gtk2-devel >= 2.2
BuildRequires: atk-devel
BuildRequires: xorg-x11-devel
BuildRequires: glib2-devel
BuildRequires: desktop-file-utils

%description
AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys. 
AirSnort operates by passively monitoring transmissions, computing the
encryption key when enough packets have been gathered.

802.11b, using the Wired Equivalent Protocol (WEP), is crippled with numerous
security flaws. Most damning of these is the weakness described in " Weaknesses
in the Key Scheduling Algorithm of RC4 " by Scott Fluhrer, Itsik Mantin and Adi
Shamir. Adam Stubblefield was the first to implement this attack, but he has
not made his software public. AirSnort, along with WEPCrack, which was released
about the same time as AirSnort, are the first publicly available
implementaions of this attack.

AirSnort requires approximately 5-10 million encrypted packets to be gathered.
Once enough packets have been gathered, AirSnort can guess the encryption
password in under a second. 

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%makeinstall

desktop-file-install \
  --vendor=fedora \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category=X-Fedora \
  %{SOURCE1}
		  
%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README README.decrypt TODO
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/*

%changelog
* Wed Aug 10 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.2.7e-4
- add BR desktop-file-utils
- fix .desktop file

* Thu Jun 02 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.2.7e-3
- revamp specfile

* Sun Feb 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.2.7e-2
- minor cleanups

* Tue Feb 08 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.2.7e-1
- upgrade to 0.2.7e

* Tue Nov 30 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.2.6-0.awjb.1
- upgrade to 0.2.6

* Tue Sep 16 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.2.2-0.fdr.4
- minor version upgrade (bugfix release)

* Mon Jul 28 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.2.2-0.fdr.3
- fixed minor stuff from #408 #7

* Tue Jun 24 2003 Andreas Bierfert (awjb) <andreas.bierfert[AT]awbsworld.de> 0:0.2.2-0.fdr.1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/airsnort/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Aug 2005 00:49:44 -0000	1.1
+++ .cvsignore	11 Aug 2005 00:52:03 -0000	1.2
@@ -0,0 +1 @@
+airsnort-0.2.7e.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/airsnort/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Aug 2005 00:49:44 -0000	1.1
+++ sources	11 Aug 2005 00:52:04 -0000	1.2
@@ -0,0 +1 @@
+8f852bd872fa7d352c14781010c25ef4  airsnort-0.2.7e.tar.gz




More information about the fedora-extras-commits mailing list