Skip to content

Commit dea014f

Browse files
committed
update
1 parent 3c95172 commit dea014f

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGES
22

3+
4.0.1 Tue Nov 20 08:22:20 UTC 2018
4+
5+
* Add LDFLAGS environment variable (Thanks to zboszor <https://github.com/zboszor>)
6+
37
4.0.0 Mon Nov 12 16:54:56 UTC 2018
48

59
* Add -H option for extra security without root (Thanks to intika <https://github.com/intika>). It protects against dumping, code injection, `cat /proc/pid/cmdline`, ptrace, etc.. (only works with Bourne shell (sh) scripts with no parameter)

configure

Lines changed: 10 additions & 10 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 shc 4.0.0.
3+
# Generated by GNU Autoconf 2.69 for shc 4.0.1.
44
#
55
# Report bugs to <http://github.com/neurobin/shc/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='shc'
582582
PACKAGE_TARNAME='shc'
583-
PACKAGE_VERSION='4.0.0'
584-
PACKAGE_STRING='shc 4.0.0'
583+
PACKAGE_VERSION='4.0.1'
584+
PACKAGE_STRING='shc 4.0.1'
585585
PACKAGE_BUGREPORT='http://github.com/neurobin/shc/issues'
586586
PACKAGE_URL=''
587587

@@ -1279,7 +1279,7 @@ if test "$ac_init_help" = "long"; then
12791279
# Omit some internal or obsolete options to make the list less imposing.
12801280
# This message is too long to be a string in the A/UX 3.1 sh.
12811281
cat <<_ACEOF
1282-
\`configure' configures shc 4.0.0 to adapt to many kinds of systems.
1282+
\`configure' configures shc 4.0.1 to adapt to many kinds of systems.
12831283
12841284
Usage: $0 [OPTION]... [VAR=VALUE]...
12851285
@@ -1346,7 +1346,7 @@ fi
13461346

13471347
if test -n "$ac_init_help"; then
13481348
case $ac_init_help in
1349-
short | recursive ) echo "Configuration of shc 4.0.0:";;
1349+
short | recursive ) echo "Configuration of shc 4.0.1:";;
13501350
esac
13511351
cat <<\_ACEOF
13521352
@@ -1437,7 +1437,7 @@ fi
14371437
test -n "$ac_init_help" && exit $ac_status
14381438
if $ac_init_version; then
14391439
cat <<\_ACEOF
1440-
shc configure 4.0.0
1440+
shc configure 4.0.1
14411441
generated by GNU Autoconf 2.69
14421442
14431443
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1863,7 +1863,7 @@ cat >config.log <<_ACEOF
18631863
This file contains any messages produced by compilers while
18641864
running configure, to aid debugging if configure makes a mistake.
18651865
1866-
It was created by shc $as_me 4.0.0, which was
1866+
It was created by shc $as_me 4.0.1, which was
18671867
generated by GNU Autoconf 2.69. Invocation command line was
18681868
18691869
$ $0 $@
@@ -2733,7 +2733,7 @@ fi
27332733
27342734
# Define the identity of the package.
27352735
PACKAGE='shc'
2736-
VERSION='4.0.0'
2736+
VERSION='4.0.1'
27372737
27382738
27392739
cat >>confdefs.h <<_ACEOF
@@ -5311,7 +5311,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
53115311
# report actual input values of CONFIG_FILES etc. instead of their
53125312
# values after options handling.
53135313
ac_log="
5314-
This file was extended by shc $as_me 4.0.0, which was
5314+
This file was extended by shc $as_me 4.0.1, which was
53155315
generated by GNU Autoconf 2.69. Invocation command line was
53165316
53175317
CONFIG_FILES = $CONFIG_FILES
@@ -5368,7 +5368,7 @@ _ACEOF
53685368
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
53695369
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
53705370
ac_cs_version="\\
5371-
shc config.status 4.0.0
5371+
shc config.status 4.0.1
53725372
configured by $0, generated by GNU Autoconf 2.69,
53735373
with options \\"\$ac_cs_config\\"
53745374

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([shc], [4.0.0], [http://github.com/neurobin/shc/issues])
1+
AC_INIT([shc], [4.0.1], [http://github.com/neurobin/shc/issues])
22
AC_CONFIG_AUX_DIR(config)
33
#prefix="/usr"
44
AC_CONFIG_SRCDIR([src/shc.c])

shc.1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 1.19.2.4
22
.\"
3-
.TH "shc" "1" "November 13, 2018" "shc user manual" ""
3+
.TH "shc" "1" "November 20, 2018" "shc user manual" ""
44
.hy
55
.SH NAME
66
.PP
@@ -170,6 +170,11 @@ C compiler command \f[C][cc]\f[]
170170
C compiler flags \f[C][none]\f[]
171171
.RS
172172
.RE
173+
.TP
174+
.B LDFLAGS
175+
Linker flags \f[C][none]\f[]
176+
.RS
177+
.RE
173178
.SH EXAMPLES
174179
.PP
175180
Compile a script which can be run on other systems with the trace option

src/shc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
static const char my_name[] = "shc";
20-
static const char version[] = "Version 4.0.0";
20+
static const char version[] = "Version 4.0.1";
2121
static const char subject[] = "Generic Shell Script Compiler";
2222
static const char cpright[] = "GNU GPL Version 3";
2323
static const struct { const char * f, * s, * e; }

0 commit comments

Comments
 (0)