Skip to content

Commit 9ac7bbe

Browse files
committed
Sudo 1.8.28p1
--HG-- branch : 1.8
1 parent a456b45 commit 9ac7bbe

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
What's new in Sudo 1.8.28p1
2+
3+
* The fix for Bug #869 caused "sudo -v" to prompt for a password
4+
when "verifypw" is set to "all" (the default) and all of the
5+
user's sudoers entries are marked with NOPASSWD. Bug #901.
6+
17
What's new in Sudo 1.8.28
28

39
* Sudo will now only set PAM_TTY to the empty string when no

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 sudo 1.8.28.
3+
# Generated by GNU Autoconf 2.69 for sudo 1.8.28p1.
44
#
55
# Report bugs to <https://bugzilla.sudo.ws/>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='sudo'
592592
PACKAGE_TARNAME='sudo'
593-
PACKAGE_VERSION='1.8.28'
594-
PACKAGE_STRING='sudo 1.8.28'
593+
PACKAGE_VERSION='1.8.28p1'
594+
PACKAGE_STRING='sudo 1.8.28p1'
595595
PACKAGE_BUGREPORT='https://bugzilla.sudo.ws/'
596596
PACKAGE_URL=''
597597

@@ -1544,7 +1544,7 @@ if test "$ac_init_help" = "long"; then
15441544
# Omit some internal or obsolete options to make the list less imposing.
15451545
# This message is too long to be a string in the A/UX 3.1 sh.
15461546
cat <<_ACEOF
1547-
\`configure' configures sudo 1.8.28 to adapt to many kinds of systems.
1547+
\`configure' configures sudo 1.8.28p1 to adapt to many kinds of systems.
15481548

15491549
Usage: $0 [OPTION]... [VAR=VALUE]...
15501550

@@ -1609,7 +1609,7 @@ fi
16091609

16101610
if test -n "$ac_init_help"; then
16111611
case $ac_init_help in
1612-
short | recursive ) echo "Configuration of sudo 1.8.28:";;
1612+
short | recursive ) echo "Configuration of sudo 1.8.28p1:";;
16131613
esac
16141614
cat <<\_ACEOF
16151615

@@ -1875,7 +1875,7 @@ fi
18751875
test -n "$ac_init_help" && exit $ac_status
18761876
if $ac_init_version; then
18771877
cat <<\_ACEOF
1878-
sudo configure 1.8.28
1878+
sudo configure 1.8.28p1
18791879
generated by GNU Autoconf 2.69
18801880

18811881
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2584,7 +2584,7 @@ cat >config.log <<_ACEOF
25842584
This file contains any messages produced by compilers while
25852585
running configure, to aid debugging if configure makes a mistake.
25862586

2587-
It was created by sudo $as_me 1.8.28, which was
2587+
It was created by sudo $as_me 1.8.28p1, which was
25882588
generated by GNU Autoconf 2.69. Invocation command line was
25892589

25902590
$ $0 $@
@@ -27537,7 +27537,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2753727537
# report actual input values of CONFIG_FILES etc. instead of their
2753827538
# values after options handling.
2753927539
ac_log="
27540-
This file was extended by sudo $as_me 1.8.28, which was
27540+
This file was extended by sudo $as_me 1.8.28p1, which was
2754127541
generated by GNU Autoconf 2.69. Invocation command line was
2754227542

2754327543
CONFIG_FILES = $CONFIG_FILES
@@ -27603,7 +27603,7 @@ _ACEOF
2760327603
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2760427604
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2760527605
ac_cs_version="\\
27606-
sudo config.status 1.8.28
27606+
sudo config.status 1.8.28p1
2760727607
configured by $0, generated by GNU Autoconf 2.69,
2760827608
with options \\"\$ac_cs_config\\"
2760927609

configure.ac

Lines changed: 1 addition & 1 deletion
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.59])
21-
AC_INIT([sudo], [1.8.28], [https://bugzilla.sudo.ws/], [sudo])
21+
AC_INIT([sudo], [1.8.28p1], [https://bugzilla.sudo.ws/], [sudo])
2222
AC_CONFIG_HEADER([config.h pathnames.h])
2323
AC_CONFIG_SRCDIR([src/sudo.c])
2424
dnl

0 commit comments

Comments
 (0)