fail2ban: Added.
This commit is contained in:
parent
90186a8fb0
commit
a6805d8cde
13 changed files with 584 additions and 0 deletions
16
source/fail2ban/fail2ban.buildconf
Normal file
16
source/fail2ban/fail2ban.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="0.9.4"
|
||||
PKG_BUILD="1"
|
||||
PKG_TAG="${PKG_TAG:-_tadgy}"
|
||||
PKG_EXT="${PKG_EXT:-txz}"
|
||||
|
||||
# Sources - the details in these arrays must all match per indicies.
|
||||
SRC_DOWNLOADS=("https://github.com/fail2ban/fail2ban/archive/$PKG_VERSION.tar.gz")
|
||||
SRC_MD5SUMS=("2dc93dff03c4da9fb95d4695e07b65d8")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=("python3" "pyinotify")
|
||||
BUILD_CONFLICTS=("$PKG_NAME")
|
||||
Loading…
Add table
Add a link
Reference in a new issue