Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP4 LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2020-0305: In cdev_get of char_dev.c, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1174462). - CVE-2019-20908: An issue was discovered in drivers/firmware/efi/efi.c where incorrect access permissions for the efivar_ssdt ACPI variable could be used by attackers to bypass lockdown or secure boot restrictions, aka CID-1957a85b0032 (bnc#1173567). - CVE-2020-15780: An issue was discovered in drivers/acpi/acpi_configfs.c where injection of malicious ACPI tables via configfs could be used by attackers to bypass lockdown and secure boot restrictions, aka CID-75b0cea7bf30 (bnc#1173573). - CVE-2020-15393: usbtest_disconnect in drivers/usb/misc/usbtest.c has a memory leak, aka CID-28ebeb8db770 (bnc#1173514). - CVE-2020-12771: btree_gc_coalesce in drivers/md/bcache/btree.c had a deadlock if a coalescing operation fails (bnc#1171732). - CVE-2019-16746: net/wireless/nl80211.c did not check the length of variable elements in a beacon head, leading to a buffer overflow (bnc#1152107). - CVE-2020-12888: The VFIO PCI driver mishandled attempts to access disabled memory space (bnc#1171868). - CVE-2020-10769: A buffer over-read flaw was found in crypto_authenc_extractkeys in crypto/authenc.c in the IPsec Cryptographic algorithm's module, authenc. When a payload longer than 4 bytes, and is not following 4-byte alignment boundary guidelines, it causes a buffer over-read threat, leading to a system crash. This flaw allowed a local attacker with user privileges to cause a denial of service (bnc#1173265). - CVE-2020-10773: A kernel stack information leak on s390/s390x was fixed (bnc#1172999). - CVE-2020-14416: A race condition in tty->disc_data handling in the slip and slcan line discipline could lead to a use-after-free, aka CID-0ace17d56824. This affects drivers/net/slip/slip.c and drivers/net/can/slcan.c (bnc#1162002). - CVE-2020-10768: Indirect branch speculation could have been enabled after it was force-disabled by the PR_SPEC_FORCE_DISABLE prctl command. (bnc#1172783). - CVE-2020-10766: Fixed Rogue cross-process SSBD shutdown, where a Linux scheduler logical bug allows an attacker to turn off the SSBD protection. (bnc#1172781). - CVE-2020-10767: Indirect Branch Prediction Barrier was force-disabled when STIBP is unavailable or enhanced IBRS is available. (bnc#1172782). - CVE-2020-13974: drivers/tty/vt/keyboard.c had an integer overflow if k_ascii is called several times in a row, aka CID-b86dab054059. (bnc#1172775). - CVE-2019-20810: go7007_snd_init in drivers/media/usb/go7007/snd-go7007.c in the Linux kernel did not call snd_card_free for a failure path, which causes a memory leak, aka CID-9453264ef586 (bnc#1172458).
The following non-security bugs were fixed:
- ACPI: PM: Avoid using power resources if there are none for D0 (bsc#1051510). - ALSA: es1688: Add the missed snd_card_free() (bsc#1051510). - bcache: Fix an error code in bch_dump_read() (git fixes (block drivers)). - block, bfq: add requeue-request hook (bsc#1104967 bsc#1171673). - block, bfq: postpone rq preparation to insert or merge (bsc#1104967 bsc#1171673). - block: remove QUEUE_FLAG_STACKABLE (git fixes (block drivers)). - block: sed-opal: fix sparse warning: convert __be64 data (git fixes (block drivers)). - btrfs: always wait on ordered extents at fsync time (bsc#1171761). - btrfs: clean up the left over logged_list usage (bsc#1171761). - btrfs: do not zero f_bavail if we have available space (bsc#1168081). - btrfs: fix list_add corruption and soft lockups in fsync (bsc#1171761). - btrfs: fix missing data checksums after a ranged fsync (msync) (bsc#1171761). - btrfs: fix missing file extent item for hole after ranged fsync (bsc#1171761). - btrfs: fix missing hole after hole punching and fsync when using NO_HOLES (bsc#1171761). - btrfs: fix missing semaphore unlock in btrfs_sync_file (bsc#1171761). - btrfs: fix rare chances for data loss when doing a fast fsync (bsc#1171761). - btrfs: Remove extra parentheses from condition in copy_items() (bsc#1171761). - btrfs: remove no longer used io_err from btrfs_log_ctx (bsc#1171761). - btrfs: remove no longer used logged range variables when logging extents (bsc#1171761). - btrfs: remove no longer used 'sync' member from transaction handle (bsc#1171761). - btrfs: remove remaing full_sync logic from btrfs_sync_file (bsc#1171761). - btrfs: remove the logged extents infrastructure (bsc#1171761). - btrfs: remove the wait ordered logic in the log_one_extent path (bsc#1171761). - btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate() (bsc#1171124). - CDC-ACM: heed quirk also in error handling (git-fixes). - cifs: get rid of unused parameter in reconn_setup_dfs_targets() (bsc#1144333). - cifs: handle hostnames that resolve to same ip in failover (bsc#1144333 bsc#1161016). - cifs: set up next DFS target before generic_ip_connect() (bsc#1144333 bsc#1161016). - clk: bcm2835: Fix return type of bcm2835_register_gate (bsc#1051510). - clk: clk-flexgen: fix clock-critical handling (bsc#1051510). - clk: sunxi: Fix incorrect usage of round_down() (bsc#1051510). - compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE (git fixes (block drivers)). - compat_ioctl: block: handle Persistent Reservations (git fixes (block drivers)). - copy_{to,from}_user(): consolidate object size checks (git fixes). - crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is fully iterated (git-fixes). - dm btree: increase rebalance threshold in __rebalance2() (git fixes (block drivers)). - dm cache: fix a crash due to incorrect work item cancelling (git fixes (block drivers)). - dm crypt: fix benbi IV constructor crash if used in authenticated mode (git fixes (block drivers)). - dm: fix potential for q->make_request_fn NULL pointer (git fixes (block drivers)). - dm space map common: fix to ensure new block isn't already in use (git fixes (block drivers)). - dm: various cleanups to md->queue initialization code (git fixes). - dm verity fec: fix hash block number in verity_fec_decode (git fixes (block drivers)). - dm verity fec: fix memory leak in verity_fec_dtr (git fixes (block drivers)). - Drivers: hv: Change flag to write log level in panic msg to false (bsc#1170618). - drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops static (bsc#1051510). - drm/dp_mst: Increase ACT retry timeout to 3s (bsc#1152472) * context changes - drm: encoder_slave: fix refcouting error for modules (bsc#1114279) - drm/mediatek: Check plane visibility in atomic_update (bsc#1152472) * context changes - drm/qxl: Use correct notify port address when creating cursor ring (bsc#1152472) - drm/radeon: fix double free (bsc#1152472) - drm/radeon: fix fb_div check in ni_init_smc_spll_table() (bsc#1152472) - e1000e: Disable TSO for buffer overrun workaround (bsc#1051510). - e1000e: Do not wake up the system via WOL if device wakeup is disabled (bsc#1051510). - EDAC/amd64: Read back the scrub rate PCI register on F15h (bsc#1114279). - evm: Check also if *tfm is an error pointer in init_desc() (bsc#1051510). - evm: Fix a small race in init_desc() (bsc#1051510). - extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' (bsc#1051510). - gpiolib: Document that GPIO line names are not globally unique (bsc#1051510). - HID: sony: Fix for broken buttons on DS3 USB dongles (bsc#1051510). - ibmveth: Fix max MTU limit (bsc#1173428 ltc#186397). - ibmvnic: continue to init in CRQ reset returns H_CLOSED (bsc#1173280 ltc#185369). - ibmvnic: Flush existing work items before device removal (bsc#1065729). - ibmvnic: Harden device login requests (bsc#1170011 ltc#183538). - iio: buffer: Do not allow buffers without any channels enabled to be activated (bsc#1051510). - iio: pressure: bmp280: Tolerate IRQ before registering (bsc#1051510). - ima: Directly assign the ima_default_policy pointer to ima_rules (bsc#1051510). - ima: Fix ima digest hash table key calculation (bsc#1051510). - include/asm-generic/topology.h: guard cpumask_of_node() macro argument (bsc#1148868). - intel_idle: Graceful probe failure when MWAIT is disabled (bsc#1174115). - KVM: nVMX: Do not reread VMCS-agnostic state when switching VMCS (bsc#1114279). - KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 (bsc#1114279). - kvm: x86: Fix L1TF mitigation for shadow MMU (bsc#1171904). - KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated (bsc#1171904). - KVM: x86: only do L1TF workaround on affected processors (bsc#1171904). - libceph: do not omit recovery_deletes in target_copy() (bsc#1173462). - livepatch: Apply vmlinux-specific KLP relocations early (bsc#1071995). - livepatch: Disallow vmlinux.ko (bsc#1071995). - livepatch: Make klp_apply_object_relocs static (bsc#1071995). - livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols (bsc#1071995). - livepatch: Remove .klp.arch (bsc#1071995). - md: Avoid namespace collision with bitmap API (git fixes (block drivers)). - md: use memalloc scope APIs in mddev_suspend()/mddev_resume() (git fixes (block drivers)). - mmc: fix compilation of user API (bsc#1051510). - netfilter: connlabels: prefer static lock initialiser (git-fixes). - netfilter: ctnetlink: netns exit must wait for callbacks (bsc#1169795). - netfilter: not mark a spinlock as __read_mostly (git-fixes). - net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() (bsc#1172484). - NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() (bsc#1170592). - NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID (bsc#1170592). - nvme: check for NVME_CTRL_LIVE in nvme_report_ns_ids() (bcs#1171558 bsc#1159058). - nvme: do not update multipath disk information if the controller is down (bcs#1171558 bsc#1159058). - objtool: Clean instruction state before each function validation (bsc#1169514). - objtool: Ignore empty alternatives (bsc#1169514). - overflow: Fix -Wtype-limits compilation warnings (git fixes). - overflow.h: Add arithmetic shift helper (git fixes). - p54usb: add AirVasT USB stick device-id (bsc#1051510). - PCI: Allow pci_resize_resource() for devices on root bus (bsc#1051510). - PCI: Fix pci_register_host_bridge() device_register() error handling (bsc#1051510). - PCI: Program MPS for RCiEP devices (bsc#1051510). - PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port (bsc#1051510). - perf: Allocate context task_ctx_data for child event (git-fixes). - perf/cgroup: Fix perf cgroup hierarchy support (git-fixes). - perf: Copy parent's address filter offsets on clone (git-fixes). - perf/core: Add sanity check to deal with pinned event failure (git-fixes). - perf/core: Avoid freeing static PMU contexts when PMU is unregistered (git-fixes). - perf/core: Correct event creation with PERF_FORMAT_GROUP (git-fixes). - perf/core: Do not WARN() for impossible ring-buffer sizes (git-fixes). - perf/core: Fix bad use of igrab() (git fixes (dependent patch)). - perf/core: Fix crash when using HW tracing kernel filters (git-fixes). - perf/core: Fix ctx_event_type in ctx_resched() (git-fixes). - perf/core: Fix error handling in perf_event_alloc() (git-fixes). - perf/core: Fix exclusive events' grouping (git-fixes). - perf/core: Fix group scheduling with mixed hw and sw events (git-fixes). - perf/core: Fix impossible ring-buffer sizes warning (git-fixes). - perf/core: Fix locking for children siblings group read (git-fixes). - perf/core: Fix lock inversion between perf,trace,cpuhp (git-fixes (dependent patch for 18736eef1213)). - perf/core: Fix perf_event_read_value() locking (git-fixes). - perf/core: Fix perf_pmu_unregister() locking (git-fixes). - perf/core: Fix __perf_read_group_add() locking (git-fixes (dependent patch)). - perf/core: Fix perf_sample_regs_user() mm check (git-fixes). - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages (git-fixes). - perf/core: Fix race between close() and fork() (git-fixes). - perf/core: Fix the address filtering fix (git-fixes). - perf/core: Fix use-after-free in uprobe_perf_close() (git-fixes). - perf/core: Force USER_DS when recording user stack data (git-fixes). - perf/core: Restore mmap record type correctly (git-fixes). - perf: Fix header.size for namespace events (git-fixes). - perf/ioctl: Add check for the sample_period value (git-fixes). - perf, pt, coresight: Fix address filters for vmas with non-zero offset (git-fixes). - perf: Return proper values for user stack errors (git-fixes). - perf/x86/amd: Constrain Large Increment per Cycle events (git-fixes). - perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP validity (git-fixes). - perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops (git-fixes). - perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h) (git-fixes). - perf/x86/amd/iommu: Make the 'amd_iommu_attr_groups' symbol static (git-fixes). - perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCs (git-fixes stable). - perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCs (git-fixes). - perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events (git-fixes stable). - perf/x86: Enable free running PEBS for REGS_USER/INTR (git-fixes). - perf/x86: Fix incorrect PEBS_REGS (git-fixes). - perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts() (git-fixes). - perf/x86/intel: Add proper condition to run sched_task callbacks (git-fixes). - perf/x86/intel/bts: Fix the use of page_private() (git-fixes). - perf/x86/intel: Fix PT PMI handling (git-fixes). - perf/x86/intel: Move branch tracing setup to the Intel-specific source file (git-fixes). - perf/x86/intel/uncore: Add Node ID mask (git-fixes). - perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX (git-fixes). - perf/x86/pt, coresight: Clean up address filter structure (git fixes (dependent patch)). - perf/x86/uncore: Fix event group support (git-fixes). - pid: Improve the comment about waiting in zap_pid_ns_processes (git fixes)). - pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()' (bsc#1051510). - pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()' (bsc#1051510). - pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOs (bsc#1051510). - pnp: Use list_for_each_entry() instead of open coding (git fixes). - powerpc/64s: Do not let DT CPU features set FSCR_DSCR (bsc#1065729). - powerpc/64s: Save FSCR to init_task.thread.fscr after feature init (bsc#1065729). - powerpc/xive: Clear the page tables for the ESB IO mapping (bsc#1085030). - power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select (bsc#1051510). - power: supply: lp8788: Fix an error handling path in 'lp8788_charger_probe()' (bsc#1051510). - power: supply: smb347-charger: IRQSTAT_D is volatile (bsc#1051510). - raid5: remove gfp flags from scribble_alloc() (git fixes (block drivers)). - resolve KABI warning for perf-pt-coresight (git-fixes). - Revert 'bcache: ignore pending signals when creating gc and allocator thread' (git fixes (block drivers)). - Revert 'dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues' (git fixes (block drivers)). - Revert 'tools lib traceevent: Remove unneeded qsort and uses memmove' - rpm/kernel-docs.spec.in: Require python-packaging for build. - s390/bpf: Maintain 8-byte stack alignment (bsc#1169194). - s390: fix syscall_get_error for compat processes (git-fixes). - s390/qdio: consistently restore the IRQ handler (git-fixes). - s390/qdio: lock device while installing IRQ handler (git-fixes). - s390/qdio: put thinint indicator after early error (git-fixes). - s390/qdio: tear down thinint indicator after early error (git-fixes). - s390/qeth: fix error handling for isolation mode cmds (git-fixes). - scsi: ibmvscsi: Do not send host info in adapter info MAD after LPM (bsc#1172759 ltc#184814). - scsi: qedf: Add port_id getter (bsc#1150660). - scsi: qla2xxx: Set NVMe status code for failed NVMe FCP request (bsc#1158983). - spi: dw: use 'smp_mb()' to avoid sending spi data error (bsc#1051510). - staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK (bsc#1051510). - staging: sm750fb: add missing case while setting FB_VISUAL (bsc#1051510). - SUNRPC: The TCP back channel mustn't disappear while requests are outstanding (bsc#1152624). - tracing: Fix event trigger to accept redundant spaces (git-fixes). - tty: n_gsm: Fix bogus i++ in gsm_data_kick (bsc#1051510). - tty: n_gsm: Fix SOF skipping (bsc#1051510). - tty: n_gsm: Fix waking up upper tty layer when room available (bsc#1051510). - usb: dwc2: gadget: move gadget resume after the core is in L0 state (bsc#1051510). - usb: gadget: lpc32xx_udc: do not dereference ep pointer before null check (bsc#1051510). - usb: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke (bsc#1051510). - usb: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe() (bsc#1051510). - usb: musb: Fix runtime PM imbalance on error (bsc#1051510). - usb: musb: start session in resume for host port (bsc#1051510). - usb: serial: option: add Telit LE910C1-EUX compositions (bsc#1051510). - usb: serial: qcserial: add DW5816e QDL support (bsc#1051510). - usb: serial: usb_wwan: do not resubmit rx urb on fatal errors (bsc#1051510). - usb: serial: usb_wwan: do not resubmit rx urb on fatal errors (git-fixes). - virtio-blk: handle block_device_operations callbacks after hot unplug (git fixes (block drivers)). - vmxnet3: add geneve and vxlan tunnel offload support (bsc#1172484). - vmxnet3: add support to get/set rx flow hash (bsc#1172484). - vmxnet3: allow rx flow hash ops only when rss is enabled (bsc#1172484). - vmxnet3: avoid format strint overflow warning (bsc#1172484). - vmxnet3: prepare for version 4 changes (bsc#1172484). - vmxnet3: Remove always false conditional statement (bsc#1172484). - vmxnet3: remove redundant initialization of pointer 'rq' (bsc#1172484). - vmxnet3: remove unused flag 'rxcsum' from struct vmxnet3_adapter (bsc#1172484). - vmxnet3: Replace msleep(1) with usleep_range() (bsc#1172484). - vmxnet3: update to version 4 (bsc#1172484). - vmxnet3: use correct hdr reference when packet is encapsulated (bsc#1172484). - w1: omap-hdq: cleanup to add missing newline for some dev_dbg (bsc#1051510). - work around mvfs bug (bsc#1162063). - x86/cpu/amd: Make erratum #1054 a legacy erratum (bsc#1114279). - x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGS (git-fixes). - x86: Fix early boot crash on gcc-10, third try (bsc#1114279). - x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned (bsc#1172257). - x86/reboot/quirks: Add MacBook6,1 reboot quirk (bsc#1114279). - xfrm: fix error in comment (git fixes).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000092 1000619 1003077 1005918 1006469 1006472 1007729 1008742 1009546 1009674 1009718 1009911 1010612 1010690 1010933 1011176 1011602 1011660 1011913 1012382 1012422 1012829 1012910 1013000 1013001 1013273 1013540 1013792 1013994 1014120 1014410 1015038 1015367 1015840 1016250 1016403 1016517 1016884 1016979 1017164 1017170 1017410 1018100 1018316 1018358 1018446 1018813 1018913 1019061 1019148 1019168 1019260 1019351 1019594 1019630 1019631 1019784 1019851 1020048 1020214 1020488 1020602 1020685 1020817 1020945 1020975 1021082 1021248 1021251 1021258 1021260 1021294 1021455 1021474 1022304 1022429 1022476 1022547 1022559 1022971 1023101 1023175 1023616 1023762 1023884 1023888 1024081 1024234 1024508 1024938 1025235 1037930 1039567 1043055 1047002 1048576 1049086 1049485 1049488 1049489 1049490 1049491 1051510 1051684 1051685 1051791 1053259 1055123 1061832 1063815 1065729 1067441 1067700 1068059 1069606 1069631 1071995 1073990 1074293 1079036 1085030 1086730 1087303 1103411 1104967 1105437 1105459 1105460 1106171 1106172 1106173 1106195 1107410 1107411 1107412 1107413 1107420 1107421 1107422 1107423 1107426 1107581 1108027 1109105 1114279 1144333 1148868 1150660 1152107 1152472 1152624 1158983 1159058 1161016 1162002 1162063 1167976 1168081 1169194 1169514 1169795 1170011 1170592 1170618 1171124 1171424 1171558 1171673 1171732 1171761 1171868 1171904 1172257 1172344 1172458 1172484 1172759 1172775 1172781 1172782 1172783 1172999 1173265 1173280 1173428 1173462 1173514 1173567 1173573 1173986 1174115 1174420 1174462 1174543 1176756 921494 959709 964944 969476 969477 969479 971975 974215 981709 982783 985561 987192 987576 989056 991273 998106 CVE-2015-8709 CVE-2016-7117 CVE-2016-9806 CVE-2017-10790 CVE-2017-10978 CVE-2017-10983 CVE-2017-10984 CVE-2017-10985 CVE-2017-10987 CVE-2017-10988 CVE-2017-12132 CVE-2017-12173 CVE-2017-16642 CVE-2017-2583 CVE-2017-2584 CVE-2017-5551 CVE-2017-5576 CVE-2017-5577 CVE-2017-5897 CVE-2017-5970 CVE-2017-5986 CVE-2017-7546 CVE-2017-7547 CVE-2017-7548 CVE-2017-8804 CVE-2017-9228 CVE-2017-9229 CVE-2017-9788 CVE-2018-1000001 CVE-2018-1000140 CVE-2018-10844 CVE-2018-10845 CVE-2018-10846 CVE-2018-10858 CVE-2018-15908 CVE-2018-15909 CVE-2018-15910 CVE-2018-15911 CVE-2018-16509 CVE-2018-16510 CVE-2018-16511 CVE-2018-16513 CVE-2018-16539 CVE-2018-16540 CVE-2018-16541 CVE-2018-16542 CVE-2018-16543 CVE-2018-16585 CVE-2018-16802 CVE-2018-17183 CVE-2018-6485 CVE-2018-6551 CVE-2019-16746 CVE-2019-20810 CVE-2019-20908 CVE-2020-0305 CVE-2020-10766 CVE-2020-10767 CVE-2020-10768 CVE-2020-10769 CVE-2020-10773 CVE-2020-12771 CVE-2020-12888 CVE-2020-13974 CVE-2020-14416 CVE-2020-15393 CVE-2020-15673 CVE-2020-15676 CVE-2020-15677 CVE-2020-15678 CVE-2020-15780 SUSE-SU-2017:0575-1 SUSE-SU-2017:1961-1 SUSE-SU-2017:2109-1 SUSE-SU-2017:2243-1 SUSE-SU-2017:2355-1 SUSE-SU-2017:2937-1 SUSE-SU-2017:3237-1 SUSE-SU-2018:0451-1 SUSE-SU-2018:0828-1 SUSE-SU-2018:2319-1 SUSE-SU-2018:2842-1 SUSE-SU-2018:2975-1 SUSE-SU-2020:2121-1 SUSE-SU-2020:2759-1
|
Platform(s): | openSUSE 13.2 openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.2 NonFree SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP2 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for High Performance Computing 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SP2 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 7 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE 13.2 is installed AND Package Information
libX11-1.6.3-9.1 is installed
OR libX11-6-1.6.3-9.1 is installed
OR libX11-6-32bit-1.6.3-9.1 is installed
OR libX11-data-1.6.3-9.1 is installed
OR libX11-devel-1.6.3-9.1 is installed
OR libX11-devel-32bit-1.6.3-9.1 is installed
OR libX11-xcb1-1.6.3-9.1 is installed
OR libX11-xcb1-32bit-1.6.3-9.1 is installed
OR libXi-1.7.5-6.1 is installed
OR libXi-devel-1.7.5-6.1 is installed
OR libXi-devel-32bit-1.7.5-6.1 is installed
OR libXi6-1.7.5-6.1 is installed
OR libXi6-32bit-1.7.5-6.1 is installed
OR libXrandr-1.5.0-5.1 is installed
OR libXrandr-devel-1.5.0-5.1 is installed
OR libXrandr-devel-32bit-1.5.0-5.1 is installed
OR libXrandr2-1.5.0-5.1 is installed
OR libXrandr2-32bit-1.5.0-5.1 is installed
OR libxcb-1.11-2.5.1 is installed
OR libxcb-composite0-1.11-2.5.1 is installed
OR libxcb-composite0-32bit-1.11-2.5.1 is installed
OR libxcb-damage0-1.11-2.5.1 is installed
OR libxcb-damage0-32bit-1.11-2.5.1 is installed
OR libxcb-devel-1.11-2.5.1 is installed
OR libxcb-devel-32bit-1.11-2.5.1 is installed
OR libxcb-devel-doc-1.11-2.5.1 is installed
OR libxcb-dpms0-1.11-2.5.1 is installed
OR libxcb-dpms0-32bit-1.11-2.5.1 is installed
OR libxcb-dri2-0-1.11-2.5.1 is installed
OR libxcb-dri2-0-32bit-1.11-2.5.1 is installed
OR libxcb-dri3-0-1.11-2.5.1 is installed
OR libxcb-dri3-0-32bit-1.11-2.5.1 is installed
OR libxcb-glx0-1.11-2.5.1 is installed
OR libxcb-glx0-32bit-1.11-2.5.1 is installed
OR libxcb-present0-1.11-2.5.1 is installed
OR libxcb-present0-32bit-1.11-2.5.1 is installed
OR libxcb-randr0-1.11-2.5.1 is installed
OR libxcb-randr0-32bit-1.11-2.5.1 is installed
OR libxcb-record0-1.11-2.5.1 is installed
OR libxcb-record0-32bit-1.11-2.5.1 is installed
OR libxcb-render0-1.11-2.5.1 is installed
OR libxcb-render0-32bit-1.11-2.5.1 is installed
OR libxcb-res0-1.11-2.5.1 is installed
OR libxcb-res0-32bit-1.11-2.5.1 is installed
OR libxcb-screensaver0-1.11-2.5.1 is installed
OR libxcb-screensaver0-32bit-1.11-2.5.1 is installed
OR libxcb-shape0-1.11-2.5.1 is installed
OR libxcb-shape0-32bit-1.11-2.5.1 is installed
OR libxcb-shm0-1.11-2.5.1 is installed
OR libxcb-shm0-32bit-1.11-2.5.1 is installed
OR libxcb-sync1-1.11-2.5.1 is installed
OR libxcb-sync1-32bit-1.11-2.5.1 is installed
OR libxcb-xevie0-1.11-2.5.1 is installed
OR libxcb-xevie0-32bit-1.11-2.5.1 is installed
OR libxcb-xf86dri0-1.11-2.5.1 is installed
OR libxcb-xf86dri0-32bit-1.11-2.5.1 is installed
OR libxcb-xfixes0-1.11-2.5.1 is installed
OR libxcb-xfixes0-32bit-1.11-2.5.1 is installed
OR libxcb-xinerama0-1.11-2.5.1 is installed
OR libxcb-xinerama0-32bit-1.11-2.5.1 is installed
OR libxcb-xkb1-1.11-2.5.1 is installed
OR libxcb-xkb1-32bit-1.11-2.5.1 is installed
OR libxcb-xprint0-1.11-2.5.1 is installed
OR libxcb-xprint0-32bit-1.11-2.5.1 is installed
OR libxcb-xtest0-1.11-2.5.1 is installed
OR libxcb-xtest0-32bit-1.11-2.5.1 is installed
OR libxcb-xv0-1.11-2.5.1 is installed
OR libxcb-xv0-32bit-1.11-2.5.1 is installed
OR libxcb-xvmc0-1.11-2.5.1 is installed
OR libxcb-xvmc0-32bit-1.11-2.5.1 is installed
OR libxcb1-1.11-2.5.1 is installed
OR libxcb1-32bit-1.11-2.5.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.1 is installed
AND Package Information
MozillaFirefox-49.0.2-36.1 is installed
OR MozillaFirefox-branding-upstream-49.0.2-36.1 is installed
OR MozillaFirefox-buildsymbols-49.0.2-36.1 is installed
OR MozillaFirefox-devel-49.0.2-36.1 is installed
OR MozillaFirefox-translations-common-49.0.2-36.1 is installed
OR MozillaFirefox-translations-other-49.0.2-36.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
avahi-0.6.32-1.2 is installed
OR avahi-autoipd-0.6.32-1.2 is installed
OR avahi-compat-mDNSResponder-devel-0.6.32-1.2 is installed
OR avahi-lang-0.6.32-1.2 is installed
OR libavahi-client3-0.6.32-1.2 is installed
OR libavahi-client3-32bit-0.6.32-1.2 is installed
OR libavahi-common3-0.6.32-1.2 is installed
OR libavahi-common3-32bit-0.6.32-1.2 is installed
OR libavahi-core7-0.6.32-1.2 is installed
OR libavahi-devel-0.6.32-1.2 is installed
OR libdns_sd-0.6.32-1.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 NonFree is installed
AND opera-41.0.2353.56-3.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND python-Jinja2-2.7.3-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
finch-2.6.6-0.19 is installed
OR libpurple-2.6.6-0.19 is installed
OR libpurple-lang-2.6.6-0.19 is installed
OR libpurple-meanwhile-2.6.6-0.19 is installed
OR libpurple-tcl-2.6.6-0.19 is installed
OR pidgin-2.6.6-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
flash-player-11.2.202.559-0.32 is installed
OR flash-player-gnome-11.2.202.559-0.32 is installed
OR flash-player-kde4-11.2.202.559-0.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
augeas-0.9.0-3.17 is installed
OR libaugeas0-0.9.0-3.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
ImageMagick-6.8.8.1-5.21 is installed
OR libMagick++-6_Q16-3-6.8.8.1-5.21 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-5.21 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-5.21 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-5.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
bash-4.2-75.2 is installed
OR bash-doc-4.2-75.2 is installed
OR bash-lang-4.2-75.2 is installed
OR libreadline6-6.2-75.2 is installed
OR libreadline6-32bit-6.2-75.2 is installed
OR readline-doc-6.2-75.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
bash-4.3-78.39 is installed
OR bash-doc-4.3-78.39 is installed
OR bash-lang-4.3-78.39 is installed
OR libreadline6-6.3-78.39 is installed
OR libreadline6-32bit-6.3-78.39 is installed
OR readline-doc-6.3-78.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND argyllcms-1.6.3-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
AND Package Information
hawk-0.5.2-0.38 is installed
OR hawk-templates-0.5.2-0.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.8.3-49.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 12 is installed
AND Package Information
libpmi0-17.02.10-6.16.1 is installed
OR libslurm31-17.02.10-6.16.1 is installed
OR perl-slurm-17.02.10-6.16.1 is installed
OR slurm-17.02.10-6.16.1 is installed
OR slurm-auth-none-17.02.10-6.16.1 is installed
OR slurm-devel-17.02.10-6.16.1 is installed
OR slurm-doc-17.02.10-6.16.1 is installed
OR slurm-lua-17.02.10-6.16.1 is installed
OR slurm-munge-17.02.10-6.16.1 is installed
OR slurm-pam_slurm-17.02.10-6.16.1 is installed
OR slurm-plugins-17.02.10-6.16.1 is installed
OR slurm-sched-wiki-17.02.10-6.16.1 is installed
OR slurm-slurmdb-direct-17.02.10-6.16.1 is installed
OR slurm-slurmdbd-17.02.10-6.16.1 is installed
OR slurm-sql-17.02.10-6.16.1 is installed
OR slurm-torque-17.02.10-6.16.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.69-60.64.29.1 is installed
OR kernel-ec2-devel-3.12.69-60.64.29.1 is installed
OR kernel-ec2-extra-3.12.69-60.64.29.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-15.1 is installed
OR php5-5.5.14-15.1 is installed
OR php5-bcmath-5.5.14-15.1 is installed
OR php5-bz2-5.5.14-15.1 is installed
OR php5-calendar-5.5.14-15.1 is installed
OR php5-ctype-5.5.14-15.1 is installed
OR php5-curl-5.5.14-15.1 is installed
OR php5-dba-5.5.14-15.1 is installed
OR php5-dom-5.5.14-15.1 is installed
OR php5-enchant-5.5.14-15.1 is installed
OR php5-exif-5.5.14-15.1 is installed
OR php5-fastcgi-5.5.14-15.1 is installed
OR php5-fileinfo-5.5.14-15.1 is installed
OR php5-fpm-5.5.14-15.1 is installed
OR php5-ftp-5.5.14-15.1 is installed
OR php5-gd-5.5.14-15.1 is installed
OR php5-gettext-5.5.14-15.1 is installed
OR php5-gmp-5.5.14-15.1 is installed
OR php5-iconv-5.5.14-15.1 is installed
OR php5-intl-5.5.14-15.1 is installed
OR php5-json-5.5.14-15.1 is installed
OR php5-ldap-5.5.14-15.1 is installed
OR php5-mbstring-5.5.14-15.1 is installed
OR php5-mcrypt-5.5.14-15.1 is installed
OR php5-mysql-5.5.14-15.1 is installed
OR php5-odbc-5.5.14-15.1 is installed
OR php5-openssl-5.5.14-15.1 is installed
OR php5-pcntl-5.5.14-15.1 is installed
OR php5-pdo-5.5.14-15.1 is installed
OR php5-pear-5.5.14-15.1 is installed
OR php5-pgsql-5.5.14-15.1 is installed
OR php5-pspell-5.5.14-15.1 is installed
OR php5-shmop-5.5.14-15.1 is installed
OR php5-snmp-5.5.14-15.1 is installed
OR php5-soap-5.5.14-15.1 is installed
OR php5-sockets-5.5.14-15.1 is installed
OR php5-sqlite-5.5.14-15.1 is installed
OR php5-suhosin-5.5.14-15.1 is installed
OR php5-sysvmsg-5.5.14-15.1 is installed
OR php5-sysvsem-5.5.14-15.1 is installed
OR php5-sysvshm-5.5.14-15.1 is installed
OR php5-tokenizer-5.5.14-15.1 is installed
OR php5-wddx-5.5.14-15.1 is installed
OR php5-xmlreader-5.5.14-15.1 is installed
OR php5-xmlrpc-5.5.14-15.1 is installed
OR php5-xmlwriter-5.5.14-15.1 is installed
OR php5-xsl-5.5.14-15.1 is installed
OR php5-zip-5.5.14-15.1 is installed
OR php5-zlib-5.5.14-15.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
ldapsmb-1.34b-93 is installed
OR libldb1-3.6.3-93 is installed
OR libsmbclient0-3.6.3-93 is installed
OR libtalloc2-3.6.3-93 is installed
OR libtdb1-3.6.3-93 is installed
OR libtevent0-3.6.3-93 is installed
OR libwbclient0-3.6.3-93 is installed
OR samba-3.6.3-93 is installed
OR samba-client-3.6.3-93 is installed
OR samba-doc-3.6.3-93 is installed
OR samba-krb-printing-3.6.3-93 is installed
OR samba-winbind-3.6.3-93 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND wireshark-1.0.5-1.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND wireshark-1.0.5-1.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libfreebl3-3.12.8-1.2 is installed
OR libfreebl3-32bit-3.12.8-1.2 is installed
OR libfreebl3-x86-3.12.8-1.2 is installed
OR mozilla-nspr-4.8.6-1.2 is installed
OR mozilla-nspr-32bit-4.8.6-1.2 is installed
OR mozilla-nspr-x86-4.8.6-1.2 is installed
OR mozilla-nss-3.12.8-1.2 is installed
OR mozilla-nss-32bit-3.12.8-1.2 is installed
OR mozilla-nss-tools-3.12.8-1.2 is installed
OR mozilla-nss-x86-3.12.8-1.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
NetworkManager-0.7.0.r4359-15.22 is installed
OR NetworkManager-glib-0.7.0.r4359-15.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR libfreebl3-x86-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 is installed
OR mozilla-nss-x86-3.14-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR libfreebl3-x86-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 is installed
OR mozilla-nss-x86-3.14-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR libfreebl3-x86-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 is installed
OR mozilla-nss-x86-3.14-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND perl-Tk-804.028-50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
avahi-0.6.23-11.30 is installed
OR avahi-lang-0.6.23-11.30 is installed
OR avahi-utils-0.6.23-11.30 is installed
OR libavahi-client3-0.6.23-11.30 is installed
OR libavahi-client3-32bit-0.6.23-11.30 is installed
OR libavahi-client3-x86-0.6.23-11.30 is installed
OR libavahi-common3-0.6.23-11.30 is installed
OR libavahi-common3-32bit-0.6.23-11.30 is installed
OR libavahi-common3-x86-0.6.23-11.30 is installed
OR libavahi-core5-0.6.23-11.30 is installed
OR libdns_sd-0.6.23-11.30 is installed
OR libdns_sd-32bit-0.6.23-11.30 is installed
OR libdns_sd-x86-0.6.23-11.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libfreebl3-32bit-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR libsoftokn3-32bit-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nspr-32bit-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-32bit-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libfreebl3-32bit-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR libsoftokn3-32bit-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nspr-32bit-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-32bit-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
apache2-mod_php53-5.3.17-84 is installed
OR php53-5.3.17-84 is installed
OR php53-bcmath-5.3.17-84 is installed
OR php53-bz2-5.3.17-84 is installed
OR php53-calendar-5.3.17-84 is installed
OR php53-ctype-5.3.17-84 is installed
OR php53-curl-5.3.17-84 is installed
OR php53-dba-5.3.17-84 is installed
OR php53-dom-5.3.17-84 is installed
OR php53-exif-5.3.17-84 is installed
OR php53-fastcgi-5.3.17-84 is installed
OR php53-fileinfo-5.3.17-84 is installed
OR php53-ftp-5.3.17-84 is installed
OR php53-gd-5.3.17-84 is installed
OR php53-gettext-5.3.17-84 is installed
OR php53-gmp-5.3.17-84 is installed
OR php53-iconv-5.3.17-84 is installed
OR php53-intl-5.3.17-84 is installed
OR php53-json-5.3.17-84 is installed
OR php53-ldap-5.3.17-84 is installed
OR php53-mbstring-5.3.17-84 is installed
OR php53-mcrypt-5.3.17-84 is installed
OR php53-mysql-5.3.17-84 is installed
OR php53-odbc-5.3.17-84 is installed
OR php53-openssl-5.3.17-84 is installed
OR php53-pcntl-5.3.17-84 is installed
OR php53-pdo-5.3.17-84 is installed
OR php53-pear-5.3.17-84 is installed
OR php53-pgsql-5.3.17-84 is installed
OR php53-pspell-5.3.17-84 is installed
OR php53-shmop-5.3.17-84 is installed
OR php53-snmp-5.3.17-84 is installed
OR php53-soap-5.3.17-84 is installed
OR php53-suhosin-5.3.17-84 is installed
OR php53-sysvmsg-5.3.17-84 is installed
OR php53-sysvsem-5.3.17-84 is installed
OR php53-sysvshm-5.3.17-84 is installed
OR php53-tokenizer-5.3.17-84 is installed
OR php53-wddx-5.3.17-84 is installed
OR php53-xmlreader-5.3.17-84 is installed
OR php53-xmlrpc-5.3.17-84 is installed
OR php53-xmlwriter-5.3.17-84 is installed
OR php53-xsl-5.3.17-84 is installed
OR php53-zip-5.3.17-84 is installed
OR php53-zlib-5.3.17-84 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
apache2-mod_php53-5.3.17-84 is installed
OR php53-5.3.17-84 is installed
OR php53-bcmath-5.3.17-84 is installed
OR php53-bz2-5.3.17-84 is installed
OR php53-calendar-5.3.17-84 is installed
OR php53-ctype-5.3.17-84 is installed
OR php53-curl-5.3.17-84 is installed
OR php53-dba-5.3.17-84 is installed
OR php53-dom-5.3.17-84 is installed
OR php53-exif-5.3.17-84 is installed
OR php53-fastcgi-5.3.17-84 is installed
OR php53-fileinfo-5.3.17-84 is installed
OR php53-ftp-5.3.17-84 is installed
OR php53-gd-5.3.17-84 is installed
OR php53-gettext-5.3.17-84 is installed
OR php53-gmp-5.3.17-84 is installed
OR php53-iconv-5.3.17-84 is installed
OR php53-intl-5.3.17-84 is installed
OR php53-json-5.3.17-84 is installed
OR php53-ldap-5.3.17-84 is installed
OR php53-mbstring-5.3.17-84 is installed
OR php53-mcrypt-5.3.17-84 is installed
OR php53-mysql-5.3.17-84 is installed
OR php53-odbc-5.3.17-84 is installed
OR php53-openssl-5.3.17-84 is installed
OR php53-pcntl-5.3.17-84 is installed
OR php53-pdo-5.3.17-84 is installed
OR php53-pear-5.3.17-84 is installed
OR php53-pgsql-5.3.17-84 is installed
OR php53-pspell-5.3.17-84 is installed
OR php53-shmop-5.3.17-84 is installed
OR php53-snmp-5.3.17-84 is installed
OR php53-soap-5.3.17-84 is installed
OR php53-suhosin-5.3.17-84 is installed
OR php53-sysvmsg-5.3.17-84 is installed
OR php53-sysvsem-5.3.17-84 is installed
OR php53-sysvshm-5.3.17-84 is installed
OR php53-tokenizer-5.3.17-84 is installed
OR php53-wddx-5.3.17-84 is installed
OR php53-xmlreader-5.3.17-84 is installed
OR php53-xmlrpc-5.3.17-84 is installed
OR php53-xmlwriter-5.3.17-84 is installed
OR php53-xsl-5.3.17-84 is installed
OR php53-zip-5.3.17-84 is installed
OR php53-zlib-5.3.17-84 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND coolkey-1.1.0-22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND tightvnc-1.3.9-81.15.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND tightvnc-1.3.9-81.15.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.30 is installed
OR libcurl4-openssl1-x86-7.37.0-70.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.30 is installed
OR libcurl4-openssl1-x86-7.37.0-70.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libcurl4-openssl1-7.19.7-0.38 is installed
OR libcurl4-openssl1-32bit-7.19.7-0.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND xfsprogs-3.2.1-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND xfsprogs-3.2.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
fetchmail-6.3.26-5 is installed
OR fetchmailconf-6.3.26-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
perl-5.18.2-11 is installed
OR perl-32bit-5.18.2-11 is installed
OR perl-base-5.18.2-11 is installed
OR perl-doc-5.18.2-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
perl-5.18.2-11 is installed
OR perl-32bit-5.18.2-11 is installed
OR perl-base-5.18.2-11 is installed
OR perl-doc-5.18.2-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
bzip2-1.0.6-27 is installed
OR bzip2-doc-1.0.6-27 is installed
OR libbz2-1-1.0.6-27 is installed
OR libbz2-1-32bit-1.0.6-27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.48 is installed
OR kernel-default-base-3.12.74-60.64.48 is installed
OR kernel-default-devel-3.12.74-60.64.48 is installed
OR kernel-default-man-3.12.74-60.64.48 is installed
OR kernel-devel-3.12.74-60.64.48 is installed
OR kernel-macros-3.12.74-60.64.48 is installed
OR kernel-source-3.12.74-60.64.48 is installed
OR kernel-syms-3.12.74-60.64.48 is installed
OR kernel-xen-3.12.74-60.64.48 is installed
OR kernel-xen-base-3.12.74-60.64.48 is installed
OR kernel-xen-devel-3.12.74-60.64.48 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.48 is installed
OR kernel-default-base-3.12.74-60.64.48 is installed
OR kernel-default-devel-3.12.74-60.64.48 is installed
OR kernel-default-man-3.12.74-60.64.48 is installed
OR kernel-devel-3.12.74-60.64.48 is installed
OR kernel-macros-3.12.74-60.64.48 is installed
OR kernel-source-3.12.74-60.64.48 is installed
OR kernel-syms-3.12.74-60.64.48 is installed
OR kernel-xen-3.12.74-60.64.48 is installed
OR kernel-xen-base-3.12.74-60.64.48 is installed
OR kernel-xen-devel-3.12.74-60.64.48 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-2-2.1 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-2-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_16-2-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libX11-1.6.2-8 is installed
OR libX11-6-1.6.2-8 is installed
OR libX11-6-32bit-1.6.2-8 is installed
OR libX11-data-1.6.2-8 is installed
OR libX11-xcb1-1.6.2-8 is installed
OR libX11-xcb1-32bit-1.6.2-8 is installed
OR libXfixes-5.0.1-7 is installed
OR libXfixes3-5.0.1-7 is installed
OR libXfixes3-32bit-5.0.1-7 is installed
OR libXi-1.7.4-14 is installed
OR libXi6-1.7.4-14 is installed
OR libXi6-32bit-1.7.4-14 is installed
OR libXrender-0.9.8-7 is installed
OR libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
OR libXtst-1.2.2-7 is installed
OR libXtst6-1.2.2-7 is installed
OR libXtst6-32bit-1.2.2-7 is installed
OR libXv-1.0.10-7 is installed
OR libXv1-1.0.10-7 is installed
OR libXv1-32bit-1.0.10-7 is installed
OR libXvMC-1.0.8-7 is installed
OR libXvMC1-1.0.8-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libX11-1.6.2-8 is installed
OR libX11-6-1.6.2-8 is installed
OR libX11-6-32bit-1.6.2-8 is installed
OR libX11-data-1.6.2-8 is installed
OR libX11-xcb1-1.6.2-8 is installed
OR libX11-xcb1-32bit-1.6.2-8 is installed
OR libXfixes-5.0.1-7 is installed
OR libXfixes3-5.0.1-7 is installed
OR libXfixes3-32bit-5.0.1-7 is installed
OR libXi-1.7.4-14 is installed
OR libXi6-1.7.4-14 is installed
OR libXi6-32bit-1.7.4-14 is installed
OR libXrender-0.9.8-7 is installed
OR libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
OR libXtst-1.2.2-7 is installed
OR libXtst6-1.2.2-7 is installed
OR libXtst6-32bit-1.2.2-7 is installed
OR libXv-1.0.10-7 is installed
OR libXv1-1.0.10-7 is installed
OR libXv1-32bit-1.0.10-7 is installed
OR libXvMC-1.0.8-7 is installed
OR libXvMC1-1.0.8-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libmysqlclient18-10.0.28-17.2 is installed
OR libmysqlclient18-32bit-10.0.28-17.2 is installed
OR mariadb-10.0.28-17.2 is installed
OR mariadb-client-10.0.28-17.2 is installed
OR mariadb-errormessages-10.0.28-17.2 is installed
OR mariadb-tools-10.0.28-17.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_38-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_13-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_38-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_13-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND tpm2.0-tools-2.0.0-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.14 is installed
OR libssh2-1-32bit-1.4.3-20.14 is installed
OR libssh2_org-1.4.3-20.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.14 is installed
OR libssh2-1-32bit-1.4.3-20.14 is installed
OR libssh2_org-1.4.3-20.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND shadow-4.2.1-27.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND shadow-4.2.1-27.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
gvim-7.4.326-17.3 is installed
OR vim-7.4.326-17.3 is installed
OR vim-data-7.4.326-17.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
gvim-7.4.326-17.3 is installed
OR vim-7.4.326-17.3 is installed
OR vim-data-7.4.326-17.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
xen-4.4.4_04-22.22 is installed
OR xen-doc-html-4.4.4_04-22.22 is installed
OR xen-kmp-default-4.4.4_04_k3.12.60_52.54-22.22 is installed
OR xen-libs-4.4.4_04-22.22 is installed
OR xen-libs-32bit-4.4.4_04-22.22 is installed
OR xen-tools-4.4.4_04-22.22 is installed
OR xen-tools-domU-4.4.4_04-22.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
xen-4.4.4_04-22.22 is installed
OR xen-doc-html-4.4.4_04-22.22 is installed
OR xen-kmp-default-4.4.4_04_k3.12.60_52.54-22.22 is installed
OR xen-libs-4.4.4_04-22.22 is installed
OR xen-libs-32bit-4.4.4_04-22.22 is installed
OR xen-tools-4.4.4_04-22.22 is installed
OR xen-tools-domU-4.4.4_04-22.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
xorg-x11-server-7.6_1.15.2-30.22.1 is installed
OR xorg-x11-server-extra-7.6_1.15.2-30.22.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND autofs-5.0.9-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
AND Package Information
java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.31 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
kernel-default-4.12.14-95.57 is installed
OR kernel-default-base-4.12.14-95.57 is installed
OR kernel-default-devel-4.12.14-95.57 is installed
OR kernel-devel-4.12.14-95.57 is installed
OR kernel-macros-4.12.14-95.57 is installed
OR kernel-source-4.12.14-95.57 is installed
OR kernel-syms-4.12.14-95.57 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND apache2-mod_fcgid-2.2-31.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND cups-devel-1.3.9-8.46.52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND apache2-mod_fcgid-2.2-31.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND Package Information
apache2-2.4.23-29.3 is installed
OR apache2-devel-2.4.23-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
tcmu-runner-1.2.0-2.3 is installed
OR tcmu-runner-devel-1.2.0-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
libreoffice-6.0.5.2-43.38 is installed
OR libreoffice-sdk-6.0.5.2-43.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
bluez-5.13-5.15 is installed
OR bluez-devel-5.13-5.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libssh-0.6.3-4 is installed
OR libssh4-0.6.3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gstreamer-plugins-base-1.2.4-2.6 is installed
OR libgstfft-1_0-0-32bit-1.2.4-2.6 is installed
OR typelib-1_0-GstAudio-1_0-1.2.4-2.6 is installed
OR typelib-1_0-GstPbutils-1_0-1.2.4-2.6 is installed
OR typelib-1_0-GstTag-1_0-1.2.4-2.6 is installed
OR typelib-1_0-GstVideo-1_0-1.2.4-2.6 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
evince-3.20.1-6.16 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.16 is installed
OR typelib-1_0-EvinceView-3_0-3.20.1-6.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
PackageKit-1.1.3-24.9 is installed
OR PackageKit-gstreamer-plugin-1.1.3-24.9 is installed
OR PackageKit-gtk3-module-1.1.3-24.9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
openstack-magnum-3.1.2~a0~dev20-9.4 is installed
OR openstack-magnum-api-3.1.2~a0~dev20-9.4 is installed
OR openstack-magnum-conductor-3.1.2~a0~dev20-9.4 is installed
OR openstack-magnum-doc-3.1.2~a0~dev20-9.3 is installed
OR python-magnum-3.1.2~a0~dev20-9.4 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.7.0-23 is installed
OR MozillaThunderbird-buildsymbols-45.7.0-23 is installed
OR MozillaThunderbird-devel-45.7.0-23 is installed
OR MozillaThunderbird-translations-common-45.7.0-23 is installed
OR MozillaThunderbird-translations-other-45.7.0-23 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
karchive-5.20.0-6 is installed
OR karchive-devel-5.20.0-6 is installed
OR karchive-devel-32bit-5.21.0-15 is installed
OR libKF5Archive5-5.20.0-6 is installed
OR libKF5Archive5-32bit-5.21.0-15 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
akonadi_resources-16.08.2-5 is installed
OR akregator5-16.08.2-5 is installed
OR blogilo5-16.08.2-5 is installed
OR kaddressbook5-16.08.2-5 is installed
OR kalarm5-16.08.2-5 is installed
OR kdepim-16.08.2-5 is installed
OR kmail5-16.08.2-5 is installed
OR knotes5-16.08.2-5 is installed
OR kontact5-16.08.2-5 is installed
OR korganizer5-16.08.2-5 is installed
OR ktnef5-16.08.2-5 is installed
OR messagelib-16.08.2-5 is installed
OR messagelib-devel-16.08.2-5 is installed
|