summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libreport
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-19 11:41:09 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-19 09:51:07 -0800
commitfe3030f20947f49c6db62ef885a3323b831e51ca (patch)
tree9324a51995dd4bec29fee961e30c92f48805eb82 /meta-oe/recipes-extended/libreport
parentb2a377f9844f6b63dc4e5744710c9c14d5b6b7d4 (diff)
downloadmeta-openembedded-fe3030f20947f49c6db62ef885a3323b831e51ca.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended/libreport')
-rw-r--r--meta-oe/recipes-extended/libreport/libreport_2.17.11.bb (renamed from meta-oe/recipes-extended/libreport/libreport_2.17.8.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb b/meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
index 1f2c55c699..322075cd6e 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 \
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 11LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
12 12
13
14SRC_URI = "git://github.com/abrt/libreport.git;protocol=https;branch=master" 13SRC_URI = "git://github.com/abrt/libreport.git;protocol=https;branch=master"
15SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \ 14SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
16 file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \ 15 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 \
18 file://0004-configure.ac-remove-prog-test-of-augparse.patch \ 17 file://0004-configure.ac-remove-prog-test-of-augparse.patch \
19" 18"
20 19
21# 2.17.8 20SRCREV = "d58110e1fc663c92ac3e36b166f114b6904796ff"
22SRCREV = "46a99a14adba7276e5697b7c613d918796792345"
23 21
24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
25 23