[Lunar-commits] <moonbase> voiphopper: version bumped to 1.0.

Florin Braescu florin at lunar-linux.org
Mon Aug 10 21:33:54 CEST 2009


commit 1c0efc15503e69c1d688bb1e7b4183d19c2eee29
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Aug 10 22:33:54 2009 +0300

    voiphopper: version bumped to 1.0.
---
 security/voiphopper/BUILD     |    6 +++---
 security/voiphopper/DETAILS   |   20 ++++++++++----------
 security/voiphopper/PRE_BUILD |    4 ++--
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/security/voiphopper/BUILD b/security/voiphopper/BUILD
index 9df6e19..84c1503 100644
--- a/security/voiphopper/BUILD
+++ b/security/voiphopper/BUILD
@@ -1,8 +1,8 @@
 (
 
-  make            &&
-  prepare_install &&
-  install -m0755 voiphopper /usr/bin &&
+  make             &&
+  prepare_install  &&
+  install -m0755 voiphopper /usr/bin  &&
   gather_docs
 
 ) > $C_FIFO 2>&1
diff --git a/security/voiphopper/DETAILS b/security/voiphopper/DETAILS
index b8a7670..ace9b4f 100644
--- a/security/voiphopper/DETAILS
+++ b/security/voiphopper/DETAILS
@@ -1,29 +1,29 @@
           MODULE=voiphopper
-         VERSION=0.9.7
+         VERSION=1.0
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:80a49459844c2a8114cac44365a68091c4532c76
-        WEB_SITE=http://voiphopper.sourceforge.net/
+      SOURCE_VFY=sha1:ab4d308f943ea032c9b9481d93b28863d90910e6
+        WEB_SITE=http://voiphopper.sourceforge.net
          ENTERED=20071022
-         UPDATED=20071022
+         UPDATED=20090810
            SHORT="runs a VLAN Hop into the Voice VLAN"
 
 cat << EOF
 VoIP Hopper is a GPLv3 licensed security tool, written in C, that rapidly runs
-a VLAN Hop into the Voice VLAN on specific Ethernet switches.  VoIP Hopper
+a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper
 does this by mimicking the behavior of an IP Phone, in both Cisco and Avaya IP
 Phone environments.
 
 In Cisco IP Phone networks, it first dissects either IEEE 802.3 or Ethernet II
-for Cisco Discovery Protocol (CDP) packets.  If CDP is enabled on the switch
+for Cisco Discovery Protocol (CDP) packets. If CDP is enabled on the switch
 port and the Voice VLAN feature is enabled, it will determine the Voice VLAN ID
-(VVID).  This will allow the tool to create a new Ethernet interface on the PC
-that tags the 802.1q VLAN header in the Ethernet packet.  After VoIP Hopper has
+(VVID). This will allow the tool to create a new Ethernet interface on the PC
+that tags the 802.1q VLAN header in the Ethernet packet. After VoIP Hopper has
 created the new Ethernet device, it will send a DHCP client request.
 
 In Avaya IP Phone environments, it sends an Option 55 parameter request list,
-requesting Option 176.  When the DHCP server sends Option 176, it decodes the
-L2QVLAN reply field for the Voice VLAN ID.  It then creates a new voice
+requesting Option 176. When the DHCP server sends Option 176, it decodes the
+L2QVLAN reply field for the Voice VLAN ID. It then creates a new voice
 interface and sends a DHCP request.
 EOF
diff --git a/security/voiphopper/PRE_BUILD b/security/voiphopper/PRE_BUILD
index 3d06f88..d8496a2 100644
--- a/security/voiphopper/PRE_BUILD
+++ b/security/voiphopper/PRE_BUILD
@@ -1,4 +1,4 @@
-default_pre_build      &&
-cd $SOURCE_DIRECTORY   &&
+default_pre_build     &&
+cd $SOURCE_DIRECTORY  &&
 
 tar zxvf $SOURCE_CACHE/$SOURCE


More information about the Lunar-commits mailing list