-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* Released 1.0.7 | ||
* Compialtion fies for compilers using -format-truncate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>. | ||
# | ||
|
@@ -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='[email protected]' | ||
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\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.5) | ||
AC_INIT(sudosh2, [1.0.6], [[email protected]]) | ||
AC_INIT(sudosh2, [1.0.7], [[email protected]]) | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> - 1.0.4-1 | ||
|