| Revision Date: | 2020-12-01 | Version: | 1 |
| Title: | Security update for the Linux Kernel (Important) |
| Description: |
The SUSE Linux Enterprise 12 SP1 kernel was updated to 3.12.53 to receive various security and bugfixes.
The following security bugs were fixed: - CVE-2013-7446: Use-after-free vulnerability in net/unix/af_unix.c in the Linux kernel allowed local users to bypass intended AF_UNIX socket permissions or cause a denial of service (panic) via crafted epoll_ctl calls (bnc#955654). - CVE-2015-5707: Integer overflow in the sg_start_req function in drivers/scsi/sg.c in the Linux kernel allowed local users to cause a denial of service or possibly have unspecified other impact via a large iov_count value in a write request (bnc#940338). - CVE-2015-7550: The keyctl_read_key function in security/keys/keyctl.c in the Linux kernel did not properly use a semaphore, which allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted application that leverages a race condition between keyctl_revoke and keyctl_read calls (bnc#958951). - CVE-2015-7799: The slhc_init function in drivers/net/slip/slhc.c in the Linux kernel did not ensure that certain slot numbers are valid, which allowed local users to cause a denial of service (NULL pointer dereference and system crash) via a crafted PPPIOCSMAXCID ioctl call (bnc#949936). - CVE-2015-8215: net/ipv6/addrconf.c in the IPv6 stack in the Linux kernel did not validate attempted changes to the MTU value, which allowed context-dependent attackers to cause a denial of service (packet loss) via a value that was (1) smaller than the minimum compliant value or (2) larger than the MTU of an interface, as demonstrated by a Router Advertisement (RA) message that is not validated by a daemon, a different vulnerability than CVE-2015-0272 (bnc#955354). - CVE-2015-8539: The KEYS subsystem in the Linux kernel allowed local users to gain privileges or cause a denial of service (BUG) via crafted keyctl commands that negatively instantiate a key, related to security/keys/encrypted-keys/encrypted.c, security/keys/trusted.c, and security/keys/user_defined.c (bnc#958463). - CVE-2015-8543: The networking implementation in the Linux kernel did not validate protocol identifiers for certain protocol families, which allowed local users to cause a denial of service (NULL function pointer dereference and system crash) or possibly gain privileges by leveraging CLONE_NEWUSER support to execute a crafted SOCK_RAW application (bnc#958886). - CVE-2015-8550: Optimizations introduced by the compiler could have lead to double fetch vulnerabilities, potentially possibly leading to arbitrary code execution in backend (bsc#957988). - CVE-2015-8551: Xen PCI backend driver did not perform proper sanity checks on the device's state, allowing for DoS (bsc#957990). - CVE-2015-8569: The (1) pptp_bind and (2) pptp_connect functions in drivers/net/ppp/pptp.c in the Linux kernel did not verify an address length, which allowed local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application (bnc#959190). - CVE-2015-8575: The sco_sock_bind function in net/bluetooth/sco.c in the Linux kernel did not verify an address length, which allowed local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application (bnc#959399). - CVE-2015-8660: The ovl_setattr function in fs/overlayfs/inode.c in the Linux kernel attempted to merge distinct setattr operations, which allowed local users to bypass intended access restrictions and modify the attributes of arbitrary overlay files via a crafted application (bnc#960281). - CVE-2015-8767: net/sctp/sm_sideeffect.c in the Linux kernel did not properly manage the relationship between a lock and a socket, which allowed local users to cause a denial of service (deadlock) via a crafted sctp_accept call (bnc#961509). - CVE-2015-8785: The fuse_fill_write_pages function in fs/fuse/file.c in the Linux kernel allowed local users to cause a denial of service (infinite loop) via a writev system call that triggers a zero length for the first segment of an iov (bnc#963765). - CVE-2016-0723: Race condition in the tty_ioctl function in drivers/tty/tty_io.c in the Linux kernel allowed local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free and system crash) by making a TIOCGETD ioctl call during processing of a TIOCSETD ioctl call (bnc#961500). - CVE-2016-2069: A race in invalidating paging structures that were not in use locally could have lead to disclosoure of information or arbitrary code exectution (bnc#963767).
The following non-security bugs were fixed: - ACPI: Introduce apic_id in struct processor to save parsed APIC id (bsc#959463). - ACPI: Make it possible to get local x2apic id via _MAT (bsc#959463). - ACPI: use apic_id and remove duplicated _MAT evaluation (bsc#959463). - ACPICA: Correctly cleanup after a ACPI table load failure (bnc#937261). - Add sd_mod to initrd modules. For some reason PowerVM backend can't work without sd_mod - Do not modify perf bias performance setting by default at boot (bnc#812259, bsc#959629). - Documentation: Document kernel.panic_on_io_nmi sysctl (bsc#940946, bsc#937444). - Driver for IBM System i/p VNIC protocol - Drop blktap patches from SLE12, since the driver is unsupported - Improve fairness when locking the per-superblock s_anon list (bsc#957525, bsc#941363). - Input: aiptek - fix crash on detecting device without endpoints (bnc#956708). - NFSD: Do not start lockd when only NFSv4 is running - NFSv4: Recovery of recalled read delegations is broken (bsc#956514). - Replace with 176bed1d vmstat: explicitly schedule per-cpu work on the CPU we need it to run on - Revert 'ipv6: add complete rcu protection around np->opt' (bnc#961257). - Revert 874bbfe60 workqueue: make sure delayed work run in local cpu 1. Without 22b886dd, 874bbfe60 leads to timer corruption. 2. With 22b886dd applied, victim of 1 reports performance regression (1,2 https://lkml.org/lkml/2016/2/4/618) 3. Leads to scheduling work to offlined CPU (bnc#959463). SLERT: 4. NO_HZ_FULL regressession, unbound delayed work timer is no longer deflected to a housekeeper CPU. - be2net: fix some log messages (bnc#855062, bnc#867583). - blktap: also call blkif_disconnect() when frontend switched to closed (bsc#952976). - blktap: refine mm tracking (bsc#952976). - block: Always check queue limits for cloned requests (bsc#902606). - block: Always check queue limits for cloned requests (bsc#902606). - bnx2x: Add new device ids under the Qlogic vendor (bnc#964821). - btrfs: Add qgroup tracing (bnc#935087, bnc#945649). - btrfs: Update btrfs qgroup status item when rescan is done (bnc#960300). - btrfs: backref: Add special time_seq == (u64)-1 case for btrfs_find_all_roots() (bnc#935087, bnc#945649). - btrfs: backref: Do not merge refs which are not for same block (bnc#935087, bnc#945649). - btrfs: delayed-ref: Cleanup the unneeded functions (bnc#935087, bnc#945649). - btrfs: delayed-ref: Use list to replace the ref_root in ref_head (bnc#935087, bnc#945649). - btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent() (bnc#935087, bnc#945649). - btrfs: fix comp_oper to get right order (bnc#935087, bnc#945649). - btrfs: fix deadlock between direct IO write and defrag/readpages (bnc#965344). - btrfs: fix leak in qgroup_subtree_accounting() error path (bnc#935087, bnc#945649). - btrfs: fix order by which delayed references are run (bnc#949440). - btrfs: fix qgroup sanity tests (bnc#951615). - btrfs: fix race waiting for qgroup rescan worker (bnc#960300). - btrfs: fix regression running delayed references when using qgroups (bnc#951615). - btrfs: fix regression when running delayed references (bnc#951615). - btrfs: fix sleeping inside atomic context in qgroup rescan worker (bnc#960300). - btrfs: keep dropped roots in cache until transaction commit (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_counters() (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_refcnt() (bnc#935087, bnc#945649). - btrfs: qgroup: Add new function to record old_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Add new qgroup calculation function btrfs_qgroup_account_extents() (bnc#935087, bnc#945649). - btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup the old ref_node-oriented mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Do not copy extent buffer to do qgroup rescan (bnc#960300). - btrfs: qgroup: Fix a regression in qgroup reserved space (bnc#935087, bnc#945649). - btrfs: qgroup: Make snapshot accounting work with new extent-oriented qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Record possible quota-related extent for qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Switch rescan to new mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch to new extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: account shared subtree during snapshot delete (bnc#935087, bnc#945649). - btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota (bnc#960300). - btrfs: qgroup: exit the rescan worker during umount (bnc#960300). - btrfs: qgroup: fix quota disable during rescan (bnc#960300). - btrfs: qgroup: move WARN_ON() to the correct location (bnc#935087, bnc#945649). - btrfs: remove transaction from send (bnc#935087, bnc#945649). - btrfs: skip locking when searching commit root (bnc#963825). - btrfs: ulist: Add ulist_del() function (bnc#935087, bnc#945649). - btrfs: use btrfs_get_fs_root in resolve_indirect_ref (bnc#935087, bnc#945649). - crypto: nx - use common code for both NX decompress success cases (bsc#942476). - crypto: nx-842 - Mask XERS0 bit in return value (bsc#960221). - driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#962965). - drivers/firmware/memmap.c: do not allocate firmware_map_entry of same memory range (bsc#959463). - drivers/firmware/memmap.c: do not create memmap sysfs of same firmware_map_entry (bsc#959463). - drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_entry_bootmem() (bsc#959463). - e1000e: Do not read ICR in Other interrupt (bsc#924919). - e1000e: Do not write lsc to ics in msi-x mode (bsc#924919). - e1000e: Fix msi-x interrupt automask (bsc#924919). - e1000e: Remove unreachable code (bsc#924919). - fuse: break infinite loop in fuse_fill_write_pages() (bsc#963765). - group-source-files: mark module.lds as devel file ld: cannot open linker script file /usr/src/linux-4.2.5-1/arch/arm/kernel/module.lds: No such file or directory - ipv6: fix tunnel error handling (bsc#952579). - jbd2: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516). - kABI: reintroduce blk_rq_check_limits. - kabi: protect struct acpi_processor signature (bsc#959463). - kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup (bsc#940946, bsc#937444). - kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (bsc#940946, bsc#937444). - kernel: Provide READ_ONCE and ASSIGN_ONCE (bsc#940946, bsc#937444). - kernel: inadvertent free of the vector register save area (bnc#961202). - kexec: Fix race between panic() and crash_kexec() (bsc#940946, bsc#937444). - kgr: Remove the confusing search for fentry - kgr: Safe way to avoid an infinite redirection - kgr: do not print error for !abort_if_missing symbols (bnc#943989). - kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572). - kgr: log when modifying kernel - kgr: mark some more missed kthreads (bnc#962336). - kgr: usb/storage: do not emit thread awakened (bnc#899908). - kvm: Add arch specific mmu notifier for page invalidation (bsc#959463). - kvm: Make init_rmode_identity_map() return 0 on success (bsc#959463). - kvm: Remove ept_identity_pagetable from struct kvm_arch (bsc#959463). - kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static (bsc#959463). - kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address (bsc#959463). - kvm: vmx: Implement set_apic_access_page_addr (bsc#959463). - kvm: x86: Add request bit to reload APIC access page address (bsc#959463). - kvm: x86: Unpin and remove kvm_arch->apic_access_page (bsc#959463). - libiscsi: Fix host busy blocking during connection teardown. - lpfc: Fix null ndlp dereference in target_reset_handler (bsc#951392). - md/bitmap: do not pass -1 to bitmap_storage_alloc (bsc#955118). - md/bitmap: remove confusing code from filemap_get_page. - md/bitmap: remove rcu annotation from pointer arithmetic. - mem-hotplug: reset node managed pages when hot-adding a new pgdat (bsc#959463). - mem-hotplug: reset node present pages when hot-adding a new pgdat (bsc#959463). - memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node() (bsc#959463). - mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (VM Functionality, bnc#961588). - mm/mempolicy.c: convert the shared_policy lock to a rwlock (VM Performance, bnc#959436). - module: keep percpu symbols in module's symtab (bsc#962788). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - nvme: Clear BIO_SEG_VALID flag in nvme_bio_split() (bsc#954992). - panic, x86: Allow CPUs to save registers even if looping in NMI context (bsc#940946, bsc#937444). - panic, x86: Fix re-entrance problem due to panic on NMI (bsc#940946, bsc#937444). - pci: Check for valid tags when calculating the VPD size (bsc#959146). - qeth: initialize net_device with carrier off (bnc#964230). - rpm/constraints.in: Bump disk space requirements up a bit Require 10GB on s390x, 20GB elsewhere. - rpm/kernel-binary.spec.in: Fix build if no UEFI certs are installed - rpm/kernel-binary.spec.in: Fix kernel-vanilla-devel dependency (bsc#959090) - rpm/kernel-binary.spec.in: Fix paths in kernel-vanilla-devel (bsc#959090). - rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file - rpm/kernel-binary.spec.in: Use bzip compression to speed up build (bsc#962356) - rpm/kernel-source.spec.in: Install kernel-macros for kernel-source-vanilla (bsc#959090) - rpm/kernel-spec-macros: Do not modify the release string in PTFs (bsc#963449) - rpm/package-descriptions: Add kernel-zfcpdump and drop -desktop - s390/cio: ensure consistent measurement state (bnc#964230). - s390/cio: fix measurement characteristics memleak (bnc#964230). - s390/cio: update measurement characteristics (bnc#964230). - s390/dasd: fix failfast for disconnected devices (bnc#961202). - s390/vtime: correct scaled cputime for SMT (bnc#964230). - s390/vtime: correct scaled cputime of partially idle CPUs (bnc#964230). - s390/vtime: limit MT scaling value updates (bnc#964230). - sched,numa: cap pte scanning overhead to 3% of run time (Automatic NUMA Balancing). - sched/fair: Care divide error in update_task_scan_period() (bsc#959463). - sched/fair: Disable tg load_avg/runnable_avg update for root_task_group (bnc#960227). - sched/fair: Move cache hot load_avg/runnable_avg into separate cacheline (bnc#960227). - sched/numa: Cap PTE scanning overhead to 3% of run time (Automatic NUMA Balancing). - sched: Fix race between task_group and sched_task_group (Automatic NUMA Balancing). - scsi: restart list search after unlock in scsi_remove_target (bsc#944749, bsc#959257). - supported.conf: Add more QEMU and VMware drivers to -base (bsc#965840). - supported.conf: Add netfilter modules to base (bsc#950292) - supported.conf: Add nls_iso8859-1 and nls_cp437 to -base (bsc#950292) - supported.conf: Add vfat to -base to be able to mount the ESP (bsc#950292). - supported.conf: Add virtio_{blk,net,scsi} to kernel-default-base (bsc#950292) - supported.conf: Also add virtio_pci to kernel-default-base (bsc#950292). - supported.conf: drop +external from ghash-clmulni-intel It was agreed that it does not make sense to maintain 'external' for this specific module. Furthermore it causes problems in rather ordinary VMware environments. (bsc#961971) - udp: properly support MSG_PEEK with truncated buffers (bsc#951199 bsc#959364). - x86, xsave: Support eager-only xsave features, add MPX support (bsc#938577). - x86/apic: Introduce apic_extnmi command line parameter (bsc#940946, bsc#937444). - x86/fpu/xstate: Do not assume the first zero xfeatures zero bit means the end (bsc#938577). - x86/fpu: Fix double-increment in setup_xstate_features() (bsc#938577). - x86/fpu: Remove xsave_init() bootmem allocations (bsc#938577). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - xen/pciback: Do not allow MSI-X ops if PCI_COMMAND_MEMORY is not set (bsc#957990 XSA-157). - xfs: add a few more verifier tests (bsc#947953). - xfs: fix double free in xlog_recover_commit_trans (bsc#947953). - xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory (bsc#947953).
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1032511 1046299 1046303 1046305 1048510 1050244 1050536 1050545 1051510 1054914 1055117 1055186 1061840 1064455 1064802 1065276 1065600 1065729 1066129 1066156 1068251 1070428 1071558 1071995 1073513 1074254 1075724 1076308 1080234 1082555 1086323 1087092 1089644 1090766 1093205 1097410 1097583 1097584 1097585 1097586 1097587 1097588 1098291 1101674 1104668 1104967 1109158 1110949 1112209 1113534 1113652 1113722 1113742 1114279 1117665 1119086 1120644 1121232 1121233 1121234 1121235 1122191 1122363 1123034 1123080 1125330 1127155 1127716 1127987 1127988 1129821 1130122 1130262 1131304 1131353 1131356 1133140 1133866 1134303 1135317 1135642 1135854 1135873 1136712 1137799 1137861 1137865 1137959 1140155 1140519 1140729 1140845 1140883 1141600 1142076 1142635 1142667 1144375 1144449 1145099 1146042 1146519 1146540 1146664 1148133 1148410 1148712 1148868 1149313 1149446 1149555 1149651 1149955 1150381 1150423 1150452 1150465 1150875 1151350 1151508 1151610 1151667 1151671 1151680 1151891 1151955 1152024 1152025 1152026 1152161 1152325 1152457 1152460 1152466 1152788 1152791 1152972 1152974 1152975 1153112 1153158 1153236 1153238 1153263 1153646 1153713 1153717 1153718 1153719 1153811 1154108 1154189 1154354 1154372 1154578 1154607 1154608 1154610 1154611 1154651 1154747 812259 855062 867583 897422 899908 902606 924919 935087 937261 937444 938577 940338 940946 941363 942476 943989 944749 945649 947953 949440 949936 950292 951199 951392 951615 952579 952976 954992 955118 955354 955654 956514 956708 957525 957988 957990 958463 958886 958951 959090 959146 959190 959257 959364 959399 959436 959463 959629 960221 960227 960281 960300 961202 961257 961500 961509 961516 961588 961971 962336 962356 962788 962965 963449 963572 963765 963767 963825 964230 964821 965344 965840 965902 CVE-2013-7446 CVE-2015-0272 CVE-2015-5707 CVE-2015-7511 CVE-2015-7550 CVE-2015-7799 CVE-2015-8215 CVE-2015-8539 CVE-2015-8543 CVE-2015-8550 CVE-2015-8551 CVE-2015-8569 CVE-2015-8575 CVE-2015-8660 CVE-2015-8767 CVE-2015-8785 CVE-2016-0705 CVE-2016-0723 CVE-2016-10712 CVE-2016-2069 CVE-2017-15908 CVE-2017-18595 CVE-2017-3732 CVE-2017-3736 CVE-2018-0495 CVE-2018-0734 CVE-2018-1049 CVE-2018-12539 CVE-2018-1517 CVE-2018-1656 CVE-2018-16877 CVE-2018-16878 CVE-2018-17456 CVE-2018-18335 CVE-2018-18356 CVE-2018-18506 CVE-2018-20406 CVE-2018-2940 CVE-2018-2952 CVE-2018-2964 CVE-2018-2973 CVE-2018-5407 CVE-2019-14821 CVE-2019-15291 CVE-2019-16056 CVE-2019-16232 CVE-2019-16234 CVE-2019-16935 CVE-2019-17056 CVE-2019-17133 CVE-2019-17666 CVE-2019-5010 CVE-2019-5717 CVE-2019-5718 CVE-2019-5719 CVE-2019-5721 CVE-2019-5785 CVE-2019-9506 CVE-2019-9788 CVE-2019-9790 CVE-2019-9791 CVE-2019-9792 CVE-2019-9793 CVE-2019-9794 CVE-2019-9795 CVE-2019-9796 CVE-2019-9801 CVE-2019-9810 CVE-2019-9813 SUSE-SU-2016:0585-1 SUSE-SU-2016:1089-1 SUSE-SU-2018:0299-1 SUSE-SU-2018:0530-1 SUSE-SU-2018:2452-2 SUSE-SU-2018:2839-1 SUSE-SU-2018:3866-1 SUSE-SU-2018:4088-3 SUSE-SU-2019:0138-1 SUSE-SU-2019:0243-1 SUSE-SU-2019:0852-1 SUSE-SU-2019:2268-1 SUSE-SU-2019:2748-1 SUSE-SU-2019:2879-1
|
| Platform(s): | openSUSE 13.2 openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 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 Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS 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-BCL SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS 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 SP1 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 Linux Enterprise Workstation Extension 12 SP5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
| Definition Synopsis |
| openSUSE 13.2 is installed AND Package Information
nodejs-4.6.0-33.1 is installed
OR nodejs-devel-4.6.0-33.1 is installed
OR nodejs-doc-4.6.0-24.2 is installed
OR nodejs-docs-4.6.0-33.1 is installed
OR npm-4.6.0-33.1 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.1 is installed
AND Package Information
crash-kmp-default-7.1.3_k4.1.12_1-4.14 is installed
OR crash-kmp-xen-7.1.3_k4.1.12_1-4.14 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 is installed
AND Package Information
MozillaFirefox-49.0.2-37.1 is installed
OR MozillaFirefox-translations-common-49.0.2-37.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
xorg-x11-libXp-7.4-1.18 is installed
OR xorg-x11-libXp-32bit-7.4-1.18 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.22 is installed
OR bind-libs-9.9.6P1-0.22 is installed
OR bind-libs-32bit-9.9.6P1-0.22 is installed
OR bind-utils-9.9.6P1-0.22 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libXfixes3-5.0.1-3.53 is installed
OR libXfixes3-32bit-5.0.1-3.53 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
ecryptfs-utils-103-5.35 is installed
OR ecryptfs-utils-32bit-103-5.35 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
accountsservice-0.6.42-14.2 is installed
OR accountsservice-lang-0.6.42-14.2 is installed
OR libaccountsservice0-0.6.42-14.2 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
bind-libs-9.9.9P1-62.1 is installed
OR bind-libs-32bit-9.9.9P1-62.1 is installed
OR bind-utils-9.9.9P1-62.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND Package Information
cluster-network-kmp-bigsmp-1.4_3.0.101_0.40-2.27 is installed
OR drbd-kmp-bigsmp-8.4.4_3.0.101_0.40-0.22 is installed
OR gfs2-kmp-bigsmp-2_3.0.101_0.40-0.16 is installed
OR ocfs2-kmp-bigsmp-1.6_3.0.101_0.40-0.20 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND ctdb-1.0.114.6-0.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-46.7.1 is installed
OR salt-api-2016.11.4-46.7.1 is installed
OR salt-bash-completion-2016.11.4-46.7.1 is installed
OR salt-cloud-2016.11.4-46.7.1 is installed
OR salt-doc-2016.11.4-46.7.1 is installed
OR salt-master-2016.11.4-46.7.1 is installed
OR salt-minion-2016.11.4-46.7.1 is installed
OR salt-proxy-2016.11.4-46.7.1 is installed
OR salt-ssh-2016.11.4-46.7.1 is installed
OR salt-syndic-2016.11.4-46.7.1 is installed
OR salt-zsh-completion-2016.11.4-46.7.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
sles12-docker-image-1.1.2-20160727 is installed
OR sles12sp1-docker-image-1.0.5-20160727 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-tablib-0.9.11-3.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-15 is installed
OR php7-7.0.7-15 is installed
OR php7-bcmath-7.0.7-15 is installed
OR php7-bz2-7.0.7-15 is installed
OR php7-calendar-7.0.7-15 is installed
OR php7-ctype-7.0.7-15 is installed
OR php7-curl-7.0.7-15 is installed
OR php7-dba-7.0.7-15 is installed
OR php7-dom-7.0.7-15 is installed
OR php7-enchant-7.0.7-15 is installed
OR php7-exif-7.0.7-15 is installed
OR php7-fastcgi-7.0.7-15 is installed
OR php7-fileinfo-7.0.7-15 is installed
OR php7-fpm-7.0.7-15 is installed
OR php7-ftp-7.0.7-15 is installed
OR php7-gd-7.0.7-15 is installed
OR php7-gettext-7.0.7-15 is installed
OR php7-gmp-7.0.7-15 is installed
OR php7-iconv-7.0.7-15 is installed
OR php7-imap-7.0.7-15 is installed
OR php7-intl-7.0.7-15 is installed
OR php7-json-7.0.7-15 is installed
OR php7-ldap-7.0.7-15 is installed
OR php7-mbstring-7.0.7-15 is installed
OR php7-mcrypt-7.0.7-15 is installed
OR php7-mysql-7.0.7-15 is installed
OR php7-odbc-7.0.7-15 is installed
OR php7-opcache-7.0.7-15 is installed
OR php7-openssl-7.0.7-15 is installed
OR php7-pcntl-7.0.7-15 is installed
OR php7-pdo-7.0.7-15 is installed
OR php7-pear-7.0.7-15 is installed
OR php7-pear-Archive_Tar-7.0.7-15 is installed
OR php7-pgsql-7.0.7-15 is installed
OR php7-phar-7.0.7-15 is installed
OR php7-posix-7.0.7-15 is installed
OR php7-pspell-7.0.7-15 is installed
OR php7-shmop-7.0.7-15 is installed
OR php7-snmp-7.0.7-15 is installed
OR php7-soap-7.0.7-15 is installed
OR php7-sockets-7.0.7-15 is installed
OR php7-sqlite-7.0.7-15 is installed
OR php7-sysvmsg-7.0.7-15 is installed
OR php7-sysvsem-7.0.7-15 is installed
OR php7-sysvshm-7.0.7-15 is installed
OR php7-tokenizer-7.0.7-15 is installed
OR php7-wddx-7.0.7-15 is installed
OR php7-xmlreader-7.0.7-15 is installed
OR php7-xmlrpc-7.0.7-15 is installed
OR php7-xmlwriter-7.0.7-15 is installed
OR php7-xsl-7.0.7-15 is installed
OR php7-zip-7.0.7-15 is installed
OR php7-zlib-7.0.7-15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.3.0esr-50 is installed
OR MozillaFirefox-translations-45.3.0esr-50 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.11 is installed
OR kernel-rt-base-3.0.101.rt130-69.11 is installed
OR kernel-rt-devel-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.11 is installed
OR kernel-source-rt-3.0.101.rt130-69.11 is installed
OR kernel-syms-rt-3.0.101.rt130-69.11 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
ext4dev-kmp-default-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-pae-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-ppc64-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-vmi-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-xen-0_2.6.27.23_0.1-7.1 is installed
OR iscsitarget-kmp-default-0.4.15_2.6.27.54_0.2-94.14 is installed
OR kernel-default-2.6.27.23-0.1 is installed
OR kernel-default-base-2.6.27.23-0.1 is installed
OR kernel-default-man-2.6.27.23-0.1 is installed
OR kernel-kdump-2.6.27.23-0.1 is installed
OR kernel-pae-2.6.27.23-0.1 is installed
OR kernel-pae-base-2.6.27.23-0.1 is installed
OR kernel-ppc64-2.6.27.23-0.1 is installed
OR kernel-ppc64-base-2.6.27.23-0.1 is installed
OR kernel-source-2.6.27.23-0.1 is installed
OR kernel-syms-2.6.27.23-0.1 is installed
OR kernel-vmi-2.6.27.23-0.1 is installed
OR kernel-vmi-base-2.6.27.23-0.1 is installed
OR kernel-xen-2.6.27.23-0.1 is installed
OR kernel-xen-base-2.6.27.23-0.1 is installed
OR oracleasm-kmp-default-2.0.5_2.6.27.54_0.2-7.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
ext4dev-kmp-default-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-pae-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-ppc64-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-vmi-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-xen-0_2.6.27.23_0.1-7.1 is installed
OR iscsitarget-kmp-default-0.4.15_2.6.27.54_0.2-94.14 is installed
OR kernel-default-2.6.27.23-0.1 is installed
OR kernel-default-base-2.6.27.23-0.1 is installed
OR kernel-default-man-2.6.27.23-0.1 is installed
OR kernel-kdump-2.6.27.23-0.1 is installed
OR kernel-pae-2.6.27.23-0.1 is installed
OR kernel-pae-base-2.6.27.23-0.1 is installed
OR kernel-ppc64-2.6.27.23-0.1 is installed
OR kernel-ppc64-base-2.6.27.23-0.1 is installed
OR kernel-source-2.6.27.23-0.1 is installed
OR kernel-syms-2.6.27.23-0.1 is installed
OR kernel-vmi-2.6.27.23-0.1 is installed
OR kernel-vmi-base-2.6.27.23-0.1 is installed
OR kernel-xen-2.6.27.23-0.1 is installed
OR kernel-xen-base-2.6.27.23-0.1 is installed
OR oracleasm-kmp-default-2.0.5_2.6.27.54_0.2-7.9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
bind-9.5.0P2-20.7 is installed
OR bind-chrootenv-9.5.0P2-20.7 is installed
OR bind-doc-9.5.0P2-20.7 is installed
OR bind-libs-9.5.0P2-20.7 is installed
OR bind-libs-32bit-9.5.0P2-20.7 is installed
OR bind-libs-x86-9.5.0P2-20.7 is installed
OR bind-utils-9.5.0P2-20.7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-78.32 is installed
OR MozillaFirefox-translations-52.9.0esr-78.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-78.32 is installed
OR MozillaFirefox-translations-52.9.0esr-78.32 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
OR pam-modules-11-1.22 is installed
OR pam-modules-32bit-11-1.22 is installed
OR pam-modules-x86-11-1.22 is installed
OR pwdutils-3.2.15-0.13 is installed
OR pwdutils-plugin-audit-3.2.15-0.13 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.102 is installed
OR libopenssl0_9_8-0.9.8j-0.102 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.102 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.102 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.102 is installed
OR openssl-0.9.8j-0.102 is installed
OR openssl-doc-0.9.8j-0.102 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.102 is installed
OR libopenssl0_9_8-0.9.8j-0.102 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.102 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.102 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.102 is installed
OR openssl-0.9.8j-0.102 is installed
OR openssl-doc-0.9.8j-0.102 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
bind-9.9.6P1-0.22 is installed
OR bind-chrootenv-9.9.6P1-0.22 is installed
OR bind-doc-9.9.6P1-0.22 is installed
OR bind-libs-9.9.6P1-0.22 is installed
OR bind-libs-32bit-9.9.6P1-0.22 is installed
OR bind-libs-x86-9.9.6P1-0.22 is installed
OR bind-utils-9.9.6P1-0.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
bind-9.9.6P1-0.22 is installed
OR bind-chrootenv-9.9.6P1-0.22 is installed
OR bind-doc-9.9.6P1-0.22 is installed
OR bind-libs-9.9.6P1-0.22 is installed
OR bind-libs-32bit-9.9.6P1-0.22 is installed
OR bind-libs-x86-9.9.6P1-0.22 is installed
OR bind-utils-9.9.6P1-0.22 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
bind-9.9.6P1-0.22 is installed
OR bind-chrootenv-9.9.6P1-0.22 is installed
OR bind-doc-9.9.6P1-0.22 is installed
OR bind-libs-9.9.6P1-0.22 is installed
OR bind-libs-32bit-9.9.6P1-0.22 is installed
OR bind-libs-x86-9.9.6P1-0.22 is installed
OR bind-utils-9.9.6P1-0.22 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_perl-2.0.4-40 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.79.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79.1 is installed
OR kernel-default-3.0.101-0.47.79.1 is installed
OR kernel-default-base-3.0.101-0.47.79.1 is installed
OR kernel-default-devel-3.0.101-0.47.79.1 is installed
OR kernel-default-man-3.0.101-0.47.79.1 is installed
OR kernel-ec2-3.0.101-0.47.79.1 is installed
OR kernel-ec2-base-3.0.101-0.47.79.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.79.1 is installed
OR kernel-pae-3.0.101-0.47.79.1 is installed
OR kernel-pae-base-3.0.101-0.47.79.1 is installed
OR kernel-pae-devel-3.0.101-0.47.79.1 is installed
OR kernel-source-3.0.101-0.47.79.1 is installed
OR kernel-syms-3.0.101-0.47.79.1 is installed
OR kernel-trace-3.0.101-0.47.79.1 is installed
OR kernel-trace-base-3.0.101-0.47.79.1 is installed
OR kernel-trace-devel-3.0.101-0.47.79.1 is installed
OR kernel-xen-3.0.101-0.47.79.1 is installed
OR kernel-xen-base-3.0.101-0.47.79.1 is installed
OR kernel-xen-devel-3.0.101-0.47.79.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.5 is installed
OR libMagickCore1-6.4.3.6-7.78.5 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.5 is installed
OR libMagickCore1-6.4.3.6-7.78.5 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
pam-1.1.5-0.15 is installed
OR pam-32bit-1.1.5-0.15 is installed
OR pam-doc-1.1.5-0.15 is installed
OR pam-x86-1.1.5-0.15 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11-SECURITY is installed
AND stunnel-openssl1-4.54-0.11 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
cups-1.7.5-5 is installed
OR cups-client-1.7.5-5 is installed
OR cups-libs-1.7.5-5 is installed
OR cups-libs-32bit-1.7.5-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
cups-1.7.5-5 is installed
OR cups-client-1.7.5-5 is installed
OR cups-libs-1.7.5-5 is installed
OR cups-libs-32bit-1.7.5-5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND apache2-mod_jk-1.2.40-1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
tomcat-8.0.32-10.13 is installed
OR tomcat-admin-webapps-8.0.32-10.13 is installed
OR tomcat-docs-webapp-8.0.32-10.13 is installed
OR tomcat-el-3_0-api-8.0.32-10.13 is installed
OR tomcat-javadoc-8.0.32-10.13 is installed
OR tomcat-jsp-2_3-api-8.0.32-10.13 is installed
OR tomcat-lib-8.0.32-10.13 is installed
OR tomcat-servlet-3_1-api-8.0.32-10.13 is installed
OR tomcat-webapps-8.0.32-10.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
tomcat-8.0.32-10.13 is installed
OR tomcat-admin-webapps-8.0.32-10.13 is installed
OR tomcat-docs-webapp-8.0.32-10.13 is installed
OR tomcat-el-3_0-api-8.0.32-10.13 is installed
OR tomcat-javadoc-8.0.32-10.13 is installed
OR tomcat-jsp-2_3-api-8.0.32-10.13 is installed
OR tomcat-lib-8.0.32-10.13 is installed
OR tomcat-servlet-3_1-api-8.0.32-10.13 is installed
OR tomcat-webapps-8.0.32-10.13 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND ant-1.9.4-1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_24-default-6-3.1 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-6-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_11-6-3.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libpython3_4m1_0-3.4.5-19 is installed
OR python3-3.4.5-19 is installed
OR python3-base-3.4.5-19 is installed
OR python3-curses-3.4.5-19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libpython3_4m1_0-3.4.5-19 is installed
OR python3-3.4.5-19 is installed
OR python3-base-3.4.5-19 is installed
OR python3-curses-3.4.5-19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
cups-filters-1.0.58-13 is installed
OR cups-filters-cups-browsed-1.0.58-13 is installed
OR cups-filters-foomatic-rip-1.0.58-13 is installed
OR cups-filters-ghostscript-1.0.58-13 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
xen-4.7.6_05-43.42 is installed
OR xen-doc-html-4.7.6_05-43.42 is installed
OR xen-libs-4.7.6_05-43.42 is installed
OR xen-libs-32bit-4.7.6_05-43.42 is installed
OR xen-tools-4.7.6_05-43.42 is installed
OR xen-tools-domU-4.7.6_05-43.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
xen-4.7.6_05-43.42 is installed
OR xen-doc-html-4.7.6_05-43.42 is installed
OR xen-libs-4.7.6_05-43.42 is installed
OR xen-libs-32bit-4.7.6_05-43.42 is installed
OR xen-tools-4.7.6_05-43.42 is installed
OR xen-tools-domU-4.7.6_05-43.42 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND apache-commons-httpclient-3.1-4 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND tcpdump-4.9.2-14.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND tcpdump-4.9.2-14.8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND apache2-mod_nss-1.0.14-10.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND apache2-mod_nss-1.0.14-10.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_51-52_31-default-5-2.2 is installed
OR kgraft-patch-3_12_51-52_31-xen-5-2.2 is installed
OR kgraft-patch-SLE12_Update_9-5-2.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libtiff5-4.0.7-35.1 is installed
OR tiff-4.0.7-35.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND apache2-mod_security2-2.7.1-0.2.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-devel-31.8.0esr-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-devel-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-devel-3.19.2_CKBI_1.98-0.10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND libjasper-devel-1.900.1-134.17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
kernel-docs-3.12.53-60.30 is installed
OR kernel-obs-build-3.12.53-60.30 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
libgcrypt-1.6.1-16.62 is installed
OR libgcrypt-devel-1.6.1-16.62 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
git-2.12.3-27.17 is installed
OR git-arch-2.12.3-27.17 is installed
OR git-core-2.12.3-27.17 is installed
OR git-cvs-2.12.3-27.17 is installed
OR git-daemon-2.12.3-27.17 is installed
OR git-doc-2.12.3-27.17 is installed
OR git-email-2.12.3-27.17 is installed
OR git-gui-2.12.3-27.17 is installed
OR git-svn-2.12.3-27.17 is installed
OR git-web-2.12.3-27.17 is installed
OR gitk-2.12.3-27.17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.40-30.54 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.442-67 is installed
OR flash-player-gnome-11.2.202.442-67 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
python-base-2.7.9-24 is installed
OR python-devel-2.7.9-24 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND libFLAC++6-32bit-1.3.0-11 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.92-6.18 is installed
OR kernel-default-extra-4.4.92-6.18 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
python-base-2.7.13-28.16 is installed
OR python-devel-2.7.13-28.16 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
ibus-1.5.13-15.11 is installed
OR ibus-gtk3-32bit-1.5.13-15.11 is installed
OR libibus-1_0-5-32bit-1.5.13-15.11 is installed
OR python-ibus-1.5.13-15.11 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 6 is installed
AND ruby2.1-rubygem-actionview-4_2-4.2.2-5.1 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-52.0.2743.116-92 is installed
OR chromium-52.0.2743.116-92 is installed
OR chromium-desktop-gnome-52.0.2743.116-92 is installed
OR chromium-desktop-kde-52.0.2743.116-92 is installed
OR chromium-ffmpegsumo-52.0.2743.116-92 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-70.0.3538.110-77 is installed
OR chromium-70.0.3538.110-77 is installed
|