Revision Date: | 2021-04-07 | Version: | 1 |
Title: | Security update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk (Important) |
Description: |
This update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk fixes the following issues:
libostree:
Update to version 2020.8
- Enable LTO. (bsc#1133120)
- This update contains scalability improvements and bugfixes. - Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be re-downloaded if not changed in the meanwhile. - Summaries and delta have been reworked to allow more fine-grained fetching. - Fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures. - Static deltas can now be signed to more easily support offline verification. - There's now support for multiple initramfs images; Is it possible to have a 'main' initramfs image and a secondary one which represents local configuration. - The documentation is now moved to https://ostreedev.github.io/ostree/ - Fix for an assertion failure when upgrading from systems before ostree supported devicetree. - ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts. - ostree now supports `/` and `/boot` being on the same filesystem. - Improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for the immutable bit on s390x, dropping a deprecated bit in the systemd unit file. - Fix a regression 2020.4 where the 'readonly sysroot' changes incorrectly left the sysroot read-only on systems that started out with a read-only `/` (most of them, e.g. Fedora Silverblue/IoT at least). - The default dracut config now enables reproducibility. - There is a new ostree admin unlock `--transient`. This should to be a foundation for further support for 'live' updates. - New `ed25519` signing support, powered by `libsodium`. - stree commit gained a new `--base` argument, which significantly simplifies constructing 'derived' commits, particularly for systems using SELinux. - Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. Enabling the `readonly=true` flag in the repo config is recommended. - Several fixes in locking for the temporary 'staging' directories OSTree creates, particularly on NFS. - A new `timestamp-check-from-rev` option was added for pulls, which makes downgrade protection more reliable and will be used by Fedora CoreOS. - Several fixes and enhancements made for 'collection' pulls including a new `--mirror` option. - The ostree commit command learned a new `--mode-ro-executables` which enforces `W^R` semantics on all executables. - Added a new commit metadata key `OSTREE_COMMIT_META_KEY_ARCHITECTURE` to help standardize the architecture of the OSTree commit. This could be used on the client side for example to sanity-check that the commit matches the architecture of the machine before deploying. - Stop invalid usage of `%_libexecdir`: + Use `%{_prefix}/lib` where appropriate. + Use `_systemdgeneratordir` for the systemd-generators. + Define `_dracutmodulesdir` based on `dracut.pc`. Add BuildRequires(dracut) for this to work.
xdg-desktop-portal:
Update to version 1.8.0:
- Ensure systemd rpm macros are called at install/uninstall times for systemd user services. - Add BuildRequires on systemd-rpm-macros. - openuri: - Allow skipping the chooser for more URL tyles - Robustness fixes - filechooser: - Return the current filter - Add a 'directory' option - Document the 'writable' option - camera: - Make the client node visible - Don't leak pipewire proxy - Fix file descriptor leaks - Testsuite improvements - Updated translations. - document: - Reduce the use of open fds - Add more tests and fix issues they found - Expose directories with their proper name - Support exporting directories - New fuse implementation - background: Avoid a segfault - screencast: Require pipewire 0.3 - Better support for snap and toolbox - Require `/usr/bin/fusermount`: `xdg-document-portal` calls out to the binary. (bsc#1175899) Without it, files or dirs can be selected, but whatever is done with or in them, will not have any effect - Fixes for `%_libexecdir` changing to `/usr/libexec`
xdg-desktop-portal-gtk:
Update to version 1.8.0:
- filechooser: - Return the current filter - Handle the 'directory' option to select directories - Only show preview when we have an image - screenshot: Fix cancellation - appchooser: Avoid a crash - wallpaper: - Properly preview placement settings - Drop the lockscreen option - printing: Improve the notification - Updated translations. - settings: Fall back to gsettings for enable-animations - screencast: Support Mutter version to 3 (New pipewire api ver 3).
flatpak:
- Update to version 1.10.2 (jsc#SLE-17238, ECO-3148)
- This is a security update which fixes a potential attack where a flatpak application could use custom formated `.desktop` file to gain access to files on the host system. - Fix memory leaks - Documentation and translations updates - Spawn portal better handles non-utf8 filenames - Fix flatpak build on systems with setuid bwrap - Fix crash on updating apps with no deploy data - Remove deprecated texinfo packaging macros. - Support for the new repo format which should make updates faster and download less data. - The systemd generator snippets now call flatpak `--print-updated-env` in place of a bunch of shell for better login performance. - The `.profile` snippets now disable GVfs when calling flatpak to avoid spawning a gvfs daemon when logging in via ssh. - Flatpak now finds the pulseaudio sockets better in uncommon configurations. - Sandboxes with network access it now also has access to the `systemd-resolved` socket to do dns lookups. - Flatpak supports unsetting environment variables in the sandbox using `--unset-env`, and `--env=FOO=` now sets FOO to the empty string instead of unsetting it. - The spawn portal now has an option to share the pid namespace with the sub-sandbox. - This security update fixes a sandbox escape where a malicious application can execute code outside the sandbox by controlling the environment of the 'flatpak run' command when spawning a sub-sandbox (bsc#1180996, CVE-2021-21261) - Fix support for ppc64. - Move flatpak-bisect and flatpak-coredumpctl to devel subpackage, allow to remove python3 dependency on main package. - Enable LTO as gobject-introspection works fine with LTO. (bsc#1133124) - Fixed progress reporting for OCI and extra-data. - The in-memory summary cache is more efficient. - Fixed authentication getting stuck in a loop in some cases. - Fixed authentication error reporting. - Extract OCI info for runtimes as well as apps. - Fixed crash if anonymous authentication fails and `-y` is specified. - flatpak info now only looks at the specified installation if one is specified. - Better error reporting for server HTTP errors during download. - Uninstall now removes applications before the runtime it depends on. - Avoid updating metadata from the remote when uninstalling. - FlatpakTransaction now verifies all passed in refs to avoid. - Added validation of collection id settings for remotes. - Fix seccomp filters on s390. - Robustness fixes to the spawn portal. - Fix support for masking update in the system installation. - Better support for distros with uncommon models of merged `/usr`. - Cache responses from localed/AccountService. - Fix hangs in cases where `xdg-dbus-proxy` fails to start. - Fix double-free in cups socket detection. - OCI authenticator now doesn't ask for auth in case of http errors. - Fix invalid usage of `%{_libexecdir}` to reference systemd directories. - Fixes for `%_libexecdir` changing to `/usr/libexec` - Avoid calling authenticator in update if ref didn't change - Don't fail transaction if ref is already installed (after transaction start) - Fix flatpak run handling of userns in the `--device=all` case - Fix handling of extensions from different remotes - Fix flatpak run `--no-session-bus` - `FlatpakTransaction` has a new signal `install-authenticator` which clients can handle to install authenticators needed for the transaction. This is done in the CLI commands. - Now the host timezone data is always exposed, fixing several apps that had timezone issues. - There's a new systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos. - By default the `gdm env.d` file is no longer installed because the systemd generators work better. - `create-usb` now exports partial commits by default - Fix handling of docker media types in oci remotes - Fix subjects in `remote-info --log` output - This release is also able to host flatpak images on e.g. docker hub.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1100352 1120114 1120115 1120116 1120117 1120118 1120119 1120120 1120121 1120122 1129715 1133120 1133124 1137526 1154064 1175899 1180996 CVE-2009-2694 CVE-2009-2703 CVE-2009-3026 CVE-2009-3083 CVE-2009-3084 CVE-2009-3085 CVE-2009-3615 CVE-2009-3627 CVE-2009-4029 CVE-2010-0013 CVE-2010-0277 CVE-2010-0420 CVE-2010-0423 CVE-2010-1624 CVE-2010-2528 CVE-2010-3711 CVE-2010-4000 CVE-2011-1091 CVE-2011-3177 CVE-2011-3594 CVE-2012-2214 CVE-2012-3374 CVE-2012-3466 CVE-2012-4433 CVE-2012-4453 CVE-2012-6152 CVE-2013-0271 CVE-2013-0272 CVE-2013-0273 CVE-2013-0274 CVE-2013-1991 CVE-2013-2000 CVE-2013-2142 CVE-2013-6418 CVE-2013-6477 CVE-2013-6478 CVE-2013-6479 CVE-2013-6481 CVE-2013-6482 CVE-2013-6483 CVE-2013-6484 CVE-2013-6485 CVE-2013-6486 CVE-2013-6487 CVE-2014-0020 CVE-2014-3694 CVE-2014-3695 CVE-2014-3696 CVE-2014-3697 CVE-2014-3698 CVE-2015-0797 CVE-2015-2059 CVE-2015-8948 CVE-2016-5104 CVE-2016-6261 CVE-2016-6262 CVE-2016-6263 CVE-2016-8637 CVE-2018-13301 CVE-2018-15126 CVE-2018-15127 CVE-2018-20019 CVE-2018-20020 CVE-2018-20021 CVE-2018-20022 CVE-2018-20023 CVE-2018-20024 CVE-2018-6307 CVE-2019-12730 CVE-2019-17542 CVE-2019-9718 CVE-2021-21261 SUSE-SU-2019:0080-1 SUSE-SU-2019:3184-1
|
Platform(s): | openSUSE 13.1 openSUSE 13.1 NonFree SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise for SAP 12 SUSE Linux Enterprise for SAP 12 SP1 SUSE Linux Enterprise High Availability 12 SP4 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Performance Computing 12 SP5 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP2 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 12 SP2 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed AND Package Information
finch-2.11.0-12 is installed
OR libpurple-2.11.0-12 is installed
OR libpurple-lang-2.11.0-12 is installed
OR libpurple-meanwhile-2.11.0-12 is installed
OR libpurple-tcl-2.11.0-12 is installed
OR pidgin-2.11.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND dracut-044-113 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND binutils-2.31-9.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 12 is installed
AND Package Information
kgraft-patch-3_12_60-52_54-default-2-2.2 is installed
OR kgraft-patch-3_12_60-52_54-xen-2-2.2 is installed
OR kgraft-patch-SLE12_Update_15-2-2.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 12 SP1 is installed
AND clamav-0.99.2-32.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP4 is installed
AND libpcreposix0-8.39-8.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND lighttpd-1.4.20-2.54.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Performance Computing 12 SP5 is installed
AND Package Information
PackageKit-1.1.3-24.9 is installed
OR PackageKit-backend-zypp-1.1.3-24.9 is installed
OR PackageKit-lang-1.1.3-24.9 is installed
OR libpackagekit-glib2-18-1.1.3-24.9 is installed
OR typelib-1_0-PackageKitGlib-1_0-1.1.3-24.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-7 is installed
OR php5-5.5.14-7 is installed
OR php5-bcmath-5.5.14-7 is installed
OR php5-bz2-5.5.14-7 is installed
OR php5-calendar-5.5.14-7 is installed
OR php5-ctype-5.5.14-7 is installed
OR php5-curl-5.5.14-7 is installed
OR php5-dba-5.5.14-7 is installed
OR php5-dom-5.5.14-7 is installed
OR php5-enchant-5.5.14-7 is installed
OR php5-exif-5.5.14-7 is installed
OR php5-fastcgi-5.5.14-7 is installed
OR php5-fileinfo-5.5.14-7 is installed
OR php5-fpm-5.5.14-7 is installed
OR php5-ftp-5.5.14-7 is installed
OR php5-gd-5.5.14-7 is installed
OR php5-gettext-5.5.14-7 is installed
OR php5-gmp-5.5.14-7 is installed
OR php5-iconv-5.5.14-7 is installed
OR php5-intl-5.5.14-7 is installed
OR php5-json-5.5.14-7 is installed
OR php5-ldap-5.5.14-7 is installed
OR php5-mbstring-5.5.14-7 is installed
OR php5-mcrypt-5.5.14-7 is installed
OR php5-mysql-5.5.14-7 is installed
OR php5-odbc-5.5.14-7 is installed
OR php5-openssl-5.5.14-7 is installed
OR php5-pcntl-5.5.14-7 is installed
OR php5-pdo-5.5.14-7 is installed
OR php5-pear-5.5.14-7 is installed
OR php5-pgsql-5.5.14-7 is installed
OR php5-pspell-5.5.14-7 is installed
OR php5-shmop-5.5.14-7 is installed
OR php5-snmp-5.5.14-7 is installed
OR php5-soap-5.5.14-7 is installed
OR php5-sockets-5.5.14-7 is installed
OR php5-sqlite-5.5.14-7 is installed
OR php5-suhosin-5.5.14-7 is installed
OR php5-sysvmsg-5.5.14-7 is installed
OR php5-sysvsem-5.5.14-7 is installed
OR php5-sysvshm-5.5.14-7 is installed
OR php5-tokenizer-5.5.14-7 is installed
OR php5-wddx-5.5.14-7 is installed
OR php5-xmlreader-5.5.14-7 is installed
OR php5-xmlrpc-5.5.14-7 is installed
OR php5-xmlwriter-5.5.14-7 is installed
OR php5-xsl-5.5.14-7 is installed
OR php5-zip-5.5.14-7 is installed
OR php5-zlib-5.5.14-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 12 SP2 is installed
AND Package Information
salt-2016.11.4-46.10.1 is installed
OR salt-minion-2016.11.4-46.10.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 is installed
AND libpoppler4-0.10.1-1.30.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND jakarta-commons-httpclient3-3.0.1-253.36.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND jakarta-commons-httpclient3-3.0.1-253.36.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0-0.3.2 is installed
OR MozillaFirefox-translations-10.0-0.3.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
libopenssl-devel-0.9.8j-0.97.1 is installed
OR libopenssl0_9_8-0.9.8j-0.97.1 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.97.1 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.97.1 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.97.1 is installed
OR openssl-0.9.8j-0.97.1 is installed
OR openssl-doc-0.9.8j-0.97.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
evince-2.28.2-0.7.2 is installed
OR evince-doc-2.28.2-0.7.2 is installed
OR evince-lang-2.28.2-0.7.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND NetworkManager-gnome-0.7.1-5.22.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
apache2-2.4.16-5 is installed
OR apache2-doc-2.4.16-5 is installed
OR apache2-example-pages-2.4.16-5 is installed
OR apache2-prefork-2.4.16-5 is installed
OR apache2-utils-2.4.16-5 is installed
OR apache2-worker-2.4.16-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
libxml2-2.9.1-26.15.1 is installed
OR libxml2-2-2.9.1-26.15.1 is installed
OR libxml2-2-32bit-2.9.1-26.15.1 is installed
OR libxml2-doc-2.9.1-26.15.1 is installed
OR libxml2-tools-2.9.1-26.15.1 is installed
OR python-libxml2-2.9.1-26.15.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache2-2.4.23-14 is installed
OR apache2-doc-2.4.23-14 is installed
OR apache2-example-pages-2.4.23-14 is installed
OR apache2-prefork-2.4.23-14 is installed
OR apache2-utils-2.4.23-14 is installed
OR apache2-worker-2.4.23-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
e2fsprogs-1.43.8-1 is installed
OR libcom_err2-1.43.8-1 is installed
OR libcom_err2-32bit-1.43.8-1 is installed
OR libext2fs2-1.43.8-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_55-52_45-default-4-2.1 is installed
OR kgraft-patch-3_12_55-52_45-xen-4-2.1 is installed
OR kgraft-patch-SLE12_Update_13-4-2.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_88-default-3-2 is installed
OR kgraft-patch-3_12_74-60_64_88-xen-3-2 is installed
OR kgraft-patch-SLE12-SP1_Update_27-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
apache2-mod_php5-5.2.14-0.7.30.50.1 is installed
OR php5-5.2.14-0.7.30.50.1 is installed
OR php5-bcmath-5.2.14-0.7.30.50.1 is installed
OR php5-bz2-5.2.14-0.7.30.50.1 is installed
OR php5-calendar-5.2.14-0.7.30.50.1 is installed
OR php5-ctype-5.2.14-0.7.30.50.1 is installed
OR php5-curl-5.2.14-0.7.30.50.1 is installed
OR php5-dba-5.2.14-0.7.30.50.1 is installed
OR php5-dbase-5.2.14-0.7.30.50.1 is installed
OR php5-devel-5.2.14-0.7.30.50.1 is installed
OR php5-dom-5.2.14-0.7.30.50.1 is installed
OR php5-exif-5.2.14-0.7.30.50.1 is installed
OR php5-fastcgi-5.2.14-0.7.30.50.1 is installed
OR php5-ftp-5.2.14-0.7.30.50.1 is installed
OR php5-gd-5.2.14-0.7.30.50.1 is installed
OR php5-gettext-5.2.14-0.7.30.50.1 is installed
OR php5-gmp-5.2.14-0.7.30.50.1 is installed
OR php5-hash-5.2.14-0.7.30.50.1 is installed
OR php5-iconv-5.2.14-0.7.30.50.1 is installed
OR php5-imap-5.2.14-0.7.30.50.1 is installed
OR php5-json-5.2.14-0.7.30.50.1 is installed
OR php5-ldap-5.2.14-0.7.30.50.1 is installed
OR php5-mbstring-5.2.14-0.7.30.50.1 is installed
OR php5-mcrypt-5.2.14-0.7.30.50.1 is installed
OR php5-mysql-5.2.14-0.7.30.50.1 is installed
OR php5-ncurses-5.2.14-0.7.30.50.1 is installed
OR php5-odbc-5.2.14-0.7.30.50.1 is installed
OR php5-openssl-5.2.14-0.7.30.50.1 is installed
OR php5-pcntl-5.2.14-0.7.30.50.1 is installed
OR php5-pdo-5.2.14-0.7.30.50.1 is installed
OR php5-pear-5.2.14-0.7.30.50.1 is installed
OR php5-pgsql-5.2.14-0.7.30.50.1 is installed
OR php5-posix-5.2.14-0.7.30.50.1 is installed
OR php5-pspell-5.2.14-0.7.30.50.1 is installed
OR php5-readline-5.2.14-0.7.30.50.1 is installed
OR php5-shmop-5.2.14-0.7.30.50.1 is installed
OR php5-snmp-5.2.14-0.7.30.50.1 is installed
OR php5-soap-5.2.14-0.7.30.50.1 is installed
OR php5-sockets-5.2.14-0.7.30.50.1 is installed
OR php5-sqlite-5.2.14-0.7.30.50.1 is installed
OR php5-suhosin-5.2.14-0.7.30.50.1 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50.1 is installed
OR php5-sysvsem-5.2.14-0.7.30.50.1 is installed
OR php5-sysvshm-5.2.14-0.7.30.50.1 is installed
OR php5-tidy-5.2.14-0.7.30.50.1 is installed
OR php5-tokenizer-5.2.14-0.7.30.50.1 is installed
OR php5-wddx-5.2.14-0.7.30.50.1 is installed
OR php5-xmlreader-5.2.14-0.7.30.50.1 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50.1 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50.1 is installed
OR php5-xsl-5.2.14-0.7.30.50.1 is installed
OR php5-zip-5.2.14-0.7.30.50.1 is installed
OR php5-zlib-5.2.14-0.7.30.50.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-devel-24.6.0esr-0.8.1 is installed
OR mozilla-nspr-devel-4.10.6-0.3.1 is installed
OR mozilla-nss-devel-3.16.1-0.8.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
python-lxml-2.3.6-0.13.1 is installed
OR python-lxml-doc-2.3.6-0.13.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND Package Information
FastCGI-2.4.0-167 is installed
OR perl-FastCGI-2.4.0-167 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
DirectFB-devel-1.7.1-4 is installed
OR lib++dfb-devel-1.7.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
git-2.12.3-27.14 is installed
OR git-arch-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-cvs-2.12.3-27.14 is installed
OR git-daemon-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
OR git-email-2.12.3-27.14 is installed
OR git-gui-2.12.3-27.14 is installed
OR git-svn-2.12.3-27.14 is installed
OR git-web-2.12.3-27.14 is installed
OR gitk-2.12.3-27.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND bash-lang-4.2-75 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
freerdp-1.0.2-7 is installed
OR libfreerdp-1_0-1.0.2-7 is installed
OR libfreerdp-1_0-plugins-1.0.2-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-33 is installed
OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-70 is installed
OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
LibVNCServer-0.9.10-4.3 is installed
OR libvncclient0-0.9.10-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
ffmpeg-3.4.2-4.27 is installed
OR libavcodec-devel-3.4.2-4.27 is installed
OR libavformat-devel-3.4.2-4.27 is installed
OR libavformat57-3.4.2-4.27 is installed
OR libavresample-devel-3.4.2-4.27 is installed
OR libavresample3-3.4.2-4.27 is installed
|