Oval Definition:oval:org.opensuse.security:def:2620
Revision Date:2020-12-02Version:1
Title:Security update for podman (Moderate)
Description:

This update for podman fixes the following issues:

Security issue fixed:

- This release resolves CVE-2020-14370, in which environment variables could be leaked between containers created using the Varlink API (bsc#1176804).

Non-security issues fixed:

- add dependency to timezone package or podman fails to build a container (bsc#1178122)

- Install new auto-update system units - Update to v2.1.1 (bsc#1178392): * Changes - The `podman info` command now includes the cgroup manager Podman is using. * API - The REST API now includes a Server header in all responses. - Fixed a bug where the Libpod and Compat Attach endpoints could terminate early, before sending all output from the container. - Fixed a bug where the Compat Create endpoint for containers did not properly handle the Interactive parameter. - Fixed a bug where the Compat Kill endpoint for containers could continue to run after a fatal error. - Fixed a bug where the Limit parameter of the Compat List endpoint for Containers did not properly handle a limit of 0 (returning nothing, instead of all containers) [#7722]. - The Libpod Stats endpoint for containers is being deprecated and will be replaced by a similar endpoint with additional features in a future release. - Changes in v2.1.0 * Features - A new command, `podman image mount`, has been added. This allows for an image to be mounted, read-only, to inspect its contents without creating a container from it [#1433]. - The `podman save` and `podman load` commands can now create and load archives containing multiple images [#2669]. - Rootless Podman now supports all `podman network` commands, and rootless containers can now be joined to networks. - The performance of `podman build` on `ADD` and `COPY` instructions has been greatly improved, especially when a `.dockerignore` is present. - The `podman run` and `podman create` commands now support a new mode for the `--cgroups` option, `--cgroups=split`. Podman will create two cgroups under the cgroup it was launched in, one for the container and one for Conmon. This mode is useful for running Podman in a systemd unit, as it ensures that all processes are retained in systemd's cgroup hierarchy [#6400]. - The `podman run` and `podman create` commands can now specify options to slirp4netns by using the `--network` option as follows: `--net slirp4netns:opt1,opt2`. This allows for, among other things, switching the port forwarder used by slirp4netns away from rootlessport. - The `podman ps` command now features a new option, `--storage`, to show containers from Buildah, CRI-O and other applications. - The `podman run` and `podman create` commands now feature a `--sdnotify` option to control the behavior of systemd's sdnotify with containers, enabling improved support for Podman in `Type=notify` units. - The `podman run` command now features a `--preserve-fds` opton to pass file descriptors from the host into the container [#6458]. - The `podman run` and `podman create` commands can now create overlay volume mounts, by adding the `:O` option to a bind mount (e.g. `-v /test:/test:O`). Overlay volume mounts will mount a directory into a container from the host and allow changes to it, but not write those changes back to the directory on the host. - The `podman play kube` command now supports the Socket HostPath type [#7112]. - The `podman play kube` command now supports read-only mounts. - The `podman play kube` command now supports setting labels on pods from Kubernetes metadata labels. - The `podman play kube` command now supports setting container restart policy [#7656]. - The `podman play kube` command now properly handles `HostAlias` entries. - The `podman generate kube` command now adds entries to `/etc/hosts` from `--host-add` generated YAML as `HostAlias` entries. - The `podman play kube` and `podman generate kube` commands now properly support `shareProcessNamespace` to share the PID namespace in pods. - The `podman volume ls` command now supports the `dangling` filter to identify volumes that are dangling (not attached to any container). - The `podman run` and `podman create` commands now feature a `--umask` option to set the umask of the created container. - The `podman create` and `podman run` commands now feature a `--tz` option to set the timezone within the container [#5128]. - Environment variables for Podman can now be added in the `containers.conf` configuration file. - The `--mount` option of `podman run` and `podman create` now supports a new mount type, `type=devpts`, to add a `devpts` mount to the container. This is useful for containers that want to mount `/dev/` from the host into the container, but still create a terminal. - The `--security-opt` flag to `podman run` and `podman create` now supports a new option, `proc-opts`, to specify options for the container's `/proc` filesystem. - Podman with the `crun` OCI runtime now supports a new option to `podman run` and `podman create`, `--cgroup-conf`, which allows for advanced configuration of cgroups on cgroups v2 systems. - The `podman create` and `podman run` commands now support a `--override-variant` option, to override the architecture variant of the image that will be pulled and ran. - A new global option has been added to Podman, `--runtime-flags`, which allows for setting flags to use when the OCI runtime is called. - The `podman manifest add` command now supports the `--cert-dir`, `--auth-file`, `--creds`, and `--tls-verify` options. * Security - This release resolves CVE-2020-14370, in which environment variables could be leaked between containers created using the Varlink API. * Changes - Podman will now retry pulling an image 3 times if a pull fails due to network errors. - The `podman exec` command would previously print error messages (e.g. `exec session exited with non-zero exit code -1`) when the command run exited with a non-0 exit code. It no longer does this. The `podman exec` command will still exit with the same exit code as the command run in the container did. - Error messages when creating a container or pod with a name that is already in use have been improved. - For read-only containers running systemd init, Podman creates a tmpfs filesystem at `/run`. This was previously limited to 65k in size and mounted `noexec`, but is now unlimited size and mounted `exec`. - The `podman system reset` command no longer removes configuration files for rootless Podman. * API - The Libpod API version has been bumped to v2.0.0 due to a breaking change in the Image List API. - Docker-compatible Volume Endpoints (Create, Inspect, List, Remove, Prune) are now available! - Added an endpoint for generating systemd unit files for containers. - The `last` parameter to the Libpod container list endpoint now has an alias, `limit` [#6413]. - The Libpod image list API new returns timestamps in Unix format, as integer, as opposed to as strings - The Compat Inspect endpoint for containers now includes port information in NetworkSettings. - The Compat List endpoint for images now features limited support for the (deprecated) `filter` query parameter [#6797]. - Fixed a bug where the Compat Create endpoint for containers was not correctly handling bind mounts. - Fixed a bug where the Compat Create endpoint for containers would not return a 404 when the requested image was not present. - Fixed a bug where the Compat Create endpoint for containers did not properly handle Entrypoint and Command from images. - Fixed a bug where name history information was not properly added in the Libpod Image List endpoint. - Fixed a bug where the Libpod image search endpoint improperly populated the Description field of responses. - Added a `noTrunc` option to the Libpod image search endpoint. - Fixed a bug where the Pod List API would return null, instead of an empty array, when no pods were present [#7392]. - Fixed a bug where endpoints that hijacked would do perform the hijack too early, before being ready to send and receive data [#7195]. - Fixed a bug where Pod endpoints that can operate on multiple containers at once (e.g. Kill, Pause, Unpause, Stop) would not forward errors from individual containers that failed. - The Compat List endpoint for networks now supports filtering results [#7462]. - Fixed a bug where the Top endpoint for pods would return both a 500 and 404 when run on a non-existent pod. - Fixed a bug where Pull endpoints did not stream progress back to the client. - The Version endpoints (Libpod and Compat) now provide version in a format compatible with Docker. - All non-hijacking responses to API requests should not include headers with the version of the server. - Fixed a bug where Libpod and Compat Events endpoints did not send response headers until the first event occurred [#7263]. - Fixed a bug where the Build endpoints (Compat and Libpod) did not stream progress to the client. - Fixed a bug where the Stats endpoints (Compat and Libpod) did not properly handle clients disconnecting. - Fixed a bug where the Ignore parameter to the Libpod Stop endpoint was not performing properly. - Fixed a bug where the Compat Logs endpoint for containers did not stream its output in the correct format [#7196].
Family:unixClass:patch
Status:Reference(s):1024718
1046299
1046303
1048942
1050242
1050244
1051510
1055120
1055121
1055186
1058115
1060463
1061840
1065600
1065729
1068273
1071995
1078248
1079730
1079935
1081947
1082293
1082387
1082555
1082635
1082653
1083647
1085196
1085535
1086196
1086282
1086283
1086423
1087978
1088386
1089350
1089644
1090888
1091041
1091405
1091800
1094244
1096328
1097593
1097755
1097975
1098403
1099874
1100132
1102875
1102877
1102879
1102882
1102896
1103200
1103206
1103257
1103356
1103925
1104124
1104353
1104427
1104824
1104967
1105168
1105428
1106105
1106110
1106214
1106237
1106240
1106615
1106913
1107256
1107385
1107866
1108043
1108270
1108468
1108889
1109272
1109772
1109806
1110006
1110558
1110998
1111025
1111040
1111062
1111174
1111183
1111188
1111469
1111696
1111795
1111809
1111921
1112878
1112963
1113295
1113408
1113412
1113501
1113667
1113677
1113722
1113751
1113769
1113780
1113972
1114015
1114178
1114279
1114385
1114576
1114577
1114578
1114579
1114580
1114581
1114582
1114583
1114584
1114585
1114839
1114871
1115026
1115074
1115269
1115431
1115433
1115440
1115567
1115709
1115976
1116040
1116183
1116336
1116692
1116693
1116698
1116699
1116700
1116701
1116803
1116841
1116862
1116863
1116876
1116877
1116878
1116891
1116895
1116899
1116950
1117115
1117162
1117165
1117168
1117169
1117172
1117174
1117181
1117184
1117186
1117188
1117189
1117349
1117561
1117656
1117788
1117789
1117790
1117791
1117792
1117794
1117795
1117796
1117798
1117799
1117801
1117802
1117803
1117804
1117805
1117806
1117807
1117808
1117815
1117816
1117817
1117818
1117819
1117820
1117821
1117822
1117953
1118102
1118136
1118137
1118138
1118140
1118152
1118215
1118316
1118319
1118428
1118484
1118505
1118595
1118596
1118752
1118760
1118761
1118762
1118766
1118767
1118768
1118769
1118771
1118772
1118773
1118774
1118775
1118798
1118809
1118962
1119017
1119086
1119115
1119212
1119322
1119410
1119714
1119749
1119804
1119946
1119962
1119968
1120036
1120046
1120053
1120054
1120055
1120058
1120088
1120092
1120094
1120096
1120097
1120173
1120214
1120223
1120228
1120230
1120232
1120234
1120235
1120238
1120594
1120598
1120600
1120601
1120602
1120603
1120604
1120606
1120612
1120613
1120614
1120615
1120616
1120617
1120618
1120620
1120621
1120632
1120633
1120639
1120743
1120853
1120954
1121017
1121058
1121197
1121263
1121273
1121477
1121483
1121599
1121621
1121714
1121715
1121973
1122417
1123919
1125601
1125886
1127153
1127371
1130245
1130840
1131107
1134452
1134883
1135534
1135708
1135902
1136540
1136778
1138039
1140402
1140948
1141689
1142095
1143578
1143581
1143582
1143584
1143706
1143794
1143959
1144333
1144902
1146519
1146544
1149448
1149955
1150466
1151548
1151900
1152082
1152631
1152782
1153238
1153628
1153681
1153811
1154043
1154058
1154124
1154289
1154355
1154402
1154526
1154598
1154956
1155021
1155331
1155334
1155689
1155692
1155836
1155897
1155921
1156187
1156258
1156259
1156429
1156462
1156466
1156471
1156494
1156609
1156700
1156729
1156882
1157038
1157042
1157070
1157143
1157145
1157158
1157162
1157169
1157171
1157173
1157178
1157180
1157182
1157183
1157184
1157191
1157193
1157197
1157298
1157303
1157307
1157324
1157333
1157424
1157463
1157499
1157678
1157698
1157778
1157853
1157908
1158049
1158063
1158064
1158065
1158066
1158067
1158068
1158082
1158094
1158132
1158381
1158394
1158398
1158407
1158410
1158413
1158417
1158427
1158445
1158533
1158637
1158638
1158639
1158640
1158641
1158643
1158644
1158645
1158646
1158647
1158649
1158651
1158652
1158823
1158824
1158827
1158834
1158893
1158900
1158903
1158904
1158954
1159024
1159297
1176804
1178122
1178392
353876
CVE-2018-12232
CVE-2018-14625
CVE-2018-15518
CVE-2018-16862
CVE-2018-16884
CVE-2018-18281
CVE-2018-18397
CVE-2018-18710
CVE-2018-19407
CVE-2018-19824
CVE-2018-19854
CVE-2018-19873
CVE-2018-19985
CVE-2018-20169
CVE-2018-20860
CVE-2018-20861
CVE-2018-5804
CVE-2018-5813
CVE-2018-5815
CVE-2018-5816
CVE-2018-9568
CVE-2019-10218
CVE-2019-12155
CVE-2019-13164
CVE-2019-14378
CVE-2019-14382
CVE-2019-14383
CVE-2019-14833
CVE-2019-14847
CVE-2019-14895
CVE-2019-14901
CVE-2019-15213
CVE-2019-15916
CVE-2019-16056
CVE-2019-16231
CVE-2019-16276
CVE-2019-16935
CVE-2019-17055
CVE-2019-17596
CVE-2019-18660
CVE-2019-18683
CVE-2019-18805
CVE-2019-18808
CVE-2019-18809
CVE-2019-19049
CVE-2019-19051
CVE-2019-19052
CVE-2019-19056
CVE-2019-19057
CVE-2019-19058
CVE-2019-19060
CVE-2019-19062
CVE-2019-19063
CVE-2019-19065
CVE-2019-19066
CVE-2019-19067
CVE-2019-19068
CVE-2019-19073
CVE-2019-19074
CVE-2019-19075
CVE-2019-19077
CVE-2019-19227
CVE-2019-19332
CVE-2019-19338
CVE-2019-19523
CVE-2019-19524
CVE-2019-19525
CVE-2019-19526
CVE-2019-19527
CVE-2019-19528
CVE-2019-19529
CVE-2019-19530
CVE-2019-19531
CVE-2019-19532
CVE-2019-19533
CVE-2019-19534
CVE-2019-19535
CVE-2019-19536
CVE-2019-19537
CVE-2019-19543
CVE-2019-19767
CVE-2019-9947
CVE-2020-14370
SUSE-SU-2019:0005-1
SUSE-SU-2019:0224-1
SUSE-SU-2019:0447-1
SUSE-SU-2019:2246-1
SUSE-SU-2019:2392-1
SUSE-SU-2019:2435-1
SUSE-SU-2019:2743-1
SUSE-SU-2019:2868-1
SUSE-SU-2019:2940-1
SUSE-SU-2019:3087-1
SUSE-SU-2019:3381-1
SUSE-SU-2020:3378-1
Platform(s):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 for SAP 12
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 High Availability 15 SP1
SUSE Linux Enterprise Module for additional PackageHub packages 15
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Containers 15 SP1
SUSE Linux Enterprise Module for Containers 15 SP2
SUSE Linux Enterprise Module for High Performance Computing 12
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 12
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 Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Module for Web Scripting 15
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 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
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 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 Linux Enterprise Desktop 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 Desktop 12 SP1 is installed
  • AND Package Information
  • tigervnc-1.4.3-24 is installed
  • OR xorg-x11-Xvnc-1.4.3-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • gvim-7.4.326-7 is installed
  • OR vim-7.4.326-7 is installed
  • OR vim-data-7.4.326-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libjpeg-turbo-1.5.3-31.7 is installed
  • OR libjpeg62-62.2.0-31.7 is installed
  • OR libjpeg62-32bit-62.2.0-31.7 is installed
  • OR libjpeg62-turbo-1.5.3-31.7 is installed
  • OR libjpeg8-8.1.2-31.7 is installed
  • OR libjpeg8-32bit-8.1.2-31.7 is installed
  • OR libturbojpeg0-8.1.2-31.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 12 is installed
  • AND Package Information
  • libmysqlclient-devel-10.0.26-20.10.2 is installed
  • OR libmysqlclient18-10.0.26-20.10.2 is installed
  • OR libmysqlclient18-32bit-10.0.26-20.10.2 is installed
  • OR libmysqlclient_r18-10.0.26-20.10.2 is installed
  • OR libmysqld-devel-10.0.26-20.10.2 is installed
  • OR libmysqld18-10.0.26-20.10.2 is installed
  • OR mariadb-10.0.26-20.10.2 is installed
  • OR mariadb-client-10.0.26-20.10.2 is installed
  • OR mariadb-errormessages-10.0.26-20.10.2 is installed
  • OR mariadb-tools-10.0.26-20.10.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP2 is installed
  • AND conntrack-tools-1.4.2-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP3 is installed
  • AND libpcreposix0-8.39-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP4 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-94.41 is installed
  • OR dlm-kmp-default-4.12.14-94.41 is installed
  • OR gfs2-kmp-default-4.12.14-94.41 is installed
  • OR ocfs2-kmp-default-4.12.14-94.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 15 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-25.22 is installed
  • OR dlm-kmp-default-4.12.14-25.22 is installed
  • OR gfs2-kmp-default-4.12.14-25.22 is installed
  • OR kernel-default-4.12.14-25.22 is installed
  • OR ocfs2-kmp-default-4.12.14-25.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 15 SP1 is installed
  • AND Package Information
  • libqb-1.0.3+20190326.a521604-3.3 is installed
  • OR libqb-devel-1.0.3+20190326.a521604-3.3 is installed
  • OR libqb-tests-1.0.3+20190326.a521604-3.3 is installed
  • OR libqb-tools-1.0.3+20190326.a521604-3.3 is installed
  • OR libqb20-1.0.3+20190326.a521604-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
  • AND tiff-4.0.9-5.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND docker-1.6.2-31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 SP1 is installed
  • AND Package Information
  • podman-2.1.1-4.28 is installed
  • OR podman-cni-config-2.1.1-4.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 SP2 is installed
  • AND Package Information
  • podman-2.1.1-4.28 is installed
  • OR podman-cni-config-2.1.1-4.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libslurm29-16.05.8.1-5 is installed
  • OR perl-slurm-16.05.8.1-5 is installed
  • OR slurm-16.05.8.1-5 is installed
  • OR slurm-auth-none-16.05.8.1-5 is installed
  • OR slurm-devel-16.05.8.1-5 is installed
  • OR slurm-doc-16.05.8.1-5 is installed
  • OR slurm-lua-16.05.8.1-5 is installed
  • OR slurm-munge-16.05.8.1-5 is installed
  • OR slurm-pam_slurm-16.05.8.1-5 is installed
  • OR slurm-plugins-16.05.8.1-5 is installed
  • OR slurm-sched-wiki-16.05.8.1-5 is installed
  • OR slurm-slurmdbd-16.05.8.1-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 is installed
  • AND Package Information
  • libpmi0-17.11.7-6.3 is installed
  • OR libslurm32-17.11.7-6.3 is installed
  • OR perl-slurm-17.11.7-6.3 is installed
  • OR slurm-17.11.7-6.3 is installed
  • OR slurm-auth-none-17.11.7-6.3 is installed
  • OR slurm-config-17.11.7-6.3 is installed
  • OR slurm-devel-17.11.7-6.3 is installed
  • OR slurm-doc-17.11.7-6.3 is installed
  • OR slurm-lua-17.11.7-6.3 is installed
  • OR slurm-munge-17.11.7-6.3 is installed
  • OR slurm-node-17.11.7-6.3 is installed
  • OR slurm-pam_slurm-17.11.7-6.3 is installed
  • OR slurm-plugins-17.11.7-6.3 is installed
  • OR slurm-slurmdbd-17.11.7-6.3 is installed
  • OR slurm-sql-17.11.7-6.3 is installed
  • OR slurm-torque-17.11.7-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
  • AND Package Information
  • libpmi0-18.08.8-3.4 is installed
  • OR libslurm33-18.08.8-3.4 is installed
  • OR perl-Switch-2.17-3.2 is installed
  • OR perl-slurm-18.08.8-3.4 is installed
  • OR slurm-18.08.8-3.4 is installed
  • OR slurm-auth-none-18.08.8-3.4 is installed
  • OR slurm-config-18.08.8-3.4 is installed
  • OR slurm-config-man-18.08.8-3.4 is installed
  • OR slurm-devel-18.08.8-3.4 is installed
  • OR slurm-doc-18.08.8-3.4 is installed
  • OR slurm-lua-18.08.8-3.4 is installed
  • OR slurm-munge-18.08.8-3.4 is installed
  • OR slurm-node-18.08.8-3.4 is installed
  • OR slurm-pam_slurm-18.08.8-3.4 is installed
  • OR slurm-plugins-18.08.8-3.4 is installed
  • OR slurm-slurmdbd-18.08.8-3.4 is installed
  • OR slurm-sql-18.08.8-3.4 is installed
  • OR slurm-sview-18.08.8-3.4 is installed
  • OR slurm-torque-18.08.8-3.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • libopenssl0_9_8-0.9.8j-59 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-59 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • libopenssl-1_0_0-devel-1.0.2p-3.8 is installed
  • OR libopenssl1_0_0-1.0.2p-3.8 is installed
  • OR openssl-1_0_0-1.0.2p-3.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
  • AND Package Information
  • kernel-default-4.12.14-197.4 is installed
  • OR reiserfs-kmp-default-4.12.14-197.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.6 is installed
  • OR kernel-default-livepatch-4.12.14-25.6 is installed
  • OR kernel-livepatch-4_12_14-25_6-default-1-1.3 is installed
  • OR kernel-livepatch-SLE15_Update_2-1-1.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-195-default-3-7 is installed
  • OR kernel-livepatch-SLE15-SP1_Update_0-3-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.28 is installed
  • OR kernel-default-base-4.12.14-25.28 is installed
  • OR kernel-docs-4.12.14-25.28 is installed
  • OR kernel-docs-html-4.12.14-25.28 is installed
  • OR kernel-obs-qa-4.12.14-25.28 is installed
  • OR kselftests-kmp-default-4.12.14-25.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • evolution-3.26.6-4.3 is installed
  • OR glade-catalog-evolution-3.26.6-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • dhcp-4.3.5-6.3 is installed
  • OR dhcp-relay-4.3.5-6.3 is installed
  • OR dhcp-server-4.3.5-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • bind-9.11.2-12.11 is installed
  • OR bind-chrootenv-9.11.2-12.11 is installed
  • OR bind-doc-9.11.2-12.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-4 is installed
  • OR php5-5.5.14-4 is installed
  • OR php5-bcmath-5.5.14-4 is installed
  • OR php5-bz2-5.5.14-4 is installed
  • OR php5-calendar-5.5.14-4 is installed
  • OR php5-ctype-5.5.14-4 is installed
  • OR php5-curl-5.5.14-4 is installed
  • OR php5-dba-5.5.14-4 is installed
  • OR php5-dom-5.5.14-4 is installed
  • OR php5-enchant-5.5.14-4 is installed
  • OR php5-exif-5.5.14-4 is installed
  • OR php5-fastcgi-5.5.14-4 is installed
  • OR php5-fileinfo-5.5.14-4 is installed
  • OR php5-fpm-5.5.14-4 is installed
  • OR php5-ftp-5.5.14-4 is installed
  • OR php5-gd-5.5.14-4 is installed
  • OR php5-gettext-5.5.14-4 is installed
  • OR php5-gmp-5.5.14-4 is installed
  • OR php5-iconv-5.5.14-4 is installed
  • OR php5-intl-5.5.14-4 is installed
  • OR php5-json-5.5.14-4 is installed
  • OR php5-ldap-5.5.14-4 is installed
  • OR php5-mbstring-5.5.14-4 is installed
  • OR php5-mcrypt-5.5.14-4 is installed
  • OR php5-mysql-5.5.14-4 is installed
  • OR php5-odbc-5.5.14-4 is installed
  • OR php5-openssl-5.5.14-4 is installed
  • OR php5-pcntl-5.5.14-4 is installed
  • OR php5-pdo-5.5.14-4 is installed
  • OR php5-pear-5.5.14-4 is installed
  • OR php5-pgsql-5.5.14-4 is installed
  • OR php5-pspell-5.5.14-4 is installed
  • OR php5-shmop-5.5.14-4 is installed
  • OR php5-snmp-5.5.14-4 is installed
  • OR php5-soap-5.5.14-4 is installed
  • OR php5-sockets-5.5.14-4 is installed
  • OR php5-sqlite-5.5.14-4 is installed
  • OR php5-suhosin-5.5.14-4 is installed
  • OR php5-sysvmsg-5.5.14-4 is installed
  • OR php5-sysvsem-5.5.14-4 is installed
  • OR php5-sysvshm-5.5.14-4 is installed
  • OR php5-tokenizer-5.5.14-4 is installed
  • OR php5-wddx-5.5.14-4 is installed
  • OR php5-xmlreader-5.5.14-4 is installed
  • OR php5-xmlrpc-5.5.14-4 is installed
  • OR php5-xmlwriter-5.5.14-4 is installed
  • OR php5-xsl-5.5.14-4 is installed
  • OR php5-zip-5.5.14-4 is installed
  • OR php5-zlib-5.5.14-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND Package Information
  • tomcat-9.0.12-3.8 is installed
  • OR tomcat-admin-webapps-9.0.12-3.8 is installed
  • OR tomcat-el-3_0-api-9.0.12-3.8 is installed
  • OR tomcat-jsp-2_3-api-9.0.12-3.8 is installed
  • OR tomcat-lib-9.0.12-3.8 is installed
  • OR tomcat-servlet-4_0-api-9.0.12-3.8 is installed
  • OR tomcat-webapps-9.0.12-3.8 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 SP2 is installed
  • AND Package Information
  • libXRes1-1.0.7-3 is installed
  • OR libXRes1-32bit-1.0.7-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 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 for Raspberry Pi 12 SP2 is installed
  • AND supportutils-3.0-85 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • php5-5.5.14-30.1 is installed
  • OR php5-devel-5.5.14-30.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND openslp-devel-2.0.0-5.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND telepathy-gabble-0.18.1-3.268 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • libixion-0.14.1-4.3 is installed
  • OR libixion-0_14-0-0.14.1-4.3 is installed
  • OR liborcus-0.14.1-3.3 is installed
  • OR liborcus-0_14-0-0.14.1-3.3 is installed
  • OR liborcus-devel-0.14.1-3.3 is installed
  • OR libreoffice-6.2.5.2-3.18 is installed
  • OR libreoffice-base-6.2.5.2-3.18 is installed
  • OR libreoffice-base-drivers-postgresql-6.2.5.2-3.18 is installed
  • OR libreoffice-branding-upstream-6.2.5.2-3.18 is installed
  • OR libreoffice-calc-6.2.5.2-3.18 is installed
  • OR libreoffice-calc-extensions-6.2.5.2-3.18 is installed
  • OR libreoffice-draw-6.2.5.2-3.18 is installed
  • OR libreoffice-filters-optional-6.2.5.2-3.18 is installed
  • OR libreoffice-gnome-6.2.5.2-3.18 is installed
  • OR libreoffice-gtk3-6.2.5.2-3.18 is installed
  • OR libreoffice-icon-themes-6.2.5.2-3.18 is installed
  • OR libreoffice-impress-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-af-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ar-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-as-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-bg-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-bn-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-br-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ca-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-cs-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-cy-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-da-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-de-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-dz-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-el-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-en-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-eo-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-es-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-et-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-eu-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-fa-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-fi-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-fr-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ga-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-gl-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-gu-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-he-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-hi-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-hr-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-hu-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-it-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ja-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-kk-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-kn-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ko-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-lt-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-lv-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-mai-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ml-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-mr-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-nb-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-nl-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-nn-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-nr-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-nso-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-or-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-pa-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-pl-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-pt_BR-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-pt_PT-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ro-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ru-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-si-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-sk-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-sl-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-sr-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ss-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-st-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-sv-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ta-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-te-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-th-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-tn-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-tr-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ts-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-uk-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-ve-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-xh-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-zh_CN-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-zh_TW-6.2.5.2-3.18 is installed
  • OR libreoffice-l10n-zu-6.2.5.2-3.18 is installed
  • OR libreoffice-mailmerge-6.2.5.2-3.18 is installed
  • OR libreoffice-math-6.2.5.2-3.18 is installed
  • OR libreoffice-officebean-6.2.5.2-3.18 is installed
  • OR libreoffice-pyuno-6.2.5.2-3.18 is installed
  • OR libreoffice-writer-6.2.5.2-3.18 is installed
  • OR libreoffice-writer-extensions-6.2.5.2-3.18 is installed
  • OR libreofficekit-6.2.5.2-3.18 is installed
  • OR libwps-0.4.10-3.6 is installed
  • OR libwps-0_4-4-0.4.10-3.6 is installed
  • OR libwps-devel-0.4.10-3.6 is installed
  • OR myspell-af_ZA-20190423-3.9 is installed
  • OR myspell-ar-20190423-3.9 is installed
  • OR myspell-bg_BG-20190423-3.9 is installed
  • OR myspell-bn_BD-20190423-3.9 is installed
  • OR myspell-br_FR-20190423-3.9 is installed
  • OR myspell-ca-20190423-3.9 is installed
  • OR myspell-cs_CZ-20190423-3.9 is installed
  • OR myspell-da_DK-20190423-3.9 is installed
  • OR myspell-dictionaries-20190423-3.9 is installed
  • OR myspell-el_GR-20190423-3.9 is installed
  • OR myspell-et_EE-20190423-3.9 is installed
  • OR myspell-fr_FR-20190423-3.9 is installed
  • OR myspell-gl-20190423-3.9 is installed
  • OR myspell-gu_IN-20190423-3.9 is installed
  • OR myspell-he_IL-20190423-3.9 is installed
  • OR myspell-hi_IN-20190423-3.9 is installed
  • OR myspell-hr_HR-20190423-3.9 is installed
  • OR myspell-it_IT-20190423-3.9 is installed
  • OR myspell-lt_LT-20190423-3.9 is installed
  • OR myspell-lv_LV-20190423-3.9 is installed
  • OR myspell-nl_NL-20190423-3.9 is installed
  • OR myspell-nn_NO-20190423-3.9 is installed
  • OR myspell-pl_PL-20190423-3.9 is installed
  • OR myspell-pt_PT-20190423-3.9 is installed
  • OR myspell-si_LK-20190423-3.9 is installed
  • OR myspell-sk_SK-20190423-3.9 is installed
  • OR myspell-sl_SI-20190423-3.9 is installed
  • OR myspell-sr-20190423-3.9 is installed
  • OR myspell-sv_SE-20190423-3.9 is installed
  • OR myspell-te_IN-20190423-3.9 is installed
  • OR myspell-th_TH-20190423-3.9 is installed
  • OR myspell-tr_TR-20190423-3.9 is installed
  • OR myspell-uk_UA-20190423-3.9 is installed
  • OR myspell-zu_ZA-20190423-3.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • gnome-shell-3.26.2+20180130.0d9c74212-4.19 is installed
  • OR gnome-shell-calendar-3.26.2+20180130.0d9c74212-4.19 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
  • BACK