Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sqlmap for openSUSE:Factory checked 
in at 2021-08-31 19:55:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlmap (Old)
 and      /work/SRC/openSUSE:Factory/.sqlmap.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlmap"

Tue Aug 31 19:55:34 2021 rev:3 rq:915183 version:1.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlmap/sqlmap.changes    2021-07-20 
15:39:40.897495722 +0200
+++ /work/SRC/openSUSE:Factory/.sqlmap.new.1899/sqlmap.changes  2021-08-31 
19:56:29.078021514 +0200
@@ -1,0 +2,7 @@
+Tue Aug 31 05:16:54 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update fix_shebang.patch to switch Python scripts to calling
+  /usr/bin/python3.
+- Add Requires on python3 for full interpreter. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlmap.spec ++++++
--- /var/tmp/diff_new_pack.3F7Bi5/_old  2021-08-31 19:56:29.594022160 +0200
+++ /var/tmp/diff_new_pack.3F7Bi5/_new  2021-08-31 19:56:29.594022160 +0200
@@ -28,6 +28,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python3
 BuildArch:      noarch
 
 %description

++++++ fix_shebang.patch ++++++
--- /var/tmp/diff_new_pack.3F7Bi5/_old  2021-08-31 19:56:29.618022190 +0200
+++ /var/tmp/diff_new_pack.3F7Bi5/_new  2021-08-31 19:56:29.618022190 +0200
@@ -8,48 +8,53 @@
 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
-diff --color -rub sqlmap-1.5.ori/extra/shutils/autocompletion.sh 
sqlmap-1.5/extra/shutils/autocompletion.sh
---- sqlmap-1.5.ori/extra/shutils/autocompletion.sh     2021-01-03 
15:23:40.000000000 +0100
-+++ sqlmap-1.5/extra/shutils/autocompletion.sh 2021-07-01 17:19:46.749860716 
+0200
+Index: sqlmap-1.5.7/extra/shutils/autocompletion.sh
+===================================================================
+--- sqlmap-1.5.7.orig/extra/shutils/autocompletion.sh
++++ sqlmap-1.5.7/extra/shutils/autocompletion.sh
 @@ -1,4 +1,4 @@
 -#/usr/bin/env bash
 +#!/usr/bin/bash
  
  # source ./extra/shutils/autocompletion.sh
  
-diff --color -rub sqlmap-1.5.ori/extra/shutils/duplicates.py 
sqlmap-1.5/extra/shutils/duplicates.py
---- sqlmap-1.5.ori/extra/shutils/duplicates.py 2021-01-03 15:23:40.000000000 
+0100
-+++ sqlmap-1.5/extra/shutils/duplicates.py     2021-07-01 17:20:26.786475153 
+0200
+Index: sqlmap-1.5.7/extra/shutils/duplicates.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/python
++#!/usr/bin/python3
  
  # Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/)
  # See the file 'LICENSE' for copying permission
-diff --color -rub sqlmap-1.5.ori/sqlmapapi.py sqlmap-1.5/sqlmapapi.py
---- sqlmap-1.5.ori/sqlmapapi.py        2021-01-03 15:23:40.000000000 +0100
-+++ sqlmap-1.5/sqlmapapi.py    2021-07-01 17:23:26.465232679 +0200
+Index: sqlmap-1.5.7/sqlmapapi.py
+===================================================================
+--- sqlmap-1.5.7.orig/sqlmapapi.py
++++ sqlmap-1.5.7/sqlmapapi.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  
  """
  Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/)
-diff --color -rub sqlmap-1.5.ori/sqlmap.py sqlmap-1.5/sqlmap.py
---- sqlmap-1.5.ori/sqlmap.py   2021-01-03 15:23:40.000000000 +0100
-+++ sqlmap-1.5/sqlmap.py       2021-07-01 17:23:41.313460555 +0200
+Index: sqlmap-1.5.7/sqlmap.py
+===================================================================
+--- sqlmap-1.5.7.orig/sqlmap.py
++++ sqlmap-1.5.7/sqlmap.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  
  """
  Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/)
-diff --color -rub sqlmap-1.5.ori/thirdparty/identywaf/identYwaf.py 
sqlmap-1.5/thirdparty/identywaf/identYwaf.py
---- sqlmap-1.5.ori/thirdparty/identywaf/identYwaf.py   2021-01-03 
15:23:40.000000000 +0100
-+++ sqlmap-1.5/thirdparty/identywaf/identYwaf.py       2021-07-01 
17:20:49.558824640 +0200
+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/python
++#!/usr/bin/python3
  
  """
  Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT

Reply via email to