From 3d2581bea517e20fe9b1dcb5bd50d0aaa0380575 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 19 Feb 2023 17:48:24 +0100 Subject: [PATCH] conntrack-tools: Add version 1.4.7 The conntrack-tools are a set of tools targeted at system administrators. They are conntrack, the userspace command line interface, and conntrackd, the userspace daemon. The tool conntrack provides a full featured interface that is intended to replace the old /proc/net/ip_conntrack interface. Using conntrack, you can view and manage the in-kernel connection tracking state table from userspace. On the other hand, conntrackd covers the specific aspects of stateful firewalls to enable highly available scenarios, and can be used as statistics collector as well. https://conntrack-tools.netfilter.org/ https://www.netfilter.org/projects/conntrack-tools/ --- conntrack-tools.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 conntrack-tools.be0 diff --git a/conntrack-tools.be0 b/conntrack-tools.be0 new file mode 100755 index 000000000..9d917c5dc --- /dev/null +++ b/conntrack-tools.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION conntrack-tools-1.4.7-0 + +# more info: https://www.netfilter.org/ + +#SRCURL[0]="https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/ec4e49a499f8f1430c40b537024ad7d7/conntrack-tools-1.4.7.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}