SHA256
1
0
forked from pool/sqlmap
sqlmap/sqlmap.changes

22 lines
917 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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