[X2Go-Commits] [x2gobroker] branch master updated (f8ec7bc -> 79ac8d0)

git-admin at x2go.org git-admin at x2go.org
Sat Feb 2 20:46:21 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2gobroker.

      from  f8ec7bc   Fix regression flaw in x2gobroker/web/json.py, introduced by commit 9fa371e9.
       new  2d5bd76   misc: copyright update.
       new  00a2188   misc: switch to HTTPS-based URLs where appropriate.
       new  d31ded1   man/*: update date and version stamps pre-release.
       new  63e603e   misc: add missing coding modelines.
       new  79ac8d0   misc: add vim file encoding modelines.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYING                                          |  6 +++---
 Makefile                                         |  4 ++--
 Makefile.docupload                               |  2 +-
 bin/x2gobroker                                   |  5 +++--
 bin/x2gobroker-testauth                          |  6 ++++--
 debian/changelog                                 |  4 ++++
 debian/copyright                                 | 14 +++++++-------
 debian/python3-x2gobroker.postinst               |  2 +-
 debian/python3-x2gobroker.preinst                |  2 +-
 debian/rules                                     |  2 +-
 debian/x2gobroker-agent.postinst                 |  2 +-
 debian/x2gobroker-authservice.postinst           |  2 +-
 debian/x2gobroker-daemon.postinst                |  2 +-
 debian/x2gobroker-loadchecker.postinst           |  2 +-
 debian/x2gobroker-ssh.postinst                   |  2 +-
 debian/x2gobroker-ssh.prerm                      |  2 +-
 debian/x2gobroker-wsgi.postinst                  |  2 +-
 docs/source/conf.py                              |  1 +
 etc/broker/x2gobroker-authservice-logger.conf    |  4 ++--
 etc/broker/x2gobroker-loadchecker-logger.conf    |  4 ++--
 etc/broker/x2gobroker-loggers.conf               |  4 ++--
 etc/x2gobroker.conf                              |  4 ++--
 init/x2gobroker-authservice.init                 |  2 +-
 init/x2gobroker-daemon.init                      |  2 +-
 init/x2gobroker-loadchecker.init                 |  2 +-
 lib/x2gobroker-agent.pl                          |  4 ++--
 man/man1/x2gobroker-testauth.1                   |  3 ++-
 man/man1/x2gobroker.1                            |  3 ++-
 man/man8/x2gobroker-authservice.8                |  3 ++-
 man/man8/x2gobroker-daemon-debug.8               |  3 ++-
 man/man8/x2gobroker-keygen.8                     |  3 ++-
 man/man8/x2gobroker-loadchecker.8                |  3 ++-
 man/man8/x2gobroker-pubkeyauthorizer.8           |  3 ++-
 man/man8/x2gobroker-testagent.8                  |  3 ++-
 sbin/x2gobroker-authservice                      |  5 +++--
 sbin/x2gobroker-daemon-debug                     |  5 +++--
 sbin/x2gobroker-keygen                           |  5 +++--
 sbin/x2gobroker-loadchecker                      |  5 +++--
 sbin/x2gobroker-pubkeyauthorizer                 |  5 +++--
 sbin/x2gobroker-testagent                        |  6 ++++--
 setup.py                                         |  5 +++--
 src/x2gobroker-agent.c                           |  4 ++--
 src/x2gobroker-ssh.c                             |  4 ++--
 test.py                                          |  3 ++-
 x2gobroker/__init__.py                           |  3 ++-
 x2gobroker/_paramiko.py                          |  3 ++-
 x2gobroker/agent.py                              |  3 ++-
 x2gobroker/authmechs/__init__.py                 |  3 ++-
 x2gobroker/authmechs/base_authmech.py            |  3 ++-
 x2gobroker/authmechs/https_get_authmech.py       |  5 +++--
 x2gobroker/authmechs/none_authmech.py            |  3 ++-
 x2gobroker/authmechs/pam_authmech.py             |  3 ++-
 x2gobroker/authmechs/testsuite_authmech.py       |  3 ++-
 x2gobroker/authservice.py                        |  5 +++--
 x2gobroker/basicauth.py                          |  7 +++++--
 x2gobroker/brokers/__init__.py                   |  3 ++-
 x2gobroker/brokers/base_broker.py                |  5 +++--
 x2gobroker/brokers/inifile_broker.py             |  3 ++-
 x2gobroker/brokers/zeroconf_broker.py            |  3 ++-
 x2gobroker/client/__init__.py                    |  3 ++-
 x2gobroker/client/plain.py                       |  5 +++--
 x2gobroker/config.py                             |  3 ++-
 x2gobroker/defaults.py                           |  3 ++-
 x2gobroker/loadchecker.py                        |  5 +++--
 x2gobroker/loggers.py                            |  3 ++-
 x2gobroker/nameservices/__init__.py              |  3 ++-
 x2gobroker/nameservices/base_nameservice.py      |  3 ++-
 x2gobroker/nameservices/libnss_nameservice.py    |  3 ++-
 x2gobroker/nameservices/testsuite_nameservice.py |  3 ++-
 x2gobroker/optional_scripts/__init__.py          |  3 ++-
 x2gobroker/optional_scripts/base_script.py       |  3 ++-
 x2gobroker/tests/__init__.py                     |  3 ++-
 x2gobroker/tests/runalltests.py                  |  3 ++-
 x2gobroker/tests/test_broker_agent.py            |  3 ++-
 x2gobroker/tests/test_broker_base.py             |  4 +++-
 x2gobroker/tests/test_broker_inifile.py          |  3 ++-
 x2gobroker/tests/test_broker_zeroconf.py         |  3 ++-
 x2gobroker/tests/test_client_plain_base.py       |  3 ++-
 x2gobroker/tests/test_uccsjson.py                |  2 ++
 x2gobroker/tests/test_utils.py                   |  3 ++-
 x2gobroker/tests/test_web_plain_base.py          |  3 ++-
 x2gobroker/tests/test_web_plain_inifile.py       |  3 ++-
 x2gobroker/tests/test_web_plain_zeroconf.py      |  3 ++-
 x2gobroker/tests/test_web_uccs_zeroconf.py       |  3 ++-
 x2gobroker/uccsjson.py                           |  3 ++-
 x2gobroker/utils.py                              |  3 ++-
 x2gobroker/web/__init__.py                       |  3 ++-
 x2gobroker/web/extras.py                         |  7 +++++--
 x2gobroker/web/json.py                           |  9 ++++++---
 x2gobroker/web/plain.py                          |  9 ++++++---
 x2gobroker/web/uccs.py                           |  7 +++++--
 x2gobroker/x2gobroker_exceptions.py              |  3 ++-
 92 files changed, 211 insertions(+), 126 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list