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-07-20 15:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlmap (Old)
 and      /work/SRC/openSUSE:Factory/.sqlmap.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlmap"

Tue Jul 20 15:39:03 2021 rev:2 rq:907069 version:1.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlmap/sqlmap.changes    2021-07-03 
20:50:53.372749934 +0200
+++ /work/SRC/openSUSE:Factory/.sqlmap.new.2632/sqlmap.changes  2021-07-20 
15:39:40.897495722 +0200
@@ -1,0 +2,10 @@
+Thu Jul 15 07:21:22 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 1.5.7:
+  * Fixed #4728 (https://github.com/sqlmapproject/sqlmap/issues/4728)
+  * Fixed #4664 (https://github.com/sqlmapproject/sqlmap/issues/4664)
+  * Fixed #4625 (https://github.com/sqlmapproject/sqlmap/issues/4625)
+  * Speedup of caching for char encoding (non-Unicode chars in page)
+  * Fixing HTTP chunking for Python2.6
+
+-------------------------------------------------------------------

Old:
----
  sqlmap-1.5.tar.gz

New:
----
  sqlmap-1.5.7.tar.gz

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

Other differences:
------------------
++++++ sqlmap.spec ++++++
--- /var/tmp/diff_new_pack.K8q2TE/_old  2021-07-20 15:39:42.001497697 +0200
+++ /var/tmp/diff_new_pack.K8q2TE/_new  2021-07-20 15:39:42.005497704 +0200
@@ -18,16 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           sqlmap
-Version:        1.5
+Version:        1.5.7
 Release:        0
 Summary:        Automatic SQL injection and database takeover tool
 License:        GPL-2.0-or-later
 URL:            https://github.com/sqlmapproject/sqlmap
-Source:         sqlmap-1.5.tar.gz
+Source:         
https://github.com/sqlmapproject/sqlmap/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         fix_shebang.patch
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 
 %description
@@ -40,7 +40,6 @@
 file system, and executing commands on the operating system via out-of-band
 connections.
 
-
 %prep
 %setup -q -n sqlmap-%{version}
 %patch0 -p1
@@ -57,14 +56,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}/usr/share/sqlmap
-cp -a * %{buildroot}/usr/share/sqlmap
+mkdir -p %{buildroot}%{_datadir}/sqlmap
+cp -a * %{buildroot}%{_datadir}/sqlmap
 
-%python_expand %fdupes %{buildroot}/usr/share/sqlmap
+%python_expand %fdupes %{buildroot}%{_datadir}/sqlmap
 
 %post
-%{__ln_s} -f  /usr/share/sqlmap/sqlmap.py %{_bindir}
-%{__ln_s} -f  /usr/share/sqlmap/sqlmapapi.py %{_bindir}
+ln -s -f  %{_datadir}/sqlmap/sqlmap.py %{_bindir}
+ln -s -f  %{_datadir}/sqlmap/sqlmapapi.py %{_bindir}
 
 %postun
 case "$1" in
@@ -75,9 +74,9 @@
 esac
 
 %files
-/usr/share/sqlmap
+%{_datadir}/sqlmap
 
-%license /usr/share/sqlmap/LICENSE
-%doc /usr/share/sqlmap/README.md
+%license %{_datadir}/sqlmap/LICENSE
+%doc %{_datadir}/sqlmap/README.md
 
 %changelog

++++++ sqlmap-1.5.tar.gz -> sqlmap-1.5.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/sqlmap/sqlmap-1.5.tar.gz 
/work/SRC/openSUSE:Factory/.sqlmap.new.2632/sqlmap-1.5.7.tar.gz differ: char 
15, line 1

Reply via email to