This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository x2gobroker. from 2a7fe0b Merge branch 'master' into build-main adds 2cf5746 Continue development adds c05a26f Makefile.docupload: Ignore clean failures. Helpful to Debian package build chain. adds 3cf6428 Fix some man page typos. adds d2280f5 x2gobroker/defaults.py: Support offline builds with no DNS or other means of hostname resolution.. adds c5d6f84 sbin/x2gobroker-keygen: Fix call to x2gobroker.utils.get_fingerprint_with_colons(). Thanks to Linnea Skgtvedt for spotting and reporting this. adds 2910bc1 Revert "sbin/x2gobroker-keygen: Fix call to x2gobroker.utils.get_fingerprint_with_colons(). Thanks to Linnea Skgtvedt for spotting and reporting this." adds c940807 sbin/x2gobroker-keygen: Fix call to x2gobroker.utils.get_fingerprint_with_colons(). Thanks to Linnea Skogtvedt for spotting and reporting this. adds 4224eae x2gobroker/brokers/base_broker.py: Log IP address of authentication attempts. (See Debian bug #922458). adds 183f870 Make builds reproducible. Thanks to Chris Lamb for providing a patch. (See Debian bug #922137). adds 8bc58d7 Correctly initialize the loggers when using x2gobroker via WSGI in Apache2. adds c68d17f x2gobroker-wsgi: Place WSGI script symlink (pointing to <BINDIR>/x2gobroker) into a dedicated folder and configure Apache2 to use WSGIScriptAlias from that folder. (See Debian bug #922040). adds a6191e5 sbin/x2gobroker-testagent: Fix retrieval of available tasks. adds d6a2764 Permit `asyncio` to create event loops on any thread (required on multithreaded WSGI servers using Python 3). adds 8394b45 debian/po: Adopt debconf translations from Debian. adds 0b51f52 Make remote agent's SSH HostKey policy configurable globally, backend-wise and per session profile. Fallback to RejectPolicy by default. (See Debian bug #922314). adds a6b59c2 x2gobroker/agent.py: Assure that remote_agent['host_key_policy'] is always the name of the Parmiko MissingHostKeyPolicy, not the class object itself. adds e9b4077 sbin/x2gobroker-testagent: Fix indentation, set 'host_key_policy' as a string (not class). adds d48d241 etc/x2gobroker.conf: Update info about default-agent-hostkey-policy parameter. adds 10849bc debian/changelog: update from Git history adds e2ccbea x2gobroker.spec: install new wsgi symlink for %{_bindir}/x2gobroker-wsgi. adds a846f77 man/*: update date and version stamps pre-release. adds d840c88 x2gobroker.spec: fix wsgi symlink location. adds 5e94375 x2gobroker.spec: also own %{_libexecdir}/x2gobroker (in wsgi package, for now). adds 1b0170a x2gobroker.spec: also own %{_libexecdir}/x2gobroker/wsgi (in wsgi package). adds 96c5903 x2gobroker.spec: switch to python36 on EPEL 7. adds a3cb0dd release 0.0.4.1 No new revisions were added by this update. Summary of changes: Makefile | 3 + Makefile.docupload | 2 +- bin/x2gobroker | 26 +++++- debian/changelog | 51 +++++++++++ debian/po/POTFILES.in | 1 + debian/po/de.mo | Bin 0 -> 4087 bytes debian/po/de.po | 162 +++++++++++++++++++++++++++++++++ debian/po/fr.po | 162 +++++++++++++++++++++++++++++++++ debian/po/nl.po | 161 ++++++++++++++++++++++++++++++++ debian/po/pt.po | 161 ++++++++++++++++++++++++++++++++ debian/po/templates.pot | 137 ++++++++++++++++++++++++++++ debian/x2gobroker-wsgi.install | 1 + etc/x2gobroker-wsgi.apache.conf | 4 +- etc/x2gobroker-wsgi.apache.vhost | 4 +- etc/x2gobroker.conf | 35 +++++++ man/man1/x2gobroker-testauth.1 | 2 +- man/man1/x2gobroker.1 | 4 +- man/man8/x2gobroker-authservice.8 | 2 +- man/man8/x2gobroker-daemon-debug.8 | 2 +- man/man8/x2gobroker-keygen.8 | 2 +- man/man8/x2gobroker-loadchecker.8 | 2 +- man/man8/x2gobroker-pubkeyauthorizer.8 | 2 +- man/man8/x2gobroker-testagent.8 | 4 +- sbin/x2gobroker-keygen | 2 +- sbin/x2gobroker-pubkeyauthorizer | 2 +- sbin/x2gobroker-testagent | 21 ++--- x2gobroker.spec | 13 ++- x2gobroker/__init__.py | 2 +- x2gobroker/agent.py | 13 ++- x2gobroker/brokers/base_broker.py | 50 +++++++++- x2gobroker/defaults.py | 4 +- x2gobroker/tests/test_broker_agent.py | 44 ++++++++- 32 files changed, 1033 insertions(+), 48 deletions(-) create mode 100644 debian/po/POTFILES.in create mode 100644 debian/po/de.mo create mode 100644 debian/po/de.po create mode 100644 debian/po/fr.po create mode 100644 debian/po/nl.po create mode 100644 debian/po/pt.po create mode 100644 debian/po/templates.pot -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git