diff -Nru libsrtp2-2.0.0+20170607/configure libsrtp2-2.1.0/configure --- libsrtp2-2.0.0+20170607/configure 2017-06-07 10:52:57.000000000 +0000 +++ libsrtp2-2.1.0/configure 2017-06-14 19:44:00.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libsrtp2 2.2.0-pre. +# Generated by GNU Autoconf 2.69 for libsrtp2 2.1.0. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='libsrtp2' PACKAGE_TARNAME='libsrtp2' -PACKAGE_VERSION='2.2.0-pre' -PACKAGE_STRING='libsrtp2 2.2.0-pre' +PACKAGE_VERSION='2.1.0' +PACKAGE_STRING='libsrtp2 2.1.0' PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues' PACKAGE_URL='' @@ -1262,7 +1262,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libsrtp2 2.2.0-pre to adapt to many kinds of systems. +\`configure' configures libsrtp2 2.1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1327,7 +1327,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libsrtp2 2.2.0-pre:";; + short | recursive ) echo "Configuration of libsrtp2 2.1.0:";; esac cat <<\_ACEOF @@ -1433,7 +1433,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libsrtp2 configure 2.2.0-pre +libsrtp2 configure 2.1.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1948,7 +1948,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libsrtp2 $as_me 2.2.0-pre, which was +It was created by libsrtp2 $as_me 2.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -6268,7 +6268,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libsrtp2 $as_me 2.2.0-pre, which was +This file was extended by libsrtp2 $as_me 2.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6330,7 +6330,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libsrtp2 config.status 2.2.0-pre +libsrtp2 config.status 2.1.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru libsrtp2-2.0.0+20170607/configure.in libsrtp2-2.1.0/configure.in --- libsrtp2-2.0.0+20170607/configure.in 2017-06-07 10:52:57.000000000 +0000 +++ libsrtp2-2.1.0/configure.in 2017-06-14 19:44:00.000000000 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([libsrtp2], [2.2.0-pre], [https://github.com/cisco/libsrtp/issues]) +AC_INIT([libsrtp2], [2.1.0], [https://github.com/cisco/libsrtp/issues]) dnl Must come before AC_PROG_CC EMPTY_CFLAGS="no" diff -Nru libsrtp2-2.0.0+20170607/debian/changelog libsrtp2-2.1.0/debian/changelog --- libsrtp2-2.0.0+20170607/debian/changelog 2017-06-12 15:41:32.000000000 +0000 +++ libsrtp2-2.1.0/debian/changelog 2017-06-15 12:23:53.000000000 +0000 @@ -1,3 +1,10 @@ +libsrtp2 (2.1.0-1) unstable; urgency=medium + + [ upstream ] + * New release. + + -- Jonas Smedegaard Thu, 15 Jun 2017 14:23:53 +0200 + libsrtp2 (2.0.0+20170607-1) unstable; urgency=medium [ upstream ] diff -Nru libsrtp2-2.0.0+20170607/README.md libsrtp2-2.1.0/README.md --- libsrtp2-2.0.0+20170607/README.md 2017-06-07 10:52:57.000000000 +0000 +++ libsrtp2-2.1.0/README.md 2017-06-14 19:44:00.000000000 +0000 @@ -397,9 +397,6 @@ // initialize libSRTP srtp_init(); -// default policy values -memset(&policy, 0x0, sizeof(srtp_policy_t)); - // set policy to describe a policy for an SRTP stream crypto_policy_set_rtp_default(&policy.rtp); crypto_policy_set_rtcp_default(&policy.rtcp);