Skip to content

Commit

Permalink
Merge pull request #2857 from mariux64/add-conntrack
Browse files Browse the repository at this point in the history
Add conntrack
  • Loading branch information
donald authored Feb 20, 2023
2 parents d3a9565 + 3d2581b commit d67964c
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 1 deletion.
38 changes: 38 additions & 0 deletions conntrack-tools.be0
Original file line number Diff line number Diff line change
@@ -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
#}
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION libnetfilter_conntrack-1.0.9-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PKGVERSION}.tar.bz2"
#SRCURL[0]="http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/596c722733cdf30f24d4418f34f999d9/libnetfilter_conntrack-1.0.9.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
38 changes: 38 additions & 0 deletions libnetfilter_cthelper.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libnetfilter_cthelper-1.0.1-0

# more info: https://www.netfilter.org/

#SRCURL[0]="https://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/e59279645fe65d40dd7dfc82a797ca5b/libnetfilter_cthelper-1.0.1.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
#}
38 changes: 38 additions & 0 deletions libnetfilter_cttimeout.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libnetfilter_cttimeout-1.0.1-0

# more info: https://www.netfilter.org/

#SRCURL[0]="https://www.netfilter.org/projects/libnetfilter_cttimeout/files/libnetfilter_cttimeout-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ac64b55952b79cb9910db95ce8883940/libnetfilter_cttimeout-1.0.1.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
#}
38 changes: 38 additions & 0 deletions libnetfilter_queue.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libnetfilter_queue-1.0.5-0

# more info: https://www.netfilter.org/

#SRCURL[0]="https://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ce807654358481efaa826fec33c89b6a/libnetfilter_queue-1.0.5.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
#}

0 comments on commit d67964c

Please sign in to comment.