This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via f14de8277aad5e57267d843e63b111e575801ab9 (commit) from 0389942c2bc24b93de68269606bcd11a4ce57dab (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f14de8277aad5e57267d843e63b111e575801ab9 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 18 16:42:22 2015 +0200
xtables-addon: Build all matches and targets
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/xtables-addons | 26 +++++++++++++++++++++++ config/xtables-addons/mconfig | 38 +++++++++++++++++----------------- 2 files changed, 45 insertions(+), 19 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/xtables-addons b/config/rootfiles/common/xtables-addons index 9053c28..f6e85ae 100644 --- a/config/rootfiles/common/xtables-addons +++ b/config/rootfiles/common/xtables-addons @@ -1,7 +1,33 @@ +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_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_iface.so +lib/xtables/libxt_ipp2p.so +lib/xtables/libxt_ipv4options.so +lib/xtables/libxt_length2.so +lib/xtables/libxt_lscan.so +lib/xtables/libxt_pknock.so +lib/xtables/libxt_psd.so +lib/xtables/libxt_quota2.so +#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_dl +usr/sbin/iptaccount #usr/share/man/man1/xt_geoip_build.1 #usr/share/man/man1/xt_geoip_dl.1 +#usr/share/man/man8/iptaccount.8 #usr/share/man/man8/xtables-addons.8 diff --git a/config/xtables-addons/mconfig b/config/xtables-addons/mconfig index 92e47f0..933d717 100644 --- a/config/xtables-addons/mconfig +++ b/config/xtables-addons/mconfig @@ -1,24 +1,24 @@ # -*- Makefile -*- # -build_ACCOUNT=n -build_CHAOS=n -build_DELUDE=n -build_DHCPMAC=n -build_DNETMAP=n -build_ECHO=n -build_IPMARK=n -build_LOGMARK=n +build_ACCOUNT=m +build_CHAOS=m +build_DELUDE=m +build_DHCPMAC=m +build_DNETMAP=m +build_ECHO=m +build_IPMARK=m +build_LOGMARK=m build_SYSRQ=n -build_TARPIT=n -build_condition=n -build_fuzzy=n +build_TARPIT=m +build_condition=m +build_fuzzy=m build_geoip=m build_gradm=n -build_iface=n -build_ipp2p=n -build_ipv4options=n -build_length2=n -build_lscan=n -build_pknock=n -build_psd=n -build_quota2=n +build_iface=m +build_ipp2p=m +build_ipv4options=m +build_length2=m +build_lscan=m +build_pknock=m +build_psd=m +build_quota2=m
hooks/post-receive -- IPFire 2.x development tree