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): | 1000396 1000435 1001299 1001759 1001765 1023616 1043055 1048576 1049607 1051684 1051685 1052916 1053259 1074293 1083125 1085447 1090368 1090646 1108308 1141780 1141782 1141783 1141785 1141789 1147021 1159913 1165631 856382 886785 898159 898812 898884 907973 908950 912183 914818 916543 920016 922071 924722 929092 929871 930813 932285 932350 934430 934942 934962 936556 936773 937085 937609 937612 937613 937616 938550 938706 938891 938892 938893 938913 939145 939266 939716 939834 939994 940398 940545 940679 940776 940912 940925 940965 941098 941305 941908 941951 942160 942204 942307 942367 947104 948536 954256 954374 957812 957813 957815 959886 960158 963230 964844 965897 967122 970293 970423 970860 972612 972727 973848 976766 978275 982210 982211 982251 987173 987857 988488 990074 996269 CVE-2014-6277 CVE-2014-6278 CVE-2014-9770 CVE-2015-3194 CVE-2015-3195 CVE-2015-3196 CVE-2015-4000 CVE-2015-5156 CVE-2015-5157 CVE-2015-5283 CVE-2015-5697 CVE-2015-6252 CVE-2015-6937 CVE-2015-7613 CVE-2015-8842 CVE-2016-0634 CVE-2016-5387 CVE-2016-7543 CVE-2016-7796 CVE-2017-11464 CVE-2017-13166 CVE-2017-2885 CVE-2017-7546 CVE-2017-7547 CVE-2017-7548 CVE-2017-9788 CVE-2018-1000001 CVE-2018-8781 CVE-2018-8897 CVE-2019-11771 CVE-2019-11775 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2816 CVE-2019-4473 CVE-2019-5108 CVE-2019-7317 CVE-2020-1749 SUSE-SU-2015:1727-1 SUSE-SU-2015:2237-1 SUSE-SU-2016:0344-1 SUSE-SU-2016:1346-1 SUSE-SU-2016:1818-1 SUSE-SU-2016:2476-1 SUSE-SU-2016:2872-1 SUSE-SU-2017:1961-1 SUSE-SU-2017:2117-1 SUSE-SU-2017:2129-1 SUSE-SU-2017:2356-1 SUSE-SU-2018:0071-1 SUSE-SU-2018:1528-1 SUSE-SU-2018:3074-1 SUSE-SU-2019:2336-1 SUSE-SU-2020:0868-1
|
Platform(s): | 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 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 15 SUSE Linux Enterprise Module for Python2 packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 SP1 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA 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 SP5 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-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 SP4 SUSE Linux Enterprise Server for SAP Applications 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 Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
klogd-1.4.1-782 is installed
OR syslog-service-2.0-782 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND bogofilter-1.1.1-174.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
cpio-2.9-75.78 is installed
OR cpio-lang-2.9-75.78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libxml2-2.9.1-24 is installed
OR libxml2-2-2.9.1-24 is installed
OR libxml2-2-32bit-2.9.1-24 is installed
OR libxml2-tools-2.9.1-24 is installed
OR python-libxml2-2.9.1-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND shadow-4.2.1-27.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libplist-1.12-20.3 is installed
OR libplist++3-1.12-20.3 is installed
OR libplist3-1.12-20.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
openconnect-7.08-3.4 is installed
OR openconnect-lang-7.08-3.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
cron-4.2-4 is installed
OR cronie-1.5.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND btrfsmaintenance-0.4.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
ppp-2.4.7-3 is installed
OR ppp-devel-2.4.7-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
gstreamer-plugins-bad-1.12.5-3.3 is installed
OR gstreamer-plugins-bad-devel-1.12.5-3.3 is installed
OR gstreamer-plugins-bad-lang-1.12.5-3.3 is installed
OR libgstadaptivedemux-1_0-0-1.12.5-3.3 is installed
OR libgstbadallocators-1_0-0-1.12.5-3.3 is installed
OR libgstbadaudio-1_0-0-1.12.5-3.3 is installed
OR libgstbadbase-1_0-0-1.12.5-3.3 is installed
OR libgstbadvideo-1_0-0-1.12.5-3.3 is installed
OR libgstbasecamerabinsrc-1_0-0-1.12.5-3.3 is installed
OR libgstcodecparsers-1_0-0-1.12.5-3.3 is installed
OR libgstinsertbin-1_0-0-1.12.5-3.3 is installed
OR libgstmpegts-1_0-0-1.12.5-3.3 is installed
OR libgstplayer-1_0-0-1.12.5-3.3 is installed
OR libgsturidownloader-1_0-0-1.12.5-3.3 is installed
OR libgstwayland-1_0-0-1.12.5-3.3 is installed
OR typelib-1_0-GstBadAllocators-1_0-1.12.5-3.3 is installed
OR typelib-1_0-GstGL-1_0-1.12.5-3.3 is installed
OR typelib-1_0-GstInsertBin-1_0-1.12.5-3.3 is installed
OR typelib-1_0-GstMpegts-1_0-1.12.5-3.3 is installed
OR typelib-1_0-GstPlayer-1_0-1.12.5-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
ant-1.9.10-1 is installed
OR ant-antlr-1.9.10-1 is installed
OR ant-apache-bcel-1.9.10-1 is installed
OR ant-apache-bsf-1.9.10-1 is installed
OR ant-apache-log4j-1.9.10-1 is installed
OR ant-apache-oro-1.9.10-1 is installed
OR ant-apache-regexp-1.9.10-1 is installed
OR ant-apache-resolver-1.9.10-1 is installed
OR ant-commons-logging-1.9.10-1 is installed
OR ant-javamail-1.9.10-1 is installed
OR ant-jdepend-1.9.10-1 is installed
OR ant-jmf-1.9.10-1 is installed
OR ant-junit-1.9.10-1 is installed
OR ant-manual-1.9.10-1 is installed
OR ant-scripts-1.9.10-1 is installed
OR ant-swing-1.9.10-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND binutils-devel-32bit-2.31-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.30-3.16 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.30-3.16 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.30-3.16 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.30-3.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND jasper-2.0.14-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
evince-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-plugin-comicsdocument-3.26.0+20180128.1bd86963-4.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.27 is installed
OR kernel-azure-base-4.12.14-5.27 is installed
OR kernel-azure-devel-4.12.14-5.27 is installed
OR kernel-devel-azure-4.12.14-5.27 is installed
OR kernel-source-azure-4.12.14-5.27 is installed
OR kernel-syms-azure-4.12.14-5.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND python2-urllib3-1.24-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
freeradius-server-3.0.16-1 is installed
OR freeradius-server-devel-3.0.16-1 is installed
OR freeradius-server-krb5-3.0.16-1 is installed
OR freeradius-server-ldap-3.0.16-1 is installed
OR freeradius-server-libs-3.0.16-1 is installed
OR freeradius-server-mysql-3.0.16-1 is installed
OR freeradius-server-perl-3.0.16-1 is installed
OR freeradius-server-postgresql-3.0.16-1 is installed
OR freeradius-server-python-3.0.16-1 is installed
OR freeradius-server-sqlite-3.0.16-1 is installed
OR freeradius-server-utils-3.0.16-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
dhcp-relay-4.3.5-4 is installed
OR dhcp-server-4.3.5-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
AND jakarta-commons-fileupload-1.1.1-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.2.0esr-0.16 is installed
OR MozillaFirefox-branding-SLED-31.0-0.10 is installed
OR MozillaFirefox-branding-SLES-for-VMware-31.0-0.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.16 is installed
OR libfreebl3-3.17.2-0.8 is installed
OR libfreebl3-32bit-3.17.2-0.8 is installed
OR libfreebl3-x86-3.17.2-0.8 is installed
OR libsoftokn3-3.17.2-0.8 is installed
OR libsoftokn3-32bit-3.17.2-0.8 is installed
OR libsoftokn3-x86-3.17.2-0.8 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nspr-x86-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.8 is installed
OR mozilla-nss-32bit-3.17.2-0.8 is installed
OR mozilla-nss-tools-3.17.2-0.8 is installed
OR mozilla-nss-x86-3.17.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.2.0esr-0.16 is installed
OR MozillaFirefox-branding-SLED-31.0-0.10 is installed
OR MozillaFirefox-branding-SLES-for-VMware-31.0-0.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.16 is installed
OR libfreebl3-3.17.2-0.8 is installed
OR libfreebl3-32bit-3.17.2-0.8 is installed
OR libfreebl3-x86-3.17.2-0.8 is installed
OR libsoftokn3-3.17.2-0.8 is installed
OR libsoftokn3-32bit-3.17.2-0.8 is installed
OR libsoftokn3-x86-3.17.2-0.8 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nspr-x86-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.8 is installed
OR mozilla-nss-32bit-3.17.2-0.8 is installed
OR mozilla-nss-tools-3.17.2-0.8 is installed
OR mozilla-nss-x86-3.17.2-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libvirt-1.0.5.9-21.5 is installed
OR libvirt-client-1.0.5.9-21.5 is installed
OR libvirt-client-32bit-1.0.5.9-21.5 is installed
OR libvirt-doc-1.0.5.9-21.5 is installed
OR libvirt-lock-sanlock-1.0.5.9-21.5 is installed
OR libvirt-python-1.0.5.9-21.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libvirt-1.0.5.9-21.5 is installed
OR libvirt-client-1.0.5.9-21.5 is installed
OR libvirt-client-32bit-1.0.5.9-21.5 is installed
OR libvirt-doc-1.0.5.9-21.5 is installed
OR libvirt-lock-sanlock-1.0.5.9-21.5 is installed
OR libvirt-python-1.0.5.9-21.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
MozillaFirefox-60.9.0esr-78.46 is installed
OR MozillaFirefox-translations-common-60.9.0esr-78.46 is installed
OR MozillaFirefox-translations-other-60.9.0esr-78.46 is installed
OR firefox-gio-branding-upstream-2.54.3-2.11 is installed
OR firefox-glib2-2.54.3-2.11 is installed
OR firefox-glib2-lang-2.54.3-2.11 is installed
OR firefox-glib2-tools-2.54.3-2.11 is installed
OR firefox-gtk3-3.10.9-2.12 is installed
OR firefox-gtk3-branding-upstream-3.10.9-2.12 is installed
OR firefox-gtk3-data-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-amharic-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-inuktitut-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-multipress-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-thai-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-vietnamese-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-xim-3.10.9-2.12 is installed
OR firefox-gtk3-immodules-tigrigna-3.10.9-2.12 is installed
OR firefox-gtk3-lang-3.10.9-2.12 is installed
OR firefox-gtk3-tools-3.10.9-2.12 is installed
OR firefox-libgtk-3-0-3.10.9-2.12 is installed
OR libfirefox-gio-2_0-0-2.54.3-2.11 is installed
OR libfirefox-glib-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gmodule-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gobject-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gthread-2_0-0-2.54.3-2.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
kernel-default-3.12.48-52.27 is installed
OR kernel-default-base-3.12.48-52.27 is installed
OR kernel-default-devel-3.12.48-52.27 is installed
OR kernel-default-man-3.12.48-52.27 is installed
OR kernel-devel-3.12.48-52.27 is installed
OR kernel-macros-3.12.48-52.27 is installed
OR kernel-source-3.12.48-52.27 is installed
OR kernel-syms-3.12.48-52.27 is installed
OR kernel-xen-3.12.48-52.27 is installed
OR kernel-xen-base-3.12.48-52.27 is installed
OR kernel-xen-devel-3.12.48-52.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
kernel-default-3.12.48-52.27 is installed
OR kernel-default-base-3.12.48-52.27 is installed
OR kernel-default-devel-3.12.48-52.27 is installed
OR kernel-default-man-3.12.48-52.27 is installed
OR kernel-devel-3.12.48-52.27 is installed
OR kernel-macros-3.12.48-52.27 is installed
OR kernel-source-3.12.48-52.27 is installed
OR kernel-syms-3.12.48-52.27 is installed
OR kernel-xen-3.12.48-52.27 is installed
OR kernel-xen-base-3.12.48-52.27 is installed
OR kernel-xen-devel-3.12.48-52.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 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 is installed
AND
apache2-2.4.16-7 is installed
OR apache2-doc-2.4.16-7 is installed
OR apache2-example-pages-2.4.16-7 is installed
OR apache2-prefork-2.4.16-7 is installed
OR apache2-utils-2.4.16-7 is installed
OR apache2-worker-2.4.16-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
apache2-2.4.16-7 is installed
OR apache2-doc-2.4.16-7 is installed
OR apache2-example-pages-2.4.16-7 is installed
OR apache2-prefork-2.4.16-7 is installed
OR apache2-utils-2.4.16-7 is installed
OR apache2-worker-2.4.16-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND libmodplug1-0.8.8.4-13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
libecpg6-9.6.4-3.6 is installed
OR libpq5-9.6.4-3.6 is installed
OR libpq5-32bit-9.6.4-3.6 is installed
OR postgresql96-9.6.4-3.6 is installed
OR postgresql96-contrib-9.6.4-3.6 is installed
OR postgresql96-docs-9.6.4-3.6 is installed
OR postgresql96-libs-9.6.4-3.6 is installed
OR postgresql96-server-9.6.4-3.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
libecpg6-9.6.4-3.6 is installed
OR libpq5-9.6.4-3.6 is installed
OR libpq5-32bit-9.6.4-3.6 is installed
OR postgresql96-9.6.4-3.6 is installed
OR postgresql96-contrib-9.6.4-3.6 is installed
OR postgresql96-docs-9.6.4-3.6 is installed
OR postgresql96-libs-9.6.4-3.6 is installed
OR postgresql96-server-9.6.4-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
apache2-2.4.23-29.3 is installed
OR apache2-doc-2.4.23-29.3 is installed
OR apache2-example-pages-2.4.23-29.3 is installed
OR apache2-prefork-2.4.23-29.3 is installed
OR apache2-utils-2.4.23-29.3 is installed
OR apache2-worker-2.4.23-29.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
apache2-2.4.23-29.3 is installed
OR apache2-doc-2.4.23-29.3 is installed
OR apache2-example-pages-2.4.23-29.3 is installed
OR apache2-prefork-2.4.23-29.3 is installed
OR apache2-utils-2.4.23-29.3 is installed
OR apache2-worker-2.4.23-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
tomcat-8.0.36-11 is installed
OR tomcat-admin-webapps-8.0.36-11 is installed
OR tomcat-docs-webapp-8.0.36-11 is installed
OR tomcat-el-3_0-api-8.0.36-11 is installed
OR tomcat-javadoc-8.0.36-11 is installed
OR tomcat-jsp-2_3-api-8.0.36-11 is installed
OR tomcat-lib-8.0.36-11 is installed
OR tomcat-servlet-3_1-api-8.0.36-11 is installed
OR tomcat-webapps-8.0.36-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND clamav-0.100.2-33.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND clamav-0.100.2-33.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-6-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-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libquicktime-1.2.4-14.3 is installed
OR libquicktime0-1.2.4-14.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libquicktime-1.2.4-14.3 is installed
OR libquicktime0-1.2.4-14.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
bind-9.9.9P1-63.7 is installed
OR bind-chrootenv-9.9.9P1-63.7 is installed
OR bind-doc-9.9.9P1-63.7 is installed
OR bind-libs-9.9.9P1-63.7 is installed
OR bind-libs-32bit-9.9.9P1-63.7 is installed
OR bind-utils-9.9.9P1-63.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND permissions-2015.09.28.1626-17.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND permissions-2015.09.28.1626-17.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libsoup-2.62.2-5.7 is installed
OR libsoup-2_4-1-2.62.2-5.7 is installed
OR libsoup-2_4-1-32bit-2.62.2-5.7 is installed
OR libsoup-lang-2.62.2-5.7 is installed
OR typelib-1_0-Soup-2_4-2.62.2-5.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libsoup-2.62.2-5.7 is installed
OR libsoup-2_4-1-2.62.2-5.7 is installed
OR libsoup-2_4-1-32bit-2.62.2-5.7 is installed
OR libsoup-lang-2.62.2-5.7 is installed
OR typelib-1_0-Soup-2_4-2.62.2-5.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND gd-2.1.0-24.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-38.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-38.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 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 SP5 is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.442-67 is installed
OR flash-player-gnome-11.2.202.442-67 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.59-60.45 is installed
OR kernel-default-extra-3.12.59-60.45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
evince-3.20.1-6.14 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.14 is installed
OR typelib-1_0-EvinceView-3_0-3.20.1-6.14 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
python-base-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libgadu-devel-1.12.2-1 is installed
OR libgadu3-1.12.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND gnome-shell-calendar-3.26.2+20180130.0d9c74212-4.16 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ldapsmb-1.34b-84 is installed
OR libldb1-3.6.3-84 is installed
OR libsmbclient0-3.6.3-84 is installed
OR libsmbclient0-32bit-3.6.3-84 is installed
OR libtalloc2-3.6.3-84 is installed
OR libtalloc2-32bit-3.6.3-84 is installed
OR libtdb1-3.6.3-84 is installed
OR libtdb1-32bit-3.6.3-84 is installed
OR libtevent0-3.6.3-84 is installed
OR libtevent0-32bit-3.6.3-84 is installed
OR libwbclient0-3.6.3-84 is installed
OR libwbclient0-32bit-3.6.3-84 is installed
OR samba-3.6.3-84 is installed
OR samba-32bit-3.6.3-84 is installed
OR samba-client-3.6.3-84 is installed
OR samba-client-32bit-3.6.3-84 is installed
OR samba-doc-3.6.3-84 is installed
OR samba-krb-printing-3.6.3-84 is installed
OR samba-winbind-3.6.3-84 is installed
OR samba-winbind-32bit-3.6.3-84 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-Jinja2-2.7.3-15 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND python-tablib-0.9.11-3 is installed
|