-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2857 from mariux64/add-conntrack
Add conntrack
- Loading branch information
Showing
5 changed files
with
156 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
#} |
5 changes: 4 additions & 1 deletion
5
libnetfilter_conntrack-1.0.5-0.bee → libnetfilter_conntrack.be0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
#} |