[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1550-g0e119c9

Git Repo Owner noreply at mythtv.org
Sat Jun 7 16:14:31 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  0e119c9a5e8f088d88e4a58646865c8ed5a4de7d (commit)
       via  d56fef8807fea73357d0d4e29e9856c7770e6b15 (commit)
       via  574b2d376d69d2fcd1245fbe2ba40fe02ce08c80 (commit)
       via  f93822a8cadc7e0687ee97a207a16525776467fd (commit)
      from  3cb426710d26941c9bc2783540d38ae2f55913d5 (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 0e119c9a5e8f088d88e4a58646865c8ed5a4de7d
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 8 Jun 2014 01:39:25 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 8 Jun 2014 02:04:04 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0e119c9a5e8f088d88e4a58646865c8ed5a4de7d

Have server pool and mythbackend use new MythCoreContext::resolveSettingAddress API
this allows to set a hostname in the mythtv-setup BackendServerIP/6 settings



commit d56fef8807fea73357d0d4e29e9856c7770e6b15
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 8 Jun 2014 02:02:10 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 8 Jun 2014 02:02:10 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d56fef8807fea73357d0d4e29e9856c7770e6b15

Allow MasterServerIP, BackendServerIP and BackendServerIP6 to be a hostname
This became a requirement following 5594a6f32e73b0519b556b63983786a01a0f2228.
It was assumed in that commit that MasterServerIP was always an IP address as it’s the only thing mythtv-setup will allow.
However, pre-0.25 it was possible to set a hostname. Breaking grand-fathered network configuration

Add MythCoreContext::resolveSettingAddress and resolveAddress utility method to resolve hostnames



commit 574b2d376d69d2fcd1245fbe2ba40fe02ce08c80
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 7 Jun 2014 23:45:09 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 8 Jun 2014 01:41:26 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=574b2d376d69d2fcd1245fbe2ba40fe02ce08c80

Allow IPv6 use in backend service



commit f93822a8cadc7e0687ee97a207a16525776467fd
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 7 Jun 2014 22:42:59 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 8 Jun 2014 01:41:26 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f93822a8cadc7e0687ee97a207a16525776467fd

Fix GetBackendServerIP6 from returning IPv4 address



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/mythcorecontext.cpp   |  145 ++++++++++++++++++++-----
 mythtv/libs/libmythbase/mythcorecontext.h     |    8 ++
 mythtv/libs/libmythbase/serverpool.cpp        |   11 ++-
 mythtv/programs/mythbackend/mainserver.cpp    |   10 ++-
 mythtv/programs/mythbackend/services/myth.cpp |    4 +-
 5 files changed, 145 insertions(+), 33 deletions(-)

-- 



More information about the mythtv-commits mailing list