libreport: upgrade 2.17.11 -> 2.17.15

Changelog:
==========
### Changed
- reporter-bugzilla: Improve bug formatting
- reporter-bugzilla: Reduce number of duplicate bug reports

### Fixed
- reporter-bugzilla: Fail gracefully if API key contains invalid characters
- reporter-bugzilla: Fix creating binary attachments
- reporter-bugzilla: Fix loading configuration
- Exclude coredump archives when creating a bug
- reporter-upload: Fix double free crash
- gui-wizard-gtk: Enable word wrap for comments
- Fix compatibility with libxml2 2.12
- Fix multiple problems with the test suite

### Added
- Add support for unpacking coredumps in the problem directory
- Add "MEMORY_PRESSURE_WATCH" to the list of ignored words

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-03-19 13:44:59 +08:00 committed by Khem Raj
parent 58fe510020
commit 8148bc7498
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -17,7 +17,7 @@ SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
file://0004-configure.ac-remove-prog-test-of-augparse.patch \
"
SRCREV = "d58110e1fc663c92ac3e36b166f114b6904796ff"
SRCREV = "f6bb06a699617d078fcd4f8b71b4d063bf47b52b"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"