Revision Date: | 2021-05-12 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP5 Azure kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2020-36312: Fixed an issue within virt/kvm/kvm_main.c that had a kvm_io_bus_unregister_dev memory leak upon a kmalloc failure (bnc#1184509). - CVE-2021-29650: Fixed an issue within the netfilter subsystem that allowed attackers to cause a denial of service (panic) because net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h lack a full memory barrier upon the assignment of a new table value (bnc#1184208). - CVE-2021-29155: Fixed an issue within kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. Specifically, for sequences of pointer arithmetic operations, the pointer modification performed by the first operation is not correctly accounted for when restricting subsequent operations (bnc#1184942). - CVE-2020-36310: Fixed an issue within arch/x86/kvm/svm/svm.c that allowed a set_memory_region_test infinite loop for certain nested page faults (bnc#1184512). - CVE-2021-28950: Fixed an issue within fs/fuse/fuse_i.h where a 'stall on CPU' could have occured because a retry loop continually finds the same bad inode (bnc#1184194, bnc#1184211). - CVE-2020-36322: Fixed an issue within the FUSE filesystem implementation where fuse_do_getattr() calls make_bad_inode() in inappropriate situations, causing a system crash. NOTE: the original fix for this vulnerability was incomplete, and its incompleteness is tracked as CVE-2021-28950 (bnc#1184211, bnc#1184952). - CVE-2021-3444: Fixed incorrect mod32 BPF verifier truncation (bsc#1184170).
The following non-security bugs were fixed:
- arm64: PCI: mobiveil: remove driver Prepare to replace it with upstreamed driver - blk-settings: align max_sectors on 'logical_block_size' boundary (bsc#1185195). - block: fix use-after-free on cached last_lookup partition (bsc#1181062). - block: recalculate segment count for multi-segment discards correctly (bsc#1184724). - btrfs: fix qgroup data rsv leak caused by falloc failure (bsc#1185549). - btrfs: track qgroup released data in own variable in insert_prealloc_file_extent (bsc#1185549). - cdc-acm: fix BREAK rx code path adding necessary calls (git-fixes). - cxgb4: avoid collecting SGE_QBASE regs during traffic (bsc#1097585 bsc#1097586 bsc#1097587 bsc#1097588 bsc#1097583 bsc#1097584). - drivers/perf: thunderx2_pmu: Fix memory resource error handling (git-fixes). - ext4: find old entry again if failed to rename whiteout (bsc#1184742). - ext4: fix potential error in ext4_do_update_inode (bsc#1184731). - fs: direct-io: fix missing sdio->boundary (bsc#1184736). - handle also the opposite type of race condition - i40e: Fix display statistics for veb_tc (bsc#1111981). - i40e: Fix kernel oops when i40e driver removes VF's (bsc#1101816 ). - i40e: Fix sparse warning: missing error code 'err' (jsc#SLE-4797). - ibmvnic: avoid calling napi_disable() twice (bsc#1065729). - ibmvnic: clean up the remaining debugfs data structures (bsc#1065729). - ibmvnic: Continue with reset if set link down failed (bsc#1184350 ltc#191533). - ibmvnic: improve failover sysfs entry (bsc#1043990 ltc#155681 git-fixes). - ibmvnic: print adapter state as a string (bsc#1152457 ltc#174432 git-fixes). - ibmvnic: print reset reason as a string (bsc#1152457 ltc#174432 git-fixes). - ibmvnic: queue reset work in system_long_wq (bsc#1152457 ltc#174432 git-fixes). - ibmvnic: remove duplicate napi_schedule call in do_reset function (bsc#1065729). - ibmvnic: remove duplicate napi_schedule call in open function (bsc#1065729). - ice: Cleanup fltr list in case of allocation issues (bsc#1118661 ). - ice: Fix for dereference of NULL pointer (bsc#1118661 ). - igc: Fix Pause Frame Advertising (jsc#SLE-4799). - igc: Fix Supported Pause Frame Link Setting (jsc#SLE-4799). - igc: reinit_locked() should be called with rtnl_lock (bsc#1118657). - iopoll: introduce read_poll_timeout macro (git-fixes). - isofs: release buffer head before return (bsc#1182613). - kabi: Fix breakage in NVMe driver (bsc#1181161). - kabi: Fix nvmet error log definitions (bsc#1181161). - kabi: nvme: fix fast_io_fail_tmo (bsc#1181161). - kABI: powerpc/pseries: Add shutdown() to vio_driver and vio_bus (bsc#1184209 ltc#190917). - kernel/smp: make csdlock timeout depend on boot parameter (bsc#1180846). - libbpf: Use SOCK_CLOEXEC when opening the netlink socket (bsc#1109837). - libnvdimm/label: Return -ENXIO for no slot in __blk_label_update (bsc#1185269). - libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labels (bsc#1185269). - libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr (git-fixes). - locking/qrwlock: Fix ordering in queued_write_lock_slowpath() (bsc#1185041). - macros.kernel-source: Use spec_install_pre for certificate installation (boo#1182672). - mmc: sdhci-of-esdhc: make sure delay chain locked for HS400 (git-fixes). - mmc: sdhci-of-esdhc: set the sd clock divisor value above 3 (git-fixes). - mm: fix memory_failure() handling of dax-namespace metadata (bsc#1185335). - net: bcmgenet: use hardware padding of runt frames (git-fixes). - net: cxgb4: fix return error value in t4_prep_fw (git-fixes). - net: hns3: clear VF down state bit before request link status (bsc#1104353). - net/mlx5: Fix PBMC register mapping (bsc#1103990). - net/mlx5: Fix placement of log_max_flow_counter (bsc#1046303 ). - netsec: ignore 'phy-mode' device property on ACPI systems (git-fixes). - nvme: add error log page slot definition (bsc#1181161). - nvme-fabrics: allow to queue requests for live queues (bsc#1181161). - nvme-fabrics: do not check state NVME_CTRL_NEW for request acceptance (bsc#1181161). - nvme-fabrics: reject I/O to offline device (bsc#1181161). - nvme: include admin_q sync with nvme_sync_queues (bsc#1181161). - nvme: introduce 'Command Aborted By host' status code (bsc#1181161). - nvme: introduce nvme_is_fabrics to check fabrics cmd (bsc#1181161). - nvme: introduce nvme_sync_io_queues (bsc#1181161). - nvme: make fabrics command run on a separate request queue (bsc#1181161). - nvme-pci: Sync queues on reset (bsc#1181161). - nvme: prevent warning triggered by nvme_stop_keep_alive (bsc#1181161). - nvme-rdma: avoid race between time out and tear down (bsc#1181161). - nvme-rdma: avoid repeated request completion (bsc#1181161). - nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout (bsc#1181161). - nvme-rdma: fix controller reset hang during traffic (bsc#1181161). - nvme-rdma: fix possible hang when failing to set io queues (bsc#1181161). - nvme-rdma: fix timeout handler (bsc#1181161). - nvme-rdma: serialize controller teardown sequences (bsc#1181161). - nvme: Restart request timers in resetting state (bsc#1181161). - nvmet: add error-log definitions (bsc#1181161). - nvmet: add error log support for fabrics-cmd (bsc#1181161). - nvme-tcp: avoid race between time out and tear down (bsc#1181161). - nvme-tcp: avoid repeated request completion (bsc#1181161). - nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout (bsc#1181161). - nvme-tcp: fix controller reset hang during traffic (bsc#1181161). - nvme-tcp: fix possible hang when failing to set io queues (bsc#1181161). - nvme-tcp: fix timeout handler (bsc#1181161). - nvme-tcp: serialize controller teardown sequences (bsc#1181161). - nvme: unlink head after removing last namespace (bsc#1181161). - ocfs2: fix a use after free on error (bsc#1184738). - ocfs2: fix deadlock between setattr and dio_end_io_write (bsc#1185197). - PCI: mobiveil: Add 8-bit and 16-bit CSR register accessors (). - PCI: mobiveil: Add callback function for interrupt initialization (). - PCI: mobiveil: Add callback function for link up check (). - PCI: mobiveil: Add configured inbound windows counter (). - PCI: mobiveil: Add Header Type field check (). - PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCs (). - PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound window (). - PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound window (). - PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init host (). - PCI: mobiveil: Clean-up program_{ib/ob}_windows() (). - PCI: mobiveil: Clear the control fields before updating it (). - PCI: mobiveil: Collect the interrupt related operations into a function (). - PCI: mobiveil: Fix csr_read()/write() build issue (). - PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device() (). - PCI: mobiveil: Fix error return values (). - PCI: mobiveil: Fix infinite-loop in the INTx handling function (). - PCI: mobiveil: Fix INTx interrupt clearing in mobiveil_pcie_isr() (). - PCI: mobiveil: Fix PCI base address in MEM/IO outbound windows (). - PCI: mobiveil: Fix the Class Code field (). - PCI: mobiveil: Fix the CPU base address setup in inbound window (). - PCI: mobiveil: Fix the valid check for inbound and outbound windows (). - PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbers (). - PCI: mobiveil: Introduce a new structure mobiveil_root_port (). - PCI: mobiveil: ls_pcie_g4: add Workaround for A-011451 (). - PCI: mobiveil: ls_pcie_g4: add Workaround for A-011577 (). - PCI: mobiveil: ls_pcie_g4: fix SError when accessing config space (). - PCI: mobiveil: Make some register updates more readable (). - PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setup (). - PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driver (). - PCI: mobiveil: Move IRQ chained handler setup out of DT parse (). - PCI: mobiveil: Move PCIe PIO enablement out of inbound window routine (). - PCI: mobiveil: Move the host initialization into a function (). - PCI: mobiveil: Move the link up waiting out of mobiveil_host_init() (). - PCI: mobiveil: Refactor the MEM/IO outbound window initialization (). - PCI: mobiveil: Reformat the code for readability (). - PCI: mobiveil: Remove an unnecessary return value check (). - PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI (). - PCI: mobiveil: Unify register accessors (). - PCI: mobiveil: Update the resource list traversal function (). - PCI: mobiveil: Use pci_parse_request_of_pci_ranges() (). - PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions (). - PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound window (). - post.sh: Return an error when module update fails (bsc#1047233 bsc#1184388). - powerepc/book3s64/hash: Align start/end address correctly with bolt mapping (bsc#1184957). - powerpc/64s: Fix pte update for kernel memory on radix (bsc#1055117 git-fixes). - powerpc/asm-offsets: GPR14 is not needed either (bsc#1065729). - powerpc/fadump: Mark fadump_calculate_reserve_size as __init (bsc#1065729). - powerpc/mm: Add cond_resched() while removing hpte mappings (bsc#1183289 ltc#191637). - powerpc/perf: Fix PMU constraint check for EBB events (bsc#1065729). - powerpc/prom: Mark identical_pvr_fixup as __init (bsc#1065729). - powerpc/pseries: Add shutdown() to vio_driver and vio_bus (bsc#1184209 ltc#190917). - reiserfs: update reiserfs_xattrs_initialized() condition (bsc#1184737). - Revert 'rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514)' This turned out to be a bad idea: the kernel-$flavor-devel package must be usable without kernel-$flavor, e.g. at the build of a KMP. And this change brought superfluous installation of kernel-preempt when a system had kernel-syms (bsc#1185113). - rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514) - rpm/kernel-obs-build.spec.in: Include essiv with dm-crypt (boo#1183063). - rpm/kernel-subpackage-build: Workaround broken bot (https://github.com/openSUSE/openSUSE-release-tools/issues/2439) - rpm/macros.kernel-source: fix KMP failure in %install (bsc#1185244) - rpm/mkspec: Use tilde instead of dot for version string with rc (bsc#1184650) - rtc: pcf2127: fix pcf2127_nvmem_read/write() returns (git-fixes). - sch_red: fix off-by-one checks in red_check_params() (bsc1056787). - scsi: ibmvfc: Fix invalid state machine BUG_ON() (bsc#1184647 ltc#191231). - scsi: libsas: docs: Remove notify_ha_event() (git-fixes). - scsi: lpfc: Copyright updates for 12.8.0.9 patches (bsc#1185472). - scsi: lpfc: Eliminate use of LPFC_DRIVER_NAME in lpfc_attr.c (bsc#1185472). - scsi: lpfc: Fix a bunch of kernel-doc issues (bsc#1185472). - scsi: lpfc: Fix a bunch of kernel-doc misdemeanours (bsc#1185472). - scsi: lpfc: Fix a bunch of misnamed functions (bsc#1185472). - scsi: lpfc: Fix a few incorrectly named functions (bsc#1185472). - scsi: lpfc: Fix a typo (bsc#1185472). - scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO response (bsc#1185472). - scsi: lpfc: Fix DMA virtual address ptr assignment in bsg (bsc#1185365). - scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL mode (bsc#1185472). - scsi: lpfc: Fix formatting and misspelling issues (bsc#1185472). - scsi: lpfc: Fix gcc -Wstringop-overread warning (bsc#1185472). - scsi: lpfc: Fix illegal memory access on Abort IOCBs (bsc#1183203). - scsi: lpfc: Fix incorrectly documented function lpfc_debugfs_commonxripools_data() (bsc#1185472). - scsi: lpfc: Fix incorrect naming of __lpfc_update_fcf_record() (bsc#1185472). - scsi: lpfc: Fix kernel-doc formatting issue (bsc#1185472). - scsi: lpfc: Fix lack of device removal on port swaps with PRLIs (bsc#1185472). - scsi: lpfc: Fix lpfc_hdw_queue attribute being ignored (bsc#1185472). - scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc login (bsc#1185472). - scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependency (bsc#1185472). - scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp() (bsc#1185472). - scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotag (bsc#1185472). - scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_test() (bsc#1185472). - scsi: lpfc: Fix some error codes in debugfs (bsc#1185472). - scsi: lpfc: Fix use-after-free on unused nodes after port swap (bsc#1185472). - scsi: lpfc: Fix various trivial errors in comments and log messages (bsc#1185472). - scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic (bsc#1185472). - scsi: lpfc: Standardize discovery object logging format (bsc#1185472). - scsi: lpfc: Update lpfc version to 12.8.0.9 (bsc#1185472). - scsi: qla2xxx: Add error counters to debugfs node (bsc#1185491). - scsi: qla2xxx: Add H:C:T info in the log message for fc ports (bsc#1185491). - scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats() (bsc#1185491). - scsi: qla2xxx: Assign boolean values to a bool variable (bsc#1185491). - scsi: qla2xxx: Check kzalloc() return value (bsc#1185491). - scsi: qla2xxx: Consolidate zio threshold setting for both FCP NVMe (bsc#1185491). - scsi: qla2xxx: Constify struct qla_tgt_func_tmpl (bsc#1185491). - scsi: qla2xxx: Do logout even if fabric scan retries got exhausted (bsc#1185491). - scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLER (bsc#1185491). - scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result value (bsc#1185491). - scsi: qla2xxx: Fix a couple of misdocumented functions (bsc#1185491). - scsi: qla2xxx: Fix a couple of misnamed functions (bsc#1185491). - scsi: qla2xxx: Fix broken #endif placement (bsc#1185491). - scsi: qla2xxx: Fix crash in PCIe error handling (bsc#1185491). - scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand() (bsc#1185491). - scsi: qla2xxx: Fix endianness annotations (bsc#1185491). - scsi: qla2xxx: Fix incorrectly named function qla8044_check_temp() (bsc#1185491). - scsi: qla2xxx: Fix IOPS drop seen in some adapters (bsc#1185491). - scsi: qla2xxx: Fix mailbox Ch erroneous error (bsc#1185491). - scsi: qla2xxx: Fix mailbox recovery during PCIe error (bsc#1185491). - scsi: qla2xxx: Fix RISC RESET completion polling (bsc#1185491). - scsi: qla2xxx: Fix some incorrect formatting/spelling issues (bsc#1185491). - scsi: qla2xxx: Fix some memory corruption (bsc#1185491). - scsi: qla2xxx: Fix stuck session (bsc#1185491). - scsi: qla2xxx: Fix use after free in bsg (bsc#1185491). - scsi: qla2xxx: Implementation to get and manage host, target stats and initiator port (bsc#1185491). - scsi: qla2xxx: Move some messages from debug to normal log level (bsc#1185491). - scsi: qla2xxx: Remove redundant NULL check (bsc#1185491). - scsi: qla2xxx: Remove unnecessary NULL check (bsc#1185491). - scsi: qla2xxx: Remove unneeded if-null-free check (bsc#1185491). - scsi: qla2xxx: Replace __qla2x00_marker()'s missing underscores (bsc#1185491). - scsi: qla2xxx: Reserve extra IRQ vectors (bsc#1185491). - scsi: qla2xxx: Reuse existing error handling path (bsc#1185491). - scsi: qla2xxx: Simplify if statement (bsc#1185491). - scsi: qla2xxx: Simplify qla8044_minidump_process_control() (bsc#1185491). - scsi: qla2xxx: Simplify the calculation of variables (bsc#1185491). - scsi: qla2xxx: Suppress Coverity complaints about dseg_r* (bsc#1185491). - scsi: qla2xxx: Update default AER debug mask (bsc#1185491). - scsi: qla2xxx: Update version to 10.02.00.105-k (bsc#1185491). - scsi: qla2xxx: Update version to 10.02.00.106-k (bsc#1185491). - scsi: qla2xxx: Use dma_pool_zalloc() (bsc#1185491). - scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMe (bsc#1185491). - scsi: smartpqi: Correct driver removal with HBA disks (bsc#1178089). - scsi: smartpqi: Correct pqi_sas_smp_handler busy condition (bsc#1178089). - scsi: smartpqi: Update version to 1.2.16-012 (bsc#1178089). - smsc95xx: avoid memory leak in smsc95xx_bind (git-fixes). - smsc95xx: check return value of smsc95xx_reset (git-fixes). - spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA (git-fixes). - stop_machine: mark helpers __always_inline (bsc#1087405 git-fixes). - struct usbip_device kABI fixup (git-fixes). - USB: cdc-acm: downgrade message to debug (git-fixes). - USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1184984). - USB: cdc-acm: fix use-after-free after probe failure (git-fixes). - USB: cdc-acm: untangle a circular dependency between callback and softint (git-fixes). - USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem (git-fixes). - USB: serial: ch341: add new Product ID (git-fixes). - USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter (git-fixes). - USB: serial: cp210x: add some more GE USB IDs (git-fixes). - USB: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing (git-fixes). - usbip: add sysfs_lock to synchronize sysfs code paths (git-fixe). - usbip: fix vudc to check for stream socket (git-fixes). - usbip: stub-dev synchronize sysfs code paths (git-fixes). - usbip: synchronize event handler with sysfs code paths (git-fixes). - veth: Store queue_mapping independently of XDP prog presence (bsc#1109837). - video: hyperv_fb: Fix a double free in hvfb_probe (bsc#1175306, git-fixes). - x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access (bsc#1114648). - x86/insn: Add some Intel instructions to the opcode map (bsc#1184760). - x86/insn: Add some more Intel instructions to the opcode map (bsc#1184760). - x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() (bsc#1114648). - x86/microcode: Check for offline CPUs before requesting new microcode (bsc#1114648). - x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd (bsc#1114648). - x86/reboot: Force all cpus to exit VMX root if VMX is supported (bsc#1114648). - xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model (bsc#1109837). - xhci: Improve detection of device initiated wake signal (git-fixes).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1007501 1007766 1008043 1015964 1024307 1030144 1034191 1043990 1044995 1046303 1047233 1055117 1056787 1060445 1061005 1061081 1065729 1068032 1070158 1070159 1070160 1070163 1074562 1076116 1076180 1080635 1080662 1087405 1095735 1097583 1097584 1097585 1097586 1097587 1097588 1101797 1101816 1103990 1104353 1108753 1109837 1110785 1111981 1114648 1118657 1118661 1120843 1132268 1132472 1133188 1134848 1151794 1152457 1154862 1175306 1178089 1180624 1180846 1181062 1181161 1182613 1182672 1183063 1183203 1183289 1184170 1184194 1184208 1184209 1184211 1184350 1184388 1184509 1184512 1184514 1184647 1184650 1184724 1184731 1184736 1184737 1184738 1184742 1184760 1184942 1184952 1184957 1184984 1185041 1185113 1185195 1185197 1185244 1185269 1185335 1185365 1185472 1185491 1185549 800280 801178 815451 821665 868937 881284 900611 914726 920250 938344 938706 939926 944296 945825 948347 948973 949100 951440 951771 966755 975394 979688 986631 986632 986639 986642 986658 CVE-2013-0216 CVE-2013-0231 CVE-2013-1982 CVE-2013-4566 CVE-2014-3566 CVE-2014-3686 CVE-2014-3956 CVE-2015-0272 CVE-2015-5154 CVE-2015-5157 CVE-2015-6937 CVE-2015-7872 CVE-2016-10328 CVE-2016-5823 CVE-2016-5824 CVE-2016-5825 CVE-2016-5826 CVE-2016-5827 CVE-2016-7032 CVE-2016-7076 CVE-2016-9584 CVE-2017-15595 CVE-2017-17563 CVE-2017-17564 CVE-2017-17565 CVE-2017-17566 CVE-2017-18030 CVE-2017-5715 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2017-5898 CVE-2017-7793 CVE-2017-7805 CVE-2017-7810 CVE-2017-7814 CVE-2017-7818 CVE-2017-7819 CVE-2017-7823 CVE-2017-7824 CVE-2017-7825 CVE-2018-10906 CVE-2018-17082 CVE-2018-17972 CVE-2018-5683 CVE-2019-11190 CVE-2019-11486 CVE-2019-11884 CVE-2019-17498 CVE-2019-5489 CVE-2020-36310 CVE-2020-36312 CVE-2020-36322 CVE-2021-28950 CVE-2021-29155 CVE-2021-29650 SUSE-SU-2015:1472-1 SUSE-SU-2016:2329-1 SUSE-SU-2017:2872-2 SUSE-SU-2018:0837-1 SUSE-SU-2019:13948-1 SUSE-SU-2021:1572-1
|
Platform(s): | openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 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 12 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP3 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 SP5 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 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 SP3 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 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-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 Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud Crowbar 9
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND apache-commons-daemon-1.0.15-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.71-6 is installed
OR java-1_7_0-openjdk-headless-1.7.0.71-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND xfsprogs-3.2.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libarchive-3.1.2-25 is installed
OR libarchive13-3.1.2-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
grub2-2.02-11 is installed
OR grub2-i386-pc-2.02-11 is installed
OR grub2-snapper-plugin-2.02-11 is installed
OR grub2-systemd-sleep-plugin-2.02-11 is installed
OR grub2-x86_64-efi-2.02-11 is installed
OR grub2-x86_64-xen-2.02-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
graphviz-addons-2.40.1-6.3 is installed
OR graphviz-gnome-2.40.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
pam_krb5-2.4.13-1 is installed
OR pam_krb5-32bit-2.4.13-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
bzip2-1.0.6-3 is installed
OR libbz2-1-1.0.6-3 is installed
OR libbz2-1-32bit-1.0.6-3 is installed
OR libbz2-devel-1.0.6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND gvim-8.0.1568-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
libkpathsea6-6.2.3-11.8 is installed
OR libptexenc1-1.3.5-11.8 is installed
OR libsynctex1-1.18-11.8 is installed
OR libtexlua52-5-5.2.4-11.8 is installed
OR libtexluajit2-2.1.0beta2-11.8 is installed
OR perl-biber-2017.20170520.svn30357-11.8 is installed
OR texlive-2017.20170520-11.8 is installed
OR texlive-a2ping-bin-2017.20170520.svn27321-11.8 is installed
OR texlive-accfonts-bin-2017.20170520.svn12688-11.8 is installed
OR texlive-adhocfilelist-bin-2017.20170520.svn28038-11.8 is installed
OR texlive-afm2pl-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-aleph-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-amstex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-arara-bin-2017.20170520.svn29036-11.8 is installed
OR texlive-asymptote-bin-2017.20170520.svn43843-11.8 is installed
OR texlive-authorindex-bin-2017.20170520.svn18790-11.8 is installed
OR texlive-autosp-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-biber-bin-2017.20170520.svn42679-11.8 is installed
OR texlive-bibexport-bin-2017.20170520.svn16219-11.8 is installed
OR texlive-bibtex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-bibtex8-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-bibtexu-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-bin-devel-2017.20170520-11.8 is installed
OR texlive-bundledoc-bin-2017.20170520.svn17794-11.8 is installed
OR texlive-cachepic-bin-2017.20170520.svn15543-11.8 is installed
OR texlive-checkcites-bin-2017.20170520.svn25623-11.8 is installed
OR texlive-checklistings-bin-2017.20170520.svn38300-11.8 is installed
OR texlive-chktex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-cjk-gs-integrate-bin-2017.20170520.svn37223-11.8 is installed
OR texlive-cjkutils-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-context-bin-2017.20170520.svn34112-11.8 is installed
OR texlive-convbkmk-bin-2017.20170520.svn30408-11.8 is installed
OR texlive-crossrefware-bin-2017.20170520.svn43866-11.8 is installed
OR texlive-cslatex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-csplain-bin-2017.20170520.svn33902-11.8 is installed
OR texlive-ctanify-bin-2017.20170520.svn24061-11.8 is installed
OR texlive-ctanupload-bin-2017.20170520.svn23866-11.8 is installed
OR texlive-ctie-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-cweb-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-cyrillic-bin-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-de-macro-bin-2017.20170520.svn17399-11.8 is installed
OR texlive-detex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-diadia-bin-2017.20170520.svn37645-11.8 is installed
OR texlive-dosepsbin-bin-2017.20170520.svn24759-11.8 is installed
OR texlive-dtl-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dtxgen-bin-2017.20170520.svn29031-11.8 is installed
OR texlive-dviasm-bin-2017.20170520.svn8329-11.8 is installed
OR texlive-dvicopy-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvidvi-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dviinfox-bin-2017.20170520.svn44515-11.8 is installed
OR texlive-dviljk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvipdfmx-bin-2017.20170520.svn40273-11.8 is installed
OR texlive-dvipng-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvipos-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvips-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvisvgm-bin-2017.20170520.svn40987-11.8 is installed
OR texlive-ebong-bin-2017.20170520.svn21000-11.8 is installed
OR texlive-eplain-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-epspdf-bin-2017.20170520.svn29050-11.8 is installed
OR texlive-epstopdf-bin-2017.20170520.svn18336-11.8 is installed
OR texlive-exceltex-bin-2017.20170520.svn25860-11.8 is installed
OR texlive-fig4latex-bin-2017.20170520.svn14752-11.8 is installed
OR texlive-findhyph-bin-2017.20170520.svn14758-11.8 is installed
OR texlive-fontinst-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-fontools-bin-2017.20170520.svn25997-11.8 is installed
OR texlive-fontware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-fragmaster-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-getmap-bin-2017.20170520.svn34971-11.8 is installed
OR texlive-glossaries-bin-2017.20170520.svn37813-11.8 is installed
OR texlive-gregoriotex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-gsftopk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-jadetex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-kotex-utils-bin-2017.20170520.svn32101-11.8 is installed
OR texlive-kpathsea-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-kpathsea-devel-6.2.3-11.8 is installed
OR texlive-lacheck-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-latex-bin-bin-2017.20170520.svn14050-11.8 is installed
OR texlive-latex-git-log-bin-2017.20170520.svn30983-11.8 is installed
OR texlive-latex-papersize-bin-2017.20170520.svn42296-11.8 is installed
OR texlive-latex2man-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-latex2nemeth-bin-2017.20170520.svn42300-11.8 is installed
OR texlive-latexdiff-bin-2017.20170520.svn16420-11.8 is installed
OR texlive-latexfileversion-bin-2017.20170520.svn25012-11.8 is installed
OR texlive-latexindent-bin-2017.20170520.svn32150-11.8 is installed
OR texlive-latexmk-bin-2017.20170520.svn10937-11.8 is installed
OR texlive-latexpand-bin-2017.20170520.svn27025-11.8 is installed
OR texlive-lcdftypetools-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-lilyglyphs-bin-2017.20170520.svn31696-11.8 is installed
OR texlive-listbib-bin-2017.20170520.svn26126-11.8 is installed
OR texlive-listings-ext-bin-2017.20170520.svn15093-11.8 is installed
OR texlive-lollipop-bin-2017.20170520.svn41465-11.8 is installed
OR texlive-ltxfileinfo-bin-2017.20170520.svn29005-11.8 is installed
OR texlive-ltximg-bin-2017.20170520.svn32346-11.8 is installed
OR texlive-lua2dox-bin-2017.20170520.svn29053-11.8 is installed
OR texlive-luaotfload-bin-2017.20170520.svn34647-11.8 is installed
OR texlive-luatex-bin-2017.20170520.svn44549-11.8 is installed
OR texlive-lwarp-bin-2017.20170520.svn43292-11.8 is installed
OR texlive-m-tx-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-make4ht-bin-2017.20170520.svn37750-11.8 is installed
OR texlive-makedtx-bin-2017.20170520.svn38769-11.8 is installed
OR texlive-makeindex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-match_parens-bin-2017.20170520.svn23500-11.8 is installed
OR texlive-mathspic-bin-2017.20170520.svn23661-11.8 is installed
OR texlive-metafont-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-metapost-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-mex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-mf2pt1-bin-2017.20170520.svn23406-11.8 is installed
OR texlive-mflua-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-mfware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-mkgrkindex-bin-2017.20170520.svn14428-11.8 is installed
OR texlive-mkjobtexmf-bin-2017.20170520.svn8457-11.8 is installed
OR texlive-mkpic-bin-2017.20170520.svn33688-11.8 is installed
OR texlive-mltex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-mptopdf-bin-2017.20170520.svn18674-11.8 is installed
OR texlive-multibibliography-bin-2017.20170520.svn30534-11.8 is installed
OR texlive-musixtex-bin-2017.20170520.svn37026-11.8 is installed
OR texlive-musixtnt-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-omegaware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-patgen-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pax-bin-2017.20170520.svn10843-11.8 is installed
OR texlive-pdfbook2-bin-2017.20170520.svn37537-11.8 is installed
OR texlive-pdfcrop-bin-2017.20170520.svn14387-11.8 is installed
OR texlive-pdfjam-bin-2017.20170520.svn17868-11.8 is installed
OR texlive-pdflatexpicscale-bin-2017.20170520.svn41779-11.8 is installed
OR texlive-pdftex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pdftools-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pdfxup-bin-2017.20170520.svn40690-11.8 is installed
OR texlive-pedigree-perl-bin-2017.20170520.svn25962-11.8 is installed
OR texlive-perltex-bin-2017.20170520.svn16181-11.8 is installed
OR texlive-petri-nets-bin-2017.20170520.svn39165-11.8 is installed
OR texlive-pfarrei-bin-2017.20170520.svn29348-11.8 is installed
OR texlive-pkfix-bin-2017.20170520.svn13364-11.8 is installed
OR texlive-pkfix-helper-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-platex-bin-2017.20170520.svn22859-11.8 is installed
OR texlive-pmx-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pmxchords-bin-2017.20170520.svn32405-11.8 is installed
OR texlive-ps2pk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pst-pdf-bin-2017.20170520.svn7838-11.8 is installed
OR texlive-pst2pdf-bin-2017.20170520.svn29333-11.8 is installed
OR texlive-pstools-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-ptex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-ptex-fontmaps-bin-2017.20170520.svn44206-11.8 is installed
OR texlive-ptex2pdf-bin-2017.20170520.svn29335-11.8 is installed
OR texlive-ptexenc-devel-1.3.5-11.8 is installed
OR texlive-purifyeps-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-pygmentex-bin-2017.20170520.svn34996-11.8 is installed
OR texlive-pythontex-bin-2017.20170520.svn31638-11.8 is installed
OR texlive-rubik-bin-2017.20170520.svn32919-11.8 is installed
OR texlive-seetexk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-splitindex-bin-2017.20170520.svn29688-11.8 is installed
OR texlive-srcredact-bin-2017.20170520.svn38710-11.8 is installed
OR texlive-sty2dtx-bin-2017.20170520.svn21215-11.8 is installed
OR texlive-svn-multi-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-synctex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-synctex-devel-1.18-11.8 is installed
OR texlive-tetex-bin-2017.20170520.svn43957-11.8 is installed
OR texlive-tex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-tex4ebook-bin-2017.20170520.svn37771-11.8 is installed
OR texlive-tex4ht-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-texconfig-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-texcount-bin-2017.20170520.svn13013-11.8 is installed
OR texlive-texdef-bin-2017.20170520.svn21802-11.8 is installed
OR texlive-texdiff-bin-2017.20170520.svn15506-11.8 is installed
OR texlive-texdirflatten-bin-2017.20170520.svn12782-11.8 is installed
OR texlive-texdoc-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-texfot-bin-2017.20170520.svn33155-11.8 is installed
OR texlive-texliveonfly-bin-2017.20170520.svn24062-11.8 is installed
OR texlive-texloganalyser-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-texlua-devel-5.2.4-11.8 is installed
OR texlive-texluajit-devel-2.1.0beta2-11.8 is installed
OR texlive-texosquery-bin-2017.20170520.svn43596-11.8 is installed
OR texlive-texsis-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-texware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-thumbpdf-bin-2017.20170520.svn6898-11.8 is installed
OR texlive-tie-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-tpic2pdftex-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-ttfutils-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-typeoutfileinfo-bin-2017.20170520.svn25648-11.8 is installed
OR texlive-ulqda-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-uplatex-bin-2017.20170520.svn26326-11.8 is installed
OR texlive-uptex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-urlbst-bin-2017.20170520.svn23262-11.8 is installed
OR texlive-velthuis-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-vlna-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-vpe-bin-2017.20170520.svn6897-11.8 is installed
OR texlive-web-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-xdvi-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-xetex-bin-2017.20170520.svn44361-11.8 is installed
OR texlive-xmltex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-yplan-bin-2017.20170520.svn34398-11.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND cups-ddk-2.2.7-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 12 is installed
AND Package Information
cups154-1.5.4-2 is installed
OR cups154-client-1.5.4-2 is installed
OR cups154-filters-1.5.4-2 is installed
OR cups154-libs-1.5.4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
libopenssl-1_0_0-devel-1.0.2p-3.14 is installed
OR libopenssl1_0_0-1.0.2p-3.14 is installed
OR openssl-1_0_0-1.0.2p-3.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
libopenssl-1_0_0-devel-1.0.2p-3.14 is installed
OR libopenssl1_0_0-1.0.2p-3.14 is installed
OR openssl-1_0_0-1.0.2p-3.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_13-default-3-2 is installed
OR kernel-livepatch-SLE15_Update_3-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
LibVNCServer-0.9.10-4.6 is installed
OR LibVNCServer-devel-0.9.10-4.6 is installed
OR libvncserver0-0.9.10-4.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.61-52.69 is installed
OR kernel-ec2-devel-3.12.61-52.69 is installed
OR kernel-ec2-extra-3.12.61-52.69 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND uuidd-2.31.1-7 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 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-33 is installed
OR php5-5.5.14-33 is installed
OR php5-bcmath-5.5.14-33 is installed
OR php5-bz2-5.5.14-33 is installed
OR php5-calendar-5.5.14-33 is installed
OR php5-ctype-5.5.14-33 is installed
OR php5-curl-5.5.14-33 is installed
OR php5-dba-5.5.14-33 is installed
OR php5-dom-5.5.14-33 is installed
OR php5-enchant-5.5.14-33 is installed
OR php5-exif-5.5.14-33 is installed
OR php5-fastcgi-5.5.14-33 is installed
OR php5-fileinfo-5.5.14-33 is installed
OR php5-fpm-5.5.14-33 is installed
OR php5-ftp-5.5.14-33 is installed
OR php5-gd-5.5.14-33 is installed
OR php5-gettext-5.5.14-33 is installed
OR php5-gmp-5.5.14-33 is installed
OR php5-iconv-5.5.14-33 is installed
OR php5-intl-5.5.14-33 is installed
OR php5-json-5.5.14-33 is installed
OR php5-ldap-5.5.14-33 is installed
OR php5-mbstring-5.5.14-33 is installed
OR php5-mcrypt-5.5.14-33 is installed
OR php5-mysql-5.5.14-33 is installed
OR php5-odbc-5.5.14-33 is installed
OR php5-opcache-5.5.14-33 is installed
OR php5-openssl-5.5.14-33 is installed
OR php5-pcntl-5.5.14-33 is installed
OR php5-pdo-5.5.14-33 is installed
OR php5-pear-5.5.14-33 is installed
OR php5-pgsql-5.5.14-33 is installed
OR php5-posix-5.5.14-33 is installed
OR php5-pspell-5.5.14-33 is installed
OR php5-shmop-5.5.14-33 is installed
OR php5-snmp-5.5.14-33 is installed
OR php5-soap-5.5.14-33 is installed
OR php5-sockets-5.5.14-33 is installed
OR php5-sqlite-5.5.14-33 is installed
OR php5-suhosin-5.5.14-33 is installed
OR php5-sysvmsg-5.5.14-33 is installed
OR php5-sysvsem-5.5.14-33 is installed
OR php5-sysvshm-5.5.14-33 is installed
OR php5-tokenizer-5.5.14-33 is installed
OR php5-wddx-5.5.14-33 is installed
OR php5-xmlreader-5.5.14-33 is installed
OR php5-xmlrpc-5.5.14-33 is installed
OR php5-xmlwriter-5.5.14-33 is installed
OR php5-xsl-5.5.14-33 is installed
OR php5-zip-5.5.14-33 is installed
OR php5-zlib-5.5.14-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
apache2-mod_php7-7.2.5-2 is installed
OR php7-7.2.5-2 is installed
OR php7-bcmath-7.2.5-2 is installed
OR php7-bz2-7.2.5-2 is installed
OR php7-calendar-7.2.5-2 is installed
OR php7-ctype-7.2.5-2 is installed
OR php7-curl-7.2.5-2 is installed
OR php7-dba-7.2.5-2 is installed
OR php7-devel-7.2.5-2 is installed
OR php7-dom-7.2.5-2 is installed
OR php7-enchant-7.2.5-2 is installed
OR php7-exif-7.2.5-2 is installed
OR php7-fastcgi-7.2.5-2 is installed
OR php7-fileinfo-7.2.5-2 is installed
OR php7-fpm-7.2.5-2 is installed
OR php7-ftp-7.2.5-2 is installed
OR php7-gd-7.2.5-2 is installed
OR php7-gettext-7.2.5-2 is installed
OR php7-gmp-7.2.5-2 is installed
OR php7-iconv-7.2.5-2 is installed
OR php7-intl-7.2.5-2 is installed
OR php7-json-7.2.5-2 is installed
OR php7-ldap-7.2.5-2 is installed
OR php7-mbstring-7.2.5-2 is installed
OR php7-mysql-7.2.5-2 is installed
OR php7-odbc-7.2.5-2 is installed
OR php7-opcache-7.2.5-2 is installed
OR php7-openssl-7.2.5-2 is installed
OR php7-pcntl-7.2.5-2 is installed
OR php7-pdo-7.2.5-2 is installed
OR php7-pear-7.2.5-2 is installed
OR php7-pear-Archive_Tar-7.2.5-2 is installed
OR php7-pgsql-7.2.5-2 is installed
OR php7-phar-7.2.5-2 is installed
OR php7-posix-7.2.5-2 is installed
OR php7-shmop-7.2.5-2 is installed
OR php7-snmp-7.2.5-2 is installed
OR php7-soap-7.2.5-2 is installed
OR php7-sockets-7.2.5-2 is installed
OR php7-sqlite-7.2.5-2 is installed
OR php7-sysvmsg-7.2.5-2 is installed
OR php7-sysvsem-7.2.5-2 is installed
OR php7-sysvshm-7.2.5-2 is installed
OR php7-tokenizer-7.2.5-2 is installed
OR php7-wddx-7.2.5-2 is installed
OR php7-xmlreader-7.2.5-2 is installed
OR php7-xmlrpc-7.2.5-2 is installed
OR php7-xmlwriter-7.2.5-2 is installed
OR php7-xsl-7.2.5-2 is installed
OR php7-zip-7.2.5-2 is installed
OR php7-zlib-7.2.5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND wpa_supplicant-0.6.9-4.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND wpa_supplicant-0.6.9-4.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND sendmail-8.14.3-50.24 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND sendmail-8.14.3-50.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND kvm-1.4.2-0.22.34 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libical-0.43-1.10.6 is installed
OR libical0-0.43-1.10.6 is installed
OR libical0-32bit-0.43-1.10.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libical-0.43-1.10.6 is installed
OR libical0-0.43-1.10.6 is installed
OR libical0-32bit-0.43-1.10.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND apache2-mod_nss-1.0.14-0.4.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND apache2-mod_nss-1.0.14-0.4.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.111 is installed
OR kernel-bigmem-base-3.0.101-108.111 is installed
OR kernel-bigmem-devel-3.0.101-108.111 is installed
OR kernel-default-3.0.101-108.111 is installed
OR kernel-default-base-3.0.101-108.111 is installed
OR kernel-default-devel-3.0.101-108.111 is installed
OR kernel-default-man-3.0.101-108.111 is installed
OR kernel-ec2-3.0.101-108.111 is installed
OR kernel-ec2-base-3.0.101-108.111 is installed
OR kernel-ec2-devel-3.0.101-108.111 is installed
OR kernel-pae-3.0.101-108.111 is installed
OR kernel-pae-base-3.0.101-108.111 is installed
OR kernel-pae-devel-3.0.101-108.111 is installed
OR kernel-ppc64-3.0.101-108.111 is installed
OR kernel-ppc64-base-3.0.101-108.111 is installed
OR kernel-ppc64-devel-3.0.101-108.111 is installed
OR kernel-source-3.0.101-108.111 is installed
OR kernel-syms-3.0.101-108.111 is installed
OR kernel-trace-3.0.101-108.111 is installed
OR kernel-trace-base-3.0.101-108.111 is installed
OR kernel-trace-devel-3.0.101-108.111 is installed
OR kernel-xen-3.0.101-108.111 is installed
OR kernel-xen-base-3.0.101-108.111 is installed
OR kernel-xen-devel-3.0.101-108.111 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.111 is installed
OR kernel-bigmem-base-3.0.101-108.111 is installed
OR kernel-bigmem-devel-3.0.101-108.111 is installed
OR kernel-default-3.0.101-108.111 is installed
OR kernel-default-base-3.0.101-108.111 is installed
OR kernel-default-devel-3.0.101-108.111 is installed
OR kernel-default-man-3.0.101-108.111 is installed
OR kernel-ec2-3.0.101-108.111 is installed
OR kernel-ec2-base-3.0.101-108.111 is installed
OR kernel-ec2-devel-3.0.101-108.111 is installed
OR kernel-pae-3.0.101-108.111 is installed
OR kernel-pae-base-3.0.101-108.111 is installed
OR kernel-pae-devel-3.0.101-108.111 is installed
OR kernel-ppc64-3.0.101-108.111 is installed
OR kernel-ppc64-base-3.0.101-108.111 is installed
OR kernel-ppc64-devel-3.0.101-108.111 is installed
OR kernel-source-3.0.101-108.111 is installed
OR kernel-syms-3.0.101-108.111 is installed
OR kernel-trace-3.0.101-108.111 is installed
OR kernel-trace-base-3.0.101-108.111 is installed
OR kernel-trace-devel-3.0.101-108.111 is installed
OR kernel-xen-3.0.101-108.111 is installed
OR kernel-xen-base-3.0.101-108.111 is installed
OR kernel-xen-devel-3.0.101-108.111 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libpolkit0-0.113-4 is installed
OR polkit-0.113-4 is installed
OR typelib-1_0-Polkit-1_0-0.113-4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libpolkit0-0.113-4 is installed
OR polkit-0.113-4 is installed
OR typelib-1_0-Polkit-1_0-0.113-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
accountsservice-0.6.35-1 is installed
OR accountsservice-lang-0.6.35-1 is installed
OR libaccountsservice0-0.6.35-1 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
cpp48-4.8.5-24 is installed
OR gcc48-4.8.5-24 is installed
OR gcc48-32bit-4.8.5-24 is installed
OR gcc48-c++-4.8.5-24 is installed
OR gcc48-info-4.8.5-24 is installed
OR gcc48-locale-4.8.5-24 is installed
OR libasan0-4.8.5-24 is installed
OR libasan0-32bit-4.8.5-24 is installed
OR libstdc++48-devel-4.8.5-24 is installed
OR libstdc++48-devel-32bit-4.8.5-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_nss-1.0.14-18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libopenssl-devel-1.0.2j-60.39 is installed
OR libopenssl1_0_0-1.0.2j-60.39 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.39 is installed
OR openssl-1.0.2j-60.39 is installed
OR openssl-doc-1.0.2j-60.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libopenssl-devel-1.0.2j-60.39 is installed
OR libopenssl1_0_0-1.0.2j-60.39 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.39 is installed
OR openssl-1.0.2j-60.39 is installed
OR openssl-doc-1.0.2j-60.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
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_74-92_32-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-9-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND gd-2.1.0-24.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND gd-2.1.0-24.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
apache2-2.4.23-28 is installed
OR apache2-doc-2.4.23-28 is installed
OR apache2-example-pages-2.4.23-28 is installed
OR apache2-prefork-2.4.23-28 is installed
OR apache2-utils-2.4.23-28 is installed
OR apache2-worker-2.4.23-28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND Package Information
libecpg6-10.9-1.12 is installed
OR libpq5-10.9-1.12 is installed
OR libpq5-32bit-10.9-1.12 is installed
OR postgresql10-10.9-1.12 is installed
OR postgresql10-contrib-10.9-1.12 is installed
OR postgresql10-docs-10.9-1.12 is installed
OR postgresql10-libs-10.9-1.12 is installed
OR postgresql10-plperl-10.9-1.12 is installed
OR postgresql10-plpython-10.9-1.12 is installed
OR postgresql10-pltcl-10.9-1.12 is installed
OR postgresql10-server-10.9-1.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND Package Information
kgraft-patch-4_4_178-94_91-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_25-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libQtWebKit4-4.8.7+2.3.4-4.7 is installed
OR libQtWebKit4-32bit-4.8.7+2.3.4-4.7 is installed
OR libqca2-2.0.3-17.7 is installed
OR libqca2-32bit-2.0.3-17.7 is installed
OR libqt4-4.8.7-8.8 is installed
OR libqt4-32bit-4.8.7-8.8 is installed
OR libqt4-devel-doc-4.8.7-8.8 is installed
OR libqt4-qt3support-4.8.7-8.8 is installed
OR libqt4-qt3support-32bit-4.8.7-8.8 is installed
OR libqt4-sql-4.8.7-8.8 is installed
OR libqt4-sql-32bit-4.8.7-8.8 is installed
OR libqt4-sql-mysql-4.8.7-8.8 is installed
OR libqt4-sql-plugins-4.8.7-8.8 is installed
OR libqt4-sql-sqlite-4.8.7-8.8 is installed
OR libqt4-x11-4.8.7-8.8 is installed
OR libqt4-x11-32bit-4.8.7-8.8 is installed
OR qt4-x11-tools-4.8.7-8.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libQtWebKit4-4.8.7+2.3.4-4.7 is installed
OR libQtWebKit4-32bit-4.8.7+2.3.4-4.7 is installed
OR libqca2-2.0.3-17.7 is installed
OR libqca2-32bit-2.0.3-17.7 is installed
OR libqt4-4.8.7-8.8 is installed
OR libqt4-32bit-4.8.7-8.8 is installed
OR libqt4-devel-doc-4.8.7-8.8 is installed
OR libqt4-qt3support-4.8.7-8.8 is installed
OR libqt4-qt3support-32bit-4.8.7-8.8 is installed
OR libqt4-sql-4.8.7-8.8 is installed
OR libqt4-sql-32bit-4.8.7-8.8 is installed
OR libqt4-sql-mysql-4.8.7-8.8 is installed
OR libqt4-sql-plugins-4.8.7-8.8 is installed
OR libqt4-sql-sqlite-4.8.7-8.8 is installed
OR libqt4-x11-4.8.7-8.8 is installed
OR libqt4-x11-32bit-4.8.7-8.8 is installed
OR qt4-x11-tools-4.8.7-8.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND opensc-0.13.0-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND cifs-utils-6.5-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
kernel-azure-4.12.14-16.56.1 is installed
OR kernel-azure-base-4.12.14-16.56.1 is installed
OR kernel-azure-devel-4.12.14-16.56.1 is installed
OR kernel-devel-azure-4.12.14-16.56.1 is installed
OR kernel-source-azure-4.12.14-16.56.1 is installed
OR kernel-syms-azure-4.12.14-16.56.1 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
kernel-azure-4.12.14-16.56.1 is installed
OR kernel-azure-base-4.12.14-16.56.1 is installed
OR kernel-azure-devel-4.12.14-16.56.1 is installed
OR kernel-devel-azure-4.12.14-16.56.1 is installed
OR kernel-source-azure-4.12.14-16.56.1 is installed
OR kernel-syms-azure-4.12.14-16.56.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND libXxf86dga1-1.1.4-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
cups-1.7.5-12 is installed
OR cups-client-1.7.5-12 is installed
OR cups-libs-1.7.5-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libmysqlclient-devel-10.0.26-20.10 is installed
OR libmysqlclient18-10.0.26-20.10 is installed
OR libmysqlclient18-32bit-10.0.26-20.10 is installed
OR libmysqlclient_r18-10.0.26-20.10 is installed
OR libmysqld-devel-10.0.26-20.10 is installed
OR libmysqld18-10.0.26-20.10 is installed
OR mariadb-10.0.26-20.10 is installed
OR mariadb-client-10.0.26-20.10 is installed
OR mariadb-errormessages-10.0.26-20.10 is installed
OR mariadb-tools-10.0.26-20.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND sudo-1.8.10p3-2.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_59-92_20-default-12-2 is installed
OR kgraft-patch-SLE12-SP2_Update_8-12-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
perl-5.18.2-12.20 is installed
OR perl-32bit-5.18.2-12.20 is installed
OR perl-base-5.18.2-12.20 is installed
OR perl-doc-5.18.2-12.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND gnome-shell-calendar-3.10.4-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND argyllcms-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gd-2.1.0-20 is installed
OR gd-32bit-2.1.0-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libmysqlclient_r18-10.0.30-28 is installed
OR libmysqlclient_r18-32bit-10.0.30-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND cyrus-sasl-digestmd5-32bit-2.1.26-8.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
ImageMagick-6.8.8.1-71.126 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.126 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.126 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND libmwaw-0_3-3-0.3.13-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-heat-5.0.2~a0~dev9-1 is installed
OR openstack-heat-api-5.0.2~a0~dev9-1 is installed
OR openstack-heat-api-cfn-5.0.2~a0~dev9-1 is installed
OR openstack-heat-api-cloudwatch-5.0.2~a0~dev9-1 is installed
OR openstack-heat-engine-5.0.2~a0~dev9-1 is installed
OR openstack-heat-plugin-heat_docker-5.0.2~a0~dev9-1 is installed
OR python-heat-5.0.2~a0~dev9-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
openstack-nova-14.0.10~dev13-4.11 is installed
OR openstack-nova-api-14.0.10~dev13-4.11 is installed
OR openstack-nova-cells-14.0.10~dev13-4.11 is installed
OR openstack-nova-cert-14.0.10~dev13-4.11 is installed
OR openstack-nova-compute-14.0.10~dev13-4.11 is installed
OR openstack-nova-conductor-14.0.10~dev13-4.11 is installed
OR openstack-nova-console-14.0.10~dev13-4.11 is installed
OR openstack-nova-consoleauth-14.0.10~dev13-4.11 is installed
OR openstack-nova-doc-14.0.10~dev13-4.11 is installed
OR openstack-nova-novncproxy-14.0.10~dev13-4.11 is installed
OR openstack-nova-placement-api-14.0.10~dev13-4.11 is installed
OR openstack-nova-scheduler-14.0.10~dev13-4.11 is installed
OR openstack-nova-serialproxy-14.0.10~dev13-4.11 is installed
OR openstack-nova-vncproxy-14.0.10~dev13-4.11 is installed
OR python-nova-14.0.10~dev13-4.11 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 9 is installed
AND Package Information
ruby2.1-rubygem-loofah-2.0.2-3.8 is installed
OR rubygem-loofah-2.0.2-3.8 is installed
|