Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for kernel-source (Important) |
Description: |
The SUSE Linux Enterprise 12 kernel was updated to 3.12.48-52.27 to receive various security and bugfixes.
Following security bugs were fixed: * CVE-2015-7613: A flaw was found in the Linux kernel IPC code that could lead to arbitrary code execution. The ipc_addid() function initialized a shared object that has unset uid/gid values. Since the fields are not initialized, the check can falsely succeed. (bsc#948536) * CVE-2015-5156: When a guests KVM network devices is in a bridge configuration the kernel can create a situation in which packets are fragmented in an unexpected fashion. The GRO functionality can create a situation in which multiple SKB's are chained together in a single packets fraglist (by design). (bsc#940776) * CVE-2015-5157: arch/x86/entry/entry_64.S in the Linux kernel before 4.1.6 on the x86_64 platform mishandles IRET faults in processing NMIs that occurred during userspace execution, which might allow local users to gain privileges by triggering an NMI (bsc#938706). * CVE-2015-6252: A flaw was found in the way the Linux kernel's vhost driver treated userspace provided log file descriptor when processing the VHOST_SET_LOG_FD ioctl command. The file descriptor was never released and continued to consume kernel memory. A privileged local user with access to the /dev/vhost-net files could use this flaw to create a denial-of-service attack (bsc#942367). * CVE-2015-5697: The get_bitmap_file function in drivers/md/md.c in the Linux kernel before 4.1.6 does not initialize a certain bitmap data structure, which allows local users to obtain sensitive information from kernel memory via a GET_BITMAP_FILE ioctl call. (bnc#939994) * CVE-2015-6937: A NULL pointer dereference flaw was found in the Reliable Datagram Sockets (RDS) implementation allowing a local user to cause system DoS. A verification was missing that the underlying transport exists when a connection was created. (bsc#945825) * CVE-2015-5283: A NULL pointer dereference flaw was found in SCTP implementation allowing a local user to cause system DoS. Creation of multiple sockets in parallel when system doesn't have SCTP module loaded can lead to kernel panic. (bsc#947155)
The following non-security bugs were fixed: - ALSA: hda - Abort the probe without i915 binding for HSW/BDW (bsc#936556). - Btrfs: Backport subvolume mount option handling (bsc#934962) - Btrfs: Handle unaligned length in extent_same (bsc#937609). - Btrfs: advertise which crc32c implementation is being used on mount (bsc#946057). - Btrfs: allow mounting btrfs subvolumes with different ro/rw options. - Btrfs: check if previous transaction aborted to avoid fs corruption (bnc#942509). - Btrfs: clean up error handling in mount_subvol() (bsc#934962). - Btrfs: cleanup orphans while looking up default subvolume (bsc#914818). - Btrfs: do not update mtime/ctime on deduped inodes (bsc#937616). - Btrfs: fail on mismatched subvol and subvolid mount options (bsc#934962). - Btrfs: fix chunk allocation regression leading to transaction abort (bnc#938550). - Btrfs: fix clone / extent-same deadlocks (bsc#937612). - Btrfs: fix crash on close_ctree() if cleaner starts new transaction (bnc#938891). - Btrfs: fix deadlock with extent-same and readpage (bsc#937612). - Btrfs: fix file corruption after cloning inline extents (bnc#942512). - Btrfs: fix file read corruption after extent cloning and fsync (bnc#946902). - Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole (bnc#938550). - Btrfs: fix hang when failing to submit bio of directIO (bnc#942685). - Btrfs: fix list transaction->pending_ordered corruption (bnc#938893). - Btrfs: fix memory corruption on failure to submit bio for direct IO (bnc#942685). - Btrfs: fix memory leak in the extent_same ioctl (bsc#937613). - Btrfs: fix put dio bio twice when we submit dio bio fail (bnc#942685). - Btrfs: fix race between balance and unused block group deletion (bnc#938892). - Btrfs: fix range cloning when same inode used as source and destination (bnc#942511). - Btrfs: fix read corruption of compressed and shared extents (bnc#946906). - Btrfs: fix uninit variable in clone ioctl (bnc#942511). - Btrfs: fix use-after-free in mount_subvol(). - Btrfs: fix wrong check for btrfs_force_chunk_alloc() (bnc#938550). - Btrfs: lock superblock before remounting for rw subvol (bsc#934962). - Btrfs: pass unaligned length to btrfs_cmp_data() (bsc#937609). - Btrfs: remove all subvol options before mounting top-level (bsc#934962). - Btrfs: show subvol= and subvolid= in /proc/mounts (bsc#934962). - Btrfs: unify subvol= and subvolid= mounting (bsc#934962). - Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode (bnc#942925). - Btrfs: fix metadata inconsistencies after directory fsync (bnc#942925). - Btrfs: fix stale dir entries after removing a link and fsync (bnc#942925). - Btrfs: fix stale dir entries after unlink, inode eviction and fsync (bnc#942925). - Btrfs: fix stale directory entries after fsync log replay (bnc#942925). - Btrfs: make btrfs_search_forward return with nodes unlocked (bnc#942925). - Btrfs: support NFSv2 export (bnc#929871). - Btrfs: update fix for read corruption of compressed and shared extents (bsc#948256). - Drivers: hv: do not do hypercalls when hypercall_page is NULL. - Drivers: hv: vmbus: add special crash handler. - Drivers: hv: vmbus: add special kexec handler. - Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup(). - Input: evdev - do not report errors form flush() (bsc#939834). - Input: synaptics - do not retrieve the board id on old firmwares (bsc#929092). - Input: synaptics - log queried and quirked dimension values (bsc#929092). - Input: synaptics - query min dimensions for fw v8.1. - Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad list (bsc#929092). - Input: synaptics - remove X250 from the topbuttonpad list. - Input: synaptics - remove obsolete min/max quirk for X240 (bsc#929092). - Input: synaptics - skip quirks when post-2013 dimensions (bsc#929092). - Input: synaptics - split synaptics_resolution(), query first (bsc#929092). - Input: synaptics - support min/max board id in min_max_pnpid_table (bsc#929092). - NFS: Make sure XPRT_CONNECTING gets cleared when needed (bsc#946309). - NFSv4: do not set SETATTR for O_RDONLY|O_EXCL (bsc#939716). - PCI: Move MPS configuration check to pci_configure_device() (bsc#943313). - PCI: Set MPS to match upstream bridge (bsc#943313). - SCSI: fix regression in scsi_send_eh_cmnd() (bsc#930813). - SCSI: fix scsi_error_handler vs. scsi_host_dev_release race (bnc#942204). - SCSI: vmw_pvscsi: Fix pvscsi_abort() function (bnc#940398). - UAS: fixup for remaining use of dead_list (bnc#934942). - USB: storage: use %*ph specifier to dump small buffers (bnc#934942). - aio: fix reqs_available handling (bsc#943378). - audit: do not generate loginuid log when audit disabled (bsc#941098). - blk-merge: do not compute bi_phys_segments from bi_vcnt for cloned bio (bnc#934430). - blk-merge: fix blk_recount_segments (bnc#934430). - blk-merge: recaculate segment if it isn't less than max segments (bnc#934430). - block: add queue flag for disabling SG merging (bnc#934430). - block: blk-merge: fix blk_recount_segments() (bnc#934430). - config: disable CONFIG_TCM_RBD on ppc64le and s390x - cpufreq: intel_pstate: Add CPU ID for Braswell processor. - dlm: fix missing endian conversion of rcom_status flags (bsc#940679). - dm cache mq: fix memory allocation failure for large cache devices (bsc#942707). - drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt (bsc#942938). - drm/i915: Make hpd arrays big enough to avoid out of bounds access (bsc#942938). - drm/i915: Only print hotplug event message when hotplug bit is set (bsc#942938). - drm/i915: Queue reenable timer also when enable_hotplug_processing is false (bsc#942938). - drm/i915: Use an interrupt save spinlock in intel_hpd_irq_handler() (bsc#942938). - drm/radeon: fix hotplug race at startup (bsc#942307). - ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting support (bsc#945710). - hrtimer: prevent timer interrupt DoS (bnc#886785). - hv: fcopy: add memory barrier to propagate state (bnc#943529). - inotify: Fix nested sleeps in inotify_read() (bsc#940925). - intel_pstate: Add CPU IDs for Broadwell processors. - intel_pstate: Add CPUID for BDW-H CPU. - intel_pstate: Add support for SkyLake. - intel_pstate: Correct BYT VID values (bnc#907973). - intel_pstate: Remove periodic P state boost (bnc#907973). - intel_pstate: add sample time scaling (bnc#907973, bnc#924722, bnc#916543). - intel_pstate: don't touch turbo bit if turbo disabled or unavailable (bnc#907973). - intel_pstate: remove setting P state to MAX on init (bnc#907973). - intel_pstate: remove unneeded sample buffers (bnc#907973). - intel_pstate: set BYT MSR with wrmsrl_on_cpu() (bnc#907973). - ipr: Fix incorrect trace indexing (bsc#940912). - ipr: Fix invalid array indexing for HRRQ (bsc#940912). - iwlwifi: dvm: drop non VO frames when flushing (bsc#940545). - kABI workaround for ieee80211_ops.flush argument change (bsc#940545). - kconfig: Do not print status messages in make -s mode (bnc#942160). - kernel/modsign_uefi.c: Check for EFI_RUNTIME_SERVICES in load_uefi_certs (bsc#856382). - kernel: do full redraw of the 3270 screen on reconnect (bnc#943476, LTC#129509). - kexec: define kexec_in_progress in !CONFIG_KEXEC case. - kvm: Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS (bsc#947537). - lpfc: Fix scsi prep dma buf error (bsc#908950). - mac80211: add vif to flush call (bsc#940545). - md/bitmap: do not abuse i_writecount for bitmap files (bsc#943270). - md/bitmap: protect clearing of ->bitmap by mddev->lock (bnc#912183). - md/raid5: use ->lock to protect accessing raid5 sysfs attributes (bnc#912183). - md: fix problems with freeing private data after ->run failure (bnc#912183). - md: level_store: group all important changes into one place (bnc#912183). - md: move GET_BITMAP_FILE ioctl out from mddev_lock (bsc#943270). - md: protect ->pers changes with mddev->lock (bnc#912183). - md: remove mddev_lock from rdev_attr_show() (bnc#912183). - md: remove mddev_lock() from md_attr_show() (bnc#912183). - md: remove need for mddev_lock() in md_seq_show() (bnc#912183). - md: split detach operation out from ->stop (bnc#912183). - md: tidy up set_bitmap_file (bsc#943270). - megaraid_sas: Handle firmware initialization after fast boot (bsc#922071). - mfd: lpc_ich: Assign subdevice ids automatically (bnc#898159). - mm: filemap: Avoid unnecessary barriers and waitqueue lookups -fix (VM/FS Performance (bnc#941951)). - mm: make page pfmemalloc check more robust (bnc#920016). - mm: numa: disable change protection for vma(VM_HUGETLB) (bnc#943573). - netfilter: nf_conntrack_proto_sctp: minimal multihoming support (bsc#932350). - net/mlx4_core: Add ethernet backplane autoneg device capability (bsc#945710). - net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap (bsc#945710). - net/mlx4_en: Use PTYS register to query ethtool settings (bsc#945710). - net/mlx4_en: Use PTYS register to set ethtool settings (Speed) (bsc#945710). - rcu: Reject memory-order-induced stall-warning false positives (bnc#941908). - s390/dasd: fix kernel panic when alias is set offline (bnc#940965, LTC#128595). - sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocation (bnc#939266). - sched: Fix cpu_active_mask/cpu_online_mask race (bsc#936773). - sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings (bnc#943573). - uas: Add US_FL_MAX_SECTORS_240 flag (bnc#934942). - uas: Add response iu handling (bnc#934942). - uas: Add uas_get_tag() helper function (bnc#934942). - uas: Check against unexpected completions (bnc#934942). - uas: Cleanup uas_log_cmd_state usage (bnc#934942). - uas: Do not log urb status error on cancellation (bnc#934942). - uas: Do not use scsi_host_find_tag (bnc#934942). - uas: Drop COMMAND_COMPLETED flag (bnc#934942). - uas: Drop all references to a scsi_cmnd once it has been aborted (bnc#934942). - uas: Drop inflight list (bnc#934942). - uas: Fix memleak of non-submitted urbs (bnc#934942). - uas: Fix resetting flag handling (bnc#934942). - uas: Free data urbs on completion (bnc#934942). - uas: Log error codes when logging errors (bnc#934942). - uas: Reduce number of function arguments for uas_alloc_foo functions (bnc#934942). - uas: Remove cmnd reference from the cmd urb (bnc#934942). - uas: Remove support for old sense ui as used in pre-production hardware (bnc#934942). - uas: Remove task-management / abort error handling code (bnc#934942). - uas: Set max_sectors_240 quirk for ASM1053 devices (bnc#934942). - uas: Simplify reset / disconnect handling (bnc#934942). - uas: Simplify unlink of data urbs on error (bnc#934942). - uas: Use scsi_print_command (bnc#934942). - uas: pre_reset and suspend: Fix a few races (bnc#934942). - uas: zap_pending: data urbs should have completed at this time (bnc#934942). - x86/kernel: Do not reserve crashkernel high memory if crashkernel low memory reserving failed (bsc#939145). - x86/smpboot: Check for cpu_active on cpu initialization (bsc#932285). - x86/smpboot: Check for cpu_active on cpu initialization (bsc#936773). - xhci: Workaround for PME stuck issues in Intel xhci (bnc#944028). - xhci: rework cycle bit checking for new dequeue pointers (bnc#944028). - xfs: Fix file type directory corruption for btree directories (bsc#941305).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005778 1006180 1011913 1012829 1013887 1015337 1015342 1016119 1019151 1019695 1020645 1022476 1022600 1022604 1023175 1024346 1024373 1025461 1026570 1028173 1028286 1029693 1030552 1031515 1031717 1031784 1033587 1034075 1034113 1034762 1036215 1036632 1037344 1037404 1037838 1037994 1038078 1038616 1038792 1039034 1039063 1039064 1039066 1039069 1039153 1039348 1039661 1039915 1040307 1040347 1040351 1041958 1042257 1042286 1042314 1042422 1042778 1043261 1043347 1043520 1043598 1043652 1043805 1043912 1044112 1044443 1044623 1044636 1045154 1045293 1045330 1045404 1045563 1045596 1045709 1045715 1045866 1045922 1045937 1046105 1046170 1046434 1046651 1046655 1046682 1046821 1046985 1047027 1047048 1047096 1047118 1047121 1047152 1047174 1047277 1047343 1047354 1047418 1047506 1047595 1047651 1047653 1047670 1047802 1048146 1048155 1048221 1048317 1048348 1048356 1048421 1048451 1048501 1048891 1048912 1048914 1048916 1048919 1049231 1049289 1049298 1049361 1049399 1049404 1049417 1049483 1049486 1049603 1049619 1049645 1049706 1049882 1050061 1050188 1050211 1050320 1050322 1050677 1051022 1051048 1051059 1051239 1051399 1051471 1051478 1051479 1051556 1051663 1051689 1051979 1052049 1052223 1052311 1052325 1052365 1052442 1052533 1052709 1052773 1052794 1052899 1052925 1053043 1053117 1054591 1069222 1069226 1070130 1071767 1071777 1072665 1072887 1073973 1076391 1076500 1085416 1087240 1100167 1104668 1104918 1108308 1116708 1117107 1117963 1117964 1117965 1117966 1117967 1120507 1132160 856382 872912 873922 876312 886785 889175 898031 898159 907973 908627 908950 912183 913238 914818 916543 917376 920016 922071 924722 929092 929871 930813 932285 932350 934430 934942 934962 936556 936773 937609 937612 937613 937616 938550 938706 938891 938892 938893 939145 939266 939716 939834 939994 940398 940545 940679 940776 940912 940925 940965 941098 941305 941908 941951 942160 942204 942307 942367 948536 964063 974215 998664 CVE-2015-0240 CVE-2015-5156 CVE-2015-5157 CVE-2015-5283 CVE-2015-5697 CVE-2015-6252 CVE-2015-6937 CVE-2015-7613 CVE-2017-1000111 CVE-2017-1000112 CVE-2017-10810 CVE-2017-11473 CVE-2017-17456 CVE-2017-17457 CVE-2017-3636 CVE-2017-3641 CVE-2017-3653 CVE-2017-7533 CVE-2017-7541 CVE-2017-7542 CVE-2017-8816 CVE-2017-8817 CVE-2017-8831 CVE-2017-9047 CVE-2017-9048 CVE-2017-9049 CVE-2017-9050 CVE-2018-0886 CVE-2018-1000852 CVE-2018-12539 CVE-2018-13139 CVE-2018-1517 CVE-2018-1656 CVE-2018-19518 CVE-2018-2940 CVE-2018-2952 CVE-2018-2973 CVE-2018-5711 CVE-2018-5748 CVE-2018-8784 CVE-2018-8785 CVE-2018-8786 CVE-2018-8787 CVE-2018-8788 CVE-2018-8789 CVE-2019-11068 SUSE-SU-2015:0353-1 SUSE-SU-2015:1727-1 SUSE-SU-2017:1538-1 SUSE-SU-2017:2286-1 SUSE-SU-2018:0079-1 SUSE-SU-2018:0122-1 SUSE-SU-2018:0260-1 SUSE-SU-2018:0385-1 SUSE-SU-2018:2065-1 SUSE-SU-2018:2649-1 SUSE-SU-2018:3074-1 SUSE-SU-2018:3988-1 SUSE-SU-2019:0134-1 SUSE-SU-2019:1232-1
|
Platform(s): | openSUSE 13.2 openSUSE Leap 42.1 openSUSE Leap 42.2 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 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 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 SP4 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 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 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 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS 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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SUSE Linux Enterprise Software Development Kit 12 SP2 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 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 OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE 13.2 is installed AND Package Information
libxerces-c-3_1-3.1.1-13.6.1 is installed
OR libxerces-c-3_1-32bit-3.1.1-13.6.1 is installed
OR libxerces-c-devel-3.1.1-13.6.1 is installed
OR xerces-c-3.1.1-13.6.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.1 is installed
AND Package Information
chromedriver-50.0.2661.75-41.1 is installed
OR chromium-50.0.2661.75-41.1 is installed
OR chromium-desktop-gnome-50.0.2661.75-41.1 is installed
OR chromium-desktop-kde-50.0.2661.75-41.1 is installed
OR chromium-ffmpegsumo-50.0.2661.75-41.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
accountsservice-0.6.42-4.2 is installed
OR accountsservice-lang-0.6.42-4.2 is installed
OR libaccountsservice0-0.6.42-4.2 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-4.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 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
avahi-0.6.31-20.59 is installed
OR avahi-lang-0.6.31-20.59 is installed
OR libavahi-client3-0.6.31-20.59 is installed
OR libavahi-client3-32bit-0.6.31-20.59 is installed
OR libavahi-common3-0.6.31-20.59 is installed
OR libavahi-common3-32bit-0.6.31-20.59 is installed
OR libavahi-core7-0.6.31-20.59 is installed
OR libdns_sd-0.6.31-20.59 is installed
OR libdns_sd-32bit-0.6.31-20.59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND bogofilter-1.2.4-3.56 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND dosfstools-3.0.26-6.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libjson-c2-0.11-2.22 is installed
OR libjson-c2-32bit-0.11-2.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND Package Information
hawk-0.6.1-0.17 is installed
OR hawk-templates-0.6.1-0.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.6.2-3 is installed
OR puppet-server-3.6.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-78.1 is installed
OR libopenssl0_9_8-0.9.8j-78.1 is installed
OR libopenssl0_9_8-32bit-0.9.8j-78.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-pycrypto-2.6.1-1 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
dhcp-4.2.4.P2-0.27 is installed
OR dhcp-client-4.2.4.P2-0.27 is installed
OR dhcp-relay-4.2.4.P2-0.27 is installed
OR dhcp-server-4.2.4.P2-0.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
evolution-data-server-2.24.1.1-11.12 is installed
OR evolution-data-server-32bit-2.24.1.1-11.12 is installed
OR evolution-data-server-lang-2.24.1.1-11.12 is installed
OR evolution-data-server-x86-2.24.1.1-11.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
evolution-data-server-2.24.1.1-11.12 is installed
OR evolution-data-server-32bit-2.24.1.1-11.12 is installed
OR evolution-data-server-lang-2.24.1.1-11.12 is installed
OR evolution-data-server-x86-2.24.1.1-11.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
MozillaFirefox-3.5.9-0.1 is installed
OR MozillaFirefox-translations-3.5.9-0.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND LibVNCServer-0.9.1-160.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND LibVNCServer-0.9.1-160.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND automake-1.10.1-4.131.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND automake-1.10.1-4.131.9 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND automake-1.10.1-4.131.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.4.0esr-25 is installed
OR MozillaFirefox-branding-SLED-38-12 is installed
OR MozillaFirefox-translations-38.4.0esr-25 is installed
OR libfreebl3-3.19.2.1-12 is installed
OR libfreebl3-32bit-3.19.2.1-12 is installed
OR mozilla-nspr-4.10.10-16 is installed
OR mozilla-nspr-32bit-4.10.10-16 is installed
OR mozilla-nspr-devel-4.10.10-16 is installed
OR mozilla-nss-3.19.2.1-12 is installed
OR mozilla-nss-32bit-3.19.2.1-12 is installed
OR mozilla-nss-devel-3.19.2.1-12 is installed
OR mozilla-nss-tools-3.19.2.1-12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.4.0esr-25 is installed
OR MozillaFirefox-branding-SLED-38-12 is installed
OR MozillaFirefox-translations-38.4.0esr-25 is installed
OR libfreebl3-3.19.2.1-12 is installed
OR libfreebl3-32bit-3.19.2.1-12 is installed
OR mozilla-nspr-4.10.10-16 is installed
OR mozilla-nspr-32bit-4.10.10-16 is installed
OR mozilla-nspr-devel-4.10.10-16 is installed
OR mozilla-nss-3.19.2.1-12 is installed
OR mozilla-nss-32bit-3.19.2.1-12 is installed
OR mozilla-nss-devel-3.19.2.1-12 is installed
OR mozilla-nss-tools-3.19.2.1-12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nspr-x86-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nspr-x86-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nspr-x86-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
ofed-1.5.4.1-0.11 is installed
OR ofed-doc-1.5.4.1-0.11 is installed
OR ofed-kmp-default-1.5.4.1_3.0.76_0.11-0.11 is installed
OR ofed-kmp-pae-1.5.4.1_3.0.76_0.11-0.11 is installed
OR ofed-kmp-ppc64-1.5.4.1_3.0.76_0.11-0.11 is installed
OR ofed-kmp-trace-1.5.4.1_3.0.76_0.11-0.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
xorg-x11-Xvnc-7.4-27.122.16 is installed
OR xorg-x11-server-7.4-27.122.16 is installed
OR xorg-x11-server-extra-7.4-27.122.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
xorg-x11-Xvnc-7.4-27.122.16 is installed
OR xorg-x11-server-7.4-27.122.16 is installed
OR xorg-x11-server-extra-7.4-27.122.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND acpid-1.0.6-91.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
tigervnc-1.3.0-22 is installed
OR xorg-x11-Xvnc-1.3.0-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
tigervnc-1.3.0-22 is installed
OR xorg-x11-Xvnc-1.3.0-22 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
kernel-default-3.12.51-60.20 is installed
OR kernel-default-base-3.12.51-60.20 is installed
OR kernel-default-devel-3.12.51-60.20 is installed
OR kernel-default-man-3.12.51-60.20 is installed
OR kernel-devel-3.12.51-60.20 is installed
OR kernel-macros-3.12.51-60.20 is installed
OR kernel-source-3.12.51-60.20 is installed
OR kernel-syms-3.12.51-60.20 is installed
OR kernel-xen-3.12.51-60.20 is installed
OR kernel-xen-base-3.12.51-60.20 is installed
OR kernel-xen-devel-3.12.51-60.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
kernel-default-3.12.51-60.20 is installed
OR kernel-default-base-3.12.51-60.20 is installed
OR kernel-default-devel-3.12.51-60.20 is installed
OR kernel-default-man-3.12.51-60.20 is installed
OR kernel-devel-3.12.51-60.20 is installed
OR kernel-macros-3.12.51-60.20 is installed
OR kernel-source-3.12.51-60.20 is installed
OR kernel-syms-3.12.51-60.20 is installed
OR kernel-xen-3.12.51-60.20 is installed
OR kernel-xen-base-3.12.51-60.20 is installed
OR kernel-xen-devel-3.12.51-60.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR alsa-docs-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_18-default-9-2 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_9-9-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_18-default-9-2 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_9-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-4-2.1 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-4-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_16-4-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_jk-1.2.40-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libncurses5-5.9-50.1 is installed
OR libncurses5-32bit-5.9-50.1 is installed
OR libncurses6-5.9-50.1 is installed
OR libncurses6-32bit-5.9-50.1 is installed
OR ncurses-5.9-50.1 is installed
OR ncurses-devel-5.9-50.1 is installed
OR ncurses-devel-32bit-5.9-50.1 is installed
OR ncurses-utils-5.9-50.1 is installed
OR tack-5.9-50.1 is installed
OR terminfo-5.9-50.1 is installed
OR terminfo-base-5.9-50.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND openvswitch-2.7.6-3.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND openvswitch-2.7.6-3.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.16 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.16 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.16 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.16 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.16 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.16 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-5-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_10-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-5-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_10-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
libstorage-2.25.16.1-3.1 is installed
OR libstorage-ruby-2.25.16.1-3.1 is installed
OR libstorage5-2.25.16.1-3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libmysqlclient18-10.0.27-12 is installed
OR mariadb-10.0.27-12 is installed
OR mariadb-client-10.0.27-12 is installed
OR mariadb-errormessages-10.0.27-12 is installed
OR mariadb-tools-10.0.27-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.31 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND MozillaFirefox-devel-31.3.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
PackageKit-devel-0.3.14-2.30 is installed
OR hal-devel-0.5.12-23.76 is installed
OR libpackagekit-glib10-devel-0.3.14-2.30 is installed
OR libpackagekit-qt10-0.3.14-2.30 is installed
OR libpackagekit-qt10-devel-0.3.14-2.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND Package Information
kernel-docs-3.12.48-52.27 is installed
OR kernel-obs-build-3.12.48-52.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND Package Information
libxml2-2.9.4-39 is installed
OR libxml2-devel-2.9.4-39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
kernel-docs-4.4.82-6.3 is installed
OR kernel-obs-build-4.4.82-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
wireshark-2.4.10-48.32 is installed
OR wireshark-devel-2.4.10-48.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
libpcap-1.8.1-10.3 is installed
OR libpcap-devel-1.8.1-10.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.429-23 is installed
OR flash-player-gnome-11.2.202.429-23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
ImageMagick-6.8.8.1-33 is installed
OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libplist-1.12-20.3 is installed
OR libplist++3-1.12-20.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libplist-1.12-20.3 is installed
OR libplist++3-1.12-20.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
ImageMagick-6.8.8.1-71.108 is installed
OR ImageMagick-config-6-SUSE-6.8.8.1-71.108 is installed
OR ImageMagick-config-6-upstream-6.8.8.1-71.108 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.108 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.108 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.30.1 is installed
OR bind-chrootenv-9.9.6P1-0.30.1 is installed
OR bind-doc-9.9.6P1-0.30.1 is installed
OR bind-libs-9.9.6P1-0.30.1 is installed
OR bind-libs-32bit-9.9.6P1-0.30.1 is installed
OR bind-utils-9.9.6P1-0.30.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-PyYAML-3.10-15.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND tor-0.3.4.11-20 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
extra-cmake-modules-5.32.0-7 is installed
OR kauth-5.32.0-6 is installed
OR kauth-devel-5.32.0-6 is installed
OR kauth-devel-32bit-5.45.0-lp150.5 is installed
OR kauth-devel-64bit-5.32.0-6 is installed
OR kcoreaddons-5.32.0-8 is installed
OR kcoreaddons-devel-5.32.0-8 is installed
OR kcoreaddons-devel-64bit-5.32.0-8 is installed
OR kcoreaddons-lang-5.32.0-8 is installed
OR libKF5Auth5-5.32.0-6 is installed
OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
OR libKF5Auth5-64bit-5.32.0-6 is installed
OR libKF5Auth5-lang-5.32.0-6 is installed
OR libKF5CoreAddons5-5.32.0-8 is installed
OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
OR libpolkit-qt5-1-1-0.112.0-5 is installed
OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
OR polkit-qt5-1-0.112.0-5 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
extra-cmake-modules-5.32.0-7 is installed
OR kauth-5.32.0-6 is installed
OR kauth-devel-5.32.0-6 is installed
OR kauth-devel-32bit-5.45.0-lp150.5 is installed
OR kauth-devel-64bit-5.32.0-6 is installed
OR kcoreaddons-5.32.0-8 is installed
OR kcoreaddons-devel-5.32.0-8 is installed
OR kcoreaddons-devel-64bit-5.32.0-8 is installed
OR kcoreaddons-lang-5.32.0-8 is installed
OR libKF5Auth5-5.32.0-6 is installed
OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
OR libKF5Auth5-64bit-5.32.0-6 is installed
OR libKF5Auth5-lang-5.32.0-6 is installed
OR libKF5CoreAddons5-5.32.0-8 is installed
OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
OR libpolkit-qt5-1-1-0.112.0-5 is installed
OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
OR polkit-qt5-1-0.112.0-5 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND
extra-cmake-modules-5.32.0-7 is installed
OR kauth-5.32.0-6 is installed
OR kauth-devel-5.32.0-6 is installed
OR kauth-devel-32bit-5.45.0-lp150.5 is installed
OR kauth-devel-64bit-5.32.0-6 is installed
OR kcoreaddons-5.32.0-8 is installed
OR kcoreaddons-devel-5.32.0-8 is installed
OR kcoreaddons-devel-64bit-5.32.0-8 is installed
OR kcoreaddons-lang-5.32.0-8 is installed
OR libKF5Auth5-5.32.0-6 is installed
OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
OR libKF5Auth5-64bit-5.32.0-6 is installed
OR libKF5Auth5-lang-5.32.0-6 is installed
OR libKF5CoreAddons5-5.32.0-8 is installed
OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
OR libpolkit-qt5-1-1-0.112.0-5 is installed
OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
OR polkit-qt5-1-0.112.0-5 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-60.0.3112.78-26 is installed
OR chromium-60.0.3112.78-26 is installed
|