mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
xtables-addons: update to 3.13
this is needed for kernel 5.10.x Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -2,14 +2,18 @@ lib/xtables/libxt_ACCOUNT.so
|
||||
lib/xtables/libxt_CHAOS.so
|
||||
lib/xtables/libxt_DELUDE.so
|
||||
lib/xtables/libxt_DHCPMAC.so
|
||||
lib/xtables/libxt_DNETMAP.so
|
||||
lib/xtables/libxt_ECHO.so
|
||||
lib/xtables/libxt_IPMARK.so
|
||||
lib/xtables/libxt_LOGMARK.so
|
||||
lib/xtables/libxt_PROTO.so
|
||||
lib/xtables/libxt_SYSRQ.so
|
||||
lib/xtables/libxt_TARPIT.so
|
||||
lib/xtables/libxt_condition.so
|
||||
lib/xtables/libxt_dhcpmac.so
|
||||
lib/xtables/libxt_fuzzy.so
|
||||
lib/xtables/libxt_geoip.so
|
||||
lib/xtables/libxt_gradm.so
|
||||
lib/xtables/libxt_iface.so
|
||||
lib/xtables/libxt_ipp2p.so
|
||||
lib/xtables/libxt_ipv4options.so
|
||||
@@ -18,16 +22,23 @@ lib/xtables/libxt_lscan.so
|
||||
lib/xtables/libxt_pknock.so
|
||||
lib/xtables/libxt_psd.so
|
||||
lib/xtables/libxt_quota2.so
|
||||
#usr/bin/xt_geoip_fetch
|
||||
#usr/bin/xt_geoip_fetch_maxmind
|
||||
#usr/lib/libxt_ACCOUNT_cl.la
|
||||
#usr/lib/libxt_ACCOUNT_cl.so
|
||||
usr/lib/libxt_ACCOUNT_cl.so.0
|
||||
usr/lib/libxt_ACCOUNT_cl.so.0.0.0
|
||||
#usr/libexec/xtables-addons
|
||||
#usr/libexec/xtables-addons/xt_geoip_build
|
||||
#usr/libexec/xtables-addons/xt_geoip_build_maxmind
|
||||
#usr/libexec/xtables-addons/xt_geoip_dl
|
||||
#usr/libexec/xtables-addons/xt_geoip_dl_maxmind
|
||||
usr/sbin/iptaccount
|
||||
usr/sbin/pknlusr
|
||||
#usr/share/man/man1/xt_geoip_build.1
|
||||
#usr/share/man/man1/xt_geoip_dl.1
|
||||
#usr/share/man/man1/xt_geoip_fetch.1
|
||||
#usr/share/man/man8/iptaccount.8
|
||||
#usr/share/man/man8/pknlusr.8
|
||||
#usr/share/man/man8/xtables-addons.8
|
||||
/usr/share/xt_geoip/
|
||||
usr/share/xt_geoip
|
||||
|
||||
@@ -4,16 +4,17 @@ build_ACCOUNT=m
|
||||
build_CHAOS=m
|
||||
build_DELUDE=m
|
||||
build_DHCPMAC=m
|
||||
# build_DNETMAP=m
|
||||
build_DNETMAP=m
|
||||
build_ECHO=m
|
||||
build_IPMARK=m
|
||||
build_LOGMARK=m
|
||||
build_SYSRQ=n
|
||||
build_PROTO=m
|
||||
build_SYSRQ=m
|
||||
build_TARPIT=m
|
||||
build_condition=m
|
||||
build_fuzzy=m
|
||||
build_geoip=m
|
||||
build_gradm=n
|
||||
build_gradm=m
|
||||
build_iface=m
|
||||
build_ipp2p=m
|
||||
build_ipv4options=m
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2021 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# 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 #
|
||||
@@ -27,7 +27,7 @@ include Config
|
||||
VERSUFIX = ipfire$(KCFG)
|
||||
MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/extra/
|
||||
|
||||
VER = 3.7
|
||||
VER = 3.13
|
||||
|
||||
THISAPP = xtables-addons-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = d81776d6320ebd741042bf8eb7e13d1d
|
||||
$(DL_FILE)_MD5 = 011f339ee2b3f13297c45b02f3aec2ef
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user