diff mbox series

[meta-oe,10/50] libreport: upgrade 2.17.11 -> 2.17.15

Message ID 1710827139-30056-10-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/50] boost-sml: upgrade 1.1.9 -> 1.1.11 | expand

Commit Message

Mingyu Wang (Fujitsu) March 19, 2024, 5:44 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../libreport/{libreport_2.17.11.bb => libreport_2.17.15.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libreport/{libreport_2.17.11.bb => libreport_2.17.15.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libreport/libreport_2.17.11.bb b/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb
similarity index 96%
rename from meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
rename to meta-oe/recipes-extended/libreport/libreport_2.17.15.bb
index 322075cd6..28c64a161 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb
@@ -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+)+)"