Nagy Karoly Gabriel
10 years ago
3 changed files with 62 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
|
||||
[TIMESTAMP] 1423825812 Fri Feb 13 12:10:12 2015 |
||||
[BUILDTIME] 0 (1) |
||||
[SIZE] 2.00 MB, 184 files |
||||
|
@ -0,0 +1,25 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../firehol/firehol.conf |
||||
# Copyright (C) 2015 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# 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; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# we need to help a bit find the right tools even if in cross-compile situation |
||||
for x in IPTABLES IP6TABLES; do |
||||
y=$( echo $x | tr A-Z a-z ) |
||||
var_append configcache ' ' ac_cv_prog_${x}_CMD=$( pkgprefix bindir iptables )/${y} |
||||
var_append configcache ' ' ac_cv_prog_${x}_SAVE_CMD=$( pkgprefix bindir iptables )/${y}-save |
||||
var_append configcache ' ' ac_cv_prog_${x}_RESTORE_CMD=$( pkgprefix bindir iptables )/${y}-restore |
||||
done |
||||
for x in IP SS; do |
||||
y=$( echo $x | tr A-Z a-z ) |
||||
var_append configcache ' ' ac_cv_prog_${x}_CMD=$( pkgprefix bindir iproute2 )/${y} |
||||
done |
@ -0,0 +1,32 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../firehol/firehol.desc |
||||
[COPY] Copyright (C) 2015 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[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; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] An iptables stateful packet filtering firewall |
||||
|
||||
[T] An iptables stateful packet filtering firewall. |
||||
|
||||
[U] http://firehol.org/download/releases/v2.0.0 |
||||
|
||||
[A] Costa Tsaousis <ktsaou@realize.gr> |
||||
[A] Phil Whineray <phil@sanewall.org> |
||||
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||
|
||||
[C] extra/security |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 2.0.0 |
||||
[P] X -?---5---9 215.000 |
||||
|
||||
[D] 3581185110 firehol-2.0.0.tar.bz2 http://firehol.org/download/releases/v2.0.0/ |
Loading…
Reference in new issue