From 724fb57b0494de0b0fa0b649e10a514cf9edb9c10200c11b85aa44f4e27afa21 Mon Sep 17 00:00:00 2001 From: Wolfgang Frisch Date: Mon, 27 Nov 2023 08:13:19 +0000 Subject: [PATCH] Accepting request 1128764 from home:dirkmueller:Factory - update to 1.7.11: * Fixes: #5539, #5549, #5560, #5565 * Implements #5452 * Fixes #5252 * Fixes #5216 * https://github.com/sqlmapproject/sqlmap/compare/1.5.7...1.6.7 - Add Requires on python3 for full interpreter. OBS-URL: https://build.opensuse.org/request/show/1128764 OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=21 --- sqlmap-1.7.10.tar.gz | 3 --- sqlmap-1.7.11.tar.gz | 3 +++ sqlmap.changes | 16 +++++++++++----- sqlmap.spec | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 sqlmap-1.7.10.tar.gz create mode 100644 sqlmap-1.7.11.tar.gz diff --git a/sqlmap-1.7.10.tar.gz b/sqlmap-1.7.10.tar.gz deleted file mode 100644 index 505ff52..0000000 --- a/sqlmap-1.7.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75a9fb2c8e64292baf1380d75ce4024eed7a9763375748042015bc401e784c78 -size 7214522 diff --git a/sqlmap-1.7.11.tar.gz b/sqlmap-1.7.11.tar.gz new file mode 100644 index 0000000..2bc8b5a --- /dev/null +++ b/sqlmap-1.7.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49eb8d684f266f5a01a6f04a1b2e3f1776b32ea9b2359f16f90bee18fb57a9d2 +size 7215592 diff --git a/sqlmap.changes b/sqlmap.changes index 6c06f02..b3db638 100644 --- a/sqlmap.changes +++ b/sqlmap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 25 16:49:38 UTC 2023 - Dirk Müller + +- update to 1.7.11: + * Fixes: #5539, #5549, #5560, #5565 + ------------------------------------------------------------------- Tue Oct 10 08:41:21 UTC 2023 - Paolo Stivanin @@ -31,7 +37,7 @@ Wed Jul 19 19:24:30 UTC 2023 - Dirk Müller * Fixes #5434 * Fixes #5444 * Fixes #5445 - * Implements #5452 + * Implements #5452 ------------------------------------------------------------------- Fri Jun 16 10:01:55 UTC 2023 - Andrea Manzini @@ -57,7 +63,7 @@ Tue Dec 6 12:05:32 UTC 2022 - Dirk Müller * Fixes #5232 * Fixes #5240 * Fixes #5242 - * Fixes #5252 + * Fixes #5252 ------------------------------------------------------------------- Sun Dec 4 13:58:09 UTC 2022 - Dirk Müller @@ -68,7 +74,7 @@ Sun Dec 4 13:58:09 UTC 2022 - Dirk Müller * Fixes #5192 * Implement --csrf-data * Fix --cookie-del - * Fixes #5216 + * Fixes #5216 ------------------------------------------------------------------- Mon Oct 10 08:15:44 UTC 2022 - Dirk Müller @@ -87,14 +93,14 @@ Mon Oct 10 08:15:44 UTC 2022 - Dirk Müller Wed Aug 3 22:05:25 UTC 2022 - Dirk Müller - update to 1.6.7: - * https://github.com/sqlmapproject/sqlmap/compare/1.5.7...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 - Update fix_shebang.patch to switch Python scripts to calling /usr/bin/python3. -- Add Requires on python3 for full interpreter. +- Add Requires on python3 for full interpreter. ------------------------------------------------------------------- Thu Jul 15 07:21:22 UTC 2021 - Paolo Stivanin diff --git a/sqlmap.spec b/sqlmap.spec index cc56bfe..cb1c939 100644 --- a/sqlmap.spec +++ b/sqlmap.spec @@ -17,7 +17,7 @@ Name: sqlmap -Version: 1.7.10 +Version: 1.7.11 Release: 0 Summary: Automatic SQL injection and database takeover tool License: GPL-2.0-or-later