Skip to content

Commit a06cbb8

Browse files
committed
sudo 1.9.14p3
--HG-- branch : 1.9
1 parent 01702af commit a06cbb8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

+9-9
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.72c for sudo 1.9.14p2.
3+
# Generated by GNU Autoconf 2.72c for sudo 1.9.14p3.
44
#
55
# Report bugs to <https://bugzilla.sudo.ws/>.
66
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='sudo'
616616
PACKAGE_TARNAME='sudo'
617-
PACKAGE_VERSION='1.9.14p2'
618-
PACKAGE_STRING='sudo 1.9.14p2'
617+
PACKAGE_VERSION='1.9.14p3'
618+
PACKAGE_STRING='sudo 1.9.14p3'
619619
PACKAGE_BUGREPORT='https://bugzilla.sudo.ws/'
620620
PACKAGE_URL=''
621621

@@ -1639,7 +1639,7 @@ if test "$ac_init_help" = "long"; then
16391639
# Omit some internal or obsolete options to make the list less imposing.
16401640
# This message is too long to be a string in the A/UX 3.1 sh.
16411641
cat <<_ACEOF
1642-
'configure' configures sudo 1.9.14p2 to adapt to many kinds of systems.
1642+
'configure' configures sudo 1.9.14p3 to adapt to many kinds of systems.
16431643

16441644
Usage: $0 [OPTION]... [VAR=VALUE]...
16451645

@@ -1705,7 +1705,7 @@ fi
17051705

17061706
if test -n "$ac_init_help"; then
17071707
case $ac_init_help in
1708-
short | recursive ) echo "Configuration of sudo 1.9.14p2:";;
1708+
short | recursive ) echo "Configuration of sudo 1.9.14p3:";;
17091709
esac
17101710
cat <<\_ACEOF
17111711

@@ -1999,7 +1999,7 @@ fi
19991999
test -n "$ac_init_help" && exit $ac_status
20002000
if $ac_init_version; then
20012001
cat <<\_ACEOF
2002-
sudo configure 1.9.14p2
2002+
sudo configure 1.9.14p3
20032003
generated by GNU Autoconf 2.72c
20042004

20052005
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2819,7 +2819,7 @@ cat >config.log <<_ACEOF
28192819
This file contains any messages produced by compilers while
28202820
running configure, to aid debugging if configure makes a mistake.
28212821

2822-
It was created by sudo $as_me 1.9.14p2, which was
2822+
It was created by sudo $as_me 1.9.14p3, which was
28232823
generated by GNU Autoconf 2.72c. Invocation command line was
28242824

28252825
$ $0$ac_configure_args_raw
@@ -36387,7 +36387,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3638736387
# report actual input values of CONFIG_FILES etc. instead of their
3638836388
# values after options handling.
3638936389
ac_log="
36390-
This file was extended by sudo $as_me 1.9.14p2, which was
36390+
This file was extended by sudo $as_me 1.9.14p3, which was
3639136391
generated by GNU Autoconf 2.72c. Invocation command line was
3639236392

3639336393
CONFIG_FILES = $CONFIG_FILES
@@ -36455,7 +36455,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
3645536455
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3645636456
ac_cs_config='$ac_cs_config_escaped'
3645736457
ac_cs_version="\\
36458-
sudo config.status 1.9.14p2
36458+
sudo config.status 1.9.14p3
3645936459
configured by $0, generated by GNU Autoconf 2.72c,
3646036460
with options \\"\$ac_cs_config\\"
3646136461

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1818
dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1919
dnl
2020
AC_PREREQ([2.69])
21-
AC_INIT([sudo], [1.9.14p2], [https://bugzilla.sudo.ws/], [sudo])
21+
AC_INIT([sudo], [1.9.14p3], [https://bugzilla.sudo.ws/], [sudo])
2222
AC_CONFIG_HEADERS([config.h pathnames.h])
2323
AC_CONFIG_SRCDIR([src/sudo.c])
2424
AC_CONFIG_AUX_DIR([scripts])

0 commit comments

Comments
 (0)