forked from pool/sqlmap
Accepting request 1116624 from home:polslinux:branches:security
- update to 1.7.10: * Fixes: #5536, #5502, #5521 OBS-URL: https://build.opensuse.org/request/show/1116624 OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=19
This commit is contained in:
parent
ac65a66005
commit
99900b0344
3
sqlmap-1.7.10.tar.gz
Normal file
3
sqlmap-1.7.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75a9fb2c8e64292baf1380d75ce4024eed7a9763375748042015bc401e784c78
|
||||
size 7214522
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fb835a4c1514dd7dd1047e83001a746d95abfa341e559cdd08f73eb84aae96d
|
||||
size 7214293
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 08:41:21 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- update to 1.7.10:
|
||||
* Fixes: #5536, #5502, #5521
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 12:48:25 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sqlmap
|
||||
Version: 1.7.9
|
||||
Version: 1.7.10
|
||||
Release: 0
|
||||
Summary: Automatic SQL injection and database takeover tool
|
||||
License: GPL-2.0-or-later
|
||||
@ -41,8 +41,7 @@ file system, and executing commands on the operating system via out-of-band
|
||||
connections.
|
||||
|
||||
%prep
|
||||
%setup -q -n sqlmap-%{version}
|
||||
%patch0 -p1
|
||||
%autosetup -p1 -n sqlmap-%{version}
|
||||
find extra lib plugins tamper thirdparty -iname "*.py" -exec sed -i '1{/^#!/ d}' {} \;
|
||||
find extra lib plugins tamper thirdparty -iname "*.pl" -exec sed -i '1{/^#!/ d}' {} \;
|
||||
mv extra/icmpsh/icmpsh-m.c extra/icmpsh/icmpsh-m.c.txt
|
||||
|
Loading…
Reference in New Issue
Block a user