diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-07-26 07:57:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 07:57:42 +0000 |
commit | 18063cd1759f0c631d2f59aefd428560904b8555 (patch) | |
tree | e050898e2808061b609008b2f50d263cc529d1a0 /packages/etherpuppet | |
parent | 67ce5ac7d75d4af90d39070de67f62c686ed024f (diff) |
updated etherpuppet to 0.2
if someone want to update it then first need to REMOVE etherpuppet.c from DL_DIR
as upstream does not use versioned downloads
Diffstat (limited to 'packages/etherpuppet')
-rw-r--r-- | packages/etherpuppet/etherpuppet_0.2.bb (renamed from packages/etherpuppet/etherpuppet_0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/etherpuppet/etherpuppet_0.1.bb b/packages/etherpuppet/etherpuppet_0.2.bb index e875a8d374..0f3150e8e4 100644 --- a/packages/etherpuppet/etherpuppet_0.1.bb +++ b/packages/etherpuppet/etherpuppet_0.2.bb @@ -6,7 +6,7 @@ You also have to run Etherpuppet on the victim interface's machine." SECTION = "console/network" LICENSE = "LGPL" -SRC_URI = "http://www.cartel-securite.fr/pbiondi/projects/etherpuppet/etherpuppet.c" +SRC_URI = "http://www.secdev.org/projects/etherpuppet/files/etherpuppet.c" S = "${WORKDIR}" do_unpack() { |