murmur-1.2.3 and qt-4.8

Here you can post links to your contributed packages.
Post Reply
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

murmur-1.2.3 and qt-4.8

Post by djemos »

After upgrading Qt to 4.8 , my/your server using valid SSL/CA certificate(s) is no longer displayed in the master server browser list due to failing registration.
the solution is to use this patch
Full source code is here

So you have to upgrade murmur to murmur-1.2.3-x86_64-3dj.txz for 64bit
or
murmur-1.2.3-i486-3dj.txz for 32bit

and also if you use your certs in /etc/murmur.ini, the lines sslCert=, sslKey= have to be commented, put a # in front of them.
e.g. in /etc/murmur.ini the lines

Code: Select all

#sslCert=path-to/your_file.crt
#sslKey=path-to/your_file.key
and restart your murmur server.
Post Reply