From 0f822cf500ad96586596c0906d4dd7b242112d8f Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 3 Jul 2019 07:43:57 +0800 Subject: [PATCH] sqlmap: 1.3.7 bump --- dev-db/sqlmap/Manifest | 2 +- dev-db/sqlmap/files/sqlmap.bash-completion | 6 +++--- dev-db/sqlmap/{sqlmap-1.3.5.ebuild => sqlmap-1.3.7.ebuild} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename dev-db/sqlmap/{sqlmap-1.3.5.ebuild => sqlmap-1.3.7.ebuild} (100%) diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest index 511ff4496..be5a77bff 100644 --- a/dev-db/sqlmap/Manifest +++ b/dev-db/sqlmap/Manifest @@ -1,2 +1,2 @@ -DIST sqlmap-1.3.5.tar.gz 7430961 BLAKE2B cb2e841f2d808d7d0688e35b4a88bf0feca3bf7dc898f7107a10b4080cd02430e5b535bdfe7628f6c4d349af0c761de6639fb53602da745237c24aeb97409be7 SHA512 55500472d0bf18984ef9de3806e3f634253b477ec4dbae88fa6ae847b5b84a0412d5bc251f3a8f9e5021e29ef783262e86969b4836c1e2cc1dc3511bc7bf7979 DIST sqlmap-1.3.6.tar.gz 7452711 BLAKE2B e6d5af4885b291e4942213f315f8e770df27b1b706054745b9075188febc82a5e83cb897fe5dd196f70734bbe6081ff2a4051e5812797b03da7e4ea1b4a17c74 SHA512 bf1b0e3422e979e34c36014c8dadf2d64aec95810ceb3f1fce11231d3b11026b3575f8f390ac6dab4ff8695f74f19cd0373cb91b63ae15978c6d3cc9487e5db5 +DIST sqlmap-1.3.7.tar.gz 7482163 BLAKE2B e4b993a6de1b59a301661dbeab0efad11840e309f3b96072483273c1a9f4dc9da093aa1e85f06eab057375783d1a3491f1fd8ea63154f8d2c3312d3500b5a867 SHA512 0d1cfe7dabb3d53d380fd3ad5a69948e3fabd11578bb001672adf2c7a76b0a164f723f17454bc1984a7dfc28a4de9cd50c7593ba44c7ff1e50990bc8e2340cb4 diff --git a/dev-db/sqlmap/files/sqlmap.bash-completion b/dev-db/sqlmap/files/sqlmap.bash-completion index f4170f1d6..42e1c7470 100644 --- a/dev-db/sqlmap/files/sqlmap.bash-completion +++ b/dev-db/sqlmap/files/sqlmap.bash-completion @@ -12,7 +12,7 @@ _sqlmap() prev=`_get_pword` case $prev in - + # List directory content --tamper) COMPREPLY=( $( compgen -W "$tamper" -- "$cur" ) ) @@ -102,7 +102,7 @@ _sqlmap() -z --alert --answers --beep --check-waf --cleanup \ --dependencies --disable-coloring --gpage --identify-waf \ --mobile --page-rank --purge-output --smart \ - --sqlmap-shell --wizard' -- "$cur" ) ) + --sqlmap-shell --wizard' -- "$cur" ) ) # this removes any options from the list of completions that have # already been specified somewhere on the command line, as long as # these options can only be used once (in a word, "options", in @@ -149,7 +149,7 @@ _sqlmap() done printf '%s ' "${COMPREPLY[@]}") <<<"${COMP_WORDS[@]}" ) ) - + # else # _filedir bat fi diff --git a/dev-db/sqlmap/sqlmap-1.3.5.ebuild b/dev-db/sqlmap/sqlmap-1.3.7.ebuild similarity index 100% rename from dev-db/sqlmap/sqlmap-1.3.5.ebuild rename to dev-db/sqlmap/sqlmap-1.3.7.ebuild