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): | 1081495 1171553 856382 886785 898159 907973 908950 912183 914818 916543 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 982014 CVE-2006-0743 CVE-2006-3403 CVE-2006-3747 CVE-2006-4339 CVE-2006-5752 CVE-2007-0452 CVE-2007-1558 CVE-2007-1862 CVE-2007-1863 CVE-2007-2444 CVE-2007-2446 CVE-2007-2447 CVE-2007-2756 CVE-2007-2925 CVE-2007-2926 CVE-2007-3304 CVE-2007-3847 CVE-2007-4138 CVE-2007-4465 CVE-2007-4572 CVE-2007-5000 CVE-2007-5208 CVE-2007-5398 CVE-2007-6015 CVE-2007-6388 CVE-2007-6420 CVE-2007-6421 CVE-2007-6422 CVE-2008-0005 CVE-2008-1105 CVE-2008-1678 CVE-2008-2364 CVE-2008-2939 CVE-2008-3789 CVE-2008-3836 CVE-2008-4063 CVE-2008-4064 CVE-2008-4070 CVE-2008-4314 CVE-2008-5913 CVE-2009-0022 CVE-2009-0040 CVE-2009-0071 CVE-2009-0352 CVE-2009-0353 CVE-2009-0354 CVE-2009-0355 CVE-2009-0356 CVE-2009-0357 CVE-2009-0358 CVE-2009-0652 CVE-2009-0696 CVE-2009-0771 CVE-2009-0772 CVE-2009-0773 CVE-2009-0774 CVE-2009-0775 CVE-2009-0776 CVE-2009-0777 CVE-2009-0793 CVE-2009-1044 CVE-2009-1169 CVE-2009-1191 CVE-2009-1194 CVE-2009-1195 CVE-2009-1302 CVE-2009-1303 CVE-2009-1304 CVE-2009-1305 CVE-2009-1306 CVE-2009-1307 CVE-2009-1308 CVE-2009-1309 CVE-2009-1310 CVE-2009-1311 CVE-2009-1312 CVE-2009-1313 CVE-2009-1392 CVE-2009-1563 CVE-2009-1571 CVE-2009-1832 CVE-2009-1833 CVE-2009-1834 CVE-2009-1835 CVE-2009-1836 CVE-2009-1837 CVE-2009-1838 CVE-2009-1839 CVE-2009-1840 CVE-2009-1841 CVE-2009-1886 CVE-2009-1888 CVE-2009-1890 CVE-2009-1891 CVE-2009-2462 CVE-2009-2463 CVE-2009-2464 CVE-2009-2465 CVE-2009-2466 CVE-2009-2467 CVE-2009-2469 CVE-2009-2470 CVE-2009-2471 CVE-2009-2472 CVE-2009-2654 CVE-2009-2813 CVE-2009-2905 CVE-2009-2906 CVE-2009-2911 CVE-2009-2948 CVE-2009-3069 CVE-2009-3070 CVE-2009-3071 CVE-2009-3072 CVE-2009-3073 CVE-2009-3074 CVE-2009-3075 CVE-2009-3076 CVE-2009-3077 CVE-2009-3078 CVE-2009-3079 CVE-2009-3094 CVE-2009-3095 CVE-2009-3274 CVE-2009-3370 CVE-2009-3372 CVE-2009-3373 CVE-2009-3374 CVE-2009-3375 CVE-2009-3376 CVE-2009-3380 CVE-2009-3382 CVE-2009-3555 CVE-2009-3555 CVE-2009-3979 CVE-2009-3981 CVE-2009-3983 CVE-2009-3984 CVE-2009-3985 CVE-2009-3986 CVE-2009-3988 CVE-2009-4022 CVE-2009-4273 CVE-2010-0159 CVE-2010-0160 CVE-2010-0162 CVE-2010-0164 CVE-2010-0165 CVE-2010-0166 CVE-2010-0167 CVE-2010-0168 CVE-2010-0169 CVE-2010-0170 CVE-2010-0171 CVE-2010-0172 CVE-2010-0173 CVE-2010-0173 CVE-2010-0174 CVE-2010-0174 CVE-2010-0175 CVE-2010-0176 CVE-2010-0176 CVE-2010-0177 CVE-2010-0177 CVE-2010-0178 CVE-2010-0178 CVE-2010-0179 CVE-2010-0179 CVE-2010-0181 CVE-2010-0182 CVE-2010-0408 CVE-2010-0434 CVE-2010-0547 CVE-2010-0654 CVE-2010-0728 CVE-2010-0787 CVE-2010-0926 CVE-2010-1028 CVE-2010-1121 CVE-2010-1125 CVE-2010-1196 CVE-2010-1197 CVE-2010-1198 CVE-2010-1199 CVE-2010-1200 CVE-2010-1201 CVE-2010-1202 CVE-2010-1203 CVE-2010-1205 CVE-2010-1206 CVE-2010-1207 CVE-2010-1208 CVE-2010-1209 CVE-2010-1210 CVE-2010-1211 CVE-2010-1212 CVE-2010-1213 CVE-2010-1214 CVE-2010-1215 CVE-2010-1452 CVE-2010-1585 CVE-2010-1635 CVE-2010-1642 CVE-2010-2063 CVE-2010-2068 CVE-2010-2751 CVE-2010-2752 CVE-2010-2753 CVE-2010-2754 CVE-2010-2755 CVE-2010-2760 CVE-2010-2762 CVE-2010-2764 CVE-2010-2765 CVE-2010-2766 CVE-2010-2767 CVE-2010-2768 CVE-2010-2769 CVE-2010-3069 CVE-2010-3166 CVE-2010-3167 CVE-2010-3168 CVE-2010-3169 CVE-2010-3170 CVE-2010-3173 CVE-2010-3174 CVE-2010-3175 CVE-2010-3176 CVE-2010-3177 CVE-2010-3178 CVE-2010-3179 CVE-2010-3180 CVE-2010-3182 CVE-2010-3183 CVE-2010-3765 CVE-2010-3766 CVE-2010-3767 CVE-2010-3768 CVE-2010-3769 CVE-2010-3770 CVE-2010-3771 CVE-2010-3772 CVE-2010-3773 CVE-2010-3775 CVE-2010-3776 CVE-2010-3777 CVE-2010-3778 CVE-2011-0051 CVE-2011-0053 CVE-2011-0054 CVE-2011-0055 CVE-2011-0056 CVE-2011-0057 CVE-2011-0059 CVE-2011-0061 CVE-2011-0062 CVE-2011-0065 CVE-2011-0066 CVE-2011-0067 CVE-2011-0069 CVE-2011-0070 CVE-2011-0072 CVE-2011-0073 CVE-2011-0074 CVE-2011-0075 CVE-2011-0077 CVE-2011-0078 CVE-2011-0080 CVE-2011-0081 CVE-2011-0083 CVE-2011-0084 CVE-2011-0085 CVE-2011-0719 CVE-2011-1202 CVE-2011-2362 CVE-2011-2363 CVE-2011-2364 CVE-2011-2365 CVE-2011-2371 CVE-2011-2372 CVE-2011-2373 CVE-2011-2374 CVE-2011-2376 CVE-2011-2377 CVE-2011-2378 CVE-2011-2522 CVE-2011-2694 CVE-2011-2980 CVE-2011-2981 CVE-2011-2982 CVE-2011-2983 CVE-2011-2995 CVE-2011-2996 CVE-2011-2999 CVE-2011-3000 CVE-2011-3001 CVE-2011-3026 CVE-2011-3192 CVE-2011-3200 CVE-2011-3348 CVE-2011-3368 CVE-2011-3607 CVE-2011-3639 CVE-2011-3647 CVE-2011-3648 CVE-2011-3650 CVE-2011-3659 CVE-2011-3666 CVE-2011-3670 CVE-2011-4317 CVE-2012-0442 CVE-2012-0443 CVE-2012-0444 CVE-2012-0449 CVE-2012-0817 CVE-2012-0870 CVE-2012-0875 CVE-2012-1182 CVE-2012-2111 CVE-2012-6150 CVE-2013-0213 CVE-2013-0214 CVE-2013-0454 CVE-2013-4124 CVE-2013-4408 CVE-2013-4475 CVE-2013-4496 CVE-2014-0178 CVE-2014-0244 CVE-2014-0467 CVE-2014-3493 CVE-2014-9116 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-2016-5104 CVE-2018-7187 CVE-2020-10030 CVE-2020-10995 CVE-2020-12244 openSUSE-SU-2020:0698-1 SUSE-SU-2015:1727-1 SUSE-SU-2016:1639-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.3 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 Module for Containers 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-LTSS 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-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL 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-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 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS 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-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS 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-BCL 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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 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 OpenStack Cloud 5 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
libX11-6-1.6.3-1.1 is installed
OR libX11-6-32bit-1.6.3-1.1 is installed
OR libX11-data-1.6.3-1.1 is installed
OR libX11-devel-1.6.3-1.1 is installed
OR libX11-xcb1-1.6.3-1.1 is installed
OR libX11-xcb1-32bit-1.6.3-1.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
bash-4.3-79.15 is installed
OR bash-doc-4.3-79.15 is installed
OR bash-lang-4.3-79.15 is installed
OR libreadline6-6.3-79.15 is installed
OR readline-devel-6.3-79.15 is installed
OR readline-doc-6.3-79.15 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
LibVNCServer-devel-0.9.9-15.4 is installed
OR libvncclient0-0.9.9-15.4 is installed
OR libvncserver0-0.9.9-15.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND libssh2-0.2-5.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
libjasper-1.900.1-134.13 is installed
OR libjasper-32bit-1.900.1-134.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
giflib-4.1.6-13 is installed
OR giflib-32bit-4.1.6-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
glibc-2.19-20 is installed
OR glibc-32bit-2.19-20 is installed
OR glibc-devel-2.19-20 is installed
OR glibc-devel-32bit-2.19-20 is installed
OR glibc-i18ndata-2.19-20 is installed
OR glibc-locale-2.19-20 is installed
OR glibc-locale-32bit-2.19-20 is installed
OR nscd-2.19-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libmysqlclient18-10.0.26-9 is installed
OR libmysqlclient18-32bit-10.0.26-9 is installed
OR libmysqlclient_r18-10.0.26-9 is installed
OR libmysqlclient_r18-32bit-10.0.26-9 is installed
OR mariadb-10.0.26-9 is installed
OR mariadb-client-10.0.26-9 is installed
OR mariadb-errormessages-10.0.26-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libblkid1-2.28-40 is installed
OR libblkid1-32bit-2.28-40 is installed
OR libfdisk1-2.28-40 is installed
OR libmount1-2.28-40 is installed
OR libmount1-32bit-2.28-40 is installed
OR libsmartcols1-2.28-40 is installed
OR libuuid-devel-2.28-40 is installed
OR libuuid1-2.28-40 is installed
OR libuuid1-32bit-2.28-40 is installed
OR python-libmount-2.28-40 is installed
OR util-linux-2.28-40 is installed
OR util-linux-lang-2.28-40 is installed
OR util-linux-systemd-2.28-40 is installed
OR uuidd-2.28-40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
alsa-1.0.27.2-15 is installed
OR libasound2-1.0.27.2-15 is installed
OR libasound2-32bit-1.0.27.2-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND apache2-mod_wsgi-4.4.13-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND procps-3.2.7-151 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND procps-3.2.7-151 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
bind-9.5.0P2-20.7 is installed
OR bind-chrootenv-9.5.0P2-20.7 is installed
OR bind-doc-9.5.0P2-20.7 is installed
OR bind-libs-9.5.0P2-20.7 is installed
OR bind-libs-32bit-9.5.0P2-20.7 is installed
OR bind-libs-x86-9.5.0P2-20.7 is installed
OR bind-utils-9.5.0P2-20.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
apache2-2.2.12-69 is installed
OR apache2-doc-2.2.12-69 is installed
OR apache2-example-pages-2.2.12-69 is installed
OR apache2-prefork-2.2.12-69 is installed
OR apache2-utils-2.2.12-69 is installed
OR apache2-worker-2.2.12-69 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
apache2-2.2.12-69 is installed
OR apache2-doc-2.2.12-69 is installed
OR apache2-example-pages-2.2.12-69 is installed
OR apache2-prefork-2.2.12-69 is installed
OR apache2-utils-2.2.12-69 is installed
OR apache2-worker-2.2.12-69 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
gtk2-2.18.9-0.23 is installed
OR gtk2-32bit-2.18.9-0.23 is installed
OR gtk2-doc-2.18.9-0.23 is installed
OR gtk2-lang-2.18.9-0.23 is installed
OR gtk2-x86-2.18.9-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
gtk2-2.18.9-0.23 is installed
OR gtk2-32bit-2.18.9-0.23 is installed
OR gtk2-doc-2.18.9-0.23 is installed
OR gtk2-lang-2.18.9-0.23 is installed
OR gtk2-x86-2.18.9-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
gtk2-2.18.9-0.23 is installed
OR gtk2-32bit-2.18.9-0.23 is installed
OR gtk2-doc-2.18.9-0.23 is installed
OR gtk2-lang-2.18.9-0.23 is installed
OR gtk2-x86-2.18.9-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.28 is installed
OR apache2-doc-2.2.12-1.28 is installed
OR apache2-example-pages-2.2.12-1.28 is installed
OR apache2-prefork-2.2.12-1.28 is installed
OR apache2-utils-2.2.12-1.28 is installed
OR apache2-worker-2.2.12-1.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.30 is installed
OR bind-chrootenv-9.9.6P1-0.30 is installed
OR bind-devel-9.9.6P1-0.30 is installed
OR bind-doc-9.9.6P1-0.30 is installed
OR bind-libs-9.9.6P1-0.30 is installed
OR bind-libs-32bit-9.9.6P1-0.30 is installed
OR bind-utils-9.9.6P1-0.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.30 is installed
OR bind-chrootenv-9.9.6P1-0.30 is installed
OR bind-devel-9.9.6P1-0.30 is installed
OR bind-doc-9.9.6P1-0.30 is installed
OR bind-libs-9.9.6P1-0.30 is installed
OR bind-libs-32bit-9.9.6P1-0.30 is installed
OR bind-utils-9.9.6P1-0.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
bind-9.9.6P1-0.12 is installed
OR bind-chrootenv-9.9.6P1-0.12 is installed
OR bind-doc-9.9.6P1-0.12 is installed
OR bind-libs-9.9.6P1-0.12 is installed
OR bind-libs-32bit-9.9.6P1-0.12 is installed
OR bind-libs-x86-9.9.6P1-0.12 is installed
OR bind-utils-9.9.6P1-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.12 is installed
OR bind-chrootenv-9.9.6P1-0.12 is installed
OR bind-doc-9.9.6P1-0.12 is installed
OR bind-libs-9.9.6P1-0.12 is installed
OR bind-libs-32bit-9.9.6P1-0.12 is installed
OR bind-libs-x86-9.9.6P1-0.12 is installed
OR bind-utils-9.9.6P1-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
bind-9.9.6P1-0.12 is installed
OR bind-chrootenv-9.9.6P1-0.12 is installed
OR bind-doc-9.9.6P1-0.12 is installed
OR bind-libs-9.9.6P1-0.12 is installed
OR bind-libs-32bit-9.9.6P1-0.12 is installed
OR bind-libs-x86-9.9.6P1-0.12 is installed
OR bind-utils-9.9.6P1-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.12 is installed
OR bind-chrootenv-9.9.6P1-0.12 is installed
OR bind-doc-9.9.6P1-0.12 is installed
OR bind-libs-9.9.6P1-0.12 is installed
OR bind-libs-32bit-9.9.6P1-0.12 is installed
OR bind-libs-x86-9.9.6P1-0.12 is installed
OR bind-utils-9.9.6P1-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
bind-9.9.6P1-0.12 is installed
OR bind-chrootenv-9.9.6P1-0.12 is installed
OR bind-doc-9.9.6P1-0.12 is installed
OR bind-libs-9.9.6P1-0.12 is installed
OR bind-libs-32bit-9.9.6P1-0.12 is installed
OR bind-libs-x86-9.9.6P1-0.12 is installed
OR bind-utils-9.9.6P1-0.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND gd-2.0.36.RC1-52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND clamav-0.99.2-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND clamav-0.99.2-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND clamav-0.99.2-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND clamav-0.99.2-0.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.43 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.43 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.43 is installed
OR kernel-default-3.0.101-0.47.106.43 is installed
OR kernel-default-base-3.0.101-0.47.106.43 is installed
OR kernel-default-devel-3.0.101-0.47.106.43 is installed
OR kernel-default-man-3.0.101-0.47.106.43 is installed
OR kernel-ec2-3.0.101-0.47.106.43 is installed
OR kernel-ec2-base-3.0.101-0.47.106.43 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.43 is installed
OR kernel-pae-3.0.101-0.47.106.43 is installed
OR kernel-pae-base-3.0.101-0.47.106.43 is installed
OR kernel-pae-devel-3.0.101-0.47.106.43 is installed
OR kernel-source-3.0.101-0.47.106.43 is installed
OR kernel-syms-3.0.101-0.47.106.43 is installed
OR kernel-trace-3.0.101-0.47.106.43 is installed
OR kernel-trace-base-3.0.101-0.47.106.43 is installed
OR kernel-trace-devel-3.0.101-0.47.106.43 is installed
OR kernel-xen-3.0.101-0.47.106.43 is installed
OR kernel-xen-base-3.0.101-0.47.106.43 is installed
OR kernel-xen-devel-3.0.101-0.47.106.43 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.43 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.43 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.43 is installed
OR kernel-default-3.0.101-0.47.106.43 is installed
OR kernel-default-base-3.0.101-0.47.106.43 is installed
OR kernel-default-devel-3.0.101-0.47.106.43 is installed
OR kernel-default-man-3.0.101-0.47.106.43 is installed
OR kernel-ec2-3.0.101-0.47.106.43 is installed
OR kernel-ec2-base-3.0.101-0.47.106.43 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.43 is installed
OR kernel-pae-3.0.101-0.47.106.43 is installed
OR kernel-pae-base-3.0.101-0.47.106.43 is installed
OR kernel-pae-devel-3.0.101-0.47.106.43 is installed
OR kernel-source-3.0.101-0.47.106.43 is installed
OR kernel-syms-3.0.101-0.47.106.43 is installed
OR kernel-trace-3.0.101-0.47.106.43 is installed
OR kernel-trace-base-3.0.101-0.47.106.43 is installed
OR kernel-trace-devel-3.0.101-0.47.106.43 is installed
OR kernel-xen-3.0.101-0.47.106.43 is installed
OR kernel-xen-base-3.0.101-0.47.106.43 is installed
OR kernel-xen-devel-3.0.101-0.47.106.43 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.39 is installed
OR bind-chrootenv-9.9.6P1-0.39 is installed
OR bind-doc-9.9.6P1-0.39 is installed
OR bind-libs-9.9.6P1-0.39 is installed
OR bind-libs-32bit-9.9.6P1-0.39 is installed
OR bind-utils-9.9.6P1-0.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.48 is installed
OR libMagickCore1-6.4.3.6-7.48 is installed
OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.48 is installed
OR libMagickCore1-6.4.3.6-7.48 is installed
OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
ldapsmb-1.34b-12.58 is installed
OR libldb1-3.6.3-0.58 is installed
OR libsmbclient0-3.6.3-0.58 is installed
OR libsmbclient0-32bit-3.6.3-0.58 is installed
OR libsmbclient0-x86-3.6.3-0.58 is installed
OR libtalloc2-3.6.3-0.58 is installed
OR libtalloc2-32bit-3.6.3-0.58 is installed
OR libtalloc2-x86-3.6.3-0.58 is installed
OR libtdb1-3.6.3-0.58 is installed
OR libtdb1-32bit-3.6.3-0.58 is installed
OR libtdb1-x86-3.6.3-0.58 is installed
OR libtevent0-3.6.3-0.58 is installed
OR libtevent0-32bit-3.6.3-0.58 is installed
OR libwbclient0-3.6.3-0.58 is installed
OR libwbclient0-32bit-3.6.3-0.58 is installed
OR libwbclient0-x86-3.6.3-0.58 is installed
OR samba-3.6.3-0.58 is installed
OR samba-32bit-3.6.3-0.58 is installed
OR samba-client-3.6.3-0.58 is installed
OR samba-client-32bit-3.6.3-0.58 is installed
OR samba-client-x86-3.6.3-0.58 is installed
OR samba-krb-printing-3.6.3-0.58 is installed
OR samba-winbind-3.6.3-0.58 is installed
OR samba-winbind-32bit-3.6.3-0.58 is installed
OR samba-winbind-x86-3.6.3-0.58 is installed
OR samba-x86-3.6.3-0.58 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
curl-7.37.0-70.44 is installed
OR libcurl4-7.37.0-70.44 is installed
OR libcurl4-32bit-7.37.0-70.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
curl-7.37.0-70.44 is installed
OR libcurl4-7.37.0-70.44 is installed
OR libcurl4-32bit-7.37.0-70.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
augeas-1.2.0-1 is installed
OR augeas-lenses-1.2.0-1 is installed
OR libaugeas0-1.2.0-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
krb5-1.12.1-22 is installed
OR krb5-32bit-1.12.1-22 is installed
OR krb5-client-1.12.1-22 is installed
OR krb5-doc-1.12.1-22 is installed
OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
OR krb5-plugin-preauth-otp-1.12.1-22 is installed
OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
OR krb5-server-1.12.1-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
krb5-1.12.1-22 is installed
OR krb5-32bit-1.12.1-22 is installed
OR krb5-client-1.12.1-22 is installed
OR krb5-doc-1.12.1-22 is installed
OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
OR krb5-plugin-preauth-otp-1.12.1-22 is installed
OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
OR krb5-server-1.12.1-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-0.6.31-20 is installed
OR avahi-utils-0.6.31-20 is installed
OR libavahi-client3-0.6.31-20 is installed
OR libavahi-client3-32bit-0.6.31-20 is installed
OR libavahi-common3-0.6.31-20 is installed
OR libavahi-common3-32bit-0.6.31-20 is installed
OR libavahi-core7-0.6.31-20 is installed
OR libdns_sd-0.6.31-20 is installed
OR libdns_sd-32bit-0.6.31-20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-6-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-6-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
MozillaFirefox-45.5.1esr-93 is installed
OR MozillaFirefox-translations-45.5.1esr-93 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
MozillaFirefox-45.5.1esr-93 is installed
OR MozillaFirefox-translations-45.5.1esr-93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND autofs-5.0.9-21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
ghostscript-9.25-23.13 is installed
OR ghostscript-x11-9.25-23.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
ghostscript-9.25-23.13 is installed
OR ghostscript-x11-9.25-23.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
ceph-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR ceph-common-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR libcephfs2-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR librados2-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR libradosstriper1-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR librbd1-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR librgw2-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-cephfs-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-rados-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-rbd-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-rgw-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
ceph-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR ceph-common-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR libcephfs2-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR librados2-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR libradosstriper1-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR librbd1-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR librgw2-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-cephfs-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-rados-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-rbd-12.2.10+git.1549630712.bb089269ea-2.27 is installed
OR python-rgw-12.2.10+git.1549630712.bb089269ea-2.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND coolkey-1.1.0-147.71 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND binutils-2.32-9.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND binutils-2.32-9.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libsnmp30-5.7.3-6.3 is installed
OR libsnmp30-32bit-5.7.3-6.3 is installed
OR net-snmp-5.7.3-6.3 is installed
OR perl-SNMP-5.7.3-6.3 is installed
OR snmp-mibs-5.7.3-6.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libsnmp30-5.7.3-6.3 is installed
OR libsnmp30-32bit-5.7.3-6.3 is installed
OR net-snmp-5.7.3-6.3 is installed
OR perl-SNMP-5.7.3-6.3 is installed
OR snmp-mibs-5.7.3-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
dbus-1-glib-0.100.2-3 is installed
OR dbus-1-glib-32bit-0.100.2-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
gnutls-3.2.15-18.6 is installed
OR libgnutls-openssl27-3.2.15-18.6 is installed
OR libgnutls28-3.2.15-18.6 is installed
OR libgnutls28-32bit-3.2.15-18.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
gnutls-3.2.15-18.6 is installed
OR libgnutls-openssl27-3.2.15-18.6 is installed
OR libgnutls28-3.2.15-18.6 is installed
OR libgnutls28-32bit-3.2.15-18.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND ant-1.9.4-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.47 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
finch-2.6.6-0.19 is installed
OR finch-devel-2.6.6-0.19 is installed
OR libpurple-2.6.6-0.19 is installed
OR libpurple-devel-2.6.6-0.19 is installed
OR libpurple-lang-2.6.6-0.19 is installed
OR pidgin-2.6.6-0.19 is installed
OR pidgin-devel-2.6.6-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND libcurl-devel-7.19.7-1.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
Mesa-devel-9.0.3-0.28.29 is installed
OR Mesa-devel-32bit-9.0.3-0.28.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.48-52.27 is installed
OR kernel-default-extra-3.12.48-52.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.635-140 is installed
OR flash-player-gnome-11.2.202.635-140 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ghostscript-fonts-other-8.62-32.46 is installed
OR ghostscript-fonts-rus-8.62-32.46 is installed
OR ghostscript-fonts-std-8.62-32.46 is installed
OR ghostscript-library-8.62-32.46 is installed
OR ghostscript-omni-8.62-32.46 is installed
OR ghostscript-x11-8.62-32.46 is installed
OR libgimpprint-4.2.7-32.46 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
go-1.9.7-19 is installed
OR go-doc-1.9.7-19 is installed
OR go-race-1.9.7-19 is installed
OR go1.9-1.9.7-13 is installed
OR go1.9-doc-1.9.7-13 is installed
OR go1.9-race-1.9.7-13 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND pdns-recursor-4.1.16-19 is installed
|