Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sqlmap for openSUSE:Factory checked in at 2024-01-09 20:51:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlmap (Old) and /work/SRC/openSUSE:Factory/.sqlmap.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlmap" Tue Jan 9 20:51:30 2024 rev:14 rq:1137741 version:1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlmap/sqlmap.changes 2023-12-05 17:04:36.760236029 +0100 +++ /work/SRC/openSUSE:Factory/.sqlmap.new.21961/sqlmap.changes 2024-01-09 20:51:41.628671266 +0100 @@ -1,0 +2,9 @@ +Fri Jan 5 14:32:01 UTC 2024 - Andrea Manzini <[email protected]> + +- update to 1.8: + * H2 queries to get data use wrong order for LIMIT and OFFSET (#5580) + * Cleaning some mess with limitQuery + * fix issue #5571, #5229, #5581, #5585 + * update documentation and copyright year + +------------------------------------------------------------------- Old: ---- sqlmap-1.7.12.tar.gz New: ---- sqlmap-1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlmap.spec ++++++ --- /var/tmp/diff_new_pack.ksBgKi/_old 2024-01-09 20:51:42.256694099 +0100 +++ /var/tmp/diff_new_pack.ksBgKi/_new 2024-01-09 20:51:42.260694245 +0100 @@ -1,7 +1,7 @@ # # spec file for package sqlmap # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.7.12 +Version: 1.8 Release: 0 Summary: Automatic SQL injection and database takeover tool License: GPL-2.0-or-later ++++++ fix_shebang.patch ++++++ --- /var/tmp/diff_new_pack.ksBgKi/_old 2024-01-09 20:51:42.280694972 +0100 +++ /var/tmp/diff_new_pack.ksBgKi/_new 2024-01-09 20:51:42.280694972 +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.7.9/extra/shutils/autocompletion.sh +Index: sqlmap-1.8/extra/shutils/autocompletion.sh =================================================================== ---- sqlmap-1.7.9.orig/extra/shutils/autocompletion.sh -+++ sqlmap-1.7.9/extra/shutils/autocompletion.sh +--- sqlmap-1.8.orig/extra/shutils/autocompletion.sh ++++ sqlmap-1.8/extra/shutils/autocompletion.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/bash # source ./extra/shutils/autocompletion.sh -Index: sqlmap-1.7.9/sqlmapapi.py +Index: sqlmap-1.8/sqlmapapi.py =================================================================== ---- sqlmap-1.7.9.orig/sqlmapapi.py -+++ sqlmap-1.7.9/sqlmapapi.py +--- sqlmap-1.8.orig/sqlmapapi.py ++++ sqlmap-1.8/sqlmapapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ - Copyright (c) 2006-2023 sqlmap developers (https://sqlmap.org/) -Index: sqlmap-1.7.9/sqlmap.py + Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/) +Index: sqlmap-1.8/sqlmap.py =================================================================== ---- sqlmap-1.7.9.orig/sqlmap.py -+++ sqlmap-1.7.9/sqlmap.py +--- sqlmap-1.8.orig/sqlmap.py ++++ sqlmap-1.8/sqlmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ - Copyright (c) 2006-2023 sqlmap developers (https://sqlmap.org/) + Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/) ++++++ sqlmap-1.7.12.tar.gz -> sqlmap-1.8.tar.gz ++++++ /work/SRC/openSUSE:Factory/sqlmap/sqlmap-1.7.12.tar.gz /work/SRC/openSUSE:Factory/.sqlmap.new.21961/sqlmap-1.8.tar.gz differ: char 18, line 1
