diff --git a/ChangeLog b/ChangeLog index 61879c1..9948801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -237,3 +237,6 @@ * Updated version numbers from errant 1.0.4 to 1.0.6 * Issue with errant : inserted into end of PATH fixed to prevent root's PATH from having :: by mistake and violating Center for Internet Security standard +2015-04-29 Josh Grebe + * Released 1.0.7 + * Compialtion fies for compilers using -format-truncate diff --git a/configure b/configure index 5cc4604..59ce056 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for sudosh2 1.0.6. +# Generated by GNU Autoconf 2.69 for sudosh2 1.0.7. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='sudosh2' PACKAGE_TARNAME='sudosh2' -PACKAGE_VERSION='1.0.6' -PACKAGE_STRING='sudosh2 1.0.6' +PACKAGE_VERSION='1.0.7' +PACKAGE_STRING='sudosh2 1.0.7' PACKAGE_BUGREPORT='josh@shortcutsolutions.net' PACKAGE_URL='' @@ -1289,7 +1289,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 sudosh2 1.0.6 to adapt to many kinds of systems. +\`configure' configures sudosh2 1.0.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1361,7 +1361,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sudosh2 1.0.6:";; + short | recursive ) echo "Configuration of sudosh2 1.0.7:";; esac cat <<\_ACEOF @@ -1454,7 +1454,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sudosh2 configure 1.0.6 +sudosh2 configure 1.0.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1877,7 +1877,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 sudosh2 $as_me 1.0.6, which was +It was created by sudosh2 $as_me 1.0.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2810,7 +2810,7 @@ fi # Define the identity of the package. PACKAGE=sudosh2 - VERSION=1.0.6 + VERSION=1.0.7 cat >>confdefs.h <<_ACEOF @@ -5680,7 +5680,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sudosh2 $as_me 1.0.6, which was +This file was extended by sudosh2 $as_me 1.0.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5746,7 +5746,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -sudosh2 config.status 1.0.6 +sudosh2 config.status 1.0.7 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.in b/configure.in index c55ab03..29be58f 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.5) -AC_INIT(sudosh2, [1.0.6], [josh@shortcutsolutions.net]) +AC_INIT(sudosh2, [1.0.7], [josh@shortcutsolutions.net]) AC_CONFIG_SRCDIR([src/]) AC_CANONICAL_SYSTEM @@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc' AC_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE(sudosh2, 1.0.6) +AM_INIT_AUTOMAKE(sudosh2, 1.0.7) AC_PROG_CC recordinput=0 diff --git a/sudosh.spec b/sudosh.spec index 16fc509..9a47434 100644 --- a/sudosh.spec +++ b/sudosh.spec @@ -2,7 +2,7 @@ # %define origname sudosh2 %define name sudosh2 -%define version 1.0.6 +%define version 1.0.7 %define release 1.el5 Name: %{name} @@ -74,6 +74,9 @@ install -m 0744 sudosh.conf.tmp %{buildroot}/etc/sudosh.conf %dir %attr(0733 root root) /var/log/sudosh %changelog +* Tue Jul 16 2019 - 1.0.7 +- Fixed ompilation errors for newer gcc +- Version bumped to 1.0.7 * Wed Apr 29 2015 - 1.0.6 - Version bumped to 1.0.6 * Fri Jul 09 2010 John Barton - 1.0.4-1