Skip to content

Commit 8d51b88

Browse files
committed
2.4.1 release
1 parent 0899d86 commit 8d51b88

File tree

3 files changed

+72
-43
lines changed

3 files changed

+72
-43
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22

3+
2.4.1
4+
5+
Major changes
6+
7+
#560 - Merge PR 559, Use a full-length key even with null ciphers
8+
39
2.4.0
410

511
Major changes

configure

Lines changed: 65 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for libsrtp2 2.4.1-pre.
3+
# Generated by GNU Autoconf 2.69 for libsrtp2 2.4.1.
44
#
55
# Report bugs to <https://github.com/cisco/libsrtp/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='libsrtp2'
582582
PACKAGE_TARNAME='libsrtp2'
583-
PACKAGE_VERSION='2.4.1-pre'
584-
PACKAGE_STRING='libsrtp2 2.4.1-pre'
583+
PACKAGE_VERSION='2.4.1'
584+
PACKAGE_STRING='libsrtp2 2.4.1'
585585
PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues'
586586
PACKAGE_URL=''
587587

@@ -685,6 +685,7 @@ infodir
685685
docdir
686686
oldincludedir
687687
includedir
688+
runstatedir
688689
localstatedir
689690
sharedstatedir
690691
sysconfdir
@@ -775,6 +776,7 @@ datadir='${datarootdir}'
775776
sysconfdir='${prefix}/etc'
776777
sharedstatedir='${prefix}/com'
777778
localstatedir='${prefix}/var'
779+
runstatedir='${localstatedir}/run'
778780
includedir='${prefix}/include'
779781
oldincludedir='/usr/include'
780782
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1027,6 +1029,15 @@ do
10271029
| -silent | --silent | --silen | --sile | --sil)
10281030
silent=yes ;;
10291031

1032+
-runstatedir | --runstatedir | --runstatedi | --runstated \
1033+
| --runstate | --runstat | --runsta | --runst | --runs \
1034+
| --run | --ru | --r)
1035+
ac_prev=runstatedir ;;
1036+
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1037+
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1038+
| --run=* | --ru=* | --r=*)
1039+
runstatedir=$ac_optarg ;;
1040+
10301041
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10311042
ac_prev=sbindir ;;
10321043
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1164,7 +1175,7 @@ fi
11641175
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11651176
datadir sysconfdir sharedstatedir localstatedir includedir \
11661177
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1167-
libdir localedir mandir
1178+
libdir localedir mandir runstatedir
11681179
do
11691180
eval ac_val=\$$ac_var
11701181
# Remove trailing slashes.
@@ -1277,7 +1288,7 @@ if test "$ac_init_help" = "long"; then
12771288
# Omit some internal or obsolete options to make the list less imposing.
12781289
# This message is too long to be a string in the A/UX 3.1 sh.
12791290
cat <<_ACEOF
1280-
\`configure' configures libsrtp2 2.4.1-pre to adapt to many kinds of systems.
1291+
\`configure' configures libsrtp2 2.4.1 to adapt to many kinds of systems.
12811292
12821293
Usage: $0 [OPTION]... [VAR=VALUE]...
12831294
@@ -1317,6 +1328,7 @@ Fine tuning of the installation directories:
13171328
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13181329
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13191330
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1331+
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13201332
--libdir=DIR object code libraries [EPREFIX/lib]
13211333
--includedir=DIR C header files [PREFIX/include]
13221334
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1342,7 +1354,7 @@ fi
13421354

13431355
if test -n "$ac_init_help"; then
13441356
case $ac_init_help in
1345-
short | recursive ) echo "Configuration of libsrtp2 2.4.1-pre:";;
1357+
short | recursive ) echo "Configuration of libsrtp2 2.4.1:";;
13461358
esac
13471359
cat <<\_ACEOF
13481360
@@ -1455,7 +1467,7 @@ fi
14551467
test -n "$ac_init_help" && exit $ac_status
14561468
if $ac_init_version; then
14571469
cat <<\_ACEOF
1458-
libsrtp2 configure 2.4.1-pre
1470+
libsrtp2 configure 2.4.1
14591471
generated by GNU Autoconf 2.69
14601472
14611473
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2008,7 +2020,7 @@ cat >config.log <<_ACEOF
20082020
This file contains any messages produced by compilers while
20092021
running configure, to aid debugging if configure makes a mistake.
20102022
2011-
It was created by libsrtp2 $as_me 2.4.1-pre, which was
2023+
It was created by libsrtp2 $as_me 2.4.1, which was
20122024
generated by GNU Autoconf 2.69. Invocation command line was
20132025
20142026
$ $0 $@
@@ -3546,8 +3558,37 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
35463558
ac_compiler_gnu=$ac_cv_c_compiler_gnu
35473559

35483560

3549-
# expand $ac_aux_dir to an absolute path
3550-
am_aux_dir=`cd $ac_aux_dir && pwd`
3561+
ac_aux_dir=
3562+
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3563+
if test -f "$ac_dir/install-sh"; then
3564+
ac_aux_dir=$ac_dir
3565+
ac_install_sh="$ac_aux_dir/install-sh -c"
3566+
break
3567+
elif test -f "$ac_dir/install.sh"; then
3568+
ac_aux_dir=$ac_dir
3569+
ac_install_sh="$ac_aux_dir/install.sh -c"
3570+
break
3571+
elif test -f "$ac_dir/shtool"; then
3572+
ac_aux_dir=$ac_dir
3573+
ac_install_sh="$ac_aux_dir/shtool install -c"
3574+
break
3575+
fi
3576+
done
3577+
if test -z "$ac_aux_dir"; then
3578+
as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3579+
fi
3580+
3581+
# These three variables are undocumented and unsupported,
3582+
# and are intended to be withdrawn in a future Autoconf release.
3583+
# They can cause serious problems if a builder's source tree is in a directory
3584+
# whose full name contains unusual characters.
3585+
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3586+
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3587+
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3588+
3589+
3590+
# Expand $ac_aux_dir to an absolute path.
3591+
am_aux_dir=`cd "$ac_aux_dir" && pwd`
35513592

35523593

35533594
if test -n "$ac_tool_prefix"; then
@@ -3657,7 +3698,13 @@ $as_echo_n "checking the archiver ($AR) interface... " >&6; }
36573698
if ${am_cv_ar_interface+:} false; then :
36583699
$as_echo_n "(cached) " >&6
36593700
else
3660-
am_cv_ar_interface=ar
3701+
ac_ext=c
3702+
ac_cpp='$CPP $CPPFLAGS'
3703+
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3704+
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3705+
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3706+
3707+
am_cv_ar_interface=ar
36613708
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36623709
/* end confdefs.h. */
36633710
int some_variable = 0;
@@ -3688,6 +3735,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
36883735

36893736
fi
36903737
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3738+
ac_ext=c
3739+
ac_cpp='$CPP $CPPFLAGS'
3740+
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3741+
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3742+
ac_compiler_gnu=$ac_cv_c_compiler_gnu
36913743

36923744
fi
36933745
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
@@ -3802,35 +3854,6 @@ else
38023854
RANLIB="$ac_cv_prog_RANLIB"
38033855
fi
38043856

3805-
ac_aux_dir=
3806-
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3807-
if test -f "$ac_dir/install-sh"; then
3808-
ac_aux_dir=$ac_dir
3809-
ac_install_sh="$ac_aux_dir/install-sh -c"
3810-
break
3811-
elif test -f "$ac_dir/install.sh"; then
3812-
ac_aux_dir=$ac_dir
3813-
ac_install_sh="$ac_aux_dir/install.sh -c"
3814-
break
3815-
elif test -f "$ac_dir/shtool"; then
3816-
ac_aux_dir=$ac_dir
3817-
ac_install_sh="$ac_aux_dir/shtool install -c"
3818-
break
3819-
fi
3820-
done
3821-
if test -z "$ac_aux_dir"; then
3822-
as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3823-
fi
3824-
3825-
# These three variables are undocumented and unsupported,
3826-
# and are intended to be withdrawn in a future Autoconf release.
3827-
# They can cause serious problems if a builder's source tree is in a directory
3828-
# whose full name contains unusual characters.
3829-
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3830-
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3831-
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3832-
3833-
38343857
# Find a good install program. We prefer a C program (faster),
38353858
# so one script is as good as another. But avoid the broken or
38363859
# incompatible versions:
@@ -7136,7 +7159,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
71367159
# report actual input values of CONFIG_FILES etc. instead of their
71377160
# values after options handling.
71387161
ac_log="
7139-
This file was extended by libsrtp2 $as_me 2.4.1-pre, which was
7162+
This file was extended by libsrtp2 $as_me 2.4.1, which was
71407163
generated by GNU Autoconf 2.69. Invocation command line was
71417164
71427165
CONFIG_FILES = $CONFIG_FILES
@@ -7198,7 +7221,7 @@ _ACEOF
71987221
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
71997222
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
72007223
ac_cs_version="\\
7201-
libsrtp2 config.status 2.4.1-pre
7224+
libsrtp2 config.status 2.4.1
72027225
configured by $0, generated by GNU Autoconf 2.69,
72037226
with options \\"\$ac_cs_config\\"
72047227

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([libsrtp2], [2.4.1-pre], [https://github.com/cisco/libsrtp/issues])
2+
AC_INIT([libsrtp2], [2.4.1], [https://github.com/cisco/libsrtp/issues])
33

44
dnl Must come before AC_PROG_CC
55
EMPTY_CFLAGS="no"

0 commit comments

Comments
 (0)