Files
sqlmap/sqlmap.changes
Paolo Perego 1f01fdc5ed Accepting request 915151 from home:StevenK:branches:security
- Update fix_shebang.patch to switch Python scripts to calling
  /usr/bin/python3.
- Add Requires on python3 for full interpreter.

OBS-URL: https://build.opensuse.org/request/show/915151
OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=4
2021-08-31 06:57:19 +00:00

22 lines
917 B
Plaintext

-------------------------------------------------------------------
Tue Aug 31 05:16:54 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update fix_shebang.patch to switch Python scripts to calling
/usr/bin/python3.
- Add Requires on python3 for full interpreter.
-------------------------------------------------------------------
Thu Jul 15 07:21:22 UTC 2021 - Paolo Stivanin <info@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
-------------------------------------------------------------------
Thu Jul 1 15:38:57 UTC 2021 - Paolo Perego <paolo.perego@suse.com>
- First import from upstream