[Lunar-commits] CVS: moonbase/wifi/airsnort BUILD, 1.2, 1.3 DEPENDS, 1.3, 1.4 DETAILS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Sat Sep 11 17:59:23 UTC 2004


Update of /var/cvs/lunar/moonbase/wifi/airsnort
In directory espresso.lunar-linux.org:/tmp/cvs-serv31130/wifi/airsnort

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
bump the version from 0.2.4a to 0.2.5b. it depends on gtk+-2 from now.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/airsnort/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	29 Jul 2004 16:31:48 -0000	1.2
+++ BUILD	11 Sep 2004 17:59:20 -0000	1.3
@@ -1,16 +1,16 @@
 ( 
 
-echo CFLAGS:= $CFLAGS  &&
-echo OPTS:= $OPTS      &&
-set -x && #Let's show the logs what we've used for debug
-./autogen.sh  --build=$BUILD            \
+  echo CFLAGS:= $CFLAGS  &&
+  echo OPTS:= $OPTS      &&
+  set -x && #Let's show the logs what we've used for debug
+  ./configure --build=$BUILD            \
               --prefix=/usr             \
               --sysconfdir=/etc         \
               --localstatedir=/var      \
               --infodir=/usr/share/info \
               --mandir=/usr/share/man   \
-              $OPTS                     &&
-set +x      ##turn it off so that the logs stay readable
-default_make
+              $OPTS                    &&
+  set +x      ##turn it off so that the logs stay readable
+  default_make
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/airsnort/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	29 Jul 2004 16:31:48 -0000	1.3
+++ DEPENDS	11 Sep 2004 17:59:20 -0000	1.4
@@ -1,2 +1,2 @@
 depends libpcap &&
-depends gtk+
+depends gtk+-2

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/airsnort/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	29 Jul 2004 16:31:48 -0000	1.2
+++ DETAILS	11 Sep 2004 17:59:20 -0000	1.3
@@ -1,13 +1,13 @@
           MODULE=airsnort
-         VERSION=0.2.4a
+         VERSION=0.2.5b
           SOURCE=airsnort-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/airsnort-$VERSION
       SOURCE_URL=$SFORGE_URL/airsnort/$SOURCE
-      SOURCE_VFY=md5:e07e3bd7f2a95b54140e8109a5bd512d
+      SOURCE_VFY=sha1:673423c4e3413a6251ae44987037bdbb10497369
         WEB_SITE=http://airsnort.shmoo.com/
          ENTERED=20030107
-         UPDATED=20040729
-      MAINTAINER=michalsc at email.uc.edu
+         UPDATED=20040911
+       MAINTAINER=michalsc at email.uc.edu
            SHORT="AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys"
 
 cat << EOF



More information about the Lunar-commits mailing list