diff mbox series

[meta-oe] libreport: upgrade 2.17.8 -> 2.17.11

Message ID 20240119084109.4059076-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] libreport: upgrade 2.17.8 -> 2.17.11 | expand

Commit Message

Alper Ak Jan. 19, 2024, 8:41 a.m. UTC
Changelog:

================
2.17.11
Fixed

    reporter-bugzilla: Fix NameError exception
    reporter-bugzilla: Adding an attachment is a minor bug update (skip emails)
    reporter-bugzilla: Retry Bugzilla queries with delays, if needed

Added

    Add "XDG_ACTIVATION_TOKEN" to the list of ignored words
================
2.17.10
Fixed

    reporter-upload: Fix use-after-free error
================
2.17.9
Fixed

    reporter-bugzilla: Honor XDG_CONFIG_HOME when accessing user's configuration files
    reporter-bugzilla: Fix reporting when the bug already exists
    reporter-bugzilla: Don't fail if reported_to file doesn't exist
    reporter-bugzilla: Make sure that the creator of a bug is always in CC
    reporter-bugzilla: Don't send emails about each individual attachment
    reporter-bugzilla: Fix string interpolation for duplicate bugs

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../libreport/{libreport_2.17.8.bb => libreport_2.17.11.bb}   | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-oe/recipes-extended/libreport/{libreport_2.17.8.bb => libreport_2.17.11.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb b/meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
similarity index 96%
rename from meta-oe/recipes-extended/libreport/libreport_2.17.8.bb
rename to meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
index 1f2c55c69..322075cd6 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
@@ -10,7 +10,6 @@  DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-
 SRC_URI = "git://github.com/abrt/libreport.git;protocol=https;branch=master"
 SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
             file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \
@@ -18,8 +17,7 @@  SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
             file://0004-configure.ac-remove-prog-test-of-augparse.patch \
 "
 
-# 2.17.8
-SRCREV = "46a99a14adba7276e5697b7c613d918796792345"
+SRCREV = "d58110e1fc663c92ac3e36b166f114b6904796ff"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"