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 2a915f98cbd5983a5246cce7ec2e88041412f361 (commit) via 83064ee34ea0659f0c2ea204a76db2112e75332e (commit) via 57bc05a53de810f2b4dca122f209be4b547f9d5f (commit) via 2d8187e8e05222a05c2a074da798bbbc660f642d (commit) via 46114d79d99533ebb59ece038836b44dabb4083e (commit) via def9f4a3e074e1401c6f40946833785d4b27ce66 (commit) via 3be819876bf56f9ce1026cfdab57aaff49fe072f (commit) via 662b2a812f6bfd8e5143564c8b162abc2df0dbd6 (commit) via 2d17377aa0216522a47d9f81a4b754d8ce30a2a1 (commit) from feeda1e4dd0780cff4bebe3b8c232548072a2d8d (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 2a915f98cbd5983a5246cce7ec2e88041412f361 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Feb 1 17:34:02 2019 +0000
haproxy: Bump version to support TLSv1.3 (and PCRE JIT)
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 83064ee34ea0659f0c2ea204a76db2112e75332e Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Feb 1 17:12:23 2019 +0000
core128: Restart updated apache
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 57bc05a53de810f2b4dca122f209be4b547f9d5f Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Feb 1 18:06:38 2019 +0100
apache: Update to 2.4.38
For details see: http://mirror.checkdomain.de/apache//httpd/CHANGES_2.4.38
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 2d8187e8e05222a05c2a074da798bbbc660f642d Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Feb 1 17:08:44 2019 +0000
core128: Ship AWS scripts again
It seems that this was missing in Core Update 125/126 so not all bug fixes made it into the release.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 46114d79d99533ebb59ece038836b44dabb4083e Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Fri Feb 1 11:52:45 2019 +0000
Add new package borgbackup
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit def9f4a3e074e1401c6f40946833785d4b27ce66 Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Fri Feb 1 11:52:44 2019 +0000
Add new package python3-msgpack
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3be819876bf56f9ce1026cfdab57aaff49fe072f Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Fri Feb 1 11:52:43 2019 +0000
Add new package python3-llfuse
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 662b2a812f6bfd8e5143564c8b162abc2df0dbd6 Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Fri Feb 1 11:52:42 2019 +0000
Add new package python3-setuptools-scm
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 2d17377aa0216522a47d9f81a4b754d8ce30a2a1 Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Fri Feb 1 11:52:41 2019 +0000
Add new package python3-settuptools
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/apache2 | 452 ++++++++++++------------- config/rootfiles/common/python3-setuptools | 60 ++++ config/rootfiles/common/python3-setuptools-scm | 37 ++ config/rootfiles/core/128/filelists/files | 2 + config/rootfiles/core/128/update.sh | 1 + config/rootfiles/packages/borgbackup | 109 ++++++ config/rootfiles/packages/python3-llfuse | 7 + config/rootfiles/packages/python3-msgpack | 17 + lfs/apache2 | 4 +- lfs/{python3-pyasn1 => borgbackup} | 10 +- lfs/haproxy | 2 +- lfs/{python3-yaml => python3-llfuse} | 12 +- lfs/{python3-pyasn1 => python3-msgpack} | 8 +- lfs/{python3-docutils => python3-setuptools} | 10 +- lfs/{python3-pyasn1 => python3-setuptools-scm} | 8 +- make.sh | 5 + 16 files changed, 492 insertions(+), 252 deletions(-) create mode 100644 config/rootfiles/common/python3-setuptools create mode 100644 config/rootfiles/common/python3-setuptools-scm create mode 100644 config/rootfiles/packages/borgbackup create mode 100644 config/rootfiles/packages/python3-llfuse create mode 100644 config/rootfiles/packages/python3-msgpack copy lfs/{python3-pyasn1 => borgbackup} (94%) copy lfs/{python3-yaml => python3-llfuse} (93%) copy lfs/{python3-pyasn1 => python3-msgpack} (95%) copy lfs/{python3-docutils => python3-setuptools} (92%) copy lfs/{python3-pyasn1 => python3-setuptools-scm} (95%)
Difference in files: diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index e1b1ca825..ee09c6cbe 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -327,24 +327,24 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/bind.html #srv/web/ipfire/manual/bind.html.de #srv/web/ipfire/manual/bind.html.en -#srv/web/ipfire/manual/bind.html.fr +#srv/web/ipfire/manual/bind.html.fr.utf8 #srv/web/ipfire/manual/bind.html.ja.utf8 #srv/web/ipfire/manual/bind.html.ko.euc-kr #srv/web/ipfire/manual/bind.html.tr.utf8 #srv/web/ipfire/manual/caching.html #srv/web/ipfire/manual/caching.html.en -#srv/web/ipfire/manual/caching.html.fr +#srv/web/ipfire/manual/caching.html.fr.utf8 #srv/web/ipfire/manual/caching.html.tr.utf8 #srv/web/ipfire/manual/configuring.html #srv/web/ipfire/manual/configuring.html.de #srv/web/ipfire/manual/configuring.html.en -#srv/web/ipfire/manual/configuring.html.fr +#srv/web/ipfire/manual/configuring.html.fr.utf8 #srv/web/ipfire/manual/configuring.html.ja.utf8 #srv/web/ipfire/manual/configuring.html.ko.euc-kr #srv/web/ipfire/manual/configuring.html.tr.utf8 #srv/web/ipfire/manual/content-negotiation.html #srv/web/ipfire/manual/content-negotiation.html.en -#srv/web/ipfire/manual/content-negotiation.html.fr +#srv/web/ipfire/manual/content-negotiation.html.fr.utf8 #srv/web/ipfire/manual/content-negotiation.html.ja.utf8 #srv/web/ipfire/manual/content-negotiation.html.ko.euc-kr #srv/web/ipfire/manual/content-negotiation.html.tr.utf8 @@ -352,7 +352,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/custom-error.html #srv/web/ipfire/manual/custom-error.html.en #srv/web/ipfire/manual/custom-error.html.es -#srv/web/ipfire/manual/custom-error.html.fr +#srv/web/ipfire/manual/custom-error.html.fr.utf8 #srv/web/ipfire/manual/custom-error.html.ja.utf8 #srv/web/ipfire/manual/custom-error.html.ko.euc-kr #srv/web/ipfire/manual/custom-error.html.tr.utf8 @@ -386,54 +386,54 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/developer/thread_safety.html.en #srv/web/ipfire/manual/dns-caveats.html #srv/web/ipfire/manual/dns-caveats.html.en -#srv/web/ipfire/manual/dns-caveats.html.fr +#srv/web/ipfire/manual/dns-caveats.html.fr.utf8 #srv/web/ipfire/manual/dns-caveats.html.ja.utf8 #srv/web/ipfire/manual/dns-caveats.html.ko.euc-kr #srv/web/ipfire/manual/dns-caveats.html.tr.utf8 #srv/web/ipfire/manual/dso.html #srv/web/ipfire/manual/dso.html.en -#srv/web/ipfire/manual/dso.html.fr +#srv/web/ipfire/manual/dso.html.fr.utf8 #srv/web/ipfire/manual/dso.html.ja.utf8 #srv/web/ipfire/manual/dso.html.ko.euc-kr #srv/web/ipfire/manual/dso.html.tr.utf8 #srv/web/ipfire/manual/env.html #srv/web/ipfire/manual/env.html.en -#srv/web/ipfire/manual/env.html.fr +#srv/web/ipfire/manual/env.html.fr.utf8 #srv/web/ipfire/manual/env.html.ja.utf8 #srv/web/ipfire/manual/env.html.ko.euc-kr #srv/web/ipfire/manual/env.html.tr.utf8 #srv/web/ipfire/manual/expr.html #srv/web/ipfire/manual/expr.html.en -#srv/web/ipfire/manual/expr.html.fr +#srv/web/ipfire/manual/expr.html.fr.utf8 #srv/web/ipfire/manual/faq #srv/web/ipfire/manual/faq/index.html #srv/web/ipfire/manual/faq/index.html.en #srv/web/ipfire/manual/faq/index.html.es -#srv/web/ipfire/manual/faq/index.html.fr +#srv/web/ipfire/manual/faq/index.html.fr.utf8 #srv/web/ipfire/manual/faq/index.html.tr.utf8 #srv/web/ipfire/manual/faq/index.html.zh-cn.utf8 #srv/web/ipfire/manual/filter.html #srv/web/ipfire/manual/filter.html.en #srv/web/ipfire/manual/filter.html.es -#srv/web/ipfire/manual/filter.html.fr +#srv/web/ipfire/manual/filter.html.fr.utf8 #srv/web/ipfire/manual/filter.html.ja.utf8 #srv/web/ipfire/manual/filter.html.ko.euc-kr #srv/web/ipfire/manual/filter.html.tr.utf8 #srv/web/ipfire/manual/getting-started.html #srv/web/ipfire/manual/getting-started.html.en -#srv/web/ipfire/manual/getting-started.html.fr +#srv/web/ipfire/manual/getting-started.html.fr.utf8 #srv/web/ipfire/manual/glossary.html #srv/web/ipfire/manual/glossary.html.de #srv/web/ipfire/manual/glossary.html.en #srv/web/ipfire/manual/glossary.html.es -#srv/web/ipfire/manual/glossary.html.fr +#srv/web/ipfire/manual/glossary.html.fr.utf8 #srv/web/ipfire/manual/glossary.html.ja.utf8 #srv/web/ipfire/manual/glossary.html.ko.euc-kr #srv/web/ipfire/manual/glossary.html.tr.utf8 #srv/web/ipfire/manual/handler.html #srv/web/ipfire/manual/handler.html.en #srv/web/ipfire/manual/handler.html.es -#srv/web/ipfire/manual/handler.html.fr +#srv/web/ipfire/manual/handler.html.fr.utf8 #srv/web/ipfire/manual/handler.html.ja.utf8 #srv/web/ipfire/manual/handler.html.ko.euc-kr #srv/web/ipfire/manual/handler.html.tr.utf8 @@ -442,52 +442,52 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/howto/access.html #srv/web/ipfire/manual/howto/access.html.en #srv/web/ipfire/manual/howto/access.html.es -#srv/web/ipfire/manual/howto/access.html.fr +#srv/web/ipfire/manual/howto/access.html.fr.utf8 #srv/web/ipfire/manual/howto/auth.html #srv/web/ipfire/manual/howto/auth.html.en #srv/web/ipfire/manual/howto/auth.html.es -#srv/web/ipfire/manual/howto/auth.html.fr +#srv/web/ipfire/manual/howto/auth.html.fr.utf8 #srv/web/ipfire/manual/howto/auth.html.ja.utf8 #srv/web/ipfire/manual/howto/auth.html.ko.euc-kr #srv/web/ipfire/manual/howto/auth.html.tr.utf8 #srv/web/ipfire/manual/howto/cgi.html #srv/web/ipfire/manual/howto/cgi.html.en #srv/web/ipfire/manual/howto/cgi.html.es -#srv/web/ipfire/manual/howto/cgi.html.fr +#srv/web/ipfire/manual/howto/cgi.html.fr.utf8 #srv/web/ipfire/manual/howto/cgi.html.ja.utf8 #srv/web/ipfire/manual/howto/cgi.html.ko.euc-kr #srv/web/ipfire/manual/howto/htaccess.html #srv/web/ipfire/manual/howto/htaccess.html.en #srv/web/ipfire/manual/howto/htaccess.html.es -#srv/web/ipfire/manual/howto/htaccess.html.fr +#srv/web/ipfire/manual/howto/htaccess.html.fr.utf8 #srv/web/ipfire/manual/howto/htaccess.html.ja.utf8 #srv/web/ipfire/manual/howto/htaccess.html.ko.euc-kr #srv/web/ipfire/manual/howto/htaccess.html.pt-br #srv/web/ipfire/manual/howto/http2.html #srv/web/ipfire/manual/howto/http2.html.en #srv/web/ipfire/manual/howto/http2.html.es -#srv/web/ipfire/manual/howto/http2.html.fr +#srv/web/ipfire/manual/howto/http2.html.fr.utf8 #srv/web/ipfire/manual/howto/index.html #srv/web/ipfire/manual/howto/index.html.en #srv/web/ipfire/manual/howto/index.html.es -#srv/web/ipfire/manual/howto/index.html.fr +#srv/web/ipfire/manual/howto/index.html.fr.utf8 #srv/web/ipfire/manual/howto/index.html.ja.utf8 #srv/web/ipfire/manual/howto/index.html.ko.euc-kr #srv/web/ipfire/manual/howto/index.html.zh-cn.utf8 #srv/web/ipfire/manual/howto/public_html.html #srv/web/ipfire/manual/howto/public_html.html.en #srv/web/ipfire/manual/howto/public_html.html.es -#srv/web/ipfire/manual/howto/public_html.html.fr +#srv/web/ipfire/manual/howto/public_html.html.fr.utf8 #srv/web/ipfire/manual/howto/public_html.html.ja.utf8 #srv/web/ipfire/manual/howto/public_html.html.ko.euc-kr #srv/web/ipfire/manual/howto/public_html.html.tr.utf8 #srv/web/ipfire/manual/howto/reverse_proxy.html #srv/web/ipfire/manual/howto/reverse_proxy.html.en -#srv/web/ipfire/manual/howto/reverse_proxy.html.fr +#srv/web/ipfire/manual/howto/reverse_proxy.html.fr.utf8 #srv/web/ipfire/manual/howto/ssi.html #srv/web/ipfire/manual/howto/ssi.html.en #srv/web/ipfire/manual/howto/ssi.html.es -#srv/web/ipfire/manual/howto/ssi.html.fr +#srv/web/ipfire/manual/howto/ssi.html.fr.utf8 #srv/web/ipfire/manual/howto/ssi.html.ja.utf8 #srv/web/ipfire/manual/howto/ssi.html.ko.euc-kr #srv/web/ipfire/manual/images @@ -541,7 +541,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/index.html.de #srv/web/ipfire/manual/index.html.en #srv/web/ipfire/manual/index.html.es -#srv/web/ipfire/manual/index.html.fr +#srv/web/ipfire/manual/index.html.fr.utf8 #srv/web/ipfire/manual/index.html.ja.utf8 #srv/web/ipfire/manual/index.html.ko.euc-kr #srv/web/ipfire/manual/index.html.pt-br @@ -551,7 +551,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/install.html.de #srv/web/ipfire/manual/install.html.en #srv/web/ipfire/manual/install.html.es -#srv/web/ipfire/manual/install.html.fr +#srv/web/ipfire/manual/install.html.fr.utf8 #srv/web/ipfire/manual/install.html.ja.utf8 #srv/web/ipfire/manual/install.html.ko.euc-kr #srv/web/ipfire/manual/install.html.tr.utf8 @@ -559,7 +559,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/invoking.html.de #srv/web/ipfire/manual/invoking.html.en #srv/web/ipfire/manual/invoking.html.es -#srv/web/ipfire/manual/invoking.html.fr +#srv/web/ipfire/manual/invoking.html.fr.utf8 #srv/web/ipfire/manual/invoking.html.ja.utf8 #srv/web/ipfire/manual/invoking.html.ko.euc-kr #srv/web/ipfire/manual/invoking.html.tr.utf8 @@ -567,7 +567,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/license.html.en #srv/web/ipfire/manual/logs.html #srv/web/ipfire/manual/logs.html.en -#srv/web/ipfire/manual/logs.html.fr +#srv/web/ipfire/manual/logs.html.fr.utf8 #srv/web/ipfire/manual/logs.html.ja.utf8 #srv/web/ipfire/manual/logs.html.ko.euc-kr #srv/web/ipfire/manual/logs.html.tr.utf8 @@ -575,25 +575,25 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/misc/index.html #srv/web/ipfire/manual/misc/index.html.en #srv/web/ipfire/manual/misc/index.html.es -#srv/web/ipfire/manual/misc/index.html.fr +#srv/web/ipfire/manual/misc/index.html.fr.utf8 #srv/web/ipfire/manual/misc/index.html.ko.euc-kr #srv/web/ipfire/manual/misc/index.html.tr.utf8 #srv/web/ipfire/manual/misc/index.html.zh-cn.utf8 #srv/web/ipfire/manual/misc/password_encryptions.html #srv/web/ipfire/manual/misc/password_encryptions.html.en -#srv/web/ipfire/manual/misc/password_encryptions.html.fr +#srv/web/ipfire/manual/misc/password_encryptions.html.fr.utf8 #srv/web/ipfire/manual/misc/perf-tuning.html #srv/web/ipfire/manual/misc/perf-tuning.html.en -#srv/web/ipfire/manual/misc/perf-tuning.html.fr +#srv/web/ipfire/manual/misc/perf-tuning.html.fr.utf8 #srv/web/ipfire/manual/misc/perf-tuning.html.ko.euc-kr #srv/web/ipfire/manual/misc/perf-tuning.html.tr.utf8 #srv/web/ipfire/manual/misc/relevant_standards.html #srv/web/ipfire/manual/misc/relevant_standards.html.en -#srv/web/ipfire/manual/misc/relevant_standards.html.fr +#srv/web/ipfire/manual/misc/relevant_standards.html.fr.utf8 #srv/web/ipfire/manual/misc/relevant_standards.html.ko.euc-kr #srv/web/ipfire/manual/misc/security_tips.html #srv/web/ipfire/manual/misc/security_tips.html.en -#srv/web/ipfire/manual/misc/security_tips.html.fr +#srv/web/ipfire/manual/misc/security_tips.html.fr.utf8 #srv/web/ipfire/manual/misc/security_tips.html.ko.euc-kr #srv/web/ipfire/manual/misc/security_tips.html.tr.utf8 #srv/web/ipfire/manual/mod @@ -601,13 +601,13 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/core.html.de #srv/web/ipfire/manual/mod/core.html.en #srv/web/ipfire/manual/mod/core.html.es -#srv/web/ipfire/manual/mod/core.html.fr +#srv/web/ipfire/manual/mod/core.html.fr.utf8 #srv/web/ipfire/manual/mod/core.html.ja.utf8 #srv/web/ipfire/manual/mod/core.html.tr.utf8 #srv/web/ipfire/manual/mod/directive-dict.html #srv/web/ipfire/manual/mod/directive-dict.html.en #srv/web/ipfire/manual/mod/directive-dict.html.es -#srv/web/ipfire/manual/mod/directive-dict.html.fr +#srv/web/ipfire/manual/mod/directive-dict.html.fr.utf8 #srv/web/ipfire/manual/mod/directive-dict.html.ja.utf8 #srv/web/ipfire/manual/mod/directive-dict.html.ko.euc-kr #srv/web/ipfire/manual/mod/directive-dict.html.tr.utf8 @@ -615,530 +615,530 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/directives.html.de #srv/web/ipfire/manual/mod/directives.html.en #srv/web/ipfire/manual/mod/directives.html.es -#srv/web/ipfire/manual/mod/directives.html.fr +#srv/web/ipfire/manual/mod/directives.html.fr.utf8 #srv/web/ipfire/manual/mod/directives.html.ja.utf8 #srv/web/ipfire/manual/mod/directives.html.ko.euc-kr #srv/web/ipfire/manual/mod/directives.html.tr.utf8 #srv/web/ipfire/manual/mod/directives.html.zh-cn.utf8 #srv/web/ipfire/manual/mod/event.html #srv/web/ipfire/manual/mod/event.html.en -#srv/web/ipfire/manual/mod/event.html.fr +#srv/web/ipfire/manual/mod/event.html.fr.utf8 #srv/web/ipfire/manual/mod/index.html #srv/web/ipfire/manual/mod/index.html.de #srv/web/ipfire/manual/mod/index.html.en #srv/web/ipfire/manual/mod/index.html.es -#srv/web/ipfire/manual/mod/index.html.fr +#srv/web/ipfire/manual/mod/index.html.fr.utf8 #srv/web/ipfire/manual/mod/index.html.ja.utf8 #srv/web/ipfire/manual/mod/index.html.ko.euc-kr #srv/web/ipfire/manual/mod/index.html.tr.utf8 #srv/web/ipfire/manual/mod/index.html.zh-cn.utf8 #srv/web/ipfire/manual/mod/mod_access_compat.html #srv/web/ipfire/manual/mod/mod_access_compat.html.en -#srv/web/ipfire/manual/mod/mod_access_compat.html.fr +#srv/web/ipfire/manual/mod/mod_access_compat.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_access_compat.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_actions.html #srv/web/ipfire/manual/mod/mod_actions.html.de #srv/web/ipfire/manual/mod/mod_actions.html.en -#srv/web/ipfire/manual/mod/mod_actions.html.fr +#srv/web/ipfire/manual/mod/mod_actions.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_actions.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_actions.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_alias.html #srv/web/ipfire/manual/mod/mod_alias.html.en -#srv/web/ipfire/manual/mod/mod_alias.html.fr +#srv/web/ipfire/manual/mod/mod_alias.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_alias.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_alias.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_alias.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_allowmethods.html #srv/web/ipfire/manual/mod/mod_allowmethods.html.en -#srv/web/ipfire/manual/mod/mod_allowmethods.html.fr +#srv/web/ipfire/manual/mod/mod_allowmethods.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_asis.html #srv/web/ipfire/manual/mod/mod_asis.html.en -#srv/web/ipfire/manual/mod/mod_asis.html.fr +#srv/web/ipfire/manual/mod/mod_asis.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_asis.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_asis.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_auth_basic.html #srv/web/ipfire/manual/mod/mod_auth_basic.html.en -#srv/web/ipfire/manual/mod/mod_auth_basic.html.fr +#srv/web/ipfire/manual/mod/mod_auth_basic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_auth_basic.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_auth_basic.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_auth_digest.html #srv/web/ipfire/manual/mod/mod_auth_digest.html.en -#srv/web/ipfire/manual/mod/mod_auth_digest.html.fr +#srv/web/ipfire/manual/mod/mod_auth_digest.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_auth_digest.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_auth_form.html #srv/web/ipfire/manual/mod/mod_auth_form.html.en -#srv/web/ipfire/manual/mod/mod_auth_form.html.fr +#srv/web/ipfire/manual/mod/mod_auth_form.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_anon.html #srv/web/ipfire/manual/mod/mod_authn_anon.html.en -#srv/web/ipfire/manual/mod/mod_authn_anon.html.fr +#srv/web/ipfire/manual/mod/mod_authn_anon.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_anon.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_anon.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authn_core.html #srv/web/ipfire/manual/mod/mod_authn_core.html.en -#srv/web/ipfire/manual/mod/mod_authn_core.html.fr +#srv/web/ipfire/manual/mod/mod_authn_core.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbd.html #srv/web/ipfire/manual/mod/mod_authn_dbd.html.en -#srv/web/ipfire/manual/mod/mod_authn_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_authn_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbm.html #srv/web/ipfire/manual/mod/mod_authn_dbm.html.en -#srv/web/ipfire/manual/mod/mod_authn_dbm.html.fr +#srv/web/ipfire/manual/mod/mod_authn_dbm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbm.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbm.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authn_file.html #srv/web/ipfire/manual/mod/mod_authn_file.html.en -#srv/web/ipfire/manual/mod/mod_authn_file.html.fr +#srv/web/ipfire/manual/mod/mod_authn_file.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_file.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_file.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authn_socache.html #srv/web/ipfire/manual/mod/mod_authn_socache.html.en -#srv/web/ipfire/manual/mod/mod_authn_socache.html.fr +#srv/web/ipfire/manual/mod/mod_authn_socache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authnz_fcgi.html #srv/web/ipfire/manual/mod/mod_authnz_fcgi.html.en -#srv/web/ipfire/manual/mod/mod_authnz_fcgi.html.fr +#srv/web/ipfire/manual/mod/mod_authnz_fcgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authnz_ldap.html #srv/web/ipfire/manual/mod/mod_authnz_ldap.html.en -#srv/web/ipfire/manual/mod/mod_authnz_ldap.html.fr +#srv/web/ipfire/manual/mod/mod_authnz_ldap.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_core.html #srv/web/ipfire/manual/mod/mod_authz_core.html.en -#srv/web/ipfire/manual/mod/mod_authz_core.html.fr +#srv/web/ipfire/manual/mod/mod_authz_core.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_dbd.html #srv/web/ipfire/manual/mod/mod_authz_dbd.html.en -#srv/web/ipfire/manual/mod/mod_authz_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_authz_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_dbm.html #srv/web/ipfire/manual/mod/mod_authz_dbm.html.en -#srv/web/ipfire/manual/mod/mod_authz_dbm.html.fr +#srv/web/ipfire/manual/mod/mod_authz_dbm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_dbm.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_groupfile.html #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.en -#srv/web/ipfire/manual/mod/mod_authz_groupfile.html.fr +#srv/web/ipfire/manual/mod/mod_authz_groupfile.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_host.html #srv/web/ipfire/manual/mod/mod_authz_host.html.en -#srv/web/ipfire/manual/mod/mod_authz_host.html.fr +#srv/web/ipfire/manual/mod/mod_authz_host.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_owner.html #srv/web/ipfire/manual/mod/mod_authz_owner.html.en -#srv/web/ipfire/manual/mod/mod_authz_owner.html.fr +#srv/web/ipfire/manual/mod/mod_authz_owner.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_owner.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_owner.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_user.html #srv/web/ipfire/manual/mod/mod_authz_user.html.en -#srv/web/ipfire/manual/mod/mod_authz_user.html.fr +#srv/web/ipfire/manual/mod/mod_authz_user.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_user.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_user.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_autoindex.html #srv/web/ipfire/manual/mod/mod_autoindex.html.en -#srv/web/ipfire/manual/mod/mod_autoindex.html.fr +#srv/web/ipfire/manual/mod/mod_autoindex.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_autoindex.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_autoindex.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_autoindex.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_brotli.html #srv/web/ipfire/manual/mod/mod_brotli.html.en -#srv/web/ipfire/manual/mod/mod_brotli.html.fr +#srv/web/ipfire/manual/mod/mod_brotli.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_buffer.html #srv/web/ipfire/manual/mod/mod_buffer.html.en -#srv/web/ipfire/manual/mod/mod_buffer.html.fr +#srv/web/ipfire/manual/mod/mod_buffer.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cache.html #srv/web/ipfire/manual/mod/mod_cache.html.en -#srv/web/ipfire/manual/mod/mod_cache.html.fr +#srv/web/ipfire/manual/mod/mod_cache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cache.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cache.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cache_disk.html #srv/web/ipfire/manual/mod/mod_cache_disk.html.en -#srv/web/ipfire/manual/mod/mod_cache_disk.html.fr +#srv/web/ipfire/manual/mod/mod_cache_disk.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cache_disk.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cache_disk.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cache_socache.html #srv/web/ipfire/manual/mod/mod_cache_socache.html.en -#srv/web/ipfire/manual/mod/mod_cache_socache.html.fr +#srv/web/ipfire/manual/mod/mod_cache_socache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cern_meta.html #srv/web/ipfire/manual/mod/mod_cern_meta.html.en -#srv/web/ipfire/manual/mod/mod_cern_meta.html.fr +#srv/web/ipfire/manual/mod/mod_cern_meta.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cern_meta.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cgi.html #srv/web/ipfire/manual/mod/mod_cgi.html.en -#srv/web/ipfire/manual/mod/mod_cgi.html.fr +#srv/web/ipfire/manual/mod/mod_cgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cgi.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cgi.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cgid.html #srv/web/ipfire/manual/mod/mod_cgid.html.en -#srv/web/ipfire/manual/mod/mod_cgid.html.fr +#srv/web/ipfire/manual/mod/mod_cgid.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cgid.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cgid.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_charset_lite.html #srv/web/ipfire/manual/mod/mod_charset_lite.html.en -#srv/web/ipfire/manual/mod/mod_charset_lite.html.fr +#srv/web/ipfire/manual/mod/mod_charset_lite.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_charset_lite.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_data.html #srv/web/ipfire/manual/mod/mod_data.html.en -#srv/web/ipfire/manual/mod/mod_data.html.fr +#srv/web/ipfire/manual/mod/mod_data.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav.html #srv/web/ipfire/manual/mod/mod_dav.html.en -#srv/web/ipfire/manual/mod/mod_dav.html.fr +#srv/web/ipfire/manual/mod/mod_dav.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dav.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dav_fs.html #srv/web/ipfire/manual/mod/mod_dav_fs.html.en -#srv/web/ipfire/manual/mod/mod_dav_fs.html.fr +#srv/web/ipfire/manual/mod/mod_dav_fs.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav_fs.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dav_fs.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dav_lock.html #srv/web/ipfire/manual/mod/mod_dav_lock.html.en -#srv/web/ipfire/manual/mod/mod_dav_lock.html.fr +#srv/web/ipfire/manual/mod/mod_dav_lock.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav_lock.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dbd.html #srv/web/ipfire/manual/mod/mod_dbd.html.en -#srv/web/ipfire/manual/mod/mod_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_deflate.html #srv/web/ipfire/manual/mod/mod_deflate.html.en -#srv/web/ipfire/manual/mod/mod_deflate.html.fr +#srv/web/ipfire/manual/mod/mod_deflate.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_deflate.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_deflate.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dialup.html #srv/web/ipfire/manual/mod/mod_dialup.html.en -#srv/web/ipfire/manual/mod/mod_dialup.html.fr +#srv/web/ipfire/manual/mod/mod_dialup.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dir.html #srv/web/ipfire/manual/mod/mod_dir.html.en -#srv/web/ipfire/manual/mod/mod_dir.html.fr +#srv/web/ipfire/manual/mod/mod_dir.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dir.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dir.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dir.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_dumpio.html #srv/web/ipfire/manual/mod/mod_dumpio.html.en -#srv/web/ipfire/manual/mod/mod_dumpio.html.fr +#srv/web/ipfire/manual/mod/mod_dumpio.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dumpio.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_echo.html #srv/web/ipfire/manual/mod/mod_echo.html.en -#srv/web/ipfire/manual/mod/mod_echo.html.fr +#srv/web/ipfire/manual/mod/mod_echo.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_echo.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_echo.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_env.html #srv/web/ipfire/manual/mod/mod_env.html.en -#srv/web/ipfire/manual/mod/mod_env.html.fr +#srv/web/ipfire/manual/mod/mod_env.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_env.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_env.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_env.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_example_hooks.html #srv/web/ipfire/manual/mod/mod_example_hooks.html.en -#srv/web/ipfire/manual/mod/mod_example_hooks.html.fr +#srv/web/ipfire/manual/mod/mod_example_hooks.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_example_hooks.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_expires.html #srv/web/ipfire/manual/mod/mod_expires.html.en -#srv/web/ipfire/manual/mod/mod_expires.html.fr +#srv/web/ipfire/manual/mod/mod_expires.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_expires.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_expires.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_ext_filter.html #srv/web/ipfire/manual/mod/mod_ext_filter.html.en -#srv/web/ipfire/manual/mod/mod_ext_filter.html.fr +#srv/web/ipfire/manual/mod/mod_ext_filter.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ext_filter.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_ext_filter.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_file_cache.html #srv/web/ipfire/manual/mod/mod_file_cache.html.en -#srv/web/ipfire/manual/mod/mod_file_cache.html.fr +#srv/web/ipfire/manual/mod/mod_file_cache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_file_cache.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_filter.html #srv/web/ipfire/manual/mod/mod_filter.html.en -#srv/web/ipfire/manual/mod/mod_filter.html.fr +#srv/web/ipfire/manual/mod/mod_filter.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_headers.html #srv/web/ipfire/manual/mod/mod_headers.html.en -#srv/web/ipfire/manual/mod/mod_headers.html.fr +#srv/web/ipfire/manual/mod/mod_headers.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_headers.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_headers.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_heartbeat.html #srv/web/ipfire/manual/mod/mod_heartbeat.html.en -#srv/web/ipfire/manual/mod/mod_heartbeat.html.fr +#srv/web/ipfire/manual/mod/mod_heartbeat.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_heartmonitor.html #srv/web/ipfire/manual/mod/mod_heartmonitor.html.en -#srv/web/ipfire/manual/mod/mod_heartmonitor.html.fr +#srv/web/ipfire/manual/mod/mod_heartmonitor.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_http2.html #srv/web/ipfire/manual/mod/mod_http2.html.en -#srv/web/ipfire/manual/mod/mod_http2.html.fr +#srv/web/ipfire/manual/mod/mod_http2.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ident.html #srv/web/ipfire/manual/mod/mod_ident.html.en -#srv/web/ipfire/manual/mod/mod_ident.html.fr +#srv/web/ipfire/manual/mod/mod_ident.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ident.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_ident.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_imagemap.html #srv/web/ipfire/manual/mod/mod_imagemap.html.en -#srv/web/ipfire/manual/mod/mod_imagemap.html.fr +#srv/web/ipfire/manual/mod/mod_imagemap.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_imagemap.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_include.html #srv/web/ipfire/manual/mod/mod_include.html.en -#srv/web/ipfire/manual/mod/mod_include.html.fr +#srv/web/ipfire/manual/mod/mod_include.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_include.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_info.html #srv/web/ipfire/manual/mod/mod_info.html.en -#srv/web/ipfire/manual/mod/mod_info.html.fr +#srv/web/ipfire/manual/mod/mod_info.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_info.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_info.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_isapi.html #srv/web/ipfire/manual/mod/mod_isapi.html.en -#srv/web/ipfire/manual/mod/mod_isapi.html.fr +#srv/web/ipfire/manual/mod/mod_isapi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_isapi.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html #srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html #srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html #srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html #srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ldap.html #srv/web/ipfire/manual/mod/mod_ldap.html.en -#srv/web/ipfire/manual/mod/mod_ldap.html.fr +#srv/web/ipfire/manual/mod/mod_ldap.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_config.html #srv/web/ipfire/manual/mod/mod_log_config.html.en -#srv/web/ipfire/manual/mod/mod_log_config.html.fr +#srv/web/ipfire/manual/mod/mod_log_config.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_config.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_log_config.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_log_config.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_log_debug.html #srv/web/ipfire/manual/mod/mod_log_debug.html.en -#srv/web/ipfire/manual/mod/mod_log_debug.html.fr +#srv/web/ipfire/manual/mod/mod_log_debug.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_forensic.html #srv/web/ipfire/manual/mod/mod_log_forensic.html.en -#srv/web/ipfire/manual/mod/mod_log_forensic.html.fr +#srv/web/ipfire/manual/mod/mod_log_forensic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_forensic.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_log_forensic.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_logio.html #srv/web/ipfire/manual/mod/mod_logio.html.en -#srv/web/ipfire/manual/mod/mod_logio.html.fr +#srv/web/ipfire/manual/mod/mod_logio.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_logio.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_logio.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_logio.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_lua.html #srv/web/ipfire/manual/mod/mod_lua.html.en -#srv/web/ipfire/manual/mod/mod_lua.html.fr +#srv/web/ipfire/manual/mod/mod_lua.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_macro.html #srv/web/ipfire/manual/mod/mod_macro.html.en -#srv/web/ipfire/manual/mod/mod_macro.html.fr +#srv/web/ipfire/manual/mod/mod_macro.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_md.html #srv/web/ipfire/manual/mod/mod_md.html.en #srv/web/ipfire/manual/mod/mod_mime.html #srv/web/ipfire/manual/mod/mod_mime.html.en -#srv/web/ipfire/manual/mod/mod_mime.html.fr +#srv/web/ipfire/manual/mod/mod_mime.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_mime.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_mime_magic.html #srv/web/ipfire/manual/mod/mod_mime_magic.html.en -#srv/web/ipfire/manual/mod/mod_mime_magic.html.fr +#srv/web/ipfire/manual/mod/mod_mime_magic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_negotiation.html #srv/web/ipfire/manual/mod/mod_negotiation.html.en -#srv/web/ipfire/manual/mod/mod_negotiation.html.fr +#srv/web/ipfire/manual/mod/mod_negotiation.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_negotiation.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_nw_ssl.html #srv/web/ipfire/manual/mod/mod_nw_ssl.html.en -#srv/web/ipfire/manual/mod/mod_nw_ssl.html.fr +#srv/web/ipfire/manual/mod/mod_nw_ssl.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_privileges.html #srv/web/ipfire/manual/mod/mod_privileges.html.en -#srv/web/ipfire/manual/mod/mod_privileges.html.fr +#srv/web/ipfire/manual/mod/mod_privileges.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy.html #srv/web/ipfire/manual/mod/mod_proxy.html.en -#srv/web/ipfire/manual/mod/mod_proxy.html.fr +#srv/web/ipfire/manual/mod/mod_proxy.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_ajp.html #srv/web/ipfire/manual/mod/mod_proxy_ajp.html.en -#srv/web/ipfire/manual/mod/mod_proxy_ajp.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_ajp.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_ajp.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_balancer.html #srv/web/ipfire/manual/mod/mod_proxy_balancer.html.en -#srv/web/ipfire/manual/mod/mod_proxy_balancer.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_balancer.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_balancer.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_connect.html #srv/web/ipfire/manual/mod/mod_proxy_connect.html.en -#srv/web/ipfire/manual/mod/mod_proxy_connect.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_connect.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_connect.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_express.html #srv/web/ipfire/manual/mod/mod_proxy_express.html.en -#srv/web/ipfire/manual/mod/mod_proxy_express.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_express.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_fcgi.html #srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.en -#srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_fdpass.html #srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.en -#srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_ftp.html #srv/web/ipfire/manual/mod/mod_proxy_ftp.html.en -#srv/web/ipfire/manual/mod/mod_proxy_ftp.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_ftp.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_hcheck.html #srv/web/ipfire/manual/mod/mod_proxy_hcheck.html.en -#srv/web/ipfire/manual/mod/mod_proxy_hcheck.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_hcheck.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_html.html #srv/web/ipfire/manual/mod/mod_proxy_html.html.en -#srv/web/ipfire/manual/mod/mod_proxy_html.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_html.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_http.html #srv/web/ipfire/manual/mod/mod_proxy_http.html.en -#srv/web/ipfire/manual/mod/mod_proxy_http.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_http.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_http2.html #srv/web/ipfire/manual/mod/mod_proxy_http2.html.en -#srv/web/ipfire/manual/mod/mod_proxy_http2.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_http2.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_scgi.html #srv/web/ipfire/manual/mod/mod_proxy_scgi.html.en -#srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html.en #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.en -#srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ratelimit.html #srv/web/ipfire/manual/mod/mod_ratelimit.html.en -#srv/web/ipfire/manual/mod/mod_ratelimit.html.fr +#srv/web/ipfire/manual/mod/mod_ratelimit.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_reflector.html #srv/web/ipfire/manual/mod/mod_reflector.html.en -#srv/web/ipfire/manual/mod/mod_reflector.html.fr +#srv/web/ipfire/manual/mod/mod_reflector.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_remoteip.html #srv/web/ipfire/manual/mod/mod_remoteip.html.en -#srv/web/ipfire/manual/mod/mod_remoteip.html.fr +#srv/web/ipfire/manual/mod/mod_remoteip.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_reqtimeout.html #srv/web/ipfire/manual/mod/mod_reqtimeout.html.en -#srv/web/ipfire/manual/mod/mod_reqtimeout.html.fr +#srv/web/ipfire/manual/mod/mod_reqtimeout.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_request.html #srv/web/ipfire/manual/mod/mod_request.html.en -#srv/web/ipfire/manual/mod/mod_request.html.fr +#srv/web/ipfire/manual/mod/mod_request.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_request.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_rewrite.html #srv/web/ipfire/manual/mod/mod_rewrite.html.en -#srv/web/ipfire/manual/mod/mod_rewrite.html.fr +#srv/web/ipfire/manual/mod/mod_rewrite.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_sed.html #srv/web/ipfire/manual/mod/mod_sed.html.en -#srv/web/ipfire/manual/mod/mod_sed.html.fr +#srv/web/ipfire/manual/mod/mod_sed.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session.html #srv/web/ipfire/manual/mod/mod_session.html.en -#srv/web/ipfire/manual/mod/mod_session.html.fr +#srv/web/ipfire/manual/mod/mod_session.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session_cookie.html #srv/web/ipfire/manual/mod/mod_session_cookie.html.en -#srv/web/ipfire/manual/mod/mod_session_cookie.html.fr +#srv/web/ipfire/manual/mod/mod_session_cookie.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session_crypto.html #srv/web/ipfire/manual/mod/mod_session_crypto.html.en -#srv/web/ipfire/manual/mod/mod_session_crypto.html.fr +#srv/web/ipfire/manual/mod/mod_session_crypto.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session_dbd.html #srv/web/ipfire/manual/mod/mod_session_dbd.html.en -#srv/web/ipfire/manual/mod/mod_session_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_session_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_setenvif.html #srv/web/ipfire/manual/mod/mod_setenvif.html.en -#srv/web/ipfire/manual/mod/mod_setenvif.html.fr +#srv/web/ipfire/manual/mod/mod_setenvif.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_setenvif.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_setenvif.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_setenvif.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_slotmem_plain.html #srv/web/ipfire/manual/mod/mod_slotmem_plain.html.en -#srv/web/ipfire/manual/mod/mod_slotmem_plain.html.fr +#srv/web/ipfire/manual/mod/mod_slotmem_plain.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_slotmem_shm.html #srv/web/ipfire/manual/mod/mod_slotmem_shm.html.en -#srv/web/ipfire/manual/mod/mod_slotmem_shm.html.fr +#srv/web/ipfire/manual/mod/mod_slotmem_shm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_so.html #srv/web/ipfire/manual/mod/mod_so.html.en -#srv/web/ipfire/manual/mod/mod_so.html.fr +#srv/web/ipfire/manual/mod/mod_so.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_so.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_so.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_so.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_socache_dbm.html #srv/web/ipfire/manual/mod/mod_socache_dbm.html.en -#srv/web/ipfire/manual/mod/mod_socache_dbm.html.fr +#srv/web/ipfire/manual/mod/mod_socache_dbm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_socache_dc.html #srv/web/ipfire/manual/mod/mod_socache_dc.html.en -#srv/web/ipfire/manual/mod/mod_socache_dc.html.fr +#srv/web/ipfire/manual/mod/mod_socache_dc.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_socache_memcache.html #srv/web/ipfire/manual/mod/mod_socache_memcache.html.en -#srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr +#srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_socache_shmcb.html #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.en -#srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr +#srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_speling.html #srv/web/ipfire/manual/mod/mod_speling.html.en -#srv/web/ipfire/manual/mod/mod_speling.html.fr +#srv/web/ipfire/manual/mod/mod_speling.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_speling.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_speling.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_ssl.html #srv/web/ipfire/manual/mod/mod_ssl.html.en -#srv/web/ipfire/manual/mod/mod_ssl.html.fr +#srv/web/ipfire/manual/mod/mod_ssl.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_status.html #srv/web/ipfire/manual/mod/mod_status.html.en -#srv/web/ipfire/manual/mod/mod_status.html.fr +#srv/web/ipfire/manual/mod/mod_status.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_status.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_status.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_status.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_substitute.html #srv/web/ipfire/manual/mod/mod_substitute.html.en -#srv/web/ipfire/manual/mod/mod_substitute.html.fr +#srv/web/ipfire/manual/mod/mod_substitute.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_suexec.html #srv/web/ipfire/manual/mod/mod_suexec.html.en -#srv/web/ipfire/manual/mod/mod_suexec.html.fr +#srv/web/ipfire/manual/mod/mod_suexec.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_suexec.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_suexec.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_suexec.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html #srv/web/ipfire/manual/mod/mod_unique_id.html.en -#srv/web/ipfire/manual/mod/mod_unique_id.html.fr +#srv/web/ipfire/manual/mod/mod_unique_id.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_unixd.html #srv/web/ipfire/manual/mod/mod_unixd.html.en -#srv/web/ipfire/manual/mod/mod_unixd.html.fr +#srv/web/ipfire/manual/mod/mod_unixd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_unixd.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html #srv/web/ipfire/manual/mod/mod_userdir.html.en -#srv/web/ipfire/manual/mod/mod_userdir.html.fr +#srv/web/ipfire/manual/mod/mod_userdir.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_userdir.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_usertrack.html #srv/web/ipfire/manual/mod/mod_usertrack.html.en -#srv/web/ipfire/manual/mod/mod_usertrack.html.fr +#srv/web/ipfire/manual/mod/mod_usertrack.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_version.html #srv/web/ipfire/manual/mod/mod_version.html.en -#srv/web/ipfire/manual/mod/mod_version.html.fr +#srv/web/ipfire/manual/mod/mod_version.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_version.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_version.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_vhost_alias.html #srv/web/ipfire/manual/mod/mod_vhost_alias.html.en -#srv/web/ipfire/manual/mod/mod_vhost_alias.html.fr +#srv/web/ipfire/manual/mod/mod_vhost_alias.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_vhost_alias.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_watchdog.html #srv/web/ipfire/manual/mod/mod_watchdog.html.en -#srv/web/ipfire/manual/mod/mod_watchdog.html.fr +#srv/web/ipfire/manual/mod/mod_watchdog.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_xml2enc.html #srv/web/ipfire/manual/mod/mod_xml2enc.html.en -#srv/web/ipfire/manual/mod/mod_xml2enc.html.fr +#srv/web/ipfire/manual/mod/mod_xml2enc.html.fr.utf8 #srv/web/ipfire/manual/mod/module-dict.html #srv/web/ipfire/manual/mod/module-dict.html.en -#srv/web/ipfire/manual/mod/module-dict.html.fr +#srv/web/ipfire/manual/mod/module-dict.html.fr.utf8 #srv/web/ipfire/manual/mod/module-dict.html.ja.utf8 #srv/web/ipfire/manual/mod/module-dict.html.ko.euc-kr #srv/web/ipfire/manual/mod/module-dict.html.tr.utf8 #srv/web/ipfire/manual/mod/mpm_common.html #srv/web/ipfire/manual/mod/mpm_common.html.de #srv/web/ipfire/manual/mod/mpm_common.html.en -#srv/web/ipfire/manual/mod/mpm_common.html.fr +#srv/web/ipfire/manual/mod/mpm_common.html.fr.utf8 #srv/web/ipfire/manual/mod/mpm_common.html.ja.utf8 #srv/web/ipfire/manual/mod/mpm_common.html.tr.utf8 #srv/web/ipfire/manual/mod/mpm_netware.html #srv/web/ipfire/manual/mod/mpm_netware.html.en -#srv/web/ipfire/manual/mod/mpm_netware.html.fr +#srv/web/ipfire/manual/mod/mpm_netware.html.fr.utf8 #srv/web/ipfire/manual/mod/mpm_winnt.html #srv/web/ipfire/manual/mod/mpm_winnt.html.de #srv/web/ipfire/manual/mod/mpm_winnt.html.en -#srv/web/ipfire/manual/mod/mpm_winnt.html.fr +#srv/web/ipfire/manual/mod/mpm_winnt.html.fr.utf8 #srv/web/ipfire/manual/mod/mpm_winnt.html.ja.utf8 #srv/web/ipfire/manual/mod/mpmt_os2.html #srv/web/ipfire/manual/mod/mpmt_os2.html.en -#srv/web/ipfire/manual/mod/mpmt_os2.html.fr +#srv/web/ipfire/manual/mod/mpmt_os2.html.fr.utf8 #srv/web/ipfire/manual/mod/overrides.html #srv/web/ipfire/manual/mod/overrides.html.en #srv/web/ipfire/manual/mod/prefork.html #srv/web/ipfire/manual/mod/prefork.html.de #srv/web/ipfire/manual/mod/prefork.html.en -#srv/web/ipfire/manual/mod/prefork.html.fr +#srv/web/ipfire/manual/mod/prefork.html.fr.utf8 #srv/web/ipfire/manual/mod/prefork.html.ja.utf8 #srv/web/ipfire/manual/mod/prefork.html.tr.utf8 #srv/web/ipfire/manual/mod/quickreference.html #srv/web/ipfire/manual/mod/quickreference.html.de #srv/web/ipfire/manual/mod/quickreference.html.en #srv/web/ipfire/manual/mod/quickreference.html.es -#srv/web/ipfire/manual/mod/quickreference.html.fr +#srv/web/ipfire/manual/mod/quickreference.html.fr.utf8 #srv/web/ipfire/manual/mod/quickreference.html.ja.utf8 #srv/web/ipfire/manual/mod/quickreference.html.ko.euc-kr #srv/web/ipfire/manual/mod/quickreference.html.tr.utf8 @@ -1146,14 +1146,14 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/worker.html #srv/web/ipfire/manual/mod/worker.html.de #srv/web/ipfire/manual/mod/worker.html.en -#srv/web/ipfire/manual/mod/worker.html.fr +#srv/web/ipfire/manual/mod/worker.html.fr.utf8 #srv/web/ipfire/manual/mod/worker.html.ja.utf8 #srv/web/ipfire/manual/mod/worker.html.tr.utf8 #srv/web/ipfire/manual/mpm.html #srv/web/ipfire/manual/mpm.html.de #srv/web/ipfire/manual/mpm.html.en #srv/web/ipfire/manual/mpm.html.es -#srv/web/ipfire/manual/mpm.html.fr +#srv/web/ipfire/manual/mpm.html.fr.utf8 #srv/web/ipfire/manual/mpm.html.ja.utf8 #srv/web/ipfire/manual/mpm.html.ko.euc-kr #srv/web/ipfire/manual/mpm.html.tr.utf8 @@ -1161,7 +1161,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/new_features_2_0.html #srv/web/ipfire/manual/new_features_2_0.html.de #srv/web/ipfire/manual/new_features_2_0.html.en -#srv/web/ipfire/manual/new_features_2_0.html.fr +#srv/web/ipfire/manual/new_features_2_0.html.fr.utf8 #srv/web/ipfire/manual/new_features_2_0.html.ja.utf8 #srv/web/ipfire/manual/new_features_2_0.html.ko.euc-kr #srv/web/ipfire/manual/new_features_2_0.html.pt-br @@ -1169,13 +1169,13 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/new_features_2_0.html.tr.utf8 #srv/web/ipfire/manual/new_features_2_2.html #srv/web/ipfire/manual/new_features_2_2.html.en -#srv/web/ipfire/manual/new_features_2_2.html.fr +#srv/web/ipfire/manual/new_features_2_2.html.fr.utf8 #srv/web/ipfire/manual/new_features_2_2.html.ko.euc-kr #srv/web/ipfire/manual/new_features_2_2.html.pt-br #srv/web/ipfire/manual/new_features_2_2.html.tr.utf8 #srv/web/ipfire/manual/new_features_2_4.html #srv/web/ipfire/manual/new_features_2_4.html.en -#srv/web/ipfire/manual/new_features_2_4.html.fr +#srv/web/ipfire/manual/new_features_2_4.html.fr.utf8 #srv/web/ipfire/manual/new_features_2_4.html.tr.utf8 #srv/web/ipfire/manual/platform #srv/web/ipfire/manual/platform/ebcdic.html @@ -1183,167 +1183,167 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/platform/ebcdic.html.ko.euc-kr #srv/web/ipfire/manual/platform/index.html #srv/web/ipfire/manual/platform/index.html.en -#srv/web/ipfire/manual/platform/index.html.fr +#srv/web/ipfire/manual/platform/index.html.fr.utf8 #srv/web/ipfire/manual/platform/index.html.ko.euc-kr #srv/web/ipfire/manual/platform/index.html.zh-cn.utf8 #srv/web/ipfire/manual/platform/netware.html #srv/web/ipfire/manual/platform/netware.html.en -#srv/web/ipfire/manual/platform/netware.html.fr +#srv/web/ipfire/manual/platform/netware.html.fr.utf8 #srv/web/ipfire/manual/platform/netware.html.ko.euc-kr #srv/web/ipfire/manual/platform/perf-hp.html #srv/web/ipfire/manual/platform/perf-hp.html.en -#srv/web/ipfire/manual/platform/perf-hp.html.fr +#srv/web/ipfire/manual/platform/perf-hp.html.fr.utf8 #srv/web/ipfire/manual/platform/perf-hp.html.ko.euc-kr #srv/web/ipfire/manual/platform/rpm.html #srv/web/ipfire/manual/platform/rpm.html.en -#srv/web/ipfire/manual/platform/rpm.html.fr +#srv/web/ipfire/manual/platform/rpm.html.fr.utf8 #srv/web/ipfire/manual/platform/win_compiling.html #srv/web/ipfire/manual/platform/win_compiling.html.en -#srv/web/ipfire/manual/platform/win_compiling.html.fr +#srv/web/ipfire/manual/platform/win_compiling.html.fr.utf8 #srv/web/ipfire/manual/platform/win_compiling.html.ko.euc-kr #srv/web/ipfire/manual/platform/windows.html #srv/web/ipfire/manual/platform/windows.html.en -#srv/web/ipfire/manual/platform/windows.html.fr +#srv/web/ipfire/manual/platform/windows.html.fr.utf8 #srv/web/ipfire/manual/platform/windows.html.ko.euc-kr #srv/web/ipfire/manual/programs #srv/web/ipfire/manual/programs/ab.html #srv/web/ipfire/manual/programs/ab.html.en -#srv/web/ipfire/manual/programs/ab.html.fr +#srv/web/ipfire/manual/programs/ab.html.fr.utf8 #srv/web/ipfire/manual/programs/ab.html.ko.euc-kr #srv/web/ipfire/manual/programs/ab.html.tr.utf8 #srv/web/ipfire/manual/programs/apachectl.html #srv/web/ipfire/manual/programs/apachectl.html.en -#srv/web/ipfire/manual/programs/apachectl.html.fr +#srv/web/ipfire/manual/programs/apachectl.html.fr.utf8 #srv/web/ipfire/manual/programs/apachectl.html.ko.euc-kr #srv/web/ipfire/manual/programs/apachectl.html.tr.utf8 #srv/web/ipfire/manual/programs/apxs.html #srv/web/ipfire/manual/programs/apxs.html.en -#srv/web/ipfire/manual/programs/apxs.html.fr +#srv/web/ipfire/manual/programs/apxs.html.fr.utf8 #srv/web/ipfire/manual/programs/apxs.html.ko.euc-kr #srv/web/ipfire/manual/programs/apxs.html.tr.utf8 #srv/web/ipfire/manual/programs/configure.html #srv/web/ipfire/manual/programs/configure.html.en -#srv/web/ipfire/manual/programs/configure.html.fr +#srv/web/ipfire/manual/programs/configure.html.fr.utf8 #srv/web/ipfire/manual/programs/configure.html.ko.euc-kr #srv/web/ipfire/manual/programs/configure.html.tr.utf8 #srv/web/ipfire/manual/programs/dbmmanage.html #srv/web/ipfire/manual/programs/dbmmanage.html.en -#srv/web/ipfire/manual/programs/dbmmanage.html.fr +#srv/web/ipfire/manual/programs/dbmmanage.html.fr.utf8 #srv/web/ipfire/manual/programs/dbmmanage.html.ko.euc-kr #srv/web/ipfire/manual/programs/dbmmanage.html.tr.utf8 #srv/web/ipfire/manual/programs/fcgistarter.html #srv/web/ipfire/manual/programs/fcgistarter.html.en -#srv/web/ipfire/manual/programs/fcgistarter.html.fr +#srv/web/ipfire/manual/programs/fcgistarter.html.fr.utf8 #srv/web/ipfire/manual/programs/fcgistarter.html.tr.utf8 #srv/web/ipfire/manual/programs/htcacheclean.html #srv/web/ipfire/manual/programs/htcacheclean.html.en -#srv/web/ipfire/manual/programs/htcacheclean.html.fr +#srv/web/ipfire/manual/programs/htcacheclean.html.fr.utf8 #srv/web/ipfire/manual/programs/htcacheclean.html.ko.euc-kr #srv/web/ipfire/manual/programs/htcacheclean.html.tr.utf8 #srv/web/ipfire/manual/programs/htdbm.html #srv/web/ipfire/manual/programs/htdbm.html.en -#srv/web/ipfire/manual/programs/htdbm.html.fr +#srv/web/ipfire/manual/programs/htdbm.html.fr.utf8 #srv/web/ipfire/manual/programs/htdbm.html.tr.utf8 #srv/web/ipfire/manual/programs/htdigest.html #srv/web/ipfire/manual/programs/htdigest.html.en -#srv/web/ipfire/manual/programs/htdigest.html.fr +#srv/web/ipfire/manual/programs/htdigest.html.fr.utf8 #srv/web/ipfire/manual/programs/htdigest.html.ko.euc-kr #srv/web/ipfire/manual/programs/htdigest.html.tr.utf8 #srv/web/ipfire/manual/programs/htpasswd.html #srv/web/ipfire/manual/programs/htpasswd.html.en -#srv/web/ipfire/manual/programs/htpasswd.html.fr +#srv/web/ipfire/manual/programs/htpasswd.html.fr.utf8 #srv/web/ipfire/manual/programs/htpasswd.html.ko.euc-kr #srv/web/ipfire/manual/programs/htpasswd.html.tr.utf8 #srv/web/ipfire/manual/programs/httpd.html #srv/web/ipfire/manual/programs/httpd.html.en -#srv/web/ipfire/manual/programs/httpd.html.fr +#srv/web/ipfire/manual/programs/httpd.html.fr.utf8 #srv/web/ipfire/manual/programs/httpd.html.ko.euc-kr #srv/web/ipfire/manual/programs/httpd.html.tr.utf8 #srv/web/ipfire/manual/programs/httxt2dbm.html #srv/web/ipfire/manual/programs/httxt2dbm.html.en -#srv/web/ipfire/manual/programs/httxt2dbm.html.fr +#srv/web/ipfire/manual/programs/httxt2dbm.html.fr.utf8 #srv/web/ipfire/manual/programs/httxt2dbm.html.tr.utf8 #srv/web/ipfire/manual/programs/index.html #srv/web/ipfire/manual/programs/index.html.en #srv/web/ipfire/manual/programs/index.html.es -#srv/web/ipfire/manual/programs/index.html.fr +#srv/web/ipfire/manual/programs/index.html.fr.utf8 #srv/web/ipfire/manual/programs/index.html.ko.euc-kr #srv/web/ipfire/manual/programs/index.html.tr.utf8 #srv/web/ipfire/manual/programs/index.html.zh-cn.utf8 #srv/web/ipfire/manual/programs/log_server_status.html #srv/web/ipfire/manual/programs/log_server_status.html.en -#srv/web/ipfire/manual/programs/log_server_status.html.fr +#srv/web/ipfire/manual/programs/log_server_status.html.fr.utf8 #srv/web/ipfire/manual/programs/logresolve.html #srv/web/ipfire/manual/programs/logresolve.html.en -#srv/web/ipfire/manual/programs/logresolve.html.fr +#srv/web/ipfire/manual/programs/logresolve.html.fr.utf8 #srv/web/ipfire/manual/programs/logresolve.html.ko.euc-kr #srv/web/ipfire/manual/programs/logresolve.html.tr.utf8 #srv/web/ipfire/manual/programs/other.html #srv/web/ipfire/manual/programs/other.html.en -#srv/web/ipfire/manual/programs/other.html.fr +#srv/web/ipfire/manual/programs/other.html.fr.utf8 #srv/web/ipfire/manual/programs/other.html.ko.euc-kr #srv/web/ipfire/manual/programs/other.html.tr.utf8 #srv/web/ipfire/manual/programs/rotatelogs.html #srv/web/ipfire/manual/programs/rotatelogs.html.en -#srv/web/ipfire/manual/programs/rotatelogs.html.fr +#srv/web/ipfire/manual/programs/rotatelogs.html.fr.utf8 #srv/web/ipfire/manual/programs/rotatelogs.html.ko.euc-kr #srv/web/ipfire/manual/programs/rotatelogs.html.tr.utf8 #srv/web/ipfire/manual/programs/split-logfile.html #srv/web/ipfire/manual/programs/split-logfile.html.en -#srv/web/ipfire/manual/programs/split-logfile.html.fr +#srv/web/ipfire/manual/programs/split-logfile.html.fr.utf8 #srv/web/ipfire/manual/programs/suexec.html #srv/web/ipfire/manual/programs/suexec.html.en -#srv/web/ipfire/manual/programs/suexec.html.fr +#srv/web/ipfire/manual/programs/suexec.html.fr.utf8 #srv/web/ipfire/manual/programs/suexec.html.ko.euc-kr #srv/web/ipfire/manual/programs/suexec.html.tr.utf8 #srv/web/ipfire/manual/rewrite #srv/web/ipfire/manual/rewrite/access.html #srv/web/ipfire/manual/rewrite/access.html.en -#srv/web/ipfire/manual/rewrite/access.html.fr +#srv/web/ipfire/manual/rewrite/access.html.fr.utf8 #srv/web/ipfire/manual/rewrite/advanced.html #srv/web/ipfire/manual/rewrite/advanced.html.en -#srv/web/ipfire/manual/rewrite/advanced.html.fr +#srv/web/ipfire/manual/rewrite/advanced.html.fr.utf8 #srv/web/ipfire/manual/rewrite/avoid.html #srv/web/ipfire/manual/rewrite/avoid.html.en -#srv/web/ipfire/manual/rewrite/avoid.html.fr +#srv/web/ipfire/manual/rewrite/avoid.html.fr.utf8 #srv/web/ipfire/manual/rewrite/flags.html #srv/web/ipfire/manual/rewrite/flags.html.en -#srv/web/ipfire/manual/rewrite/flags.html.fr +#srv/web/ipfire/manual/rewrite/flags.html.fr.utf8 #srv/web/ipfire/manual/rewrite/htaccess.html #srv/web/ipfire/manual/rewrite/htaccess.html.en -#srv/web/ipfire/manual/rewrite/htaccess.html.fr +#srv/web/ipfire/manual/rewrite/htaccess.html.fr.utf8 #srv/web/ipfire/manual/rewrite/index.html #srv/web/ipfire/manual/rewrite/index.html.en -#srv/web/ipfire/manual/rewrite/index.html.fr +#srv/web/ipfire/manual/rewrite/index.html.fr.utf8 #srv/web/ipfire/manual/rewrite/index.html.tr.utf8 #srv/web/ipfire/manual/rewrite/index.html.zh-cn.utf8 #srv/web/ipfire/manual/rewrite/intro.html #srv/web/ipfire/manual/rewrite/intro.html.en -#srv/web/ipfire/manual/rewrite/intro.html.fr +#srv/web/ipfire/manual/rewrite/intro.html.fr.utf8 #srv/web/ipfire/manual/rewrite/proxy.html #srv/web/ipfire/manual/rewrite/proxy.html.en -#srv/web/ipfire/manual/rewrite/proxy.html.fr +#srv/web/ipfire/manual/rewrite/proxy.html.fr.utf8 #srv/web/ipfire/manual/rewrite/remapping.html #srv/web/ipfire/manual/rewrite/remapping.html.en -#srv/web/ipfire/manual/rewrite/remapping.html.fr +#srv/web/ipfire/manual/rewrite/remapping.html.fr.utf8 #srv/web/ipfire/manual/rewrite/rewritemap.html #srv/web/ipfire/manual/rewrite/rewritemap.html.en -#srv/web/ipfire/manual/rewrite/rewritemap.html.fr +#srv/web/ipfire/manual/rewrite/rewritemap.html.fr.utf8 #srv/web/ipfire/manual/rewrite/tech.html #srv/web/ipfire/manual/rewrite/tech.html.en -#srv/web/ipfire/manual/rewrite/tech.html.fr +#srv/web/ipfire/manual/rewrite/tech.html.fr.utf8 #srv/web/ipfire/manual/rewrite/vhosts.html #srv/web/ipfire/manual/rewrite/vhosts.html.en -#srv/web/ipfire/manual/rewrite/vhosts.html.fr +#srv/web/ipfire/manual/rewrite/vhosts.html.fr.utf8 #srv/web/ipfire/manual/sections.html #srv/web/ipfire/manual/sections.html.en -#srv/web/ipfire/manual/sections.html.fr +#srv/web/ipfire/manual/sections.html.fr.utf8 #srv/web/ipfire/manual/sections.html.ja.utf8 #srv/web/ipfire/manual/sections.html.ko.euc-kr #srv/web/ipfire/manual/sections.html.tr.utf8 #srv/web/ipfire/manual/server-wide.html #srv/web/ipfire/manual/server-wide.html.en -#srv/web/ipfire/manual/server-wide.html.fr +#srv/web/ipfire/manual/server-wide.html.fr.utf8 #srv/web/ipfire/manual/server-wide.html.ja.utf8 #srv/web/ipfire/manual/server-wide.html.ko.euc-kr #srv/web/ipfire/manual/server-wide.html.tr.utf8 @@ -1351,39 +1351,39 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/sitemap.html.de #srv/web/ipfire/manual/sitemap.html.en #srv/web/ipfire/manual/sitemap.html.es -#srv/web/ipfire/manual/sitemap.html.fr +#srv/web/ipfire/manual/sitemap.html.fr.utf8 #srv/web/ipfire/manual/sitemap.html.ja.utf8 #srv/web/ipfire/manual/sitemap.html.ko.euc-kr #srv/web/ipfire/manual/sitemap.html.tr.utf8 #srv/web/ipfire/manual/sitemap.html.zh-cn.utf8 #srv/web/ipfire/manual/socache.html #srv/web/ipfire/manual/socache.html.en -#srv/web/ipfire/manual/socache.html.fr +#srv/web/ipfire/manual/socache.html.fr.utf8 #srv/web/ipfire/manual/ssl #srv/web/ipfire/manual/ssl/index.html #srv/web/ipfire/manual/ssl/index.html.en -#srv/web/ipfire/manual/ssl/index.html.fr +#srv/web/ipfire/manual/ssl/index.html.fr.utf8 #srv/web/ipfire/manual/ssl/index.html.ja.utf8 #srv/web/ipfire/manual/ssl/index.html.tr.utf8 #srv/web/ipfire/manual/ssl/index.html.zh-cn.utf8 #srv/web/ipfire/manual/ssl/ssl_compat.html #srv/web/ipfire/manual/ssl/ssl_compat.html.en -#srv/web/ipfire/manual/ssl/ssl_compat.html.fr +#srv/web/ipfire/manual/ssl/ssl_compat.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_faq.html #srv/web/ipfire/manual/ssl/ssl_faq.html.en -#srv/web/ipfire/manual/ssl/ssl_faq.html.fr +#srv/web/ipfire/manual/ssl/ssl_faq.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_howto.html #srv/web/ipfire/manual/ssl/ssl_howto.html.en -#srv/web/ipfire/manual/ssl/ssl_howto.html.fr +#srv/web/ipfire/manual/ssl/ssl_howto.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_intro.html #srv/web/ipfire/manual/ssl/ssl_intro.html.en -#srv/web/ipfire/manual/ssl/ssl_intro.html.fr +#srv/web/ipfire/manual/ssl/ssl_intro.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_intro.html.ja.utf8 #srv/web/ipfire/manual/stopping.html #srv/web/ipfire/manual/stopping.html.de #srv/web/ipfire/manual/stopping.html.en #srv/web/ipfire/manual/stopping.html.es -#srv/web/ipfire/manual/stopping.html.fr +#srv/web/ipfire/manual/stopping.html.fr.utf8 #srv/web/ipfire/manual/stopping.html.ja.utf8 #srv/web/ipfire/manual/stopping.html.ko.euc-kr #srv/web/ipfire/manual/stopping.html.tr.utf8 @@ -1415,60 +1415,60 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/style/xsl/util #srv/web/ipfire/manual/suexec.html #srv/web/ipfire/manual/suexec.html.en -#srv/web/ipfire/manual/suexec.html.fr +#srv/web/ipfire/manual/suexec.html.fr.utf8 #srv/web/ipfire/manual/suexec.html.ja.utf8 #srv/web/ipfire/manual/suexec.html.ko.euc-kr #srv/web/ipfire/manual/suexec.html.tr.utf8 #srv/web/ipfire/manual/upgrading.html #srv/web/ipfire/manual/upgrading.html.en -#srv/web/ipfire/manual/upgrading.html.fr +#srv/web/ipfire/manual/upgrading.html.fr.utf8 #srv/web/ipfire/manual/urlmapping.html #srv/web/ipfire/manual/urlmapping.html.en -#srv/web/ipfire/manual/urlmapping.html.fr +#srv/web/ipfire/manual/urlmapping.html.fr.utf8 #srv/web/ipfire/manual/urlmapping.html.ja.utf8 #srv/web/ipfire/manual/urlmapping.html.ko.euc-kr #srv/web/ipfire/manual/urlmapping.html.tr.utf8 #srv/web/ipfire/manual/vhosts #srv/web/ipfire/manual/vhosts/details.html #srv/web/ipfire/manual/vhosts/details.html.en -#srv/web/ipfire/manual/vhosts/details.html.fr +#srv/web/ipfire/manual/vhosts/details.html.fr.utf8 #srv/web/ipfire/manual/vhosts/details.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/details.html.tr.utf8 #srv/web/ipfire/manual/vhosts/examples.html #srv/web/ipfire/manual/vhosts/examples.html.en -#srv/web/ipfire/manual/vhosts/examples.html.fr +#srv/web/ipfire/manual/vhosts/examples.html.fr.utf8 #srv/web/ipfire/manual/vhosts/examples.html.ja.utf8 #srv/web/ipfire/manual/vhosts/examples.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/examples.html.tr.utf8 #srv/web/ipfire/manual/vhosts/fd-limits.html #srv/web/ipfire/manual/vhosts/fd-limits.html.en -#srv/web/ipfire/manual/vhosts/fd-limits.html.fr +#srv/web/ipfire/manual/vhosts/fd-limits.html.fr.utf8 #srv/web/ipfire/manual/vhosts/fd-limits.html.ja.utf8 #srv/web/ipfire/manual/vhosts/fd-limits.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/fd-limits.html.tr.utf8 #srv/web/ipfire/manual/vhosts/index.html #srv/web/ipfire/manual/vhosts/index.html.de #srv/web/ipfire/manual/vhosts/index.html.en -#srv/web/ipfire/manual/vhosts/index.html.fr +#srv/web/ipfire/manual/vhosts/index.html.fr.utf8 #srv/web/ipfire/manual/vhosts/index.html.ja.utf8 #srv/web/ipfire/manual/vhosts/index.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/index.html.tr.utf8 #srv/web/ipfire/manual/vhosts/index.html.zh-cn.utf8 #srv/web/ipfire/manual/vhosts/ip-based.html #srv/web/ipfire/manual/vhosts/ip-based.html.en -#srv/web/ipfire/manual/vhosts/ip-based.html.fr +#srv/web/ipfire/manual/vhosts/ip-based.html.fr.utf8 #srv/web/ipfire/manual/vhosts/ip-based.html.ja.utf8 #srv/web/ipfire/manual/vhosts/ip-based.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/ip-based.html.tr.utf8 #srv/web/ipfire/manual/vhosts/mass.html #srv/web/ipfire/manual/vhosts/mass.html.en -#srv/web/ipfire/manual/vhosts/mass.html.fr +#srv/web/ipfire/manual/vhosts/mass.html.fr.utf8 #srv/web/ipfire/manual/vhosts/mass.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/mass.html.tr.utf8 #srv/web/ipfire/manual/vhosts/name-based.html #srv/web/ipfire/manual/vhosts/name-based.html.de #srv/web/ipfire/manual/vhosts/name-based.html.en -#srv/web/ipfire/manual/vhosts/name-based.html.fr +#srv/web/ipfire/manual/vhosts/name-based.html.fr.utf8 #srv/web/ipfire/manual/vhosts/name-based.html.ja.utf8 #srv/web/ipfire/manual/vhosts/name-based.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/name-based.html.tr.utf8 diff --git a/config/rootfiles/common/python3-setuptools b/config/rootfiles/common/python3-setuptools new file mode 100644 index 000000000..ee78dcdac --- /dev/null +++ b/config/rootfiles/common/python3-setuptools @@ -0,0 +1,60 @@ +#usr/lib/python3.6/site-packages/pkg_resources/__pycache__/py31compat.cpython-36.pyc +#usr/lib/python3.6/site-packages/pkg_resources/py31compat.py +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info/PKG-INFO +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info/SOURCES.txt +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info/dependency_links.txt +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info/entry_points.txt +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info/requires.txt +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info/top_level.txt +#usr/lib/python3.6/site-packages/setuptools-40.6.3-py3.6.egg-info/zip-safe +#usr/lib/python3.6/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/build_meta.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/config.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/dep_util.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/glibc.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/pep425tags.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/py33compat.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/py36compat.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/__pycache__/wheel.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_deprecation_warning.py +#usr/lib/python3.6/site-packages/setuptools/_vendor +#usr/lib/python3.6/site-packages/setuptools/_vendor/__init__.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__ +#usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__/six.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__about__.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__init__.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__ +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/_compat.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/_structures.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/markers.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/requirements.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/specifiers.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/utils.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/version.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/pyparsing.py +#usr/lib/python3.6/site-packages/setuptools/_vendor/six.py +#usr/lib/python3.6/site-packages/setuptools/build_meta.py +#usr/lib/python3.6/site-packages/setuptools/command/__pycache__/build_clib.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/command/__pycache__/dist_info.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools/command/build_clib.py +#usr/lib/python3.6/site-packages/setuptools/command/dist_info.py +#usr/lib/python3.6/site-packages/setuptools/config.py +#usr/lib/python3.6/site-packages/setuptools/dep_util.py +#usr/lib/python3.6/site-packages/setuptools/glibc.py +#usr/lib/python3.6/site-packages/setuptools/pep425tags.py +#usr/lib/python3.6/site-packages/setuptools/py33compat.py +#usr/lib/python3.6/site-packages/setuptools/py36compat.py +#usr/lib/python3.6/site-packages/setuptools/wheel.py diff --git a/config/rootfiles/common/python3-setuptools-scm b/config/rootfiles/common/python3-setuptools-scm new file mode 100644 index 000000000..bcc3d1c84 --- /dev/null +++ b/config/rootfiles/common/python3-setuptools-scm @@ -0,0 +1,37 @@ +#usr/lib/python3.6/site-packages/setuptools_scm +#usr/lib/python3.6/site-packages/setuptools_scm-3.2.0-py3.6.egg-info +#usr/lib/python3.6/site-packages/setuptools_scm-3.2.0-py3.6.egg-info/PKG-INFO +#usr/lib/python3.6/site-packages/setuptools_scm-3.2.0-py3.6.egg-info/SOURCES.txt +#usr/lib/python3.6/site-packages/setuptools_scm-3.2.0-py3.6.egg-info/dependency_links.txt +#usr/lib/python3.6/site-packages/setuptools_scm-3.2.0-py3.6.egg-info/entry_points.txt +#usr/lib/python3.6/site-packages/setuptools_scm-3.2.0-py3.6.egg-info/top_level.txt +#usr/lib/python3.6/site-packages/setuptools_scm-3.2.0-py3.6.egg-info/zip-safe +#usr/lib/python3.6/site-packages/setuptools_scm/__init__.py +#usr/lib/python3.6/site-packages/setuptools_scm/__main__.py +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__ +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/__init__.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/__main__.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/config.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/discover.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/file_finder.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/file_finder_git.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/file_finder_hg.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/git.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/hacks.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/hg.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/integration.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/utils.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/version.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/win_py31_compat.cpython-36.pyc +#usr/lib/python3.6/site-packages/setuptools_scm/config.py +#usr/lib/python3.6/site-packages/setuptools_scm/discover.py +#usr/lib/python3.6/site-packages/setuptools_scm/file_finder.py +#usr/lib/python3.6/site-packages/setuptools_scm/file_finder_git.py +#usr/lib/python3.6/site-packages/setuptools_scm/file_finder_hg.py +#usr/lib/python3.6/site-packages/setuptools_scm/git.py +#usr/lib/python3.6/site-packages/setuptools_scm/hacks.py +#usr/lib/python3.6/site-packages/setuptools_scm/hg.py +#usr/lib/python3.6/site-packages/setuptools_scm/integration.py +#usr/lib/python3.6/site-packages/setuptools_scm/utils.py +#usr/lib/python3.6/site-packages/setuptools_scm/version.py +#usr/lib/python3.6/site-packages/setuptools_scm/win_py31_compat.py diff --git a/config/rootfiles/core/128/filelists/files b/config/rootfiles/core/128/filelists/files index f5a8913b4..4684d98d0 100644 --- a/config/rootfiles/core/128/filelists/files +++ b/config/rootfiles/core/128/filelists/files @@ -2,6 +2,8 @@ etc/system-release etc/issue srv/web/ipfire/cgi-bin/credits.cgi var/ipfire/langs +etc/rc.d/helper/aws-setup +etc/rc.d/init.d/aws etc/ssl/openssl.cnf etc/sysctl.conf srv/web/ipfire/cgi-bin/proxy.cgi diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/update.sh index c5893ac09..8eacdd9eb 100644 --- a/config/rootfiles/core/128/update.sh +++ b/config/rootfiles/core/128/update.sh @@ -55,6 +55,7 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec restart fi /etc/init.d/sshd restart +/etc/init.d/apache restart
# Finish /etc/init.d/fireinfo start diff --git a/config/rootfiles/packages/borgbackup b/config/rootfiles/packages/borgbackup new file mode 100644 index 000000000..32aacc006 --- /dev/null +++ b/config/rootfiles/packages/borgbackup @@ -0,0 +1,109 @@ +usr/bin/borg +usr/lib/python3.6/site-packages/borg +usr/lib/python3.6/site-packages/borg/__init__.py +usr/lib/python3.6/site-packages/borg/__main__.py +usr/lib/python3.6/site-packages/borg/__pycache__ +usr/lib/python3.6/site-packages/borg/__pycache__/__init__.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/__main__.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/_version.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/archive.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/archiver.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/cache.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/fuse.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/helpers.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/key.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/keymanager.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/locking.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/logger.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/lrucache.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/platform.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/remote.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/repository.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/shellpattern.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/upgrader.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/__pycache__/xattr.cpython-36.pyc +usr/lib/python3.6/site-packages/borg/_chunker.c +usr/lib/python3.6/site-packages/borg/_hashindex.c +usr/lib/python3.6/site-packages/borg/_version.py +usr/lib/python3.6/site-packages/borg/archive.py +usr/lib/python3.6/site-packages/borg/archiver.py +usr/lib/python3.6/site-packages/borg/cache.py +usr/lib/python3.6/site-packages/borg/chunker.c +usr/lib/python3.6/site-packages/borg/chunker.cpython-36m-MACHINE-linux-gnu.so +usr/lib/python3.6/site-packages/borg/chunker.pyx +usr/lib/python3.6/site-packages/borg/compress.c +usr/lib/python3.6/site-packages/borg/compress.cpython-36m-MACHINE-linux-gnu.so +usr/lib/python3.6/site-packages/borg/compress.pyx +usr/lib/python3.6/site-packages/borg/crypto.c +usr/lib/python3.6/site-packages/borg/crypto.cpython-36m-MACHINE-linux-gnu.so +usr/lib/python3.6/site-packages/borg/crypto.pyx +usr/lib/python3.6/site-packages/borg/fuse.py +usr/lib/python3.6/site-packages/borg/hashindex.c +usr/lib/python3.6/site-packages/borg/hashindex.cpython-36m-MACHINE-linux-gnu.so +usr/lib/python3.6/site-packages/borg/hashindex.pyx +usr/lib/python3.6/site-packages/borg/helpers.py +usr/lib/python3.6/site-packages/borg/key.py +usr/lib/python3.6/site-packages/borg/keymanager.py +usr/lib/python3.6/site-packages/borg/locking.py +usr/lib/python3.6/site-packages/borg/logger.py +usr/lib/python3.6/site-packages/borg/lrucache.py +usr/lib/python3.6/site-packages/borg/paperkey.html +usr/lib/python3.6/site-packages/borg/platform.py +usr/lib/python3.6/site-packages/borg/platform_darwin.c +usr/lib/python3.6/site-packages/borg/platform_darwin.pyx +usr/lib/python3.6/site-packages/borg/platform_freebsd.c +usr/lib/python3.6/site-packages/borg/platform_freebsd.pyx +usr/lib/python3.6/site-packages/borg/platform_linux.c +usr/lib/python3.6/site-packages/borg/platform_linux.cpython-36m-MACHINE-linux-gnu.so +usr/lib/python3.6/site-packages/borg/platform_linux.pyx +usr/lib/python3.6/site-packages/borg/remote.py +usr/lib/python3.6/site-packages/borg/repository.py +usr/lib/python3.6/site-packages/borg/shellpattern.py +#usr/lib/python3.6/site-packages/borg/testsuite +#usr/lib/python3.6/site-packages/borg/testsuite/__init__.py +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__ +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/__init__.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/archive.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/archiver.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/benchmark.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/chunker.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/compress.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/crypto.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/hashindex.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/helpers.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/key.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/locking.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/logger.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/lrucache.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/platform.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/repository.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/shellpattern.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/upgrader.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/__pycache__/xattr.cpython-36.pyc +#usr/lib/python3.6/site-packages/borg/testsuite/archive.py +#usr/lib/python3.6/site-packages/borg/testsuite/archiver.py +#usr/lib/python3.6/site-packages/borg/testsuite/attic.tar.gz +#usr/lib/python3.6/site-packages/borg/testsuite/benchmark.py +#usr/lib/python3.6/site-packages/borg/testsuite/chunker.py +#usr/lib/python3.6/site-packages/borg/testsuite/compress.py +#usr/lib/python3.6/site-packages/borg/testsuite/crypto.py +#usr/lib/python3.6/site-packages/borg/testsuite/hashindex.py +#usr/lib/python3.6/site-packages/borg/testsuite/helpers.py +#usr/lib/python3.6/site-packages/borg/testsuite/key.py +#usr/lib/python3.6/site-packages/borg/testsuite/locking.py +#usr/lib/python3.6/site-packages/borg/testsuite/logger.py +#usr/lib/python3.6/site-packages/borg/testsuite/lrucache.py +#usr/lib/python3.6/site-packages/borg/testsuite/platform.py +#usr/lib/python3.6/site-packages/borg/testsuite/repository.py +#usr/lib/python3.6/site-packages/borg/testsuite/shellpattern.py +#usr/lib/python3.6/site-packages/borg/testsuite/upgrader.py +#usr/lib/python3.6/site-packages/borg/testsuite/xattr.py +usr/lib/python3.6/site-packages/borg/upgrader.py +usr/lib/python3.6/site-packages/borg/xattr.py +usr/lib/python3.6/site-packages/borgbackup-1.0.12-py3.6.egg-info +usr/lib/python3.6/site-packages/borgbackup-1.0.12-py3.6.egg-info/PKG-INFO +usr/lib/python3.6/site-packages/borgbackup-1.0.12-py3.6.egg-info/SOURCES.txt +usr/lib/python3.6/site-packages/borgbackup-1.0.12-py3.6.egg-info/dependency_links.txt +usr/lib/python3.6/site-packages/borgbackup-1.0.12-py3.6.egg-info/entry_points.txt +usr/lib/python3.6/site-packages/borgbackup-1.0.12-py3.6.egg-info/requires.txt +usr/lib/python3.6/site-packages/borgbackup-1.0.12-py3.6.egg-info/top_level.txt diff --git a/config/rootfiles/packages/python3-llfuse b/config/rootfiles/packages/python3-llfuse new file mode 100644 index 000000000..7d96ce7dd --- /dev/null +++ b/config/rootfiles/packages/python3-llfuse @@ -0,0 +1,7 @@ +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/PKG-INFO +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/SOURCES.txt +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/dependency_links.txt +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/top_level.txt +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/zip-safe +usr/lib/python3.6/site-packages/llfuse.cpython-36m-x86_64-linux-gnu.so diff --git a/config/rootfiles/packages/python3-msgpack b/config/rootfiles/packages/python3-msgpack new file mode 100644 index 000000000..1cc53c47c --- /dev/null +++ b/config/rootfiles/packages/python3-msgpack @@ -0,0 +1,17 @@ +#usr/lib/python3.6/site-packages/msgpack +usr/lib/python3.6/site-packages/msgpack/__init__.py +usr/lib/python3.6/site-packages/msgpack/__pycache__ +usr/lib/python3.6/site-packages/msgpack/__pycache__/__init__.cpython-36.pyc +usr/lib/python3.6/site-packages/msgpack/__pycache__/_version.cpython-36.pyc +usr/lib/python3.6/site-packages/msgpack/__pycache__/exceptions.cpython-36.pyc +usr/lib/python3.6/site-packages/msgpack/__pycache__/fallback.cpython-36.pyc +usr/lib/python3.6/site-packages/msgpack/_packer.cpython-36m-MACHINE-linux-gnu.so +usr/lib/python3.6/site-packages/msgpack/_unpacker.cpython-36m-MACHINE-linux-gnu.so +usr/lib/python3.6/site-packages/msgpack/_version.py +usr/lib/python3.6/site-packages/msgpack/exceptions.py +usr/lib/python3.6/site-packages/msgpack/fallback.py +usr/lib/python3.6/site-packages/msgpack_python-0.5.6-py3.6.egg-info +usr/lib/python3.6/site-packages/msgpack_python-0.5.6-py3.6.egg-info/PKG-INFO +usr/lib/python3.6/site-packages/msgpack_python-0.5.6-py3.6.egg-info/SOURCES.txt +usr/lib/python3.6/site-packages/msgpack_python-0.5.6-py3.6.egg-info/dependency_links.txt +usr/lib/python3.6/site-packages/msgpack_python-0.5.6-py3.6.egg-info/top_level.txt diff --git a/lfs/apache2 b/lfs/apache2 index d2175e71c..bedbb7f87 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,7 +25,7 @@
include Config
-VER = 2.4.35 +VER = 2.4.38
THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 30c1cde80ffe814a8d16b4fdffda330a +$(DL_FILE)_MD5 = 4a2b87ca55e42017d21f18724c560084
install : $(TARGET)
diff --git a/lfs/borgbackup b/lfs/borgbackup new file mode 100644 index 000000000..a00a059b5 --- /dev/null +++ b/lfs/borgbackup @@ -0,0 +1,83 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 1.0.12 + +THISAPP = borgbackup-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = borgbackup +PAK_VER = 1 + +DEPS = "python3 python3-llfuse python3-msgpack" + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 7bd9fa82a517d559d56a4e1ff5965bc8 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/haproxy b/lfs/haproxy index 51414d8b6..ac531bede 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 8 +PAK_VER = 9
DEPS = ""
diff --git a/lfs/python3-llfuse b/lfs/python3-llfuse new file mode 100644 index 000000000..175c6c212 --- /dev/null +++ b/lfs/python3-llfuse @@ -0,0 +1,83 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 1.3.5 + +THISAPP = llfuse-$(VER) +DL_FILE = $(THISAPP).tar.bz2 +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-llfuse +PAK_VER = 1 + +DEPS = "python3" + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 9fbb82c0db909d139f9fafa27c76781e + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/python3-msgpack b/lfs/python3-msgpack new file mode 100644 index 000000000..1d9280a4c --- /dev/null +++ b/lfs/python3-msgpack @@ -0,0 +1,83 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 0.5.6 + +THISAPP = msgpack-python-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-msgpack +PAK_VER = 1 + +DEPS = "python3" + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 6d644c06a87a5a111bbbf5b34b4be440 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/python3-setuptools b/lfs/python3-setuptools new file mode 100644 index 000000000..57914525e --- /dev/null +++ b/lfs/python3-setuptools @@ -0,0 +1,85 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 40.6.3 + +THISAPP = setuptools-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-setuptools +PAK_VER = 1 + +DEPS = "python3" + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 425b58efe131537abde25c1b5624527a + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -e '/tag_build = .post/d' -e '/tag_date = 1/d' -i setup.cfg + cd $(DIR_APP) && python3 bootstrap.py + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/python3-setuptools-scm b/lfs/python3-setuptools-scm new file mode 100644 index 000000000..41f653b3f --- /dev/null +++ b/lfs/python3-setuptools-scm @@ -0,0 +1,83 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 3.2.0 + +THISAPP = setuptools_scm-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-setuptools-scm +PAK_VER = 1 + +DEPS = "python3" + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 178e4e7b14c163e0e77ae7ec6684cc0f + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index 50f5be454..f96b74b10 100755 --- a/make.sh +++ b/make.sh @@ -1500,6 +1500,8 @@ buildipfire() { lfsmake2 python-progressbar lfsmake2 python-xattr lfsmake2 ddns + lfsmake2 python3-setuptools + lfsmake2 python3-setuptools-scm lfsmake2 python3-six lfsmake2 python3-dateutil lfsmake2 python3-jmespath @@ -1510,6 +1512,8 @@ buildipfire() { lfsmake2 python3-rsa lfsmake2 python3-pyasn1 lfsmake2 python3-botocore + lfsmake2 python3-llfuse + lfsmake2 python3-msgpack lfsmake2 aws-cli lfsmake2 transmission lfsmake2 dpfhack @@ -1583,6 +1587,7 @@ buildipfire() { lfsmake2 nss-myhostname lfsmake2 dehydrated lfsmake2 shairport-sync + lfsmake2 borgbackup }
buildinstaller() {
hooks/post-receive -- IPFire 2.x development tree