version bump: new STUN attribute values for third-party authorization.

This commit is contained in:
mom040267 2015-06-21 06:23:01 +00:00
parent f85ca3cf95
commit b62ec2c49b
5 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
6/20/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.4.5.3 'Ardee West':
- third-party authorization STUn attributes adjusted according to the
values assigned by IANA.
5/29/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.4.5.2 'Ardee West':
- dual allocation adjusted according to the new TURN-bis draft;

View File

@ -2,7 +2,7 @@
# Common settings script.
TURNVERSION=4.4.5.2
TURNVERSION=4.4.5.3
BUILDDIR=~/rpmbuild
ARCH=`uname -p`
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn

View File

@ -1,5 +1,5 @@
Name: turnserver
Version: 4.4.5.2
Version: 4.4.5.3
Release: 0%{dist}
Summary: Coturn TURN Server
@ -289,6 +289,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h
%changelog
* Sat Jun 20 2015 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.4.5.3
* Wed May 29 2015 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.4.5.2
* Tue Mar 31 2015 Oleg Moskalenko <mom040267@gmail.com>

View File

@ -88,8 +88,8 @@ typedef enum _ENC_ALG ENC_ALG;
* oAuth struct
*/
#define STUN_ATTRIBUTE_THIRD_PARTY_AUTHORIZATION (0x8031)
#define STUN_ATTRIBUTE_OAUTH_ACCESS_TOKEN (0x0031)
#define STUN_ATTRIBUTE_THIRD_PARTY_AUTHORIZATION (0x802E)
#define STUN_ATTRIBUTE_OAUTH_ACCESS_TOKEN (0x001B)
#define OAUTH_KID_SIZE (128)
#define OAUTH_HASH_FUNC_SIZE (64)

View File

@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__
#define TURN_SERVER_VERSION "4.4.5.2"
#define TURN_SERVER_VERSION "4.4.5.3"
#define TURN_SERVER_VERSION_NAME "Ardee West"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"