Skip to content

Commit c46306b

Browse files
committed
This is libpcap 1.10.2.
1 parent 3dd4e67 commit c46306b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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:
2-
Summary for 1.10.2 libpcap release (so far!)
1+
Saturday, December 31, 2022 / The Tcpdump Group
2+
Summary for 1.10.2 libpcap release
33
Source code:
44
Use __builtin_unreachable() in PCAP_UNREACHABLE.
55
Use AS_HELP_STRING macro instead of AC_HELP_STRING in the

VERSION

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

configure

Lines changed: 9 additions & 9 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 pcap 1.10.2-PRE-GIT.
3+
# Generated by GNU Autoconf 2.69 for pcap 1.10.2.
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='pcap'
579579
PACKAGE_TARNAME='pcap'
580-
PACKAGE_VERSION='1.10.2-PRE-GIT'
581-
PACKAGE_STRING='pcap 1.10.2-PRE-GIT'
580+
PACKAGE_VERSION='1.10.2'
581+
PACKAGE_STRING='pcap 1.10.2'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1354,7 +1354,7 @@ if test "$ac_init_help" = "long"; then
13541354
# Omit some internal or obsolete options to make the list less imposing.
13551355
# This message is too long to be a string in the A/UX 3.1 sh.
13561356
cat <<_ACEOF
1357-
\`configure' configures pcap 1.10.2-PRE-GIT to adapt to many kinds of systems.
1357+
\`configure' configures pcap 1.10.2 to adapt to many kinds of systems.
13581358
13591359
Usage: $0 [OPTION]... [VAR=VALUE]...
13601360
@@ -1420,7 +1420,7 @@ fi
14201420

14211421
if test -n "$ac_init_help"; then
14221422
case $ac_init_help in
1423-
short | recursive ) echo "Configuration of pcap 1.10.2-PRE-GIT:";;
1423+
short | recursive ) echo "Configuration of pcap 1.10.2:";;
14241424
esac
14251425
cat <<\_ACEOF
14261426
@@ -1584,7 +1584,7 @@ fi
15841584
test -n "$ac_init_help" && exit $ac_status
15851585
if $ac_init_version; then
15861586
cat <<\_ACEOF
1587-
pcap configure 1.10.2-PRE-GIT
1587+
pcap configure 1.10.2
15881588
generated by GNU Autoconf 2.69
15891589
15901590
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2506,7 +2506,7 @@ cat >config.log <<_ACEOF
25062506
This file contains any messages produced by compilers while
25072507
running configure, to aid debugging if configure makes a mistake.
25082508
2509-
It was created by pcap $as_me 1.10.2-PRE-GIT, which was
2509+
It was created by pcap $as_me 1.10.2, which was
25102510
generated by GNU Autoconf 2.69. Invocation command line was
25112511
25122512
$ $0 $@
@@ -14428,7 +14428,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1442814428
# report actual input values of CONFIG_FILES etc. instead of their
1442914429
# values after options handling.
1443014430
ac_log="
14431-
This file was extended by pcap $as_me 1.10.2-PRE-GIT, which was
14431+
This file was extended by pcap $as_me 1.10.2, which was
1443214432
generated by GNU Autoconf 2.69. Invocation command line was
1443314433
1443414434
CONFIG_FILES = $CONFIG_FILES
@@ -14494,7 +14494,7 @@ _ACEOF
1449414494
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1449514495
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1449614496
ac_cs_version="\\
14497-
pcap config.status 1.10.2-PRE-GIT
14497+
pcap config.status 1.10.2
1449814498
configured by $0, generated by GNU Autoconf 2.69,
1449914499
with options \\"\$ac_cs_config\\"
1450014500

0 commit comments

Comments
 (0)