SHA256
1
0
forked from pool/sqlmap
Dominique Leuenberger 2022-08-04 11:23:57 +00:00 committed by Git OBS Bridge
commit b189b4399d
5 changed files with 22 additions and 36 deletions

View File

@ -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/)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5d7bd6bfee2fcce2f84b332a9c337d45c37343c53b5793cc4141db77789db70
size 6765798

3
sqlmap-1.6.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:397472048c3b454da3e5448944002661fff376edd38f6fe902ab1db0f9fd8d2b
size 7205694

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 3 22:05:25 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@ -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