libreport: upgrade 2.17.8 -> 2.17.11

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak
2024-01-19 11:41:09 +03:00
committed by Khem Raj
parent b2a377f984
commit fe3030f209
@@ -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+)+)"