Fix a small memory leak in the glib client library
Ignore missing obsoleted updates rather than failing the update
Fix a warning when doing 'pkcon repo-list --filter=~devel'
Make the lsof plugin not lookup hostnames
Remove the duplicate 'The software is not from a trusted source'
Fix a small memory leak in the glib client library
Ignore missing obsoleted updates rather than failing the update
Fix a warning when doing 'pkcon repo-list --filter=~devel'
Make the lsof plugin not lookup hostnames
Remove the duplicate 'The software is not from a trusted source'
Manually convert the results of GetDetails to unicode.
Parse the new style .discinfo files for F15
Ignore local packages when calculating the simulate list
Allow the user to remove PackageKit-yum if PackageKit-zif is installed
Resolves: #719916, #709865
Manually convert the results of GetDetails to unicode.
Parse the new style .discinfo files for F15
Ignore local packages when calculating the simulate list
Allow the user to remove PackageKit-yum if PackageKit-zif is installed
Resolves: #719916, #709865
on a package. The commit added a new configuration key which only
affects local packages, but the key was set by default to False.
This meant that an end user could install a local unsigned rpm package
using PackageKit without a GPG trust check, and the user would be told
the untrusted package is itself trusted.
To exploit this low-impact vulnerability, a user would have to
manually download an unsigned package file and would still be required
to authenticate to install the package.
The CVE-ID for this bug is CVE-2011-2515
See https://bugzilla.redhat.com/show_bug.cgi?id=717566 for details.
Resolves#718127
More GIR fixes
Allow the 'any' WhatProvides kind to match provide strings
Do not prevent updating when firefox is running, we don't have all the
client UI ready yet.
Add annotations to make PackageKit-glib GIR usable
Make DownloadPackages to save to the system cache if there is no path
Do not output duplicates when searching with newest
Do not abort in pk_catalog_init() if PackageKit is not available
Resolves: #688280 and #585601
- Do not attempt to call yum.repos twice when using RHN
- Do not block the update list on infrastructure packages
- Update the cached comps group list when changing repos.
- Do not enable command not found debugging by default.
- Resolves#666254, #629049
- Many small bugfixes and performance increases.
- Remove selinux-policy from InfrastructurePackages
- Allow frontends to specify the cache age manually, to reduce the
amount of time users sit waiting for progress bars.
- Resolves#641311, #641691