Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sqlmap for openSUSE:Factory checked in at 2025-01-12 11:14:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlmap (Old) and /work/SRC/openSUSE:Factory/.sqlmap.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlmap" Sun Jan 12 11:14:36 2025 rev:19 rq:1236208 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlmap/sqlmap.changes 2024-11-28 22:43:59.793076457 +0100 +++ /work/SRC/openSUSE:Factory/.sqlmap.new.1881/sqlmap.changes 2025-01-12 11:20:08.053185104 +0100 @@ -1,0 +2,8 @@ +Sat Jan 4 17:21:22 UTC 2025 - Andrea Manzini <[email protected]> + +- update to 1.9: + * Implements --disable-hashing (#5827) + * fixed #5828 Clickhouse - Unable to retrieve tables + * update of checksums + +------------------------------------------------------------------- Old: ---- sqlmap-1.8.11.tar.gz New: ---- sqlmap-1.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlmap.spec ++++++ --- /var/tmp/diff_new_pack.erXDWB/_old 2025-01-12 11:20:08.497203367 +0100 +++ /var/tmp/diff_new_pack.erXDWB/_new 2025-01-12 11:20:08.497203367 +0100 @@ -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 ++++++ fix_shebang.patch ++++++ --- /var/tmp/diff_new_pack.erXDWB/_old 2025-01-12 11:20:08.521204355 +0100 +++ /var/tmp/diff_new_pack.erXDWB/_new 2025-01-12 11:20:08.525204519 +0100 @@ -8,34 +8,34 @@ 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/) ++++++ sqlmap-1.8.11.tar.gz -> sqlmap-1.9.tar.gz ++++++ /work/SRC/openSUSE:Factory/sqlmap/sqlmap-1.8.11.tar.gz /work/SRC/openSUSE:Factory/.sqlmap.new.1881/sqlmap-1.9.tar.gz differ: char 18, line 1
