=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ############################################## marble-20.08.0/src/lib/marble/MarbleConfig.cmake.in-22- marble-20.08.0/src/lib/marble/MarbleConfig.cmake.in:23:include("${CMAKE_CURRENT_LIST_DIR}/@MARBLE_CMAKECONFIGNAME@Targets.cmake") ############################################## marble-20.08.0/src/lib/astro/AstroConfig.cmake.in-2- marble-20.08.0/src/lib/astro/AstroConfig.cmake.in:3:include("${CMAKE_CURRENT_LIST_DIR}/@ASTRO_CMAKECONFIGNAME@Targets.cmake") ############################################## marble-20.08.0/src/3rdparty/zlib/FAQ-352- marble-20.08.0/src/3rdparty/zlib/FAQ:353:42. The match.asm code in contrib is under the GNU General Public License. marble-20.08.0/src/3rdparty/zlib/FAQ-354- Since it's part of zlib, doesn't that mean that all of zlib falls under the ############################################## marble-20.08.0/src/3rdparty/zlib/deflate.c-88-#ifdef ASMV marble-20.08.0/src/3rdparty/zlib/deflate.c:89: void match_init OF((void)); /* asm code initialization */ marble-20.08.0/src/3rdparty/zlib/deflate.c-90- uInt longest_match OF((deflate_state *s, IPos cur_match)); ############################################## marble-20.08.0/src/3rdparty/zlib/deflate.c-1128-#ifdef ASMV marble-20.08.0/src/3rdparty/zlib/deflate.c:1129: match_init(); /* initialize the asm code */ marble-20.08.0/src/3rdparty/zlib/deflate.c-1130-#endif ############################################## marble-20.08.0/src/3rdparty/zlib/deflate.c-1144-#ifndef ASMV marble-20.08.0/src/3rdparty/zlib/deflate.c:1145:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or marble-20.08.0/src/3rdparty/zlib/deflate.c-1146- * match.S. The code will be functionally equivalent. ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-408-- Have make fail if a test fails [Levin] marble-20.08.0/src/3rdparty/zlib/ChangeLog:409:- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson] marble-20.08.0/src/3rdparty/zlib/ChangeLog-410-- Remove assembler object files from contrib ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-588-- Update zlib www home address in win32/DLL_FAQ.txt [Truta] marble-20.08.0/src/3rdparty/zlib/ChangeLog:589:- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove] marble-20.08.0/src/3rdparty/zlib/ChangeLog:590:- Enable browse info in the "Debug" and "ASM Debug" configurations in marble-20.08.0/src/3rdparty/zlib/ChangeLog-591- the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta] ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-685-- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer] marble-20.08.0/src/3rdparty/zlib/ChangeLog:686:- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant] marble-20.08.0/src/3rdparty/zlib/ChangeLog-687-- Use z_off_t for adler32_combine() and crc32_combine() lengths ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-821-- Add contrib/ada [Anisimkov] marble-20.08.0/src/3rdparty/zlib/ChangeLog:822:- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta] marble-20.08.0/src/3rdparty/zlib/ChangeLog-823-- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant] ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-845-- Fix prototype of syncsearch in inflate.c [Truta] marble-20.08.0/src/3rdparty/zlib/ChangeLog:846:- Introduce ASMINF macro to be enabled when using an ASM implementation marble-20.08.0/src/3rdparty/zlib/ChangeLog-847- of inflate_fast [Truta] ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-1097-- added compress2 in zconf.h, zlib.def, zlib.dnt marble-20.08.0/src/3rdparty/zlib/ChangeLog:1098:- new asm code from Gilles Vollant in contrib/asm386 marble-20.08.0/src/3rdparty/zlib/ChangeLog-1099-- simplify the inflate code (Mark): ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-1115-Changes in 1.0.8 (27 Jan 1998) marble-20.08.0/src/3rdparty/zlib/ChangeLog:1116:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant) marble-20.08.0/src/3rdparty/zlib/ChangeLog-1117-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer) ############################################## marble-20.08.0/src/3rdparty/zlib/ChangeLog-1177- contrib/asm386/ by Gilles Vollant <info@winimage.com> marble-20.08.0/src/3rdparty/zlib/ChangeLog:1178: 386 asm code replacing longest_match(). marble-20.08.0/src/3rdparty/zlib/ChangeLog-1179- contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> ############################################## marble-20.08.0/src/3rdparty/zlib/treebuild.xml-108-# OBJA = marble-20.08.0/src/3rdparty/zlib/treebuild.xml:109:# to use the asm code: make OBJA=match.o marble-20.08.0/src/3rdparty/zlib/treebuild.xml-110-# ############################################## marble-20.08.0/src/3rdparty/zlib/crc32.c-187-/* ========================================================================= marble-20.08.0/src/3rdparty/zlib/crc32.c:188: * This function can be used by asm versions of crc32() marble-20.08.0/src/3rdparty/zlib/crc32.c-189- */ ############################################## marble-20.08.0/src/3rdparty/zlib/Makefile.in-9- marble-20.08.0/src/3rdparty/zlib/Makefile.in:10:# To use the asm code, type: marble-20.08.0/src/3rdparty/zlib/Makefile.in-11-# cp contrib/asm?86/match.S ./match.S ############################################## marble-20.08.0/src/3rdparty/zlib/Makefile.in-64- marble-20.08.0/src/3rdparty/zlib/Makefile.in:65:# to use the asm code: make OBJA=match.o, PIC_OBJA=match.lo marble-20.08.0/src/3rdparty/zlib/Makefile.in-66-OBJA = ############################################## marble-20.08.0/src/3rdparty/zlib/configure-22-if [ -n "${CHOST}" ]; then marble-20.08.0/src/3rdparty/zlib/configure:23: uname="`echo "${CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`" marble-20.08.0/src/3rdparty/zlib/configure-24- CROSS_PREFIX="${CHOST}-" ############################################## marble-20.08.0/src/3rdparty/zlib/configure-103- exit 0 ;; marble-20.08.0/src/3rdparty/zlib/configure:104: -p*=* | --prefix=*) prefix=`echo $1 | sed 's/.*=//'`; shift ;; marble-20.08.0/src/3rdparty/zlib/configure:105: -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;; marble-20.08.0/src/3rdparty/zlib/configure:106: -l*=* | --libdir=*) libdir=`echo $1 | sed 's/.*=//'`; shift ;; marble-20.08.0/src/3rdparty/zlib/configure:107: --sharedlibdir=*) sharedlibdir=`echo $1 | sed 's/.*=//'`; shift ;; marble-20.08.0/src/3rdparty/zlib/configure:108: -i*=* | --includedir=*) includedir=`echo $1 | sed 's/.*=//'`;shift ;; marble-20.08.0/src/3rdparty/zlib/configure:109: -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;; marble-20.08.0/src/3rdparty/zlib/configure-110- -p* | --prefix) prefix="$2"; shift; shift ;; ############################################## marble-20.08.0/src/3rdparty/zlib/configure-119- -6* | --64) build64=1; shift ;; marble-20.08.0/src/3rdparty/zlib/configure:120: -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;; marble-20.08.0/src/3rdparty/zlib/configure-121- --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;; ############################################## marble-20.08.0/src/3rdparty/zlib/configure-154-cflags=${CFLAGS-"-O3"} marble-20.08.0/src/3rdparty/zlib/configure:155:# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure marble-20.08.0/src/3rdparty/zlib/configure-156-case "$cc" in ############################################## marble-20.08.0/src/3rdparty/zlib/configure-159-esac marble-20.08.0/src/3rdparty/zlib/configure:160:case `$cc -v 2>&1` in marble-20.08.0/src/3rdparty/zlib/configure-161- *gcc*) gcc=1 ;; ############################################## marble-20.08.0/src/3rdparty/zlib/configure-274- # but newer ones do. Check for it. marble-20.08.0/src/3rdparty/zlib/configure:275: flag64=`$CC -flags | egrep -- '^-m64'` marble-20.08.0/src/3rdparty/zlib/configure-276- if test x"$flag64" != x"" ; then ############################################## marble-20.08.0/src/3rdparty/zlib/configure-335- show $* marble-20.08.0/src/3rdparty/zlib/configure:336: test "`( $* ) 2>&1 | tee -a configure.log`" = "" marble-20.08.0/src/3rdparty/zlib/configure-337- } ############################################## marble-20.08.0/src/3rdparty/zlib/configure-354- show $* marble-20.08.0/src/3rdparty/zlib/configure:355: got=`( $* ) 2>&1` marble-20.08.0/src/3rdparty/zlib/configure-356- ret=$? ############################################## marble-20.08.0/src/3rdparty/zlib/configure-414- show "$NM $test.o | grep _hello" marble-20.08.0/src/3rdparty/zlib/configure:415: if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then marble-20.08.0/src/3rdparty/zlib/configure-416- CPP="$CPP -DNO_UNDERLINE" ############################################## marble-20.08.0/src/3rdparty/zlib/zlib.h-1117- 8: DEBUG marble-20.08.0/src/3rdparty/zlib/zlib.h:1118: 9: ASMV or ASMINF -- use ASM code marble-20.08.0/src/3rdparty/zlib/zlib.h-1119- 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention ############################################## marble-20.08.0/data/svg/osmcarto/svg/prepare.sh-3-do marble-20.08.0/data/svg/osmcarto/svg/prepare.sh:4:BASE=`basename $F .svg` marble-20.08.0/data/svg/osmcarto/svg/prepare.sh-5-inkscape --verb=EditSelectAll --verb=EditCut --verb=EditPasteInPlace --verb=FileSave --verb=FileQuit $F ############################################## marble-20.08.0/data/svg/osmcarto/svg/createbitmaps.sh-3-do marble-20.08.0/data/svg/osmcarto/svg/createbitmaps.sh:4: BASE=`basename $F .svg` marble-20.08.0/data/svg/osmcarto/svg/createbitmaps.sh-5- inkscape --export-area-page --export-png="${BASE}.png" --export-width=48 --export-height=48 "${F}"