Revision Date: | 2020-12-02 | Version: | 1 |
Title: | Security update for cf-cli (Moderate) |
Description: | This update for cf-cli fixes the following issues:
cf-cli was updated: to version 6.43.0 (bsc#1132242)
Enhancements :
- `cf curl` supports a new `--fail` flag (primarily for scripting purposes) which returns exit code `22` for server errors [story](https://www.pivotaltracker.com/story/show/130060949) - Improves `cf delete-orphaned-routes` such that it uses a different endpoint, reducing the chance of a race condition when two users are simultaneously deleting orphaned routes and associating routes with applications [story](https://www.pivotaltracker.com/story/show/163156064) - we've improved the speed of cf services - it now hits a single endpoint instead of making individual API calls
Security:
- CVE-2019-3781: CF CLI does not sanitize user’s password in verbose/trace/debug. - Fixes issue with running cf login in verbose mode whereby passwords which contains regex were not completely redacted - Fixes issue whilst running commands in verbose mode refresh tokens were not completely redacted
Other Bug Fixes:
- Updates help text for cf curlstory - Now refresh tokens work properly whilst using cf curl with V3 CC API endpoints story - Fixes performance degradation for cf services story - cf delete-service requires that you are targeting a space story - cf enable-service access for a service in an org will succeed if you have already enabled access for that service in that org story
cf-cli was updated to version 6.42.0:
Minor Enhancements:
- updated `cf restage` help text and the first line in the command's output to indicate that using this command will cause app downtime [story](https://www.pivotaltracker.com/story/show/151841382) - updated the `cf bind-route-service` help text to clarify usage instructions [story](https://www.pivotaltracker.com/story/show/150111078) - improved an error message for `cf create-service-boker` to be more helpful when the CC API returns a `502` due to an invalid service broker catalog - upgraded to Golang 1.11.4 [story](https://www.pivotaltracker.com/story/show/162745359) - added a short name `ue` for `cf unset-env` [story](https://www.pivotaltracker.com/story/show/161632713) - updated `cf marketplace` command to include a new `broker` column to prepare for a upcoming services-related feature which will allow services to have the same name as long as they are associated with different service brokers [story](https://www.pivotaltracker.com/story/show/162699756)
Bugs:
- fix for `cf enable-service-access -p plan` whereby when we refactored the code in CLI `v6.41.0` it created service plan visibilities as part of a subsequent run of the command (the unrefactored code skipped creating the service plan visibilities); now the command will skip creating service plan visibilities as it did prior to the refactor [story](https://www.pivotaltracker.com/story/show/162747373) - updated the `cf rename-buildpack` help text which was missing reference to the `-s` stack flag [story](https://www.pivotaltracker.com/story/show/162428661) - updated help text for when users use `brew search cloudfoundry-cli` [story](https://www.pivotaltracker.com/story/show/161770940) - now when you run `cf service service-instance` for a route service, the route service url appears in the key value table [story](https://www.pivotaltracker.com/story/show/162498211)
Update to version 6.41.0:
Enhancements:
- updated `cf --help` to include the `delete` command [story](https://www.pivotaltracker.com/story/show/161556511)
Update to version 6.40.1:
Bug Fixes:
- Updates the minimum version for the buildpacks-stacks association feature. In [CLI v6.39.0](https://github.com/cloudfoundry/cli/releases/tag/v6.39.0), when the feature was released, we incorrectly set the minimum to cc api version as`2.114`. The minimum cc api version is now correctly set to [`2.112`](https://github.com/cloudfoundry/capi-release/releases/tag/1.58.0). [story](https://www.pivotaltracker.com/story/show/161464797) - Fixes a bug with inspecting a service instance `cf service service-instance`, now the `documentation` url displays correctly for services which populate that field [story](https://www.pivotaltracker.com/story/show/161251875)
Update to version 6.40.0:
Bug Fixes:
- Fix bug where trailing slash on cf api would break listing commands for older CC APIs story. For older versions of CC API, if the API URL had a trailing slash, some requests would fail with an 'Unknown request' error. These requests are now handled properly.
Update to version 6.39.0:
Enhancements:
- for users on cc api 3.27, cf start is enhanced to display the new cf app v3 output. For users on cc api 3.27 or lower, users will see the same v2 output. Note that if you use v3 commands to create and start your app, if you subsequently use cf stop and cf start, the routes property in cf app will not populate even though the route exists story - for users on cc api 3.27, cf restart is enhanced to display the new cf app v3 output. For users on cc api 3.27 or lower, users will see the same v2 output. story - for users on cc api 3.27, cf restage is enhanced to display the new cf app v3 output. For users on cc api 3.27 or lower, users will see the same v2 output. story - improved help text for -d domains for cf push to include examples of usage story - cf v3-scale displays additional app information story - if you've created an internal domain, and it is the first domain in cc, the CLI will now ignore the internal domain and instead choose the next non-internal domain when you push an app story
Bug Fixes:
- Fix for users on macOS attempting to brew install cf-cli the CF CLI using the unreleased master branch of Homebrew story - Fixes an issue whereby, due to a recent cc api change, when you execute cf push and watch the cf app command, the app display returned a 400 error story - Fixes a bug whereby if you logged in using client credentials, cf auth user pass --client credentials you were unable to create an org; now create-org will assign the role to the user id specified in your manifest story - fixes an issue introduced when we refactored cf start and as part of that work, we stopped blocking on the initial connection with the logging backend; now the CLI blocks until the NOAA connection is made, or the default dial timeout of five seconds is reached story
update to version 6.38.0:
Enhancements:
- v3-ssh process type now defaults to web story - Support added for setting tags for user provided service instances story - Now a warning appears if you attempt to use deprecated properties and variable substitution story - Updated usage so now you can rename the cf binary use it with every command story - cf events now displays the Diego cell_id and instance guid in crash events story - Includes cf service service-instance table display improvements wherein the service instance information is now grouped separately from the binding information story - cf service service-instance table display information for user provided services changed: status has been added to the table story
Bug Fixes:
- the CLI now properly handles escaped commas in the X-Cf-Warnings header
Update to version 6.37.0:
Enhancements
- The api/cloudcontroller/ccv2 package has been updated with more functions #1343 - Now a warning appears if you are using a API version older than 2.69.0, which is no longer officially supported - Now the CLI reads the username and password from the environment variables #1358
Bug Fixes:
- Fixes bug whereby X-Cf-Warnings were not being unescaped when displayed to user #1361 - When using CF_TRACE=1, passwords are now sanitized #1375 and tracker
Update to version 6.36.0:
Bug Fixes:
- int64 support for cf/flags library, #1333 - Debian package, #1336 - Web action flag not working on CLI 0.6.5, #1337 - When a cf push upload fails/Consul is down, a panic occurs, #1340 and #1351
update to version 6.35.2:
Bug Fixes:
- Providing a clearer services authorization warning message when a service has been disabled for the organization, fixing #1344
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1046299 1046303 1046305 1050244 1050536 1050545 1051510 1055186 1061840 1064802 1065600 1066129 1073513 1082635 1083647 1086323 1087092 1089644 1090631 1093205 1096254 1097583 1097584 1097585 1097586 1097587 1097588 1098291 1101674 1109158 1114279 1114592 1115375 1117507 1117508 1117665 1119461 1119465 1120644 1121826 1122191 1122469 1123034 1123080 1131291 1132242 1133140 1134303 1135254 1135642 1135854 1135873 1135966 1135967 1137040 1137799 1138190 1139073 1140090 1140461 1140729 1140845 1140883 1141600 1141619 1141780 1141781 1141782 1141783 1141784 1141785 1141787 1141788 1141789 1141897 1142635 1142649 1142654 1142667 1143349 1143706 1144338 1144375 1144449 1144903 1145099 1146612 1148410 1148517 1148931 1149119 1149145 1150003 1150250 1150397 1150452 1150457 1150465 1150875 1151508 1152308 1152624 1152685 1152788 1152791 1153112 1153158 1153236 1153263 1153367 1153433 1153476 1153509 1153646 1153713 1153717 1153718 1153719 1153811 1153969 1154108 1154189 1154354 1154372 1154401 1154578 1154607 1154608 1154610 1154611 1154651 1154737 1154747 1154848 1154858 1154905 1155178 1155179 1155184 1155186 1155671 1156188 1158590 CVE-2018-12207 CVE-2018-19540 CVE-2018-19541 CVE-2018-20406 CVE-2019-0154 CVE-2019-0155 CVE-2019-1010006 CVE-2019-10220 CVE-2019-11135 CVE-2019-14250 CVE-2019-1547 CVE-2019-1563 CVE-2019-15847 CVE-2019-16232 CVE-2019-16233 CVE-2019-16234 CVE-2019-16884 CVE-2019-16995 CVE-2019-17056 CVE-2019-17133 CVE-2019-17362 CVE-2019-17666 CVE-2019-18804 CVE-2019-2745 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2786 CVE-2019-2816 CVE-2019-2818 CVE-2019-2821 CVE-2019-3781 CVE-2019-5010 CVE-2019-6133 CVE-2019-7317 CVE-2019-8595 CVE-2019-8607 CVE-2019-8615 CVE-2019-8644 CVE-2019-8649 CVE-2019-8658 CVE-2019-8666 CVE-2019-8669 CVE-2019-8671 CVE-2019-8672 CVE-2019-8673 CVE-2019-8676 CVE-2019-8677 CVE-2019-8678 CVE-2019-8679 CVE-2019-8680 CVE-2019-8681 CVE-2019-8683 CVE-2019-8684 CVE-2019-8686 CVE-2019-8687 CVE-2019-8688 CVE-2019-8689 CVE-2019-8690 SUSE-SU-2019:0215-1 SUSE-SU-2019:1220-2 SUSE-SU-2019:2002-1 SUSE-SU-2019:2018-1 SUSE-SU-2019:2052-1 SUSE-SU-2019:2428-1 SUSE-SU-2019:2512-1 SUSE-SU-2019:2561-1 SUSE-SU-2019:2808-1 SUSE-SU-2019:3033-1 SUSE-SU-2019:3061-1 SUSE-SU-2020:0035-1
|
Platform(s): | SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise High Availability 12 SP2 SUSE Linux Enterprise High Availability 12 SP3 SUSE Linux Enterprise High Availability 12 SP4 SUSE Linux Enterprise High Availability 15 SUSE Linux Enterprise Module for CAP 15 SP1 SUSE Linux Enterprise Module for Containers 15 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for High Performance Computing 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Live Patching 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP2 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Module for Web Scripting 15 SP1 SUSE Linux Enterprise Server 11 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 SP4 SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for Rasperry Pi 12 SP2 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 12 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE Package Hub for SUSE Linux Enterprise 12
| Product(s): | |
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed AND Package Information
python-keystoneclient-1.0.0-14 is installed
OR python-keystoneclient-doc-1.0.0-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
MozillaFirefox-31.1.0esr-1 is installed
OR MozillaFirefox-translations-31.1.0esr-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
MozillaFirefox-45.8.0esr-102 is installed
OR MozillaFirefox-translations-45.8.0esr-102 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
MozillaFirefox-45.5.1esr-93 is installed
OR MozillaFirefox-translations-45.5.1esr-93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql10-10.5-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP2 is installed
AND Package Information
cluster-md-kmp-default-4.4.21-69 is installed
OR cluster-network-kmp-default-4.4.21-69 is installed
OR dlm-kmp-default-4.4.21-69 is installed
OR gfs2-kmp-default-4.4.21-69 is installed
OR ocfs2-kmp-default-4.4.21-69 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND Package Information
cluster-md-kmp-default-4.4.73-5 is installed
OR dlm-kmp-default-4.4.73-5 is installed
OR gfs2-kmp-default-4.4.73-5 is installed
OR ocfs2-kmp-default-4.4.73-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP4 is installed
AND conntrack-tools-1.4.2-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 15 is installed
AND Package Information
cluster-md-kmp-default-4.12.14-25.13 is installed
OR dlm-kmp-default-4.12.14-25.13 is installed
OR gfs2-kmp-default-4.12.14-25.13 is installed
OR kernel-default-4.12.14-25.13 is installed
OR ocfs2-kmp-default-4.12.14-25.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for CAP 15 SP1 is installed
AND cf-cli-6.43.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND Package Information
containerd-1.2.10-5.19 is installed
OR docker-19.03.5_ce-6.31 is installed
OR docker-bash-completion-19.03.5_ce-6.31 is installed
OR docker-libnetwork-0.7.0.1+gitr2877_3eb39382bfa6-4.18 is installed
OR docker-runc-1.0.0rc8+gitr3917_3e425f80a8c9-6.27 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2877_3eb39382bfa6-4.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
python-numpy_1_16_1-gnu-hpc-1.16.1-4.8 is installed
OR python2-numpy-gnu-hpc-1.16.1-4.8 is installed
OR python2-numpy-gnu-hpc-devel-1.16.1-4.8 is installed
OR python3-numpy-gnu-hpc-1.16.1-4.8 is installed
OR python3-numpy-gnu-hpc-devel-1.16.1-4.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
AND Package Information
libslurm32-17.11.13-6.23 is installed
OR slurm-17.11.13-6.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.15-3.3 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-3.3 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-3.3 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.7 is installed
OR reiserfs-kmp-default-4.12.14-197.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_6-default-3-2 is installed
OR kernel-livepatch-SLE15_Update_2-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-livepatch-4_12_14-197_4-default-5-2 is installed
OR kernel-livepatch-SLE15-SP1_Update_1-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
java-11-openjdk-11.0.4.0-3.33 is installed
OR java-11-openjdk-accessibility-11.0.4.0-3.33 is installed
OR java-11-openjdk-demo-11.0.4.0-3.33 is installed
OR java-11-openjdk-devel-11.0.4.0-3.33 is installed
OR java-11-openjdk-headless-11.0.4.0-3.33 is installed
OR java-11-openjdk-javadoc-11.0.4.0-3.33 is installed
OR java-11-openjdk-jmods-11.0.4.0-3.33 is installed
OR java-11-openjdk-src-11.0.4.0-3.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
jakarta-commons-fileupload-1.1.1-4.3 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP2 is installed
AND Package Information
MozillaFirefox-68.6.0-3.75 is installed
OR MozillaFirefox-branding-upstream-68.6.0-3.75 is installed
OR MozillaFirefox-buildsymbols-68.6.0-3.75 is installed
OR MozillaFirefox-devel-68.6.0-3.75 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-requests-2.3.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
qemu-2.11.2-9.25 is installed
OR qemu-arm-2.11.2-9.25 is installed
OR qemu-block-curl-2.11.2-9.25 is installed
OR qemu-block-iscsi-2.11.2-9.25 is installed
OR qemu-block-rbd-2.11.2-9.25 is installed
OR qemu-block-ssh-2.11.2-9.25 is installed
OR qemu-guest-agent-2.11.2-9.25 is installed
OR qemu-ipxe-1.0.0+-9.25 is installed
OR qemu-kvm-2.11.2-9.25 is installed
OR qemu-lang-2.11.2-9.25 is installed
OR qemu-ppc-2.11.2-9.25 is installed
OR qemu-s390-2.11.2-9.25 is installed
OR qemu-seabios-1.11.0-9.25 is installed
OR qemu-sgabios-8-9.25 is installed
OR qemu-vgabios-1.11.0-9.25 is installed
OR qemu-x86-2.11.2-9.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
subversion-1.10.6-3.6 is installed
OR subversion-server-1.10.6-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND apache-commons-beanutils-1.9.2-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
AND Package Information
tomcat-9.0.21-4.5 is installed
OR tomcat-admin-webapps-9.0.21-4.5 is installed
OR tomcat-el-3_0-api-9.0.21-4.5 is installed
OR tomcat-jsp-2_3-api-9.0.21-4.5 is installed
OR tomcat-lib-9.0.21-4.5 is installed
OR tomcat-servlet-4_0-api-9.0.21-4.5 is installed
OR tomcat-webapps-9.0.21-4.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
accountsservice-0.6.35-1 is installed
OR accountsservice-lang-0.6.35-1 is installed
OR libaccountsservice0-0.6.35-1 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
gvim-7.4.326-2 is installed
OR vim-7.4.326-2 is installed
OR vim-data-7.4.326-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-36 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
python-2.7.9-24 is installed
OR python-curses-2.7.9-24 is installed
OR python-demo-2.7.9-24 is installed
OR python-gdbm-2.7.9-24 is installed
OR python-idle-2.7.9-24 is installed
OR python-tk-2.7.9-24 is installed
OR python3-3.4.1-12 is installed
OR python3-curses-3.4.1-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Rasperry Pi 12 SP2 is installed
AND Package Information
MozillaFirefox-45.5.0esr-88.1 is installed
OR MozillaFirefox-translations-45.5.0esr-88.1 is installed
OR libfreebl3-3.21.3-50.1 is installed
OR libfreebl3-hmac-3.21.3-50.1 is installed
OR libsoftokn3-3.21.3-50.1 is installed
OR libsoftokn3-hmac-3.21.3-50.1 is installed
OR mozilla-nss-3.21.3-50.1 is installed
OR mozilla-nss-certs-3.21.3-50.1 is installed
OR mozilla-nss-sysinit-3.21.3-50.1 is installed
OR mozilla-nss-tools-3.21.3-50.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND Package Information
php5-5.5.14-22.1 is installed
OR php5-devel-5.5.14-22.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
libsvn_auth_gnome_keyring-1-0-1.8.10-15.1 is installed
OR libsvn_auth_kwallet-1-0-1.8.10-15.1 is installed
OR subversion-1.8.10-15.1 is installed
OR subversion-bash-completion-1.8.10-15.1 is installed
OR subversion-devel-1.8.10-15.1 is installed
OR subversion-perl-1.8.10-15.1 is installed
OR subversion-python-1.8.10-15.1 is installed
OR subversion-server-1.8.10-15.1 is installed
OR subversion-tools-1.8.10-15.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND libgadu3-1.11.4-1.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
kernel-default-4.12.14-25.22 is installed
OR kernel-default-extra-4.12.14-25.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.7 is installed
OR kernel-default-extra-4.12.14-197.7 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-53.0.2785.89-96 is installed
OR chromium-53.0.2785.89-96 is installed
OR chromium-desktop-gnome-53.0.2785.89-96 is installed
OR chromium-desktop-kde-53.0.2785.89-96 is installed
OR chromium-ffmpegsumo-53.0.2785.89-96 is installed
|