=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff-40-@@ -75,7 +78,7 @@ rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff:41: "--locale="* ) MT_LANG_DEST="`echo "$A" | sed -e "s/--locale=//"`" rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff-42- MT_PO_DEST=$MT_LANG_DEST;; rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff:43: "--mandir="* ) MT_MAN_DEST="`echo "$A" | sed -e "s/--mandir=//"`";; rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff-44-- "cflags" ) CFLAG=${CFLAGS};; rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff-45-+ "cflags" ) CFLAG=${CFLAGS}; LDFLAG=${LDFLAGS};; rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff:46: "--cpu="* ) MARCH='-march='"`echo "$A" | sed -e "s/--cpu=//"`";; rgbpaint-0.8.7/debian/patches/02-build_system_and_bashisms.diff-47- "386" ) MARCH='-march=i386';; ############################################## rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff-37-@@ -78,7 +78,7 @@ do rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff:38: "--locale="* ) MT_LANG_DEST="`echo "$A" | sed -e "s/--locale=//"`" rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff-39- MT_PO_DEST=$MT_LANG_DEST;; rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff:40: "--mandir="* ) MT_MAN_DEST="`echo "$A" | sed -e "s/--mandir=//"`";; rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff-41-- "cflags" ) CFLAG=${CFLAGS}; LDFLAG=${LDFLAGS};; rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff-42-+ "cflags" ) CFLAG=${CFLAGS}; LDFLAG=${LDFLAGS} CPPFLAG=${CPPFLAGS};; rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff:43: "--cpu="* ) MARCH='-march='"`echo "$A" | sed -e "s/--cpu=//"`";; rgbpaint-0.8.7/debian/patches/11-hardening_errors.diff-44- "386" ) MARCH='-march=i386';; ############################################## rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-72- "--help" ) HELP=0;; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure:73: "--bindir="* ) LIN_BIN_INSTALL="`echo "$A" | sed -e "s/--bindir=//"`" rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-74- WIN_BIN_INSTALL=$LIN_BIN_INSTALL;; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure:75: "--locale="* ) MT_LANG_DEST="`echo "$A" | sed -e "s/--locale=//"`" rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-76- MT_PO_DEST=$MT_LANG_DEST;; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure:77: "--mandir="* ) MT_MAN_DEST="`echo "$A" | sed -e "s/--mandir=//"`";; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-78- "cflags" ) CFLAG=${CFLAGS};; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure:79: "--cpu="* ) MARCH='-march='"`echo "$A" | sed -e "s/--cpu=//"`";; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-80- "386" ) MARCH='-march=i386';; ############################################## rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-83- "686" ) MARCH='-march=i686';; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure:84: "--prefix="* ) MT_PREFIX="`echo "$A" | sed -e "s/--prefix=//"`" rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-85- WIN_BIN_INSTALL="$MT_PREFIX/bin" ############################################## rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-89- MT_MAN_DEST="$MT_PREFIX/man/man1";; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure:90: "--po="* ) MT_PO_DEST="`echo "$A" | sed -e "s/--po=//"`";; rgbpaint-0.8.7/.pc/01-install_paths.diff/configure-91- "build" ) ./configure flush ############################################## rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-72- "--help" ) HELP=0;; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure:73: "--bindir="* ) LIN_BIN_INSTALL="`echo "$A" | sed -e "s/--bindir=//"`" rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-74- WIN_BIN_INSTALL=$LIN_BIN_INSTALL;; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure:75: "--locale="* ) MT_LANG_DEST="`echo "$A" | sed -e "s/--locale=//"`" rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-76- MT_PO_DEST=$MT_LANG_DEST;; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure:77: "--mandir="* ) MT_MAN_DEST="`echo "$A" | sed -e "s/--mandir=//"`";; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-78- "cflags" ) CFLAG=${CFLAGS};; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure:79: "--cpu="* ) MARCH='-march='"`echo "$A" | sed -e "s/--cpu=//"`";; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-80- "386" ) MARCH='-march=i386';; ############################################## rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-83- "686" ) MARCH='-march=i686';; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure:84: "--prefix="* ) MT_PREFIX="`echo "$A" | sed -e "s/--prefix=//"`" rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-85- WIN_BIN_INSTALL="$MT_PREFIX/bin" ############################################## rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-89- MT_MAN_DEST="$MT_PREFIX/man/man1";; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure:90: "--po="* ) MT_PO_DEST="`echo "$A" | sed -e "s/--po=//"`";; rgbpaint-0.8.7/.pc/02-build_system_and_bashisms.diff/configure-91- "build" ) ./configure flush ############################################## rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-75- "--help" ) HELP=0;; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure:76: "--bindir="* ) LIN_BIN_INSTALL="`echo "$A" | sed -e "s/--bindir=//"`" rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-77- WIN_BIN_INSTALL=$LIN_BIN_INSTALL;; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure:78: "--locale="* ) MT_LANG_DEST="`echo "$A" | sed -e "s/--locale=//"`" rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-79- MT_PO_DEST=$MT_LANG_DEST;; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure:80: "--mandir="* ) MT_MAN_DEST="`echo "$A" | sed -e "s/--mandir=//"`";; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-81- "cflags" ) CFLAG=${CFLAGS}; LDFLAG=${LDFLAGS};; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure:82: "--cpu="* ) MARCH='-march='"`echo "$A" | sed -e "s/--cpu=//"`";; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-83- "386" ) MARCH='-march=i386';; ############################################## rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-86- "686" ) MARCH='-march=i686';; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure:87: "--prefix="* ) MT_PREFIX="`echo "$A" | sed -e "s/--prefix=//"`" rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-88- WIN_BIN_INSTALL="$MT_PREFIX/bin" ############################################## rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-92- MT_MAN_DEST="$MT_PREFIX/man/man1";; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure:93: "--po="* ) MT_PO_DEST="`echo "$A" | sed -e "s/--po=//"`";; rgbpaint-0.8.7/.pc/11-hardening_errors.diff/configure-94- "build" ) ./configure flush ############################################## rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-75- "--help" ) HELP=0;; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure:76: "--bindir="* ) LIN_BIN_INSTALL="`echo "$A" | sed -e "s/--bindir=//"`" rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-77- WIN_BIN_INSTALL=$LIN_BIN_INSTALL;; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure:78: "--locale="* ) MT_LANG_DEST="`echo "$A" | sed -e "s/--locale=//"`" rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-79- MT_PO_DEST=$MT_LANG_DEST;; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure:80: "--mandir="* ) MT_MAN_DEST="`echo "$A" | sed -e "s/--mandir=//"`";; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-81- "cflags" ) CFLAG=${CFLAGS}; LDFLAG=${LDFLAGS} CPPFLAG=${CPPFLAGS};; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure:82: "--cpu="* ) MARCH='-march='"`echo "$A" | sed -e "s/--cpu=//"`";; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-83- "386" ) MARCH='-march=i386';; ############################################## rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-86- "686" ) MARCH='-march=i686';; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure:87: "--prefix="* ) MT_PREFIX="`echo "$A" | sed -e "s/--prefix=//"`" rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-88- WIN_BIN_INSTALL="$MT_PREFIX/bin" ############################################## rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-92- MT_MAN_DEST="$MT_PREFIX/man/man1";; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure:93: "--po="* ) MT_PO_DEST="`echo "$A" | sed -e "s/--po=//"`";; rgbpaint-0.8.7/.pc/12-build_portability.diff/configure-94- "build" ) ./configure flush ############################################## rgbpaint-0.8.7/configure-75- "--help" ) HELP=0;; rgbpaint-0.8.7/configure:76: "--bindir="* ) LIN_BIN_INSTALL="`echo "$A" | sed -e "s/--bindir=//"`" rgbpaint-0.8.7/configure-77- WIN_BIN_INSTALL=$LIN_BIN_INSTALL;; rgbpaint-0.8.7/configure:78: "--locale="* ) MT_LANG_DEST="`echo "$A" | sed -e "s/--locale=//"`" rgbpaint-0.8.7/configure-79- MT_PO_DEST=$MT_LANG_DEST;; rgbpaint-0.8.7/configure:80: "--mandir="* ) MT_MAN_DEST="`echo "$A" | sed -e "s/--mandir=//"`";; rgbpaint-0.8.7/configure-81- "cflags" ) CFLAG=${CFLAGS}; LDFLAG=${LDFLAGS} CPPFLAG=${CPPFLAGS};; rgbpaint-0.8.7/configure:82: "--cpu="* ) MARCH='-march='"`echo "$A" | sed -e "s/--cpu=//"`";; rgbpaint-0.8.7/configure-83- "386" ) MARCH='-march=i386';; ############################################## rgbpaint-0.8.7/configure-86- "686" ) MARCH='-march=i686';; rgbpaint-0.8.7/configure:87: "--prefix="* ) MT_PREFIX="`echo "$A" | sed -e "s/--prefix=//"`" rgbpaint-0.8.7/configure-88- WIN_BIN_INSTALL="$MT_PREFIX/bin" ############################################## rgbpaint-0.8.7/configure-92- MT_MAN_DEST="$MT_PREFIX/man/man1";; rgbpaint-0.8.7/configure:93: "--po="* ) MT_PO_DEST="`echo "$A" | sed -e "s/--po=//"`";; rgbpaint-0.8.7/configure-94- "build" ) ./configure flush