Oval Definition:oval:org.opensuse.security:def:24015
Revision Date:2021-02-11Version:1
Title:Security update for the Linux Kernel (Important)
Description:

The SUSE Linux Enterprise 12 SP4 kernel was updated to receive various security and bugfixes.



The following security bugs were fixed:

- CVE-2021-3348: Fixed a use-after-free in nbd_add_socket() that could be triggered by local attackers (with access to the nbd device) via an I/O request (bnc#1181504). - CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349). - CVE-2020-27835: A use-after-free in the infiniband hfi1 driver was found, specifically in the way user calls Ioctl after open dev file and fork. A local user could use this flaw to crash the system (bnc#1179878). - CVE-2020-25211: Fixed a buffer overflow in ctnetlink_parse_tuple_filter() which could be triggered by a local attackers by injecting conntrack netlink configuration (bnc#1176395). - CVE-2020-25639: Fixed a NULL pointer dereference via nouveau ioctl (bnc#1176846). - CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509). - CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508). - CVE-2020-0444: Fixed a bad kfree due to a logic error in audit_data_to_entry (bnc#1180027). - CVE-2020-0465: Fixed multiple missing bounds checks in hid-multitouch.c that could have led to local privilege escalation (bnc#1180029). - CVE-2020-0466: Fixed a use-after-free due to a logic error in do_epoll_ctl and ep_loop_check_proc of eventpoll.c (bnc#1180031). - CVE-2020-4788: Fixed an issue with IBM Power9 processors could have allowed a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances (bsc#1177666). - CVE-2020-15436: Fixed a use after free vulnerability in fs/block_dev.c which could have allowed local users to gain privileges or cause a denial of service (bsc#1179141). - CVE-2020-27068: Fixed an out-of-bounds read due to a missing bounds check in the nl80211_policy policy of nl80211.c (bnc#1180086). - CVE-2020-27777: Fixed a privilege escalation in the Run-Time Abstraction Services (RTAS) interface, affecting guests running on top of PowerVM or KVM hypervisors (bnc#1179107). - CVE-2020-27786: Fixed an out-of-bounds write in the MIDI implementation (bnc#1179601). - CVE-2020-27825: Fixed a race in the trace_open and buffer resize calls (bsc#1179960). - CVE-2020-29371: Fixed uninitialized memory leaks to userspace (bsc#1179429). - CVE-2020-29660: Fixed a locking inconsistency in the tty subsystem that may have allowed a read-after-free attack against TIOCGSID (bnc#1179745). - CVE-2020-29661: Fixed a locking issue in the tty subsystem that allowed a use-after-free attack against TIOCSPGRP (bsc#1179745). - CVE-2020-28974: Fixed a slab-out-of-bounds read in fbcon which could have been used by local attackers to read privileged information or potentially crash the kernel (bsc#1178589). - CVE-2020-28915: Fixed a buffer over-read in the fbcon code which could have been used by local attackers to read kernel memory (bsc#1178886). - CVE-2020-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182). - CVE-2020-15437: Fixed a null pointer dereference which could have allowed local users to cause a denial of service(bsc#1179140). - CVE-2020-36158: Fixed a potential remote code execution in the Marvell mwifiex driver (bsc#1180559). - CVE-2020-28374: Fixed a Linux SCSI target issue (bsc#1178372). - CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663).

The following non-security bugs were fixed:

- blk-mq: improve heavily contended tag case (bsc#1178198). - debugfs_lookup(): switch to lookup_one_len_unlocked() (bsc#1171979). - epoll: Keep a reference on files added to the check list (bsc#1180031). - fix regression in 'epoll: Keep a reference on files added to the check list' (bsc#1180031, git-fixes). - futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#1149032). - futex: Ensure the correct return value from futex_lock_pi() (bsc#1181349 bsc#1149032). - futex: Fix incorrect should_fail_futex() handling (bsc#1181349). - futex: Handle faults correctly for PI futexes (bsc#1181349 bsc#1149032). - futex: Provide and use pi_state_update_owner() (bsc#1181349 bsc#1149032). - futex: Replace pointless printk in fixup_owner() (bsc#1181349 bsc#1149032). - futex: Simplify fixup_pi_state_owner() (bsc#1181349 bsc#1149032). - futex: Use pi_state_update_owner() in put_pi_state() (bsc#1181349 bsc#1149032). - HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052). - iommu/vt-d: Do not dereference iommu_device if IOMMU_API is not built (bsc#1181001, jsc#ECO-3191). - iommu/vt-d: Gracefully handle DMAR units with no supported address widths (bsc#1181001, jsc#ECO-3191). - kABI: Fix kABI for extended APIC-ID support (bsc#1181001, jsc#ECO-3191). - locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#1149032). - md/bitmap: fix memory leak of temporary bitmap (bsc#1163727). - md/bitmap: md_bitmap_get_counter returns wrong blocks (bsc#1163727). - md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks (bsc#1163727). - md/cluster: block reshape with remote resync job (bsc#1163727). - md/cluster: fix deadlock when node is doing resync job (bsc#1163727). - md-cluster: Fix potential error pointer dereference in resize_bitmaps() (bsc#1163727). - md-cluster: fix rmmod issue when md_cluster convert bitmap to none (bsc#1163727). - md-cluster: fix safemode_delay value when converting to clustered bitmap (bsc#1163727). - md-cluster: fix wild pointer of unlock_all_bitmaps() (bsc#1163727). - Move upstreamed bt fixes into sorted section - nbd: Fix memory leak in nbd_add_socket (bsc#1181504). - net/x25: prevent a couple of overflows (bsc#1178590). - NFS: mark nfsiod as CPU_INTENSIVE (bsc#1177304). - rtmutex: Remove unused argument from rt_mutex_proxy_unlock() (bsc#1181349 bsc#1149032). - s390/dasd: fix hanging device offline processing (bsc#1144912). - scsi: ibmvfc: Avoid link down on FS9100 canister reboot (bsc#1176962 ltc#188304). - scsi: ibmvfc: Use compiler attribute defines instead of __attribute__() (bsc#1176962 ltc#188304). - SUNRPC: cache: ignore timestamp written to 'flush' file (bsc#1178036). - x86/apic: Fix x2apic enablement without interrupt remapping (bsc#1181001, jsc#ECO-3191). - x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where available (bsc#1181001, jsc#ECO-3191). - x86/ioapic: Handle Extended Destination ID field in RTE (bsc#1181001, jsc#ECO-3191). - x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181001, jsc#ECO-3191). - x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181001, jsc#ECO-3191). - x86/msi: Only use high bits of MSI address for DMAR unit (bsc#1181001, jsc#ECO-3191). - x86/tracing: Introduce a static key for exception tracing (bsc#1179895). - x86/traps: Simplify pagefault tracing logic (bsc#1179895). - xfrm: Fix memleak on xfrm state destroy (bsc#1158775).
Family:unixClass:patch
Status:Reference(s):1027519
1046305
1046306
1050252
1050549
1051510
1054610
1055121
1056658
1056662
1056787
1060463
1063638
1065600
1068032
1070995
1071995
1074562
1074578
1074701
1075006
1075419
1075748
1078355
1080039
1082943
1083548
1083647
1084216
1086095
1086282
1086301
1086313
1086314
1086323
1087082
1087084
1087092
1087939
1088133
1094555
1098382
1098425
1098995
1102055
1102840
1103429
1104353
1106105
1106434
1106811
1107078
1107665
1108101
1108870
1109695
1110096
1110705
1111586
1111666
1113042
1113712
1113722
1113769
1113939
1114279
1114585
1114674
1114893
1117108
1117155
1117645
1117947
1118338
1119019
1119086
1119766
1119843
1120008
1120318
1120601
1120758
1120854
1120902
1120909
1120955
1121317
1121726
1121789
1121805
1122019
1122159
1122192
1122292
1122324
1122554
1122662
1122764
1122779
1122822
1122885
1122927
1122944
1122971
1122982
1123060
1123061
1123161
1123317
1123348
1123357
1123456
1123538
1123697
1123882
1123933
1124055
1124204
1124235
1124579
1124589
1124728
1124732
1124735
1124969
1124974
1124975
1124976
1124978
1124979
1124980
1124981
1124982
1124984
1124985
1125109
1125125
1125252
1125315
1125614
1125728
1125780
1125797
1125799
1125800
1125907
1125947
1126131
1126209
1126230
1126389
1126393
1126476
1126480
1126481
1126488
1126495
1126555
1126579
1126789
1126790
1126802
1126803
1126804
1126805
1126806
1126807
1127042
1127062
1127082
1127154
1127285
1127286
1127307
1127363
1127493
1127494
1127495
1127496
1127497
1127498
1127534
1127561
1127567
1127595
1127603
1127682
1127731
1127750
1127836
1127961
1128094
1128166
1128351
1128451
1128895
1129046
1129080
1129163
1129179
1129181
1129182
1129183
1129184
1129205
1129281
1129284
1129285
1129291
1129292
1129293
1129294
1129295
1129296
1129326
1129327
1129330
1129363
1129366
1129497
1129519
1129543
1129547
1129551
1129581
1129625
1129664
1129739
1129923
1136082
1138529
1144903
1144912
1146657
1149032
1152856
1153108
1153158
1153161
1154212
1155199
1157607
1158775
1160039
1160968
1161096
1162553
1162972
1163727
1170601
1171670
1171863
1171864
1171866
1171921
1171960
1171961
1171963
1171979
1172515
1172745
1174421
1175534
1176315
1176339
1176343
1176344
1176345
1176346
1176347
1176348
1176349
1176350
1176395
1176846
1176962
1177158
1177304
1177666
1178036
1178182
1178198
1178372
1178589
1178590
1178684
1178886
1179107
1179140
1179141
1179419
1179429
1179508
1179509
1179601
1179616
1179663
1179666
1179745
1179877
1179878
1179895
1179960
1179961
1180008
1180027
1180028
1180029
1180030
1180031
1180032
1180052
1180086
1180559
1180562
1180676
1181001
1181158
1181349
1181504
1181553
1181645
807502
824948
828192
925178
CVE-2017-5753
CVE-2018-17095
CVE-2018-18311
CVE-2018-20669
CVE-2019-10086
CVE-2019-10220
CVE-2019-14866
CVE-2019-17133
CVE-2019-2024
CVE-2019-20934
CVE-2019-2894
CVE-2019-2933
CVE-2019-2945
CVE-2019-2949
CVE-2019-2958
CVE-2019-2962
CVE-2019-2964
CVE-2019-2973
CVE-2019-2975
CVE-2019-2978
CVE-2019-2981
CVE-2019-2983
CVE-2019-2987
CVE-2019-2988
CVE-2019-2989
CVE-2019-2992
CVE-2019-2999
CVE-2019-3459
CVE-2019-3460
CVE-2019-3819
CVE-2019-6974
CVE-2019-7221
CVE-2019-7222
CVE-2019-7308
CVE-2019-8912
CVE-2019-8980
CVE-2019-9213
CVE-2020-0444
CVE-2020-0465
CVE-2020-0466
CVE-2020-10543
CVE-2020-10753
CVE-2020-10878
CVE-2020-12723
CVE-2020-14355
CVE-2020-14364
CVE-2020-15436
CVE-2020-15437
CVE-2020-15705
CVE-2020-17507
CVE-2020-25211
CVE-2020-25595
CVE-2020-25596
CVE-2020-25597
CVE-2020-25599
CVE-2020-25600
CVE-2020-25601
CVE-2020-25602
CVE-2020-25603
CVE-2020-25604
CVE-2020-25639
CVE-2020-25669
CVE-2020-2583
CVE-2020-2593
CVE-2020-2604
CVE-2020-2659
CVE-2020-27068
CVE-2020-27777
CVE-2020-27786
CVE-2020-27825
CVE-2020-27835
CVE-2020-28374
CVE-2020-28915
CVE-2020-28974
CVE-2020-29371
CVE-2020-29568
CVE-2020-29569
CVE-2020-29660
CVE-2020-29661
CVE-2020-36158
CVE-2020-4788
CVE-2021-3347
CVE-2021-3348
SUSE-SU-2018:3588-2
SUSE-SU-2019:0765-1
SUSE-SU-2019:2244-1
SUSE-SU-2019:3064-1
SUSE-SU-2020:1662-1
SUSE-SU-2020:2786-1
SUSE-SU-2020:3084-1
SUSE-SU-2021:0434-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.1 NonFree
openSUSE Leap 42.2
openSUSE Leap 42.3
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 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 High Availability Extension 11 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Toolchain 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
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 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP4-LTSS
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 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP4-ESPOS
SUSE Linux Enterprise Server 12 SP4-LTSS
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
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 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
SUSE Package Hub for SUSE Linux Enterprise 12
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • empathy-3.12.10-2.7 is installed
  • OR empathy-lang-3.12.10-2.7 is installed
  • OR telepathy-mission-control-plugin-goa-3.12.10-2.7 is installed
  • Definition Synopsis
  • openSUSE Leap 42.1 NonFree is installed
  • AND opera-38.0.2220.29-16.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • bogofilter-common-1.2.4-6.4 is installed
  • OR bogofilter-db-1.2.4-6.4 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • cups-pk-helper-0.2.5-9.1 is installed
  • OR cups-pk-helper-lang-0.2.5-9.1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND haproxy-1.5.4-2.4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.4esr-0.5 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.5 is installed
  • OR beagle-0.3.8-56.51 is installed
  • OR beagle-evolution-0.3.8-56.51 is installed
  • OR beagle-firefox-0.3.8-56.51 is installed
  • OR beagle-gui-0.3.8-56.51 is installed
  • OR beagle-lang-0.3.8-56.51 is installed
  • OR libfreebl3-3.14.2-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.2-0.4.3 is installed
  • OR mhtml-firefox-0.5-1.47.51 is installed
  • OR mozilla-nspr-4.9.5-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.5-0.3 is installed
  • OR mozilla-nss-3.14.2-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.2-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.2-0.4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND binutils-2.23.1-0.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.5.0esr-28 is installed
  • OR MozillaFirefox-translations-38.5.0esr-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • flash-player-11.2.202.406-1 is installed
  • OR flash-player-gnome-11.2.202.406-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND cvs-1.12.12-181 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • bzip2-1.0.6-29 is installed
  • OR libbz2-1-1.0.6-29 is installed
  • OR libbz2-1-32bit-1.0.6-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libgnomesu-2.0.0-353.6 is installed
  • OR libgnomesu-lang-2.0.0-353.6 is installed
  • OR libgnomesu0-2.0.0-353.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND ctdb-1.0.114.6-0.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND fetchmail-6.3.26-3 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 Legacy Software 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.6 is installed
  • OR reiserfs-kmp-default-4.12.14-25.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND kernel-default-livepatch-4.12.14-23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Toolchain 12 is installed
  • AND Package Information
  • cpp5-5.3.1+r233831-9 is installed
  • OR gcc5-5.3.1+r233831-9 is installed
  • OR gcc5-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-ada-5.3.1+r233831-9 is installed
  • OR gcc5-ada-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-c++-5.3.1+r233831-9 is installed
  • OR gcc5-c++-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-info-5.3.1+r233831-9 is installed
  • OR gcc5-locale-5.3.1+r233831-9 is installed
  • OR libada5-5.3.1+r233831-9 is installed
  • OR libada5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND python3-3.4.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-72.5 is installed
  • OR MozillaFirefox-branding-SLED-52-24.3 is installed
  • OR MozillaFirefox-translations-52.2.0esr-72.5 is installed
  • OR firefox-gcc5-5.3.1+r233831-7 is installed
  • OR firefox-libffi-gcc5-5.3.1+r233831-7 is installed
  • OR firefox-libffi4-5.3.1+r233831-7 is installed
  • OR firefox-libstdc++6-5.3.1+r233831-7 is installed
  • OR libfreebl3-3.29.5-47.3 is installed
  • OR libsoftokn3-3.29.5-47.3 is installed
  • OR mozilla-nss-3.29.5-47.3 is installed
  • OR mozilla-nss-tools-3.29.5-47.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • ext4dev-kmp-default-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-pae-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-ppc64-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-vmi-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-xen-0_2.6.27.23_0.1-7.1 is installed
  • OR iscsitarget-kmp-default-0.4.15_2.6.27.54_0.2-94.14 is installed
  • OR kernel-default-2.6.27.23-0.1 is installed
  • OR kernel-default-base-2.6.27.23-0.1 is installed
  • OR kernel-default-man-2.6.27.23-0.1 is installed
  • OR kernel-kdump-2.6.27.23-0.1 is installed
  • OR kernel-pae-2.6.27.23-0.1 is installed
  • OR kernel-pae-base-2.6.27.23-0.1 is installed
  • OR kernel-ppc64-2.6.27.23-0.1 is installed
  • OR kernel-ppc64-base-2.6.27.23-0.1 is installed
  • OR kernel-source-2.6.27.23-0.1 is installed
  • OR kernel-syms-2.6.27.23-0.1 is installed
  • OR kernel-vmi-2.6.27.23-0.1 is installed
  • OR kernel-vmi-base-2.6.27.23-0.1 is installed
  • OR kernel-xen-2.6.27.23-0.1 is installed
  • OR kernel-xen-base-2.6.27.23-0.1 is installed
  • OR oracleasm-kmp-default-2.0.5_2.6.27.54_0.2-7.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • ext4dev-kmp-default-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-pae-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-ppc64-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-vmi-0_2.6.27.23_0.1-7.1 is installed
  • OR ext4dev-kmp-xen-0_2.6.27.23_0.1-7.1 is installed
  • OR iscsitarget-kmp-default-0.4.15_2.6.27.54_0.2-94.14 is installed
  • OR kernel-default-2.6.27.23-0.1 is installed
  • OR kernel-default-base-2.6.27.23-0.1 is installed
  • OR kernel-default-man-2.6.27.23-0.1 is installed
  • OR kernel-kdump-2.6.27.23-0.1 is installed
  • OR kernel-pae-2.6.27.23-0.1 is installed
  • OR kernel-pae-base-2.6.27.23-0.1 is installed
  • OR kernel-ppc64-2.6.27.23-0.1 is installed
  • OR kernel-ppc64-base-2.6.27.23-0.1 is installed
  • OR kernel-source-2.6.27.23-0.1 is installed
  • OR kernel-syms-2.6.27.23-0.1 is installed
  • OR kernel-vmi-2.6.27.23-0.1 is installed
  • OR kernel-vmi-base-2.6.27.23-0.1 is installed
  • OR kernel-xen-2.6.27.23-0.1 is installed
  • OR kernel-xen-base-2.6.27.23-0.1 is installed
  • OR oracleasm-kmp-default-2.0.5_2.6.27.54_0.2-7.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • apache2-mod_php5-5.2.6-50.24 is installed
  • OR php5-5.2.6-50.24 is installed
  • OR php5-bcmath-5.2.6-50.24 is installed
  • OR php5-bz2-5.2.6-50.24 is installed
  • OR php5-calendar-5.2.6-50.24 is installed
  • OR php5-ctype-5.2.6-50.24 is installed
  • OR php5-curl-5.2.6-50.24 is installed
  • OR php5-dba-5.2.6-50.24 is installed
  • OR php5-dbase-5.2.6-50.24 is installed
  • OR php5-dom-5.2.6-50.24 is installed
  • OR php5-exif-5.2.6-50.24 is installed
  • OR php5-fastcgi-5.2.6-50.24 is installed
  • OR php5-ftp-5.2.6-50.24 is installed
  • OR php5-gd-5.2.6-50.24 is installed
  • OR php5-gettext-5.2.6-50.24 is installed
  • OR php5-gmp-5.2.6-50.24 is installed
  • OR php5-hash-5.2.6-50.24 is installed
  • OR php5-iconv-5.2.6-50.24 is installed
  • OR php5-json-5.2.6-50.24 is installed
  • OR php5-ldap-5.2.6-50.24 is installed
  • OR php5-mbstring-5.2.6-50.24 is installed
  • OR php5-mcrypt-5.2.6-50.24 is installed
  • OR php5-mysql-5.2.6-50.24 is installed
  • OR php5-odbc-5.2.6-50.24 is installed
  • OR php5-openssl-5.2.6-50.24 is installed
  • OR php5-pcntl-5.2.6-50.24 is installed
  • OR php5-pdo-5.2.6-50.24 is installed
  • OR php5-pear-5.2.6-50.24 is installed
  • OR php5-pgsql-5.2.6-50.24 is installed
  • OR php5-pspell-5.2.6-50.24 is installed
  • OR php5-shmop-5.2.6-50.24 is installed
  • OR php5-snmp-5.2.6-50.24 is installed
  • OR php5-soap-5.2.6-50.24 is installed
  • OR php5-suhosin-5.2.6-50.24 is installed
  • OR php5-sysvmsg-5.2.6-50.24 is installed
  • OR php5-sysvsem-5.2.6-50.24 is installed
  • OR php5-sysvshm-5.2.6-50.24 is installed
  • OR php5-tokenizer-5.2.6-50.24 is installed
  • OR php5-wddx-5.2.6-50.24 is installed
  • OR php5-xmlreader-5.2.6-50.24 is installed
  • OR php5-xmlrpc-5.2.6-50.24 is installed
  • OR php5-xmlwriter-5.2.6-50.24 is installed
  • OR php5-xsl-5.2.6-50.24 is installed
  • OR php5-zip-5.2.6-50.24 is installed
  • OR php5-zlib-5.2.6-50.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
  • OR libfreebl3-3.14.3-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nspr-4.9.6-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.6-0.3 is installed
  • OR mozilla-nss-3.14.3-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.3-0.4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
  • OR libfreebl3-3.14.3-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nspr-4.9.6-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.6-0.3 is installed
  • OR mozilla-nss-3.14.3-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.3-0.4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
  • OR libfreebl3-3.14.3-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nspr-4.9.6-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.6-0.3 is installed
  • OR mozilla-nss-3.14.3-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.3-0.4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
  • OR libfreebl3-3.14.3-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nspr-4.9.6-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.6-0.3 is installed
  • OR mozilla-nss-3.14.3-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.3-0.4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • curl-7.19.7-1.18 is installed
  • OR libcurl4-7.19.7-1.18 is installed
  • OR libcurl4-32bit-7.19.7-1.18 is installed
  • OR libcurl4-x86-7.19.7-1.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-45.6.0esr-66 is installed
  • OR MozillaFirefox-translations-45.6.0esr-66 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-45.6.0esr-66 is installed
  • OR MozillaFirefox-translations-45.6.0esr-66 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.7 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.7 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.7 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.7 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.7 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • libopenssl0_9_8-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
  • OR openssl-0.9.8j-0.50 is installed
  • OR openssl-doc-0.9.8j-0.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • java-1_7_0-ibm-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr10.25-65.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.34 is installed
  • OR libMagickCore1-6.4.3.6-7.78.34 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.34 is installed
  • OR libMagickCore1-6.4.3.6-7.78.34 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ghostscript-fonts-other-8.62-32.44 is installed
  • OR ghostscript-fonts-rus-8.62-32.44 is installed
  • OR ghostscript-fonts-std-8.62-32.44 is installed
  • OR ghostscript-library-8.62-32.44 is installed
  • OR ghostscript-omni-8.62-32.44 is installed
  • OR ghostscript-x11-8.62-32.44 is installed
  • OR libgimpprint-4.2.7-32.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ghostscript-fonts-other-8.62-32.44 is installed
  • OR ghostscript-fonts-rus-8.62-32.44 is installed
  • OR ghostscript-fonts-std-8.62-32.44 is installed
  • OR ghostscript-library-8.62-32.44 is installed
  • OR ghostscript-omni-8.62-32.44 is installed
  • OR ghostscript-x11-8.62-32.44 is installed
  • OR libgimpprint-4.2.7-32.44 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
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • cobbler-2.2.2-0.68.6 is installed
  • OR koan-2.2.2-0.68.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • cobbler-2.2.2-0.68.6 is installed
  • OR koan-2.2.2-0.68.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • libssh2-1-1.4.3-17.6 is installed
  • OR libssh2_org-1.4.3-17.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • libssh2-1-1.4.3-17.6 is installed
  • OR libssh2_org-1.4.3-17.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libldap-openssl1-2_4-2-2.4.26-0.28 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • bind-9.9.6P1-28.6 is installed
  • OR bind-chrootenv-9.9.6P1-28.6 is installed
  • OR bind-doc-9.9.6P1-28.6 is installed
  • OR bind-libs-9.9.6P1-28.6 is installed
  • OR bind-libs-32bit-9.9.6P1-28.6 is installed
  • OR bind-utils-9.9.6P1-28.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • bind-9.9.6P1-28.6 is installed
  • OR bind-chrootenv-9.9.6P1-28.6 is installed
  • OR bind-doc-9.9.6P1-28.6 is installed
  • OR bind-libs-9.9.6P1-28.6 is installed
  • OR bind-libs-32bit-9.9.6P1-28.6 is installed
  • OR bind-utils-9.9.6P1-28.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND cifs-utils-6.4-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • xen-4.5.2_02-4 is installed
  • OR xen-doc-html-4.5.2_02-4 is installed
  • OR xen-kmp-default-4.5.2_02_k3.12.49_11-4 is installed
  • OR xen-libs-4.5.2_02-4 is installed
  • OR xen-libs-32bit-4.5.2_02-4 is installed
  • OR xen-tools-4.5.2_02-4 is installed
  • OR xen-tools-domU-4.5.2_02-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • xen-4.5.2_02-4 is installed
  • OR xen-doc-html-4.5.2_02-4 is installed
  • OR xen-kmp-default-4.5.2_02_k3.12.49_11-4 is installed
  • OR xen-libs-4.5.2_02-4 is installed
  • OR xen-libs-32bit-4.5.2_02-4 is installed
  • OR xen-tools-4.5.2_02-4 is installed
  • OR xen-tools-domU-4.5.2_02-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND busybox-1.21.1-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.5.0esr-109.9.1 is installed
  • OR MozillaFirefox-devel-52.5.0esr-109.9.1 is installed
  • OR MozillaFirefox-translations-52.5.0esr-109.9.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • freeradius-server-3.0.3-17.9 is installed
  • OR freeradius-server-doc-3.0.3-17.9 is installed
  • OR freeradius-server-krb5-3.0.3-17.9 is installed
  • OR freeradius-server-ldap-3.0.3-17.9 is installed
  • OR freeradius-server-libs-3.0.3-17.9 is installed
  • OR freeradius-server-mysql-3.0.3-17.9 is installed
  • OR freeradius-server-perl-3.0.3-17.9 is installed
  • OR freeradius-server-postgresql-3.0.3-17.9 is installed
  • OR freeradius-server-python-3.0.3-17.9 is installed
  • OR freeradius-server-sqlite-3.0.3-17.9 is installed
  • OR freeradius-server-utils-3.0.3-17.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • freeradius-server-3.0.3-17.9 is installed
  • OR freeradius-server-doc-3.0.3-17.9 is installed
  • OR freeradius-server-krb5-3.0.3-17.9 is installed
  • OR freeradius-server-ldap-3.0.3-17.9 is installed
  • OR freeradius-server-libs-3.0.3-17.9 is installed
  • OR freeradius-server-mysql-3.0.3-17.9 is installed
  • OR freeradius-server-perl-3.0.3-17.9 is installed
  • OR freeradius-server-postgresql-3.0.3-17.9 is installed
  • OR freeradius-server-python-3.0.3-17.9 is installed
  • OR freeradius-server-sqlite-3.0.3-17.9 is installed
  • OR freeradius-server-utils-3.0.3-17.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • automake-1.13.4-6.2 is installed
  • OR m4-1.4.16-15.74 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-6-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND wget-1.14-21.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND wget-1.14-21.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • ceph-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR ceph-common-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR libcephfs2-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR librados2-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR libradosstriper1-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR librbd1-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR librgw2-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-cephfs-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-rados-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-rbd-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-rgw-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • ceph-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR ceph-common-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR libcephfs2-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR librados2-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR libradosstriper1-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR librbd1-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR librgw2-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-cephfs-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-rados-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-rbd-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • OR python-rgw-12.2.13+git.1592168685.85110a3e9d-2.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • audiofile-0.3.6-11.3 is installed
  • OR libaudiofile1-0.3.6-11.3 is installed
  • OR libaudiofile1-32bit-0.3.6-11.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • audiofile-0.3.6-11.3 is installed
  • OR libaudiofile1-0.3.6-11.3 is installed
  • OR libaudiofile1-32bit-0.3.6-11.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
  • AND
  • libQt5Concurrent5-5.6.2-6.25 is installed
  • OR libQt5Core5-5.6.2-6.25 is installed
  • OR libQt5DBus5-5.6.2-6.25 is installed
  • OR libQt5Gui5-5.6.2-6.25 is installed
  • OR libQt5Network5-5.6.2-6.25 is installed
  • OR libQt5OpenGL5-5.6.2-6.25 is installed
  • OR libQt5PrintSupport5-5.6.2-6.25 is installed
  • OR libQt5Sql5-5.6.2-6.25 is installed
  • OR libQt5Sql5-mysql-5.6.2-6.25 is installed
  • OR libQt5Sql5-postgresql-5.6.2-6.25 is installed
  • OR libQt5Sql5-sqlite-5.6.2-6.25 is installed
  • OR libQt5Sql5-unixODBC-5.6.2-6.25 is installed
  • OR libQt5Test5-5.6.2-6.25 is installed
  • OR libQt5Widgets5-5.6.2-6.25 is installed
  • OR libQt5Xml5-5.6.2-6.25 is installed
  • OR libqt5-qtbase-5.6.2-6.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
  • AND
  • libQt5Concurrent5-5.6.2-6.25 is installed
  • OR libQt5Core5-5.6.2-6.25 is installed
  • OR libQt5DBus5-5.6.2-6.25 is installed
  • OR libQt5Gui5-5.6.2-6.25 is installed
  • OR libQt5Network5-5.6.2-6.25 is installed
  • OR libQt5OpenGL5-5.6.2-6.25 is installed
  • OR libQt5PrintSupport5-5.6.2-6.25 is installed
  • OR libQt5Sql5-5.6.2-6.25 is installed
  • OR libQt5Sql5-mysql-5.6.2-6.25 is installed
  • OR libQt5Sql5-postgresql-5.6.2-6.25 is installed
  • OR libQt5Sql5-sqlite-5.6.2-6.25 is installed
  • OR libQt5Sql5-unixODBC-5.6.2-6.25 is installed
  • OR libQt5Test5-5.6.2-6.25 is installed
  • OR libQt5Widgets5-5.6.2-6.25 is installed
  • OR libQt5Xml5-5.6.2-6.25 is installed
  • OR libqt5-qtbase-5.6.2-6.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-LTSS is installed
  • AND
  • xen-4.11.4_08-2.36 is installed
  • OR xen-doc-html-4.11.4_08-2.36 is installed
  • OR xen-libs-4.11.4_08-2.36 is installed
  • OR xen-libs-32bit-4.11.4_08-2.36 is installed
  • OR xen-tools-4.11.4_08-2.36 is installed
  • OR xen-tools-domU-4.11.4_08-2.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
  • AND
  • xen-4.11.4_08-2.36 is installed
  • OR xen-doc-html-4.11.4_08-2.36 is installed
  • OR xen-libs-4.11.4_08-2.36 is installed
  • OR xen-libs-32bit-4.11.4_08-2.36 is installed
  • OR xen-tools-4.11.4_08-2.36 is installed
  • OR xen-tools-domU-4.11.4_08-2.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • apache2-2.4.23-29.54 is installed
  • OR apache2-doc-2.4.23-29.54 is installed
  • OR apache2-example-pages-2.4.23-29.54 is installed
  • OR apache2-prefork-2.4.23-29.54 is installed
  • OR apache2-utils-2.4.23-29.54 is installed
  • OR apache2-worker-2.4.23-29.54 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • apache2-2.4.23-29.54 is installed
  • OR apache2-doc-2.4.23-29.54 is installed
  • OR apache2-example-pages-2.4.23-29.54 is installed
  • OR apache2-prefork-2.4.23-29.54 is installed
  • OR apache2-utils-2.4.23-29.54 is installed
  • OR apache2-worker-2.4.23-29.54 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.26-20.10 is installed
  • OR libmysqlclient18-10.0.26-20.10 is installed
  • OR libmysqlclient18-32bit-10.0.26-20.10 is installed
  • OR libmysqlclient_r18-10.0.26-20.10 is installed
  • OR libmysqld-devel-10.0.26-20.10 is installed
  • OR libmysqld18-10.0.26-20.10 is installed
  • OR mariadb-10.0.26-20.10 is installed
  • OR mariadb-client-10.0.26-20.10 is installed
  • OR mariadb-errormessages-10.0.26-20.10 is installed
  • OR mariadb-tools-10.0.26-20.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.26-20.10 is installed
  • OR libmysqlclient18-10.0.26-20.10 is installed
  • OR libmysqlclient18-32bit-10.0.26-20.10 is installed
  • OR libmysqlclient_r18-10.0.26-20.10 is installed
  • OR libmysqld-devel-10.0.26-20.10 is installed
  • OR libmysqld18-10.0.26-20.10 is installed
  • OR mariadb-10.0.26-20.10 is installed
  • OR mariadb-client-10.0.26-20.10 is installed
  • OR mariadb-errormessages-10.0.26-20.10 is installed
  • OR mariadb-tools-10.0.26-20.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • ntp-4.2.8p9-55 is installed
  • OR ntp-doc-4.2.8p9-55 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • lighttpd-1.4.20-2.58 is installed
  • OR lighttpd-mod_cml-1.4.20-2.58 is installed
  • OR lighttpd-mod_magnet-1.4.20-2.58 is installed
  • OR lighttpd-mod_mysql_vhost-1.4.20-2.58 is installed
  • OR lighttpd-mod_rrdtool-1.4.20-2.58 is installed
  • OR lighttpd-mod_trigger_b4_dl-1.4.20-2.58 is installed
  • OR lighttpd-mod_webdav-1.4.20-2.58 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-7-2 is installed
  • OR kgraft-patch-3_12_51-52_34-xen-7-2 is installed
  • OR kgraft-patch-SLE12_Update_10-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_35-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND Package Information
  • kernel-default-4.12.14-95.68.1 is installed
  • OR kernel-default-base-4.12.14-95.68.1 is installed
  • OR kernel-default-devel-4.12.14-95.68.1 is installed
  • OR kernel-devel-4.12.14-95.68.1 is installed
  • OR kernel-macros-4.12.14-95.68.1 is installed
  • OR kernel-source-4.12.14-95.68.1 is installed
  • OR kernel-syms-4.12.14-95.68.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • php53-devel-5.3.8-0.43 is installed
  • OR php53-imap-5.3.8-0.43 is installed
  • OR php53-posix-5.3.8-0.43 is installed
  • OR php53-readline-5.3.8-0.43 is installed
  • OR php53-sockets-5.3.8-0.43 is installed
  • OR php53-sqlite-5.3.8-0.43 is installed
  • OR php53-tidy-5.3.8-0.43 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-devel-24.4.0esr-0.8 is installed
  • OR mozilla-nspr-devel-4.10.4-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • libldb-devel-3.6.3-0.58 is installed
  • OR libnetapi-devel-3.6.3-0.58 is installed
  • OR libnetapi0-3.6.3-0.58 is installed
  • OR libsmbclient-devel-3.6.3-0.58 is installed
  • OR libsmbsharemodes-devel-3.6.3-0.58 is installed
  • OR libsmbsharemodes0-3.6.3-0.58 is installed
  • OR libtalloc-devel-3.6.3-0.58 is installed
  • OR libtdb-devel-3.6.3-0.58 is installed
  • OR libtevent-devel-3.6.3-0.58 is installed
  • OR libwbclient-devel-3.6.3-0.58 is installed
  • OR samba-devel-3.6.3-0.58 is installed
  • OR samba-test-3.6.3-0.58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libvirt-1.2.5-27.10 is installed
  • OR libvirt-client-32bit-1.2.5-27.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.59-60.41 is installed
  • OR kernel-default-extra-3.12.59-60.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-base-0.10.36-14 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.36-14 is installed
  • OR libgstapp-0_10-0-0.10.36-14 is installed
  • OR libgstinterfaces-0_10-0-0.10.36-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.74 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.74 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.74 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • evolution-3.22.6-19.9 is installed
  • OR evolution-lang-3.22.6-19.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • kernel-default-4.12.14-122.23 is installed
  • OR kernel-default-extra-4.12.14-122.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • ffmpeg-3.4.2-4.5 is installed
  • OR libavcodec-devel-3.4.2-4.5 is installed
  • OR libavformat-devel-3.4.2-4.5 is installed
  • OR libavformat57-3.4.2-4.5 is installed
  • OR libavresample-devel-3.4.2-4.5 is installed
  • OR libavresample3-3.4.2-4.5 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-cinder-7.0.2~a0~dev1-1.2 is installed
  • OR openstack-cinder-api-7.0.2~a0~dev1-1.2 is installed
  • OR openstack-cinder-backup-7.0.2~a0~dev1-1.2 is installed
  • OR openstack-cinder-scheduler-7.0.2~a0~dev1-1.2 is installed
  • OR openstack-cinder-volume-7.0.2~a0~dev1-1.2 is installed
  • OR python-cinder-7.0.2~a0~dev1-1.2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND python-PyJWT-1.4.2-3.3.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • irssi-1.0.3-25 is installed
  • OR irssi-devel-1.0.3-25 is installed
  • BACK