diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-02-23 14:43:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-02-23 14:43:06 +0000 |
commit | c043daee6a25afc940b34eb10ec5b358e7d89627 (patch) | |
tree | f5b313c8c857c938d275dd4d98da4821b433c1e5 | |
parent | 412be6f456d61ae769e4206ec1c20fa75d73d61a (diff) |
bump patchlevel
-rw-r--r-- | usr.bin/sudo/config.h | 6 | ||||
-rw-r--r-- | usr.bin/sudo/configure | 18 | ||||
-rw-r--r-- | usr.bin/sudo/configure.in | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/sudo/config.h b/usr.bin/sudo/config.h index a39df114644..c30bc71116b 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.15 2010/02/13 14:20:14 millert Exp $ */ +/* $OpenBSD: config.h,v 1.16 2010/02/23 14:43:05 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H @@ -10,9 +10,9 @@ #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/" #define PACKAGE_NAME "sudo" -#define PACKAGE_STRING "sudo 1.7.2p3" +#define PACKAGE_STRING "sudo 1.7.2p4" #define PACKAGE_TARNAME "sudo" -#define PACKAGE_VERSION "1.7.2p3" +#define PACKAGE_VERSION "1.7.2p4" #define HAVE_ASPRINTF 1 #define HAVE_BSD_AUTH_H 1 diff --git a/usr.bin/sudo/configure b/usr.bin/sudo/configure index 739d22ef17e..f134b6e602a 100644 --- a/usr.bin/sudo/configure +++ b/usr.bin/sudo/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for sudo 1.7.2p3. +# Generated by GNU Autoconf 2.61 for sudo 1.7.2p4. # # Report bugs to <http://www.sudo.ws/bugs/>. # @@ -724,8 +724,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='sudo' PACKAGE_TARNAME='sudo' -PACKAGE_VERSION='1.7.2p3' -PACKAGE_STRING='sudo 1.7.2p3' +PACKAGE_VERSION='1.7.2p4' +PACKAGE_STRING='sudo 1.7.2p4' PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/' # Factoring default headers for most tests. @@ -1417,7 +1417,7 @@ if test "$ac_init_help" = "long"; then # 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 sudo 1.7.2p3 to adapt to many kinds of systems. +\`configure' configures sudo 1.7.2p4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1482,7 +1482,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sudo 1.7.2p3:";; + short | recursive ) echo "Configuration of sudo 1.7.2p4:";; esac cat <<\_ACEOF @@ -1684,7 +1684,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sudo configure 1.7.2p3 +sudo configure 1.7.2p4 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1698,7 +1698,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sudo $as_me 1.7.2p3, which was +It was created by sudo $as_me 1.7.2p4, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -24558,7 +24558,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sudo $as_me 1.7.2p3, which was +This file was extended by sudo $as_me 1.7.2p4, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24607,7 +24607,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -sudo config.status 1.7.2p3 +sudo config.status 1.7.2p4 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/usr.bin/sudo/configure.in b/usr.bin/sudo/configure.in index 1bdf03b4b66..deea4fd5eaf 100644 --- a/usr.bin/sudo/configure.in +++ b/usr.bin/sudo/configure.in @@ -4,7 +4,7 @@ dnl $Sudo: configure.in,v 1.549 2009/06/13 20:52:50 millert Exp $ dnl dnl Copyright (c) 1994-1996,1998-2009 Todd C. Miller <Todd.Miller@courtesan.com> dnl -AC_INIT([sudo], [1.7.2p3], [http://www.sudo.ws/bugs/], [sudo]) +AC_INIT([sudo], [1.7.2p4], [http://www.sudo.ws/bugs/], [sudo]) AC_CONFIG_HEADER(config.h pathnames.h) dnl dnl This won't work before AC_INIT |