=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== shorewall6-5.2.3.4/configure.pl-181-if ( $ENV{SOURCE_DATE_EPOCH} ) { shorewall6-5.2.3.4/configure.pl:182: printf $outfile "#\n# Created by Shorewall Core version %s configure.pl - %s\n", VERSION, `date --utc --date=\"\@$ENV{SOURCE_DATE_EPOCH}\"`; shorewall6-5.2.3.4/configure.pl-183-} else { ############################################## shorewall6-5.2.3.4/configure-197-echo '#' > shorewallrc shorewall6-5.2.3.4/configure:198:echo "# Created by Shorewall Core version $VERSION configure - " `date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"` >> shorewallrc shorewall6-5.2.3.4/configure-199-echo "# rc file: $rcfile" >> shorewallrc ############################################## shorewall6-5.2.3.4/tunnel-100- shorewall6-5.2.3.4/tunnel:101: if [ -n "`ip link show $tunnel 2>/dev/null`" ]; then shorewall6-5.2.3.4/tunnel-102- echo "Stopping $tunnel" ############################################## shorewall6-5.2.3.4/tunnel-105- shorewall6-5.2.3.4/tunnel:106: if [ -n "`ip addr show $tunnel 2>/dev/null`" ]; then shorewall6-5.2.3.4/tunnel-107- echo "Deleting $tunnel" ############################################## shorewall6-5.2.3.4/tunnel-117- shorewall6-5.2.3.4/tunnel:118: if [ -n "`ip link show $tunnel 2>/dev/null`" ]; then shorewall6-5.2.3.4/tunnel-119- do_stop ############################################## shorewall6-5.2.3.4/debian/rules-12-VPATCH:=$(shell echo $(V) |cut -f 3 -d .) shorewall6-5.2.3.4/debian/rules:13:NEXTPATCH:=$(shell expr $(VPATCH) + 1 2>/dev/null || expr `echo $(VPATCH) | cut -f 1 -d - ` + 1) shorewall6-5.2.3.4/debian/rules-14-