From 81e994d7907f850506ddc248f84761a54995e58c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 31 May 2013 17:08:22 -0600 Subject: * Fix not allow remote execution by adding PIPE_NOSHELL to the opening of a url by a browser. --- alpine/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'alpine/Makefile.in') diff --git a/alpine/Makefile.in b/alpine/Makefile.in index 4bb886ec..09719265 100644 --- a/alpine/Makefile.in +++ b/alpine/Makefile.in @@ -817,6 +817,7 @@ uninstall-am: uninstall-binPROGRAMS date.c: echo "char datestamp[]="\"`date`\"";" > date.c echo "char hoststamp[]="\"`hostname`\"";" >> date.c + cat ../patchlevel >> date.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -- cgit v1.2.3-54-g00ecf