diff --git a/fix_shebang.patch b/fix_shebang.patch index c31f484..3862f0c 100644 --- a/fix_shebang.patch +++ b/fix_shebang.patch @@ -8,53 +8,33 @@ Only in sqlmap-1.5.ori/extra/runcmd/src/runcmd: stdafx.cpp Only in sqlmap-1.5/extra/runcmd/src/runcmd: stdafx.cpp.txt Only in sqlmap-1.5.ori/extra/runcmd/src/runcmd: stdafx.h Only in sqlmap-1.5/extra/runcmd/src/runcmd: stdafx.h.txt -Index: sqlmap-1.5.7/extra/shutils/autocompletion.sh +Index: sqlmap-1.6.7/extra/shutils/autocompletion.sh =================================================================== ---- sqlmap-1.5.7.orig/extra/shutils/autocompletion.sh -+++ sqlmap-1.5.7/extra/shutils/autocompletion.sh +--- sqlmap-1.6.7.orig/extra/shutils/autocompletion.sh ++++ sqlmap-1.6.7/extra/shutils/autocompletion.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/bash # source ./extra/shutils/autocompletion.sh -Index: sqlmap-1.5.7/extra/shutils/duplicates.py +Index: sqlmap-1.6.7/sqlmapapi.py =================================================================== ---- sqlmap-1.5.7.orig/extra/shutils/duplicates.py -+++ sqlmap-1.5.7/extra/shutils/duplicates.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/python3 - - # Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/) - # See the file 'LICENSE' for copying permission -Index: sqlmap-1.5.7/sqlmapapi.py -=================================================================== ---- sqlmap-1.5.7.orig/sqlmapapi.py -+++ sqlmap-1.5.7/sqlmapapi.py +--- sqlmap-1.6.7.orig/sqlmapapi.py ++++ sqlmap-1.6.7/sqlmapapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ - Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/) -Index: sqlmap-1.5.7/sqlmap.py + Copyright (c) 2006-2022 sqlmap developers (https://sqlmap.org/) +Index: sqlmap-1.6.7/sqlmap.py =================================================================== ---- sqlmap-1.5.7.orig/sqlmap.py -+++ sqlmap-1.5.7/sqlmap.py +--- sqlmap-1.6.7.orig/sqlmap.py ++++ sqlmap-1.6.7/sqlmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ - Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/) -Index: sqlmap-1.5.7/thirdparty/identywaf/identYwaf.py -=================================================================== ---- sqlmap-1.5.7.orig/thirdparty/identywaf/identYwaf.py -+++ sqlmap-1.5.7/thirdparty/identywaf/identYwaf.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/python3 - - """ - Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT + Copyright (c) 2006-2022 sqlmap developers (https://sqlmap.org/) diff --git a/sqlmap-1.5.7.tar.gz b/sqlmap-1.5.7.tar.gz deleted file mode 100644 index f166627..0000000 --- a/sqlmap-1.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5d7bd6bfee2fcce2f84b332a9c337d45c37343c53b5793cc4141db77789db70 -size 6765798 diff --git a/sqlmap-1.6.7.tar.gz b/sqlmap-1.6.7.tar.gz new file mode 100644 index 0000000..cabcba1 --- /dev/null +++ b/sqlmap-1.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397472048c3b454da3e5448944002661fff376edd38f6fe902ab1db0f9fd8d2b +size 7205694 diff --git a/sqlmap.changes b/sqlmap.changes index f2c4ed3..0d905d2 100644 --- a/sqlmap.changes +++ b/sqlmap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 3 22:05:25 UTC 2022 - Dirk Müller + +- update to 1.6.7: + * https://github.com/sqlmapproject/sqlmap/compare/1.5.7...1.6.7 + ------------------------------------------------------------------- Tue Aug 31 05:16:54 UTC 2021 - Steve Kowalik diff --git a/sqlmap.spec b/sqlmap.spec index 93fdb18..3acc165 100644 --- a/sqlmap.spec +++ b/sqlmap.spec @@ -1,7 +1,7 @@ # # spec file for package sqlmap # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: sqlmap -Version: 1.5.7 +Version: 1.6.7 Release: 0 Summary: Automatic SQL injection and database takeover tool License: GPL-2.0-or-later