rpms/aircrack-ng/FC-6 aircrack-ng-tarball, NONE, 1.1 .cvsignore, 1.1, 1.2 aircrack-ng.spec, 1.1, 1.2 sources, 1.2, 1.3 aircrack-ng-0.7-includes.patch, 1.1, NONE

Till Maas (till) fedora-extras-commits at redhat.com
Thu Apr 12 21:47:11 UTC 2007


Author: till

Update of /cvs/extras/rpms/aircrack-ng/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7651

Modified Files:
	.cvsignore aircrack-ng.spec sources 
Added Files:
	aircrack-ng-tarball 
Removed Files:
	aircrack-ng-0.7-includes.patch 
Log Message:
sync to devel



--- NEW FILE aircrack-ng-tarball ---
#!/bin/sh
REPOS="http://trac.aircrack-ng.org/svn/trunk/"

# Revison ist ${1} when given
ARG=${1}
BASENAME=${0}
REVISION=${ARG:=$(date +%Y%m%d)}
NAME="${BASENAME%-tarball}-${REVISION}"

echo USAGE: "${0} [DATE]"
echo "Creates a tarball with the sources from DATE"
echo "Format of DATE: YYYY-MM-DD"
echo "Default is today"
echo

echo Using revision ${REVISION}

if [[ ! -e ${NAME} && ! -e ${NAME}.tar.gz ]]
then
	svn export -r "{${REVISION}}" ${REPOS} ${NAME} || \
        (echo "svn export did not work, maybe wrong date format?" && exit 1)
	
	tar czvf ${NAME}.tar.gz ${NAME}
	rm -rf ${NAME}
else
	echo "${NAME}(.tar.gz) does already exist"
fi


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aircrack-ng/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Mar 2007 00:11:24 -0000	1.1
+++ .cvsignore	12 Apr 2007 21:46:36 -0000	1.2
@@ -0,0 +1 @@
+aircrack-ng-20070413.tar.gz


Index: aircrack-ng.spec
===================================================================
RCS file: /cvs/extras/rpms/aircrack-ng/FC-6/aircrack-ng.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aircrack-ng.spec	5 Mar 2007 08:41:49 -0000	1.1
+++ aircrack-ng.spec	12 Apr 2007 21:46:36 -0000	1.2
@@ -1,14 +1,18 @@
 Name:           aircrack-ng
-Version:        0.7
-Release:        1%{?dist}
+Version:        0.8
+Release:        0.1.20070413svn%{?dist}
 Summary:        802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
 
 Group:          Applications/System
 
 License:        GPL
 URL:            http://www.aircrack-ng.org/
-Source0:        http://download.aircrack-ng.org/aircrack-ng-%{version}.tar.gz
-Patch0:         aircrack-ng-0.7-includes.patch
+# aircrack-ng 0.8 will be released soon mostly changes to some windows code
+# are missing
+# Tarball can be generated with ./aircrack-tarball 20070413
+#Source0:        http://download.aircrack-ng.org/aircrack-ng-%{version}.tar.gz
+Source0:        aircrack-ng-20070413.tar.gz
+Source1:        %{name}-tarball
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -21,8 +25,7 @@
 
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n aircrack-ng-20070413
 
 
 %build
@@ -32,6 +35,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir $RPM_BUILD_ROOT
 make install destdir=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir}/man1
 
 
@@ -48,5 +52,11 @@
 
 
 %changelog
+* Thu Apr 12 2007 Till Maas <opensource till name> - 0.8-0.1.20070413svn
+- update to 0.8
+- fixes http://archives.neohapsis.com/archives/fulldisclosure/2007-04/0408.html
+  (remote code execution)
+- fix race condition in %%install
+
 * Wed Feb 21 2007 Till Maas <opensource till name> - 0.7-1
 - initial spec for fedora


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aircrack-ng/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Mar 2007 08:41:49 -0000	1.2
+++ sources	12 Apr 2007 21:46:36 -0000	1.3
@@ -1 +1 @@
-34c0447951d438d76fa32d08eab5da01  aircrack-ng-0.7.tar.gz
+265f3fac11b27160b2a35d7b9b24702a  aircrack-ng-20070413.tar.gz


--- aircrack-ng-0.7-includes.patch DELETED ---




More information about the fedora-extras-commits mailing list