[-]
[+]
|
Changed |
conntrack-tools.changes
|
|
[-]
[+]
|
Changed |
conntrack-tools.spec
^
|
|
[-]
[+]
|
Changed |
conntrack-tools-1.2.1.tar.bz2/configure
^
|
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for conntrack-tools 1.2.0.
+# Generated by GNU Autoconf 2.69 for conntrack-tools 1.2.1.
#
# Report bugs to <pablo@netfilter.org>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='conntrack-tools'
PACKAGE_TARNAME='conntrack-tools'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='conntrack-tools 1.2.0'
+PACKAGE_VERSION='1.2.1'
+PACKAGE_STRING='conntrack-tools 1.2.1'
PACKAGE_BUGREPORT='pablo@netfilter.org'
PACKAGE_URL=''
@@ -1338,7 +1338,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 conntrack-tools 1.2.0 to adapt to many kinds of systems.
+\`configure' configures conntrack-tools 1.2.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1408,7 +1408,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of conntrack-tools 1.2.0:";;
+ short | recursive ) echo "Configuration of conntrack-tools 1.2.1:";;
esac
cat <<\_ACEOF
@@ -1539,7 +1539,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-conntrack-tools configure 1.2.0
+conntrack-tools configure 1.2.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1908,7 +1908,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by conntrack-tools $as_me 1.2.0, which was
+It was created by conntrack-tools $as_me 1.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2796,7 +2796,7 @@
# Define the identity of the package.
PACKAGE='conntrack-tools'
- VERSION='1.2.0'
+ VERSION='1.2.1'
cat >>confdefs.h <<_ACEOF
@@ -12868,7 +12868,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by conntrack-tools $as_me 1.2.0, which was
+This file was extended by conntrack-tools $as_me 1.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12925,7 +12925,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-conntrack-tools config.status 1.2.0
+conntrack-tools config.status 1.2.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
|
[-]
[+]
|
Changed |
conntrack-tools-1.2.1.tar.bz2/configure.ac
^
|
@@ -1,4 +1,4 @@
-AC_INIT(conntrack-tools, 1.2.0, pablo@netfilter.org)
+AC_INIT(conntrack-tools, 1.2.1, pablo@netfilter.org)
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
|
[-]
[+]
|
Changed |
conntrack-tools-1.2.1.tar.bz2/src/nfct-extensions/timeout.c
^
|
@@ -96,7 +96,7 @@
goto err_free;
}
- nfct_timeout_snprintf(buf, sizeof(buf), t, 0);
+ nfct_timeout_snprintf(buf, sizeof(buf), t, NFCT_TIMEOUT_O_DEFAULT, 0);
printf("%s\n", buf);
err_free:
|