rpms/cowpatty/F-13 cowpatty.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Arun SAG sagarun at fedoraproject.org
Sat May 29 10:40:31 UTC 2010


Author: sagarun

Update of /cvs/pkgs/rpms/cowpatty/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26298/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	cowpatty.spec import.log 
Log Message:
cowpatty: First commit



--- NEW FILE cowpatty.spec ---
Name:		cowpatty
Version:	4.6
Release:	2%{?dist}
Summary:	WPA password cracker

Group:		Applications/System
License:	GPLv2
URL:		http://wirelessdefence.org/Contents/coWPAttyMain.htm
Source0:	http://wirelessdefence.org/Contents/Files/%{name}-%{version}.tgz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libpcap-devel
BuildRequires:	openssl-devel	
		
%description
Cowpatty is designed to audit the pre-shared key (PSK) selection for WPA 
networks based on the TKIP protocol. It can perform both dictionary and 
computed rainbow table attacks.


%prep
%setup -q


%build
make	%{?_smp_mflags}	CFLAGS="%{optflags} -DOPENSSL"

%install
rm -rf %{buildroot}
install -D -pm 755 cowpatty %{buildroot}%{_bindir}/%{name}
install -D -pm 755 genpmk %{buildroot}%{_bindir}/genpmk


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README FAQ TODO CHANGELOG
%{_bindir}/%{name}
%{_bindir}/genpmk


%changelog
* Sun Apr 11 2010 Arun SAG <sagarun [AT] gmail dot com> - 4.6-2
- Source url adjusted with macros.
- INSTALL file removed from package.
- Minor cosmetic fixes.

* Sat Apr 10 2010 Arun SAG <sagarun [AT] gmail dot com> -  4.6-1
- Initial build.


--- NEW FILE import.log ---
cowpatty-4_6-2_fc12:F-13:cowpatty-4.6-2.fc12.src.rpm:1275128684


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cowpatty/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	18 May 2010 18:27:44 -0000	1.1
+++ .cvsignore	29 May 2010 10:40:31 -0000	1.2
@@ -0,0 +1 @@
+cowpatty-4.6.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cowpatty/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 May 2010 18:27:44 -0000	1.1
+++ sources	29 May 2010 10:40:31 -0000	1.2
@@ -0,0 +1 @@
+b90fd36ad987c99e7cc1d2a05a565cbd  cowpatty-4.6.tgz



More information about the scm-commits mailing list