Skip to content

Commit 94ac00d

Browse files
committed
Create 2.2.0 release
1 parent 3a5656b commit 94ac00d

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
lines changed

config_in.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* config_in.h. Generated from configure.in by autoheader. */
1+
/* config_in.h. Generated from configure.ac by autoheader. */
22

33
/* Define if building universal (internal helper macro) */
44
#undef AC_APPLE_UNIVERSAL_BUILD
@@ -57,7 +57,7 @@
5757
/* Define to 1 if you have the <netinet/in.h> header file. */
5858
#undef HAVE_NETINET_IN_H
5959

60-
/* Define to 1 if you have the `pcap' library (-lpcap) */
60+
/* Define to 1 if you have the `winpcap' library (-lwpcap) */
6161
#undef HAVE_PCAP
6262

6363
/* Define to 1 if you have the `sigaction' function. */

configure

+26-14
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.2.0-pre.
3+
# Generated by GNU Autoconf 2.69 for libsrtp2 2.2.0.
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.2.0-pre'
584-
PACKAGE_STRING='libsrtp2 2.2.0-pre'
583+
PACKAGE_VERSION='2.2.0'
584+
PACKAGE_STRING='libsrtp2 2.2.0'
585585
PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues'
586586
PACKAGE_URL=''
587587

@@ -679,6 +679,7 @@ infodir
679679
docdir
680680
oldincludedir
681681
includedir
682+
runstatedir
682683
localstatedir
683684
sharedstatedir
684685
sysconfdir
@@ -761,6 +762,7 @@ datadir='${datarootdir}'
761762
sysconfdir='${prefix}/etc'
762763
sharedstatedir='${prefix}/com'
763764
localstatedir='${prefix}/var'
765+
runstatedir='${localstatedir}/run'
764766
includedir='${prefix}/include'
765767
oldincludedir='/usr/include'
766768
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1013,6 +1015,15 @@ do
10131015
| -silent | --silent | --silen | --sile | --sil)
10141016
silent=yes ;;
10151017

1018+
-runstatedir | --runstatedir | --runstatedi | --runstated \
1019+
| --runstate | --runstat | --runsta | --runst | --runs \
1020+
| --run | --ru | --r)
1021+
ac_prev=runstatedir ;;
1022+
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1023+
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1024+
| --run=* | --ru=* | --r=*)
1025+
runstatedir=$ac_optarg ;;
1026+
10161027
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10171028
ac_prev=sbindir ;;
10181029
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1150,7 +1161,7 @@ fi
11501161
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11511162
datadir sysconfdir sharedstatedir localstatedir includedir \
11521163
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1153-
libdir localedir mandir
1164+
libdir localedir mandir runstatedir
11541165
do
11551166
eval ac_val=\$$ac_var
11561167
# Remove trailing slashes.
@@ -1263,7 +1274,7 @@ if test "$ac_init_help" = "long"; then
12631274
# Omit some internal or obsolete options to make the list less imposing.
12641275
# This message is too long to be a string in the A/UX 3.1 sh.
12651276
cat <<_ACEOF
1266-
\`configure' configures libsrtp2 2.2.0-pre to adapt to many kinds of systems.
1277+
\`configure' configures libsrtp2 2.2.0 to adapt to many kinds of systems.
12671278
12681279
Usage: $0 [OPTION]... [VAR=VALUE]...
12691280
@@ -1303,6 +1314,7 @@ Fine tuning of the installation directories:
13031314
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13041315
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13051316
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1317+
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13061318
--libdir=DIR object code libraries [EPREFIX/lib]
13071319
--includedir=DIR C header files [PREFIX/include]
13081320
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1328,7 +1340,7 @@ fi
13281340

13291341
if test -n "$ac_init_help"; then
13301342
case $ac_init_help in
1331-
short | recursive ) echo "Configuration of libsrtp2 2.2.0-pre:";;
1343+
short | recursive ) echo "Configuration of libsrtp2 2.2.0:";;
13321344
esac
13331345
cat <<\_ACEOF
13341346
@@ -1434,7 +1446,7 @@ fi
14341446
test -n "$ac_init_help" && exit $ac_status
14351447
if $ac_init_version; then
14361448
cat <<\_ACEOF
1437-
libsrtp2 configure 2.2.0-pre
1449+
libsrtp2 configure 2.2.0
14381450
generated by GNU Autoconf 2.69
14391451
14401452
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1949,7 +1961,7 @@ cat >config.log <<_ACEOF
19491961
This file contains any messages produced by compilers while
19501962
running configure, to aid debugging if configure makes a mistake.
19511963
1952-
It was created by libsrtp2 $as_me 2.2.0-pre, which was
1964+
It was created by libsrtp2 $as_me 2.2.0, which was
19531965
generated by GNU Autoconf 2.69. Invocation command line was
19541966
19551967
$ $0 $@
@@ -5172,8 +5184,8 @@ fi
51725184
if test "x$PKG_CONFIG" != "x"; then
51735185
51745186
pkg_failed=no
5175-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcrypto >= 1.0.1" >&5
5176-
$as_echo_n "checking for libcrypto >= 1.0.1... " >&6; }
5187+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypto" >&5
5188+
$as_echo_n "checking for crypto... " >&6; }
51775189
51785190
if test -n "$crypto_CFLAGS"; then
51795191
pkg_cv_crypto_CFLAGS="$crypto_CFLAGS"
@@ -5213,7 +5225,7 @@ fi
52135225
52145226
52155227
if test $pkg_failed = yes; then
5216-
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5228+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52175229
$as_echo "no" >&6; }
52185230
52195231
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -5240,7 +5252,7 @@ Alternatively, you may set the environment variables crypto_CFLAGS
52405252
and crypto_LIBS to avoid the need to call pkg-config.
52415253
See the pkg-config man page for more details." "$LINENO" 5
52425254
elif test $pkg_failed = untried; then
5243-
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52445256
$as_echo "no" >&6; }
52455257
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
52465258
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -6318,7 +6330,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63186330
# report actual input values of CONFIG_FILES etc. instead of their
63196331
# values after options handling.
63206332
ac_log="
6321-
This file was extended by libsrtp2 $as_me 2.2.0-pre, which was
6333+
This file was extended by libsrtp2 $as_me 2.2.0, which was
63226334
generated by GNU Autoconf 2.69. Invocation command line was
63236335
63246336
CONFIG_FILES = $CONFIG_FILES
@@ -6380,7 +6392,7 @@ _ACEOF
63806392
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63816393
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
63826394
ac_cs_version="\\
6383-
libsrtp2 config.status 2.2.0-pre
6395+
libsrtp2 config.status 2.2.0
63846396
configured by $0, generated by GNU Autoconf 2.69,
63856397
with options \\"\$ac_cs_config\\"
63866398

configure.ac

+1-1
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.2.0-pre], [https://github.com/cisco/libsrtp/issues])
2+
AC_INIT([libsrtp2], [2.2.0], [https://github.com/cisco/libsrtp/issues])
33

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

0 commit comments

Comments
 (0)