Changed for zypper-1.14.33: - In the XML output of `zypper -x lp ...` we now show for each patch the issue-date and the list of issues referenced (bugzilla,cve,...) by the patch: > <update kind="patch" name="openSUSE-2019-2507" ...> > > <issue-date time_t="1573711149" text="2019-11-14T05:59:09Z"/> > > <issue-list> > > <issue type="bugzilla" id="1048942"> > <title>qla2xxx: endless rport login loop after update to kernel version 4.11.8-1-default (32bit)</title> > <href>https://bugzilla.opensuse.org/show_bug.cgi?id=1048942</href> > </issue> > > <issue type="cve" id="CVE-2019-0154"> > <title>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0154</title> > <href>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0154</href> > </issue> > > </issue-list> > ... - We also added proper XML output when searching for issues (lp --issue,--cve,--bugzilla): > <list-patches-byissue> # list-patches --issue/cve/bugzilla... > <issue-matches> # patches with match within their issue ids > <update kind="patch"... list of patches > </issue-matches> > <description-matches> # patches with match within summary/description > <update kind="patch"... list of patches > </description-matches> > </list-patches-byissue>