From eb088ee51248898103c98d0bcd9f47e66412ce7d Mon Sep 17 00:00:00 2001 From: hannes Date: Sun, 10 Oct 2004 11:39:09 +0000 Subject: [PATCH] hannes: new package: ebtables [2004092821122707769] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4490 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/hannes/ebtables/ebtables.conf | 23 +++++++++++++++ package/hannes/ebtables/ebtables.desc | 41 +++++++++++++++++++++++++++ package/hannes/ebtables/gcc34.patch | 29 +++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 package/hannes/ebtables/ebtables.conf create mode 100644 package/hannes/ebtables/ebtables.desc create mode 100644 package/hannes/ebtables/gcc34.patch diff --git a/package/hannes/ebtables/ebtables.conf b/package/hannes/ebtables/ebtables.conf new file mode 100644 index 000000000..bda9c5eb3 --- /dev/null +++ b/package/hannes/ebtables/ebtables.conf @@ -0,0 +1,23 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/hannes/ebtables/ebtables.conf +# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +var_append makeinstopt ' ' "BINPATH=$root/sbin/ ETHERTYPESPATH=$root/etc/ MANDIR=$root/usr/share/man/" diff --git a/package/hannes/ebtables/ebtables.desc b/package/hannes/ebtables/ebtables.desc new file mode 100644 index 000000000..fb71593f6 --- /dev/null +++ b/package/hannes/ebtables/ebtables.desc @@ -0,0 +1,41 @@ +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/hannes/ebtables/ebtables.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- +[I] a tool for ethernet filtering for linux bridges + +[T] The ebtables program is a filtering tool for a bridging firewall. +[T] The filtering is focussed on the Link Layer Ethernet frame fields. +[T] Apart from filtering, it also gives the ability to alter the Ethernet +[T] MAC addresses and implement a brouter. + +[U] http://ebtables.sourceforge.net/ + +[A] Bart De Schuymer +[M] hannes + +[C] base/system + +[L] GPL +[S] Stable +[V] 2.0.6 +[P] X -?---5---9 179.200 + +[D] 775772331 ebtables-v2.0.6.tar.gz http://dl.sourceforge.net/sourceforge/ebtables/ diff --git a/package/hannes/ebtables/gcc34.patch b/package/hannes/ebtables/gcc34.patch new file mode 100644 index 000000000..b650e97d9 --- /dev/null +++ b/package/hannes/ebtables/gcc34.patch @@ -0,0 +1,29 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/hannes/ebtables/gcc34.patch +# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +--- ./ebtables.c.orig 2004-09-28 19:01:45.820369568 +0200 ++++ ./ebtables.c 2004-09-28 19:02:14.865953968 +0200 +@@ -1171,6 +1171,7 @@ + continue; + return i; + letscontinue: ++ ; + } + return -1; + }