Revision Date: | 2021-09-21 | Version: | 1 |
Title: | Security update for php-composer (Important) |
Description: |
This update for php-composer fixes the following issues:
- Require php-mbstring as requested in boo#1187416
- Version 1.10.22
* Security: Fixed command injection vulnerability in HgDriver/HgDownloader and hardened other VCS drivers and downloaders (GHSA-h5h8-pc6h-jvvx / CVE-2021-29472), boo#1185376
- Version 1.10.21
* Fixed support for new GitHub OAuth token format * Fixed processes silently ignoring the CWD when it does not exist
- Version 1.10.20
* Fixed exclude-from-classmap causing regex issues when having too many paths * Fixed compatibility issue with Symfony 4/5
- Version 1.10.17
* Fixed Bitbucket API authentication issue * Fixed parsing of Composer 2 lock files breaking in some rare conditions
- Version 1.10.16
* Added warning to validate command for cases where packages provide/ replace a package that they also require * Fixed JSON schema validation issue with PHPStorm * Fixed symlink handling in archive command
- Version 1.10.15
* Fixed path repo version guessing issue
- Version 1.10.14
* Fixed version guesser to look at remote branches as well as local ones * Fixed path repositories version guessing to handle edge cases where version is different from the VCS-guessed version * Fixed COMPOSER env var causing issues when combined with the global command * Fixed a few issues dealing with PHP without openssl extension (not recommended at all but sometimes needed for testing)
- Version 1.10.13
* Fixed regressions with old version validation * Fixed invalid root aliases not being reported
- Version 1.10.12
* Fixed regressions with old version validation
- Version 1.10.11
* Fixed more PHP 8 compatibility issues * Fixed regression in handling of CTRL-C when xdebug is loaded * Fixed status handling of broken symlinks
- Version 1.10.10
* Fixed create-project not triggering events while installing the root package * Fixed PHP 8 compatibility issue * Fixed self-update to avoid automatically upgrading to the next major version once it becomes stable
- Version 1.10.9
* Fixed Bitbucket redirect loop when credentials are outdated * Fixed GitLab auth prompt wording * Fixed self-update handling of files requiring admin permissions to write to on Windows (it now does a UAC prompt) * Fixed parsing issues in funding.yml files
- Version 1.10.8
* Fixed compatibility issue with git being configured to show signatures by default * Fixed discarding of local changes when updating packages to include untracked files * Several minor fixes
- Version 1.10.7
* Fixed PHP 8 deprecations * Fixed detection of pcntl_signal being in disabled_functions when pcntl_async_signal is allowed
- Version 1.10.6
* Fixed version guessing to take composer-runtime-api and composer-plugin-api requirements into account to avoid selecting packages which require Composer 2 * Fixed package name validation to allow several dashes following each other * Fixed post-status-cmd script not firing when there were no changes to be displayed * Fixed composer-runtime-api support on Composer 1.x, the package is now present as 1.0.0 * Fixed support for composer show --name-only --self * Fixed detection of GitLab URLs when handling authentication in some cases
- Version 1.10.5
* Fixed self-update on PHP <5.6, seriously please upgrade * Fixed 1.10.2 regression with PATH resolution in scripts
- Version 1.10.4
* Fixed 1.10.2 regression in path symlinking with absolute path repos
- Version 1.10.3
* Fixed invalid --2 flag warning in self-update when no channel is requested
- Version 1.10.2
* Added --1 flag to self-update command which can be added to automated self-update runs to make sure it won't automatically jump to 2.0 once that is released * Fixed path repository symlinks being made relative when the repo url is defined as absolute paths * Fixed potential issues when using 'composer ...' in scripts and composer/composer was also required in the project * Fixed 1.10.0 regression when downloading GitHub archives from non-API URLs * Fixed handling of malformed info in fund command * Fixed Symfony5 compatibility issues in a few commands
- Version 1.10.1
* Fixed path repository warning on empty path when using wildcards * Fixed superfluous warnings when generating optimized autoloaders
- Version 1.10.0
* Breaking: composer global exec ... now executes the process in the current working directory instead of executing it in the global directory. * Warning: Added a warning when class names are being loaded by a PSR-4 or PSR-0 rule only due to classmap optimization, but would not otherwise be autoloadable. Composer 2.0 will stop autoloading these classes so make sure you fix your autoload configs. * Added new funding key to composer.json to describe ways your package's maintenance can be funded. This reads info from GitHub's FUNDING.yml by default so better configure it there so it shows on GitHub and Composer/Packagist * Added composer fund command to show funding info of your dependencies * Added bearer auth config to authenticate using Authorization: Bearer headers * Added plugin-api-version in composer.lock so third-party tools can know which Composer version was used to generate a lock file * Added support for --format=json output for show command when showing a single package * Added support for configuring suggestions using config command, e.g. composer config suggest.foo/bar some text * Added support for configuring fine-grained preferred-install using config command, e.g. composer config preferred-install.foo/* dist * Added @putenv script handler to set environment variables from composer.json for following scripts * Added lock option that can be set to false, in which case no composer.lock file will be generated * Added --add-repository flag to create-project command which will persist the repo given in --repository into the composer.json of the package being installed * Fixed issue where --no-dev autoload generation was excluding some packages which should not have been excluded * Added support for IPv6 addresses in NO_PROXY * Added package homepage display in the show command * Added debug info about HTTP authentications * Added Symfony 5 compatibility * Added --fixed flag to require command to make it use a fixed constraint instead of a ^x.y constraint when adding the requirement * Fixed exclude-from-classmap matching subsets of directories e.g. foo/ was excluding foobar/ * Fixed archive command to persist file permissions inside the zip files * Fixed init/require command to avoid suggesting packages which are already selected in the search results * Fixed create-project UX issues * Fixed filemtime for vendor/composer/* files is now only changing when the files actually change * Fixed issues detecting docker environment with an active open_basedir
- Version 1.9.3 * Fixed GitHub deprecation of access_token query parameter, now using Authorization header
- Version 1.9.2 * Fixed minor git driver bugs * Fixed schema validation for version field to allow dev-* versions too * Fixed external processes' output being formatted even though it should not * Fixed issue with path repositories when trying to install feature branches
- Version 1.9.1 * Fixed various credential handling issues with gitlab and github * Fixed credentials being present in git remotes in Composer cache and vendor directory when not using SSH keys * Fixed composer why not listing replacers as a reason something is present * Fixed various PHP 7.4 compatibility issues * Fixed root warnings always present in Docker containers, setting COMPOSER_ALLOW_SUPERUSER is not necessary anymore * Fixed GitHub access tokens leaking into debug-verbosity output * Fixed several edge case issues detecting GitHub, Bitbucket and GitLab repository types * Fixed Composer asking if you want to use a composer.json in a parent directory when ran in non-interactive mode * Fixed classmap autoloading issue finding classes located within a few non-PHP context blocks (?>... - Version 1.9.0 * Added a --no-cache flag available on all commands to run with the cache disabled * Added PHP_BINARY as env var pointing to the PHP process when executing Composer scripts as shell scripts * Added a use-github-api config option which can set the no-api flag on all GitHub VCS repositories declared * Added a static helper you can preprend to a script to avoid process timeouts, 'Composer\\Config::disableProcessTimeout' * Added Event::getOriginatingEvent to retrieve an event's original event when a script handler forwards to another one * Added support for autoloading directly from a phar file * Fixed loading order of plugins to always initialize them in order of dependencies * Fixed various network-mount related issues * Fixed --ignore-platform-reqs not ignoring conflict rules against platform packages
- Version 1.8.6 * Fixed handling of backslash-escapes handling in compoesr.json when using the require command * Fixed create-project not following classmap-authoritative and apcu-autoloader config values * Fixed HHVM version warning showing up in some cases when it was not in use
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000092 1000619 1003077 1005918 1006469 1006472 1007729 1008742 1008831 1009546 1009674 1009718 1009911 1010612 1010690 1010933 1011176 1011602 1011660 1011685 1011913 1012382 1012422 1012754 1012829 1012910 1013000 1013001 1013273 1013540 1013792 1013994 1014120 1014410 1015038 1015367 1015840 1016250 1016403 1016517 1016884 1016979 1017164 1017170 1017410 1018100 1018316 1018358 1018446 1018813 1018913 1019061 1019148 1019168 1019260 1019351 1019594 1019630 1019631 1019784 1019851 1020048 1020214 1020488 1020602 1020685 1020817 1020945 1020975 1021082 1021248 1021251 1021258 1021260 1021294 1021455 1021474 1022304 1022429 1022476 1022547 1022559 1022971 1023101 1023175 1023762 1023884 1023888 1024081 1024234 1024508 1024938 1025235 1042829 1077375 1080249 1083213 1083993 1088662 1089124 1144621 1185376 1187416 898675 902709 903997 904017 904242 909309 909477 909684 910517 913080 914818 915200 915660 917830 918584 918615 918620 918644 919463 919719 919939 920615 920805 920839 921313 921494 921527 921990 922272 922275 922278 922284 924460 959709 964944 969476 969477 969479 971975 974215 981709 982783 985561 987192 987576 989056 991273 998106 CVE-2007-3126 CVE-2009-1962 CVE-2009-4227 CVE-2010-4540 CVE-2010-4541 CVE-2010-4542 CVE-2010-4543 CVE-2011-2896 CVE-2012-3236 CVE-2012-5576 CVE-2013-2131 CVE-2013-2142 CVE-2014-3636 CVE-2014-4877 CVE-2014-7824 CVE-2015-0777 CVE-2015-2150 CVE-2015-5198 CVE-2015-5199 CVE-2015-5200 CVE-2015-8709 CVE-2016-4994 CVE-2016-5104 CVE-2016-7117 CVE-2016-7837 CVE-2016-8632 CVE-2016-8655 CVE-2016-9555 CVE-2016-9797 CVE-2016-9798 CVE-2016-9800 CVE-2016-9801 CVE-2016-9802 CVE-2016-9804 CVE-2016-9806 CVE-2016-9917 CVE-2016-9918 CVE-2017-1000250 CVE-2017-2583 CVE-2017-2584 CVE-2017-5551 CVE-2017-5576 CVE-2017-5577 CVE-2017-5897 CVE-2017-5970 CVE-2017-5986 CVE-2017-9432 CVE-2017-9433 CVE-2018-1055 CVE-2018-6871 CVE-2019-10216 CVE-2021-29472 openSUSE-SU-2021:1289-1
|
Platform(s): | openSUSE 13.2 SUSE Linux Enterprise Build System Kit 12 SUSE Linux Enterprise Build System Kit 12 SP2 SUSE Linux Enterprise Build System Kit 12 SP3 SUSE Linux Enterprise Build System Kit 12 SP4 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise High Availability 12 SUSE Linux Enterprise High Availability 12 SP2 SUSE Linux Enterprise High Performance Computing 15 SP1 SUSE Linux Enterprise High Performance Computing 15 SP2 SUSE Linux Enterprise High Performance Computing 15 SP3 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP2 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 12 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS 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 11-SECURITY 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 SP3 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server 15 SP1 SUSE Linux Enterprise Server 15 SP2 SUSE Linux Enterprise Server 15 SP3 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for SAP Applications 15 SP1 SUSE Linux Enterprise Server for SAP Applications 15 SP2 SUSE Linux Enterprise Server for SAP Applications 15 SP3 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 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 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Storage 6 SUSE Linux Enterprise Storage 7 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 SP5 SUSE Manager Proxy 4.0 SUSE Manager Proxy 4.1 SUSE Manager Proxy 4.2 SUSE Manager Server 4.0 SUSE Manager Server 4.1 SUSE Manager Server 4.2 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 15 SP1 SUSE Package Hub for SUSE Linux Enterprise 15 SP2 SUSE Package Hub for SUSE Linux Enterprise 15 SP3
| Product(s): | |
Definition Synopsis |
openSUSE 13.2 is installed AND Package Information
apache2-mod_php5-5.6.1-4.1 is installed
OR php5-5.6.1-4.1 is installed
OR php5-bcmath-5.6.1-4.1 is installed
OR php5-bz2-5.6.1-4.1 is installed
OR php5-calendar-5.6.1-4.1 is installed
OR php5-ctype-5.6.1-4.1 is installed
OR php5-curl-5.6.1-4.1 is installed
OR php5-dba-5.6.1-4.1 is installed
OR php5-devel-5.6.1-4.1 is installed
OR php5-dom-5.6.1-4.1 is installed
OR php5-enchant-5.6.1-4.1 is installed
OR php5-exif-5.6.1-4.1 is installed
OR php5-fastcgi-5.6.1-4.1 is installed
OR php5-fileinfo-5.6.1-4.1 is installed
OR php5-firebird-5.6.1-4.1 is installed
OR php5-fpm-5.6.1-4.1 is installed
OR php5-ftp-5.6.1-4.1 is installed
OR php5-gd-5.6.1-4.1 is installed
OR php5-gettext-5.6.1-4.1 is installed
OR php5-gmp-5.6.1-4.1 is installed
OR php5-iconv-5.6.1-4.1 is installed
OR php5-imap-5.6.1-4.1 is installed
OR php5-intl-5.6.1-4.1 is installed
OR php5-json-5.6.1-4.1 is installed
OR php5-ldap-5.6.1-4.1 is installed
OR php5-mbstring-5.6.1-4.1 is installed
OR php5-mcrypt-5.6.1-4.1 is installed
OR php5-mssql-5.6.1-4.1 is installed
OR php5-mysql-5.6.1-4.1 is installed
OR php5-odbc-5.6.1-4.1 is installed
OR php5-opcache-5.6.1-4.1 is installed
OR php5-openssl-5.6.1-4.1 is installed
OR php5-pcntl-5.6.1-4.1 is installed
OR php5-pdo-5.6.1-4.1 is installed
OR php5-pear-5.6.1-4.1 is installed
OR php5-pgsql-5.6.1-4.1 is installed
OR php5-phar-5.6.1-4.1 is installed
OR php5-posix-5.6.1-4.1 is installed
OR php5-pspell-5.6.1-4.1 is installed
OR php5-readline-5.6.1-4.1 is installed
OR php5-shmop-5.6.1-4.1 is installed
OR php5-snmp-5.6.1-4.1 is installed
OR php5-soap-5.6.1-4.1 is installed
OR php5-sockets-5.6.1-4.1 is installed
OR php5-sqlite-5.6.1-4.1 is installed
OR php5-suhosin-5.6.1-4.1 is installed
OR php5-sysvmsg-5.6.1-4.1 is installed
OR php5-sysvsem-5.6.1-4.1 is installed
OR php5-sysvshm-5.6.1-4.1 is installed
OR php5-tidy-5.6.1-4.1 is installed
OR php5-tokenizer-5.6.1-4.1 is installed
OR php5-wddx-5.6.1-4.1 is installed
OR php5-xmlreader-5.6.1-4.1 is installed
OR php5-xmlrpc-5.6.1-4.1 is installed
OR php5-xmlwriter-5.6.1-4.1 is installed
OR php5-xsl-5.6.1-4.1 is installed
OR php5-zip-5.6.1-4.1 is installed
OR php5-zlib-5.6.1-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 is installed
AND kernel-zfcpdump-3.12.39-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP2 is installed
AND kernel-zfcpdump-4.4.21-84 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP3 is installed
AND Package Information
libreoffice-6.0.3.2-43.30 is installed
OR libreoffice-sdk-6.0.3.2-43.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP4 is installed
AND Package Information
ghostscript-mini-9.26a-23.25 is installed
OR ghostscript-mini-devel-9.26a-23.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.1 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
finch-2.6.6-0.23.1 is installed
OR libpurple-2.6.6-0.23.1 is installed
OR libpurple-lang-2.6.6-0.23.1 is installed
OR libpurple-meanwhile-2.6.6-0.23.1 is installed
OR libpurple-tcl-2.6.6-0.23.1 is installed
OR pidgin-2.6.6-0.23.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND foomatic-filters-3.0.2-269.39.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
dbus-1-1.8.12-6 is installed
OR dbus-1-x11-1.8.12-6 is installed
OR libdbus-1-3-1.8.12-6 is installed
OR libdbus-1-3-32bit-1.8.12-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
qemu-2.3.1-14 is installed
OR qemu-block-curl-2.3.1-14 is installed
OR qemu-ipxe-1.0.0-14 is installed
OR qemu-kvm-2.3.1-14 is installed
OR qemu-seabios-1.8.1-14 is installed
OR qemu-sgabios-8-14 is installed
OR qemu-tools-2.3.1-14 is installed
OR qemu-vgabios-1.8.1-14 is installed
OR qemu-x86-2.3.1-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
qemu-2.6.2-41.16 is installed
OR qemu-block-curl-2.6.2-41.16 is installed
OR qemu-ipxe-1.0.0-41.16 is installed
OR qemu-kvm-2.6.2-41.16 is installed
OR qemu-seabios-1.9.1-41.16 is installed
OR qemu-sgabios-8-41.16 is installed
OR qemu-tools-2.6.2-41.16 is installed
OR qemu-vgabios-1.9.1-41.16 is installed
OR qemu-x86-2.6.2-41.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libzip-0.11.1-13.3 is installed
OR libzip2-0.11.1-13.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libwireshark9-2.4.10-48.32 is installed
OR libwiretap7-2.4.10-48.32 is installed
OR libwscodecs1-2.4.10-48.32 is installed
OR libwsutil8-2.4.10-48.32 is installed
OR wireshark-2.4.10-48.32 is installed
OR wireshark-gtk-2.4.10-48.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 is installed
AND Package Information
ctdb-4.2.4-18.35 is installed
OR samba-4.2.4-18.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP2 is installed
AND Package Information
cluster-md-kmp-default-4.4.103-92.53 is installed
OR cluster-network-kmp-default-4.4.103-92.53 is installed
OR dlm-kmp-default-4.4.103-92.53 is installed
OR gfs2-kmp-default-4.4.103-92.53 is installed
OR kernel-default-4.4.103-92.53 is installed
OR ocfs2-kmp-default-4.4.103-92.53 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 15 SP1 is installed
AND php-composer-1.10.22-bp153.2.3.1 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 15 SP2 is installed
AND php-composer-1.10.22-bp153.2.3.1 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 15 SP3 is installed
AND php-composer-1.10.22-bp153.2.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND sles12sp1-docker-image-1.0.4-20160308170633 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-PyYAML-3.10-15.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-11.3 is installed
OR php5-5.5.14-11.3 is installed
OR php5-bcmath-5.5.14-11.3 is installed
OR php5-bz2-5.5.14-11.3 is installed
OR php5-calendar-5.5.14-11.3 is installed
OR php5-ctype-5.5.14-11.3 is installed
OR php5-curl-5.5.14-11.3 is installed
OR php5-dba-5.5.14-11.3 is installed
OR php5-dom-5.5.14-11.3 is installed
OR php5-enchant-5.5.14-11.3 is installed
OR php5-exif-5.5.14-11.3 is installed
OR php5-fastcgi-5.5.14-11.3 is installed
OR php5-fileinfo-5.5.14-11.3 is installed
OR php5-fpm-5.5.14-11.3 is installed
OR php5-ftp-5.5.14-11.3 is installed
OR php5-gd-5.5.14-11.3 is installed
OR php5-gettext-5.5.14-11.3 is installed
OR php5-gmp-5.5.14-11.3 is installed
OR php5-iconv-5.5.14-11.3 is installed
OR php5-intl-5.5.14-11.3 is installed
OR php5-json-5.5.14-11.3 is installed
OR php5-ldap-5.5.14-11.3 is installed
OR php5-mbstring-5.5.14-11.3 is installed
OR php5-mcrypt-5.5.14-11.3 is installed
OR php5-mysql-5.5.14-11.3 is installed
OR php5-odbc-5.5.14-11.3 is installed
OR php5-openssl-5.5.14-11.3 is installed
OR php5-pcntl-5.5.14-11.3 is installed
OR php5-pdo-5.5.14-11.3 is installed
OR php5-pear-5.5.14-11.3 is installed
OR php5-pgsql-5.5.14-11.3 is installed
OR php5-pspell-5.5.14-11.3 is installed
OR php5-shmop-5.5.14-11.3 is installed
OR php5-snmp-5.5.14-11.3 is installed
OR php5-soap-5.5.14-11.3 is installed
OR php5-sockets-5.5.14-11.3 is installed
OR php5-sqlite-5.5.14-11.3 is installed
OR php5-suhosin-5.5.14-11.3 is installed
OR php5-sysvmsg-5.5.14-11.3 is installed
OR php5-sysvsem-5.5.14-11.3 is installed
OR php5-sysvshm-5.5.14-11.3 is installed
OR php5-tokenizer-5.5.14-11.3 is installed
OR php5-wddx-5.5.14-11.3 is installed
OR php5-xmlreader-5.5.14-11.3 is installed
OR php5-xmlrpc-5.5.14-11.3 is installed
OR php5-xmlwriter-5.5.14-11.3 is installed
OR php5-xsl-5.5.14-11.3 is installed
OR php5-zip-5.5.14-11.3 is installed
OR php5-zlib-5.5.14-11.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP2 is installed
AND qemu-0.10.1-0.5.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.51.7.1 is installed
OR bind-chrootenv-9.9.6P1-0.51.7.1 is installed
OR bind-devel-9.9.6P1-0.51.7.1 is installed
OR bind-doc-9.9.6P1-0.51.7.1 is installed
OR bind-libs-9.9.6P1-0.51.7.1 is installed
OR bind-utils-9.9.6P1-0.51.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 12 SP3 is installed
AND Package Information
cluster-md-kmp-rt-4.4.170-3.32 is installed
OR dlm-kmp-rt-4.4.170-3.32 is installed
OR gfs2-kmp-rt-4.4.170-3.32 is installed
OR kernel-devel-rt-4.4.170-3.32 is installed
OR kernel-rt-4.4.170-3.32 is installed
OR kernel-rt-base-4.4.170-3.32 is installed
OR kernel-rt-devel-4.4.170-3.32 is installed
OR kernel-rt_debug-4.4.170-3.32 is installed
OR kernel-rt_debug-devel-4.4.170-3.32 is installed
OR kernel-source-rt-4.4.170-3.32 is installed
OR kernel-syms-rt-4.4.170-3.32 is installed
OR ocfs2-kmp-rt-4.4.170-3.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 is installed
AND Package Information
acl-2.2.47-30.5.1 is installed
OR libacl-2.2.47-30.5.1 is installed
OR libacl-32bit-2.2.47-30.5.1 is installed
OR libacl-x86-2.2.47-30.5.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
dbus-1-1.2.10-3.19.1 is installed
OR dbus-1-32bit-1.2.10-3.19.1 is installed
OR dbus-1-x11-1.2.10-3.17.1 is installed
OR dbus-1-x86-1.2.10-3.19.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
dbus-1-1.2.10-3.19.1 is installed
OR dbus-1-32bit-1.2.10-3.19.1 is installed
OR dbus-1-x11-1.2.10-3.17.1 is installed
OR dbus-1-x86-1.2.10-3.19.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libtiff3-3.8.2-141.148.1 is installed
OR libtiff3-32bit-3.8.2-141.148.1 is installed
OR libtiff3-x86-3.8.2-141.148.1 is installed
OR tiff-3.8.2-141.148.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libtiff3-3.8.2-141.148.1 is installed
OR libtiff3-32bit-3.8.2-141.148.1 is installed
OR libtiff3-x86-3.8.2-141.148.1 is installed
OR tiff-3.8.2-141.148.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
NetworkManager-0.7.0.r4359-15.22 is installed
OR NetworkManager-glib-0.7.0.r4359-15.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND Package Information
xen-4.0.3_21548_18-0.21.1 is installed
OR xen-doc-html-4.0.3_21548_18-0.21.1 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.21.1 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21.1 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21.1 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21.1 is installed
OR xen-libs-4.0.3_21548_18-0.21.1 is installed
OR xen-tools-4.0.3_21548_18-0.21.1 is installed
OR xen-tools-domU-4.0.3_21548_18-0.21.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND clamav-0.97.8-0.2.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND clamav-0.97.8-0.2.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND clamav-0.97.8-0.2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.9-0.3.1 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7.85 is installed
OR MozillaFirefox-translations-10.0.9-0.3.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.9-0.3.1 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7.85 is installed
OR MozillaFirefox-translations-10.0.9-0.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND libgdiplus0-2.6.7-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.3.1 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10.24 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3.1 is installed
OR libfreebl3-3.16.1-0.3.1 is installed
OR libfreebl3-32bit-3.16.1-0.3.1 is installed
OR mozilla-nspr-4.10.6-0.3.1 is installed
OR mozilla-nspr-32bit-4.10.6-0.3.1 is installed
OR mozilla-nspr-devel-4.10.6-0.3.1 is installed
OR mozilla-nss-3.16.1-0.3.1 is installed
OR mozilla-nss-32bit-3.16.1-0.3.1 is installed
OR mozilla-nss-devel-3.16.1-0.3.1 is installed
OR mozilla-nss-tools-3.16.1-0.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
curl-7.19.7-1.40.1 is installed
OR libcurl4-7.19.7-1.40.1 is installed
OR libcurl4-32bit-7.19.7-1.40.1 is installed
OR libcurl4-x86-7.19.7-1.40.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
curl-7.19.7-1.40.1 is installed
OR libcurl4-7.19.7-1.40.1 is installed
OR libcurl4-32bit-7.19.7-1.40.1 is installed
OR libcurl4-x86-7.19.7-1.40.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
PackageKit-0.3.14-2.28 is installed
OR PackageKit-lang-0.3.14-2.28 is installed
OR hal-0.5.12-23.68 is installed
OR hal-32bit-0.5.12-23.68 is installed
OR hal-doc-0.5.12-23.68 is installed
OR hal-x86-0.5.12-23.68 is installed
OR libpackagekit-glib10-0.3.14-2.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.7.0esr-65.2 is installed
OR MozillaFirefox-translations-45.7.0esr-65.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
NetworkManager-0.7.1_git20090811-3.28 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libopenssl1-devel-1.0.1g-0.22.1 is installed
OR libopenssl1_0_0-1.0.1g-0.22.1 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.22.1 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.22.1 is installed
OR openssl1-1.0.1g-0.22.1 is installed
OR openssl1-doc-1.0.1g-0.22.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
xscreensaver-5.22-7 is installed
OR xscreensaver-data-5.22-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
xscreensaver-5.22-7 is installed
OR xscreensaver-data-5.22-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
dhcp-4.3.3-2.2 is installed
OR dhcp-client-4.3.3-2.2 is installed
OR dhcp-relay-4.3.3-2.2 is installed
OR dhcp-server-4.3.3-2.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81.1 is installed
OR MozillaFirefox-translations-45.4.0esr-81.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_48-52_27-default-5-2 is installed
OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_8-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_48-52_27-default-5-2 is installed
OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_8-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
tomcat-8.0.50-29.8 is installed
OR tomcat-admin-webapps-8.0.50-29.8 is installed
OR tomcat-docs-webapp-8.0.50-29.8 is installed
OR tomcat-el-3_0-api-8.0.50-29.8 is installed
OR tomcat-javadoc-8.0.50-29.8 is installed
OR tomcat-jsp-2_3-api-8.0.50-29.8 is installed
OR tomcat-lib-8.0.50-29.8 is installed
OR tomcat-servlet-3_1-api-8.0.50-29.8 is installed
OR tomcat-webapps-8.0.50-29.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_51-52_34-default-5-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_10-5-2 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_48-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_90-92_45-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_14-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND cups-devel-1.3.9-8.46.52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
GraphicsMagick-1.2.5-4.35.1 is installed
OR libGraphicsMagick2-1.2.5-4.35.1 is installed
OR perl-GraphicsMagick-1.2.5-4.35.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND Package Information
bind-9.9.6P1-28.6 is installed
OR bind-devel-9.9.6P1-28.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
libopenssl-devel-1.0.1i-36 is installed
OR openssl-1.0.1i-36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.20 is installed
OR ImageMagick-devel-6.8.8.1-71.20 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.20 is installed
OR libMagick++-devel-6.8.8.1-71.20 is installed
OR perl-PerlMagick-6.8.8.1-71.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND rrdtool-devel-1.4.7-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND cyrus-sasl-digestmd5-32bit-2.1.26-7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.62-60.62 is installed
OR kernel-default-extra-3.12.62-60.62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libuuid-devel-2.28-42 is installed
OR util-linux-2.28-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libwebkit2gtk3-lang-2.18.0-2.9 is installed
OR webkit2gtk3-2.18.0-2.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND bluez-cups-5.13-5.12 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-53.0.2785.113-100 is installed
OR chromium-53.0.2785.113-100 is installed
OR chromium-desktop-gnome-53.0.2785.113-100 is installed
OR chromium-desktop-kde-53.0.2785.113-100 is installed
OR chromium-ffmpegsumo-53.0.2785.113-100 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
kde-cli-tools5-5.5.5-12 is installed
OR kde-cli-tools5-lang-5.5.5-12 is installed
|