Skip to content

Commit 5f552b5

Browse files
committed
bump version and update CHANGES
1 parent a2a1a71 commit 5f552b5

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Monthday, Month DD, YYYY by gharris
2-
Summary for 4.99.1 tcpdump release (so far!)
1+
Wednesday, June 9, 2021 by gharris
2+
Summary for 4.99.1 tcpdump release:
33
Source code:
44
Squelch some compiler warnings
55
ICMP: Update the snapend for some nested IP packets.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.99.1-PRE-GIT
1+
4.99.1

configure

Lines changed: 22 additions & 10 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 tcpdump 4.99.1-PRE-GIT.
3+
# Generated by GNU Autoconf 2.69 for tcpdump 4.99.1.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='tcpdump'
579579
PACKAGE_TARNAME='tcpdump'
580-
PACKAGE_VERSION='4.99.1-PRE-GIT'
581-
PACKAGE_STRING='tcpdump 4.99.1-PRE-GIT'
580+
PACKAGE_VERSION='4.99.1'
581+
PACKAGE_STRING='tcpdump 4.99.1'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -676,6 +676,7 @@ infodir
676676
docdir
677677
oldincludedir
678678
includedir
679+
runstatedir
679680
localstatedir
680681
sharedstatedir
681682
sysconfdir
@@ -756,6 +757,7 @@ datadir='${datarootdir}'
756757
sysconfdir='${prefix}/etc'
757758
sharedstatedir='${prefix}/com'
758759
localstatedir='${prefix}/var'
760+
runstatedir='${localstatedir}/run'
759761
includedir='${prefix}/include'
760762
oldincludedir='/usr/include'
761763
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1008,6 +1010,15 @@ do
10081010
| -silent | --silent | --silen | --sile | --sil)
10091011
silent=yes ;;
10101012

1013+
-runstatedir | --runstatedir | --runstatedi | --runstated \
1014+
| --runstate | --runstat | --runsta | --runst | --runs \
1015+
| --run | --ru | --r)
1016+
ac_prev=runstatedir ;;
1017+
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1018+
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1019+
| --run=* | --ru=* | --r=*)
1020+
runstatedir=$ac_optarg ;;
1021+
10111022
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10121023
ac_prev=sbindir ;;
10131024
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1145,7 +1156,7 @@ fi
11451156
for ac_var inexec_prefix prefix bindir sbindir libexecdir datarootdir \
11461157
datadir sysconfdir sharedstatedir localstatedir includedir \
11471158
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1148-
libdir localedir mandir
1159+
libdir localedir mandir runstatedir
11491160
do
11501161
eval ac_val=\$$ac_var
11511162
# Remove trailing slashes.
@@ -1258,7 +1269,7 @@ if test "$ac_init_help" = "long"; then
12581269
# Omit some internal or obsolete options to make the list less imposing.
12591270
# This message is too long to be a string in the A/UX 3.1 sh.
12601271
cat <<_ACEOF
1261-
\`configure' configures tcpdump 4.99.1-PRE-GIT to adapt to many kinds of systems.
1272+
\`configure' configures tcpdump 4.99.1 to adapt to many kinds of systems.
12621273
12631274
Usage: $0 [OPTION]... [VAR=VALUE]...
12641275
@@ -1298,6 +1309,7 @@ Fine tuning of the installation directories:
12981309
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
12991310
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13001311
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1312+
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13011313
--libdir=DIR object code libraries [EPREFIX/lib]
13021314
--includedir=DIR C header files [PREFIX/include]
13031315
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1323,7 +1335,7 @@ fi
13231335

13241336
if test -n "$ac_init_help"; then
13251337
case $ac_init_help in
1326-
short | recursive ) echo "Configuration of tcpdump 4.99.1-PRE-GIT:";;
1338+
short | recursive ) echo "Configuration of tcpdump 4.99.1:";;
13271339
esac
13281340
cat <<\_ACEOF
13291341
@@ -1427,7 +1439,7 @@ fi
14271439
test -n "$ac_init_help" && exit $ac_status
14281440
if $ac_init_version; then
14291441
cat <<\_ACEOF
1430-
tcpdump configure 4.99.1-PRE-GIT
1442+
tcpdump configure 4.99.1
14311443
generated by GNU Autoconf 2.69
14321444
14331445
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1892,7 +1904,7 @@ cat >config.log <<_ACEOF
18921904
This file contains any messages produced by compilers while
18931905
running configure, to aid debugging if configure makes a mistake.
18941906
1895-
It was created by tcpdump $as_me 4.99.1-PRE-GIT, which was
1907+
It was created by tcpdump $as_me 4.99.1, which was
18961908
generated by GNU Autoconf 2.69. Invocation command line was
18971909
18981910
$ $0 $@
@@ -8425,7 +8437,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
84258437
# report actual input values of CONFIG_FILES etc. instead of their
84268438
# values after options handling.
84278439
ac_log="
8428-
This file was extended by tcpdump $as_me 4.99.1-PRE-GIT, which was
8440+
This file was extended by tcpdump $as_me 4.99.1, which was
84298441
generated by GNU Autoconf 2.69. Invocation command line was
84308442
84318443
CONFIG_FILES = $CONFIG_FILES
@@ -8491,7 +8503,7 @@ _ACEOF
84918503
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
84928504
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
84938505
ac_cs_version="\\
8494-
tcpdump config.status 4.99.1-PRE-GIT
8506+
tcpdump config.status 4.99.1
84958507
configured by $0, generated by GNU Autoconf 2.69,
84968508
with options \\"\$ac_cs_config\\"
84978509

0 commit comments

Comments
 (0)