diff --git a/fix_shebang.patch b/fix_shebang.patch index f849daf..e13a381 100644 --- a/fix_shebang.patch +++ b/fix_shebang.patch @@ -8,33 +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.8.11/extra/shutils/autocompletion.sh +Index: sqlmap-1.9/extra/shutils/autocompletion.sh =================================================================== ---- sqlmap-1.8.11.orig/extra/shutils/autocompletion.sh -+++ sqlmap-1.8.11/extra/shutils/autocompletion.sh +--- sqlmap-1.9.orig/extra/shutils/autocompletion.sh ++++ sqlmap-1.9/extra/shutils/autocompletion.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/bash # source ./extra/shutils/autocompletion.sh -Index: sqlmap-1.8.11/sqlmapapi.py +Index: sqlmap-1.9/sqlmapapi.py =================================================================== ---- sqlmap-1.8.11.orig/sqlmapapi.py -+++ sqlmap-1.8.11/sqlmapapi.py +--- sqlmap-1.9.orig/sqlmapapi.py ++++ sqlmap-1.9/sqlmapapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ - Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/) -Index: sqlmap-1.8.11/sqlmap.py + Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/) +Index: sqlmap-1.9/sqlmap.py =================================================================== ---- sqlmap-1.8.11.orig/sqlmap.py -+++ sqlmap-1.8.11/sqlmap.py +--- sqlmap-1.9.orig/sqlmap.py ++++ sqlmap-1.9/sqlmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ - Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/) + Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/) diff --git a/sqlmap-1.8.11.tar.gz b/sqlmap-1.8.11.tar.gz deleted file mode 100644 index 0cf3250..0000000 --- a/sqlmap-1.8.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52ee3a3c1892745176f936fc16a7f761d690739afa4b7b01c64e9144849cbd9 -size 7251649 diff --git a/sqlmap-1.9.tar.gz b/sqlmap-1.9.tar.gz new file mode 100644 index 0000000..53a48f6 --- /dev/null +++ b/sqlmap-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7954fb45930ad5a0fb49834d42d3c895dbf9723784c439ee1d47a12615a5307c +size 7251286 diff --git a/sqlmap.changes b/sqlmap.changes index a51563c..342d0e1 100644 --- a/sqlmap.changes +++ b/sqlmap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 4 17:21:22 UTC 2025 - Andrea Manzini + +- update to 1.9: + * Implements --disable-hashing (#5827) + * fixed #5828 Clickhouse - Unable to retrieve tables + * update of checksums + ------------------------------------------------------------------- Wed Nov 27 15:56:23 UTC 2024 - Andrea Manzini diff --git a/sqlmap.spec b/sqlmap.spec index 54ad1fd..6dde694 100644 --- a/sqlmap.spec +++ b/sqlmap.spec @@ -1,7 +1,7 @@ # # spec file for package sqlmap # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: sqlmap -Version: 1.8.11 +Version: 1.9 Release: 0 Summary: Automatic SQL injection and database takeover tool License: GPL-2.0-or-later