Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedown committed Jul 16, 2019
1 parent 9401ddc commit 2afdc29
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <josh@shortcutsolutions.net>
* Released 1.0.7
* Compialtion fies for compilers using -format-truncate
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <josh@shortcutsolutions.net>.
#
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# 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

# Override default
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
Expand Down
5 changes: 4 additions & 1 deletion sudosh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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 <jbarton@technicalworks.net> - 1.0.4-1
Expand Down

0 comments on commit 2afdc29

Please sign in to comment.