diff --git a/README.md b/README.md index 37b58cd..9a6b99b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The implementation fully supports the following client-to-TURN-server protocols: * UDP (per RFC 5766) * TCP (per RFC 5766 and RFC 6062) - * TLS (per RFC 5766 and RFC 6062): SSL3/TLS1.0/TLS1.1/TLS1.2; ECDHE is supported. + * TLS (per RFC 5766 and RFC 6062): TLS1.0/TLS1.1/TLS1.2; ECDHE is supported. * DTLS (http://tools.ietf.org/html/draft-petithuguenin-tram-turn-dtls-00): DTLS versions 1.0 and 1.2. * SCTP (experimental implementation). diff --git a/rpm/turnserver.service.fc b/rpm/turnserver.service.fc index 28e3ce2..6cc34ee 100644 --- a/rpm/turnserver.service.fc +++ b/rpm/turnserver.service.fc @@ -10,7 +10,7 @@ Type=forking EnvironmentFile=/etc/sysconfig/turnserver PIDFile=/var/run/turnserver/turnserver.pid ExecStart=/usr/bin/turnserver -o -c /etc/turnserver/turnserver.conf $EXTRA_OPTIONS -ExecStopPost=/usr/bin/rm -f /var/run/turnserver.pid +ExecStopPost=/usr/bin/rm -f /var/run/turnserver/turnserver.pid Restart=on-abort LimitCORE=infinity diff --git a/rpm/turnserver.spec b/rpm/turnserver.spec index 3e06b1c..ddf11fb 100644 --- a/rpm/turnserver.spec +++ b/rpm/turnserver.spec @@ -44,7 +44,7 @@ STUN specs: The implementation fully supports the following client-to-TURN-server protocols: - UDP (per RFC 5766) - TCP (per RFC 5766 and RFC 6062) -- TLS (per RFC 5766 and RFC 6062); SSL3/TLS1.0/TLS1.1/TLS1.2 +- TLS (per RFC 5766 and RFC 6062); TLS1.0/TLS1.1/TLS1.2 - DTLS (experimental non-standard feature) Supported relay protocols: @@ -164,13 +164,13 @@ fi %defattr(-,root,root) %{_bindir}/turnserver %{_bindir}/turnadmin -%{_localstatedir}/db/turndb +%attr(0640,turnserver,turnserver) %{_localstatedir}/db/turndb %{_mandir}/man1/coturn.1.gz %{_mandir}/man1/turnserver.1.gz %{_mandir}/man1/turnadmin.1.gz %dir %attr(-,turnserver,turnserver) %{_sysconfdir}/%{name} %config(noreplace) %attr(0644,turnserver,turnserver) %{_sysconfdir}/%{name}/turnserver.conf -%attr(0750,turnserver,turnserver) %{_localstatedir}/run/turnserver +%dir %attr(0750,turnserver,turnserver) %{_localstatedir}/run/turnserver %config(noreplace) %{_sysconfdir}/sysconfig/turnserver %if 0%{?el6} %config %{_sysconfdir}/rc.d/init.d/turnserver