OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 25-Jan-2004 13:25:33
Branch: HEAD Handle: 2004012512252904
Added files:
openpkg-re/vcheck vc.ettercap
openpkg-src/ettercap ettercap.spec
Modified files:
openpkg-web news.txt
Log:
new package: ettercap 0.6.b (Switched Ethernet Capturing Tool)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.ettercap
1.1 +86 -0 openpkg-src/ettercap/ettercap.spec
1.8237 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.ettercap
============================================================================
$ cvs diff -u -r0 -r1.1 vc.ettercap
--- /dev/null 2004-01-25 13:25:30.000000000 +0100
+++ vc.ettercap 2004-01-25 13:25:30.000000000 +0100
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog ettercap = {
+ version = 0.6.b
+ url = http://prdownloads.sourceforge.net/ettercap/
+ regex = ettercap-(\d+\.\d+\.[\da-z])\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ettercap/ettercap.spec
============================================================================
$ cvs diff -u -r0 -r1.1 ettercap.spec
--- /dev/null 2004-01-25 13:25:33.000000000 +0100
+++ ettercap.spec 2004-01-25 13:25:33.000000000 +0100
@@ -0,0 +1,86 @@
+##
+## ettercap.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: ettercap
+Summary: Switched Ethernet Capturing Tool
+URL: http://ettercap.sourceforge.net/
+Vendor: A. Ornaghi & M. Valleri
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Network
+License: GPL
+Version: 0.6.b
+Release: 20040125
+
+# list of sources
+Source0: http://osdn.dl.sourceforge.net/ettercap/ettercap-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103, ncurses, openssl
+PreReq: OpenPKG, openpkg >= 20030103, ncurses, openssl
+AutoReq: no
+AutoReqProv: no
+
+%description
+ Ettercap is a multipurpose sniffer/interceptor/logger for switched
+ LANs. It supports active and passive dissection of many protocols
+ (even ciphered ones) and includes many feature for network and host
+ analysis.
+
+%prep
+ %setup -q
+
+%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
+ ./configure \
+ --prefix=%{l_prefix} \
+ --enable-ncurses \
+ --disable-gtk \
+ --disable-debug \
+ --enable-plugins \
+ --enable-https \
+ --with-openssl=%{l_prefix}
+ %{l_make} %{l_mflags -O}
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+ strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
+ chmod a+rx $RPM_BUILD_ROOT%{l_prefix}/sbin/*
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc/ettercap
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/share/ettercap/[A-Z]*
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8236 -r1.8237 news.txt
--- openpkg-web/news.txt 25 Jan 2004 08:32:06 -0000 1.8236
+++ openpkg-web/news.txt 25 Jan 2004 12:25:30 -0000 1.8237
@@ -1,3 +1,4 @@
+25-Jan-2004: New package: P<ettercap-0.6.b-20040125>
25-Jan-2004: Upgraded package: P<subversion-0.37.0-20040125>
25-Jan-2004: Upgraded package: P<ncurses-5.4-20040125>
25-Jan-2004: Upgraded package: P<coreutils-5.1.2-20040125>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]