Comment 16 for bug 1698233

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote : Re: New libepoxy0 causes hang at boot

(no edit button, sigh)

-ret = client < server ? client : server

that changed to:
+ret = client <= server ? client : server

now, if server is equaul to client, there is no point in returning the former or the latter
(same value), so I would exclude this one too.

the package to test is uploaded on my ppa
 libepoxy - 1.3.1-1ubuntu1.16.04.2

and the url you have to add in sources.list to grab it is:
"deb http://ppa.launchpad.net/costamagnagianfranco/locutusofborg-ppa/ubuntu xenial main"

please test if possible, thanks!