Revision Date: | 2021-12-02 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 15 SP1 LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- Unprivileged BPF has been disabled by default to reduce attack surface as too many security issues have happened in the past (jsc#SLE-22573)
You can reenable via systemctl setting /proc/sys/kernel/unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0)
- CVE-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out of bounds read due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1192045). - CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel A bound check failure allowed an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability (bnc#1192781). - CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less predictive to avoid information leaks about UDP ports in use. (bsc#1191790) - CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails (bsc#1191961). - CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free (bnc#1188601). - CVE-2021-3772: Fixed sctp vtag check in sctp_sf_ootb (bsc#1190351). - CVE-2021-3655: Missing size validations on inbound SCTP packets may have allowed the kernel to read uninitialized memory (bnc#1188563). - CVE-2021-33033: The Linux kernel has a use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c because the CIPSO and CALIPSO refcounting for the DOI definitions is mishandled, aka CID-ad5d07f4a9cd. This leads to writing an arbitrary value (bnc#1186109 bnc#1186390 bnc#1188876). - CVE-2021-3760: Fixed a use-after-free vulnerability with the ndev->rf_conn_info object (bsc#1190067). - CVE-2021-42739: The firewire subsystem in the Linux kernel has a buffer overflow related to drivers/media/firewire/firedtv-avc.c and drivers/media/firewire/firedtv-ci.c, because avc_ca_pmt mishandled bounds checking (bnc#1184673). - CVE-2021-3542: Fixed heap buffer overflow in firedtv driver (bsc#1186063). - CVE-2018-13405: The inode_init_owner function in fs/inode.c in the Linux kernel allowed local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID (bnc#1100416 bnc#1129735). - CVE-2021-3715: Fixed a use-after-free in route4_change() in net/sched/cls_route.c (bsc#1190349). - CVE-2021-34556: An unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because the protection mechanism neglects the possibility of uninitialized memory locations on the BPF stack (bnc#1188983). - CVE-2021-35477: An unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because a certain preempting store operation did not necessarily occur before a store operation that has an attacker-controlled value (bnc#1188985). - CVE-2021-42252: An issue was discovered in aspeed_lpc_ctrl_mmap in drivers/soc/aspeed/aspeed-lpc-ctrl.c in the Linux kernel Local attackers able to access the Aspeed LPC control interface could overwrite memory in the kernel and potentially execute privileges, aka CID-b49a0e69a7b1. This occurs because a certain comparison uses values that are not memory sizes (bnc#1190479). - CVE-2021-41864: prealloc_elems_and_freelist in kernel/bpf/stackmap.c in the Linux kernel allowed unprivileged users to trigger an eBPF multiplication integer overflow with a resultant out-of-bounds write (bnc#1191317). - CVE-2021-42008: The decode_data function in drivers/net/hamradio/6pack.c in the Linux kernel has a slab out-of-bounds write. Input from a process that has the CAP_NET_ADMIN capability can lead to root access (bnc#1191315). - CVE-2021-3759: Unaccounted ipc objects could have lead to breaking memcg limits and DoS attacks (bsc#1190115). - CVE-2020-3702: Specifically timed and handcrafted traffic can cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure over the air for a discrete set of traffic (bnc#1191193). - CVE-2021-3752: Fixed a use after free vulnerability in the bluetooth module. (bsc#1190023) - CVE-2021-40490: A race condition was discovered in ext4_write_inline_data_end in fs/ext4/inline.c in the ext4 subsystem in the Linux kernel (bnc#1190159 bnc#1192775) - CVE-2021-3744: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1189884) - CVE-2021-3764: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1190534) - CVE-2020-12770: An issue was discovered in the Linux kernel sg_write lacks an sg_remove_request call in a certain failure case, aka CID-83c6f2390040 (bnc#1171420). - CVE-2021-3640: Fixed a Use-After-Free vulnerability in function sco_sock_sendmsg() in the bluetooth stack (bsc#1188172). - CVE-2019-3900: An infinite loop issue was found in the vhost_net kernel module, while handling incoming packets in handle_rx(). It could occur if one end sends packets faster than the other end can process them. A guest user, maybe remote one, could use this flaw to stall the vhost_net kernel thread, resulting in a DoS scenario (bnc#1133374). - CVE-2019-3874: The SCTP socket buffer used by a userspace application is not accounted by the cgroups subsystem. An attacker can use this flaw to cause a denial of service attack. (bnc#1129898). - CVE-2018-9517: In pppol2tp_connect, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. (bnc#1108488). - CVE-2021-38160: Data corruption or loss could be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size in drivers/char/virtio_console.c (bsc#1190117) - CVE-2021-3753: Fixed race out-of-bounds in virtual terminal handling (bsc#1190025). - CVE-2021-3732: Mounting overlayfs inside an unprivileged user namespace can reveal files (bsc#1189706). - CVE-2021-3653: A flaw was found in the KVM's AMD code for supporting SVM nested virtualization. The flaw occurs when processing the VMCB (virtual machine control block) provided by the L1 guest to spawn/handle a nested guest (L2). Due to improper validation of the 'int_ctl' field, this issue could allow a malicious L1 to enable AVIC support (Advanced Virtual Interrupt Controller) for the L2 guest. As a result, the L2 guest would be allowed to read/write physical pages of the host, resulting in a crash of the entire system, leak of sensitive data or potential guest-to-host escape. This flaw affects Linux kernel versions prior to 5.14-rc7 (bnc#1189399). - CVE-2021-3656: Missing validation of the the `virt_ext` VMCB field and allows a malicious L1 guest to disable both VMLOAD/VMSAVE intercepts and VLS for the L2 guest (bsc#1189400). - CVE-2021-38204: drivers/usb/host/max3421-hcd.c allowed physically proximate attackers to cause a denial of service (use-after-free and panic) by removing a MAX-3421 USB device in certain situations (bnc#1189291). - CVE-2021-3679: A lack of CPU resource in the tracing module functionality was found in the way user uses trace ring buffer in a specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service (bnc#1189057). - CVE-2020-4788: IBM Power9 (AIX 7.1, 7.2, and VIOS 3.1) processors could allow a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances. IBM X-Force ID: 189296 (bnc#0 bnc#1177666 bnc#1181158). - CVE-2021-3659: Fixed a NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c (bsc#1188876). - CVE-2020-0429: In l2tp_session_delete and related functions of l2tp_core.c, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1176724). - CVE-2021-37576: arch/powerpc/kvm/book3s_rtas.c on the powerpc platform allowed KVM guest OS users to cause host OS memory corruption via rtas_args.nargs, aka CID-f62f3c20647e (bnc#1188838 bnc#1190276). - CVE-2021-22543: KVM through Improper handling of VM_IO|VM_PFNMAP vmas in KVM can bypass RO checks and can lead to pages being freed while still accessible by the VMM and guest. This allowed users with the ability to start and control a VM to read/write random pages of memory and can result in local privilege escalation (bnc#1186482 bnc#1190276). - CVE-2021-33909: fs/seq_file.c did not properly restrict seq buffer allocations, leading to an integer overflow, an Out-of-bounds Write, and escalation to root by an unprivileged user, aka CID-8cae8cd89f05 (bnc#1188062 bnc#1188063).
The following non-security bugs were fixed:
- Add arch-dependent support markers in supported.conf (bsc#1186672) - Add the support for kernel-FLAVOR-optional subpackage (jsc#SLE-11796) - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22913) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22913). - ceph: take snap_empty_lock atomically with snaprealm refcount change (bsc#1191888). - config: disable unprivileged BPF by default (jsc#SLE-22913) - cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode (bsc#1185758,bsc#1192400). - drm: fix spectre issue in vmw_execbuf_ioctl (bsc#1192802). - ftrace: Fix scripts/recordmcount.pl due to new binutils (bsc#1192267). - gigaset: fix spectre issue in do_data_b3_req (bsc#1192802). - hisax: fix spectre issues (bsc#1192802). - hv: mana: adjust mana_select_queue to old API (jsc#SLE-18779, bsc#1185726). - hv: mana: remove netdev_lockdep_set_classes usage (jsc#SLE-18779, bsc#1185726). - hv_netvsc: Make netvsc/VF binding check both MAC and serial number (jsc#SLE-18779, bsc#1185726). - hysdn: fix spectre issue in hycapi_send_message (bsc#1192802). - infiniband: fix spectre issue in ib_uverbs_write (bsc#1192802). - infiniband: fix spectre issue in ib_uverbs_write (bsc#1192802). - ipc: remove memcg accounting for sops objects in do_semtimedop() (bsc#1190115). - iwlwifi: fix spectre issue in iwl_dbgfs_update_pm (bsc#1192802). - kernel-binary.spec: Exctract s390 decompression code (jsc#SLE-17042). - kernel-binary.spec: Fix up usrmerge for non-modular kernels. - kernel-binary.spec.in: build-id check requires elfutils. - kernel-binary.spec.in: Regenerate makefile when not using mkmakefile. - kernel-binary.spec: Only use mkmakefile when it exists Linux 5.13 no longer had a mkmakefile script - kernel-binary.spec: Remove obsolete and wrong comment mkmakefile is repleced by echo on newer kernel - kernel-docs.spec.in: Build using an utf-8 locale. Sphinx cannot handle UTF-8 input in non-UTF-8 locale. - media: dvb_ca_en50221: prevent using slot_info for Spectre attacs (bsc#1192802). - media: dvb_ca_en50221: sanity check slot number from userspace (bsc#1192802). - media: wl128x: get rid of a potential spectre issue (bsc#1192802). - memcg: enable accounting for file lock caches (bsc#1190115). - mm/memory.c: do_fault: avoid usage of stale vm_area_struct (bsc#1136513). - mpt3sas: fix spectre issues (bsc#1192802). - net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (jsc#SLE-18779, bsc#1185726). - net: mana: Add support for EQ sharing (jsc#SLE-18779, bsc#1185726). - net: mana: Add WARN_ON_ONCE in case of CQE read overflow (jsc#SLE-18779, bsc#1185726). - net: mana: Fix a memory leak in an error handling path in (jsc#SLE-18779, bsc#1185726). - net: mana: Fix error handling in mana_create_rxq() (git-fixes, bsc#1191800). - net: mana: fix PCI_HYPERV dependency (jsc#SLE-18779, bsc#1185726). - net: mana: Move NAPI from EQ to CQ (jsc#SLE-18779, bsc#1185726). - net: mana: Prefer struct_size over open coded arithmetic (jsc#SLE-18779, bsc#1185726). - net: mana: remove redundant initialization of variable err (jsc#SLE-18779, bsc#1185726). - net: mana: Use int to check the return value of mana_gd_poll_cq() (jsc#SLE-18779, bsc#1185726). - net: mana: Use struct_size() in kzalloc() (jsc#SLE-18779, bsc#1185726). - net_sched: cls_route: remove the right filter from hashtable (networking-stable-20_03_28). - net: sched: sch_teql: fix null-pointer dereference (bsc#1190717). - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() (bsc#1192802). - NFS: Do uncached readdir when we're seeking a cookie in an empty page cache (bsc#1191628). - objtool: Do not fail on missing symbol table (bsc#1192379). - osst: fix spectre issue in osst_verify_frame (bsc#1192802). - ovl: check whiteout in ovl_create_over_whiteout() (bsc#1189846). - ovl: filter of trusted xattr results in audit (bsc#1189846). - ovl: fix dentry leak in ovl_get_redirect (bsc#1189846). - ovl: initialize error in ovl_copy_xattr (bsc#1189846). - ovl: relax WARN_ON() on rename to self (bsc#1189846). - PCI: hv: Use expected affinity when unmasking IRQ (bsc#1185973). - Revert 'memcg: enable accounting for file lock caches (bsc#1190115).' This reverts commit 912b4421a3e9bb9f0ef1aadc64a436666259bd4d. It's effectively upstream commit 3754707bcc3e190e5dadc978d172b61e809cb3bd applied to kernel-source (to avoid proliferation of patches). Make a note in blacklist.conf too. - s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant (bsc#1190601). - s390/bpf: Fix branch shortening during codegen pass (bsc#1190601). - s390/bpf: Fix optimizing out zero-extensions (bsc#1190601). - s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* (bsc#1190601). - s390/bpf: Wrap JIT macro parameter usages in parentheses (bsc#1190601). - scripts/git_sort/git_sort.py: add bpf git repo - scripts/git_sort/git_sort.py: Update nvme repositories - scsi: libfc: Fix array index out of bound exception (bsc#1188616). - scsi: lpfc: Fix FLOGI failure due to accessing a freed node (bsc#1191349). - scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handling (bsc#1191349 bsc#1191457). - scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handling (bsc#1191349 bsc#1191457). - scsi: target: avoid using lun_tg_pt_gp after unlock (bsc#1186078). - sctp: check asoc peer.asconf_capable before processing asconf (bsc#1190351). - sctp: fully initialize v4 addr in some functions (bsc#1188563). - sysvipc/sem: mitigate semnum index against spectre v1 (bsc#1192802). - target: core: Fix sense key for invalid XCOPY request (bsc#1186078). - Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set - Use /usr/lib/modules as module dir when usermerge is active in the target distro. - UsrMerge the kernel (boo#1184804) - x86/CPU: Add more Icelake model numbers (bsc#1185758,bsc#1192400). - xfrm: xfrm_state_mtu should return at least 1280 for ipv6 (bsc#1185377).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1100416 1108488 1129735 1129898 1133374 1136513 1171420 1176724 1177666 1181158 1184673 1184804 1185377 1185726 1185758 1185973 1186078 1186109 1186390 1186482 1186672 1188062 1188063 1188172 1188563 1188601 1188616 1188838 1188876 1188983 1188985 1189057 1189262 1189291 1189399 1189400 1189706 1189846 1189884 1190023 1190025 1190067 1190115 1190117 1190159 1190276 1190349 1190351 1190479 1190534 1190601 1190717 1191193 1191315 1191317 1191349 1191457 1191628 1191790 1191800 1191888 1191961 1192045 1192267 1192379 1192400 1192775 1192781 1192802 CVE-2009-0163 CVE-2009-2820 CVE-2009-3553 CVE-2009-4029 CVE-2010-0393 CVE-2010-0540 CVE-2010-0542 CVE-2010-0624 CVE-2010-1748 CVE-2010-2941 CVE-2012-1174 CVE-2012-4504 CVE-2012-5519 CVE-2012-6094 CVE-2013-4288 CVE-2013-4566 CVE-2014-0107 CVE-2014-10070 CVE-2014-10071 CVE-2014-10072 CVE-2014-2497 CVE-2014-2856 CVE-2014-2892 CVE-2014-3158 CVE-2014-3537 CVE-2014-3566 CVE-2014-5029 CVE-2014-5030 CVE-2014-5031 CVE-2014-8146 CVE-2014-8147 CVE-2014-8484 CVE-2014-8485 CVE-2014-8501 CVE-2014-8502 CVE-2014-8503 CVE-2014-8504 CVE-2014-8737 CVE-2014-8738 CVE-2014-9654 CVE-2014-9709 CVE-2015-4047 CVE-2015-5244 CVE-2016-10714 CVE-2016-3099 CVE-2016-5116 CVE-2016-6128 CVE-2016-6132 CVE-2016-6161 CVE-2016-6207 CVE-2016-6214 CVE-2016-6293 CVE-2016-6905 CVE-2016-7795 CVE-2016-9082 CVE-2017-14952 CVE-2017-15422 CVE-2017-17484 CVE-2017-18205 CVE-2017-7475 CVE-2017-7867 CVE-2017-7868 CVE-2017-9814 CVE-2018-1071 CVE-2018-1083 CVE-2018-13405 CVE-2018-7549 CVE-2018-9517 CVE-2019-3874 CVE-2019-3900 CVE-2020-0429 CVE-2020-12770 CVE-2020-3702 CVE-2020-4788 CVE-2021-0941 CVE-2021-20322 CVE-2021-22543 CVE-2021-31916 CVE-2021-33033 CVE-2021-33909 CVE-2021-34556 CVE-2021-34981 CVE-2021-3542 CVE-2021-35477 CVE-2021-3640 CVE-2021-3653 CVE-2021-3655 CVE-2021-3656 CVE-2021-3659 CVE-2021-3679 CVE-2021-3715 CVE-2021-37159 CVE-2021-3732 CVE-2021-3744 CVE-2021-3752 CVE-2021-3753 CVE-2021-37576 CVE-2021-3759 CVE-2021-3760 CVE-2021-3764 CVE-2021-3772 CVE-2021-38160 CVE-2021-38198 CVE-2021-38204 CVE-2021-40490 CVE-2021-41864 CVE-2021-42008 CVE-2021-42252 CVE-2021-42739 SUSE-SU-2021:3876-1
|
Platform(s): | openSUSE 13.2 openSUSE Leap 42.1 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Desktop 12 SP5 SUSE Linux Enterprise High Availability 12 SP3 SUSE Linux Enterprise High Availability 12 SP4 SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS SUSE Linux Enterprise Live Patching 12 SUSE Linux Enterprise Live Patching 12 SP3 SUSE Linux Enterprise Real Time Extension 12 SP1 SUSE Linux Enterprise Real Time Extension 12 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS 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-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 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for Rasperry Pi 12 SP2 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-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 SUSE Linux Enterprise Software Development Kit 12 SP1 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 Linux Enterprise Workstation Extension 12 SP5 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 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed AND Package Information
MozillaFirefox-10.0.9-0.3.1 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7.85 is installed
OR MozillaFirefox-translations-10.0.9-0.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND wireshark-1.12.9-0.12.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libpolkit0-0.113-5.9 is installed
OR libpolkit0-32bit-0.113-5.9 is installed
OR polkit-0.113-5.9 is installed
OR typelib-1_0-Polkit-1_0-0.113-5.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
audiofile-0.3.6-11.3 is installed
OR libaudiofile1-0.3.6-11.3 is installed
OR libaudiofile1-32bit-0.3.6-11.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP5 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND Package Information
cluster-md-kmp-default-4.4.120-94.17 is installed
OR dlm-kmp-default-4.4.120-94.17 is installed
OR gfs2-kmp-default-4.4.120-94.17 is installed
OR kernel-default-4.4.120-94.17 is installed
OR ocfs2-kmp-default-4.4.120-94.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP4 is installed
AND Package Information
libpacemaker3-1.1.19+20181105.ccd6b5b10-3.10 is installed
OR pacemaker-1.1.19+20181105.ccd6b5b10-3.10 is installed
OR pacemaker-cli-1.1.19+20181105.ccd6b5b10-3.10 is installed
OR pacemaker-cts-1.1.19+20181105.ccd6b5b10-3.10 is installed
OR pacemaker-remote-1.1.19+20181105.ccd6b5b10-3.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS is installed
AND Package Information
kernel-default-4.12.14-197.102.2 is installed
OR kernel-default-base-4.12.14-197.102.2 is installed
OR kernel-default-devel-4.12.14-197.102.2 is installed
OR kernel-devel-4.12.14-197.102.2 is installed
OR kernel-docs-4.12.14-197.102.2 is installed
OR kernel-macros-4.12.14-197.102.2 is installed
OR kernel-obs-build-4.12.14-197.102.1 is installed
OR kernel-source-4.12.14-197.102.2 is installed
OR kernel-syms-4.12.14-197.102.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 is installed
AND Package Information
kgraft-patch-3_12_38-44-default-3-2 is installed
OR kgraft-patch-3_12_38-44-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_3-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_82-6_3-default-1-2 is installed
OR kgraft-patch-SLE12-SP3_Update_1-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 12 SP1 is installed
AND Package Information
kernel-compute-3.12.61-60.18 is installed
OR kernel-compute-base-3.12.61-60.18 is installed
OR kernel-compute-devel-3.12.61-60.18 is installed
OR kernel-compute_debug-3.12.61-60.18 is installed
OR kernel-compute_debug-devel-3.12.61-60.18 is installed
OR kernel-devel-rt-3.12.61-60.18 is installed
OR kernel-rt-3.12.61-60.18 is installed
OR kernel-rt-base-3.12.61-60.18 is installed
OR kernel-rt-devel-3.12.61-60.18 is installed
OR kernel-rt_debug-3.12.61-60.18 is installed
OR kernel-rt_debug-devel-3.12.61-60.18 is installed
OR kernel-source-rt-3.12.61-60.18 is installed
OR kernel-syms-rt-3.12.61-60.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 12 SP3 is installed
AND Package Information
cluster-md-kmp-rt-4.4.138-3.14 is installed
OR dlm-kmp-rt-4.4.138-3.14 is installed
OR gfs2-kmp-rt-4.4.138-3.14 is installed
OR kernel-devel-rt-4.4.138-3.14 is installed
OR kernel-rt-4.4.138-3.14 is installed
OR kernel-rt-base-4.4.138-3.14 is installed
OR kernel-rt-devel-4.4.138-3.14 is installed
OR kernel-rt_debug-4.4.138-3.14 is installed
OR kernel-rt_debug-devel-4.4.138-3.14 is installed
OR kernel-source-rt-4.4.138-3.14 is installed
OR kernel-syms-rt-4.4.138-3.14 is installed
OR ocfs2-kmp-rt-4.4.138-3.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 is installed
AND Package Information
cyrus-imapd-2.3.11-60.21.1 is installed
OR perl-Cyrus-IMAP-2.3.11-60.21.1 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.21.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
expat-2.0.1-88.34.1 is installed
OR libexpat1-2.0.1-88.34.1 is installed
OR libexpat1-32bit-2.0.1-88.34.1 is installed
OR libexpat1-x86-2.0.1-88.34.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
expat-2.0.1-88.34.1 is installed
OR libexpat1-2.0.1-88.34.1 is installed
OR libexpat1-32bit-2.0.1-88.34.1 is installed
OR libexpat1-x86-2.0.1-88.34.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
bind-9.5.0P2-20.7.1 is installed
OR bind-chrootenv-9.5.0P2-20.7.1 is installed
OR bind-doc-9.5.0P2-20.7.1 is installed
OR bind-libs-9.5.0P2-20.7.1 is installed
OR bind-libs-32bit-9.5.0P2-20.7.1 is installed
OR bind-libs-x86-9.5.0P2-20.7.1 is installed
OR bind-utils-9.5.0P2-20.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND Package Information
rhn-virtualization-common-5.4.15-0.15.2 is installed
OR rhn-virtualization-host-5.4.15-0.15.2 is installed
OR rhncfg-5.9.33-0.20.1 is installed
OR rhncfg-actions-5.9.33-0.20.1 is installed
OR rhncfg-client-5.9.33-0.20.1 is installed
OR rhncfg-management-5.9.33-0.20.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND Package Information
MozillaFirefox-17.0.6esr-0.4.1 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9.20 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4.1 is installed
OR libfreebl3-3.14.3-0.4.3.1 is installed
OR libfreebl3-32bit-3.14.3-0.4.3.1 is installed
OR mozilla-nspr-4.9.6-0.3.1 is installed
OR mozilla-nspr-32bit-4.9.6-0.3.1 is installed
OR mozilla-nss-3.14.3-0.4.3.1 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3.1 is installed
OR mozilla-nss-tools-3.14.3-0.4.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
glibc-2.11.3-17.45.49.1 is installed
OR glibc-32bit-2.11.3-17.45.49.1 is installed
OR glibc-devel-2.11.3-17.45.49.1 is installed
OR glibc-devel-32bit-2.11.3-17.45.49.1 is installed
OR glibc-html-2.11.3-17.45.49.1 is installed
OR glibc-i18ndata-2.11.3-17.45.49.1 is installed
OR glibc-info-2.11.3-17.45.49.1 is installed
OR glibc-locale-2.11.3-17.45.49.1 is installed
OR glibc-locale-32bit-2.11.3-17.45.49.1 is installed
OR glibc-locale-x86-2.11.3-17.45.49.1 is installed
OR glibc-profile-2.11.3-17.45.49.1 is installed
OR glibc-profile-32bit-2.11.3-17.45.49.1 is installed
OR glibc-profile-x86-2.11.3-17.45.49.1 is installed
OR glibc-x86-2.11.3-17.45.49.1 is installed
OR nscd-2.11.3-17.45.49.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
glibc-2.11.3-17.45.49.1 is installed
OR glibc-32bit-2.11.3-17.45.49.1 is installed
OR glibc-devel-2.11.3-17.45.49.1 is installed
OR glibc-devel-32bit-2.11.3-17.45.49.1 is installed
OR glibc-html-2.11.3-17.45.49.1 is installed
OR glibc-i18ndata-2.11.3-17.45.49.1 is installed
OR glibc-info-2.11.3-17.45.49.1 is installed
OR glibc-locale-2.11.3-17.45.49.1 is installed
OR glibc-locale-32bit-2.11.3-17.45.49.1 is installed
OR glibc-locale-x86-2.11.3-17.45.49.1 is installed
OR glibc-profile-2.11.3-17.45.49.1 is installed
OR glibc-profile-32bit-2.11.3-17.45.49.1 is installed
OR glibc-profile-x86-2.11.3-17.45.49.1 is installed
OR glibc-x86-2.11.3-17.45.49.1 is installed
OR nscd-2.11.3-17.45.49.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
glibc-2.11.3-17.45.49.1 is installed
OR glibc-32bit-2.11.3-17.45.49.1 is installed
OR glibc-devel-2.11.3-17.45.49.1 is installed
OR glibc-devel-32bit-2.11.3-17.45.49.1 is installed
OR glibc-html-2.11.3-17.45.49.1 is installed
OR glibc-i18ndata-2.11.3-17.45.49.1 is installed
OR glibc-info-2.11.3-17.45.49.1 is installed
OR glibc-locale-2.11.3-17.45.49.1 is installed
OR glibc-locale-32bit-2.11.3-17.45.49.1 is installed
OR glibc-locale-x86-2.11.3-17.45.49.1 is installed
OR glibc-profile-2.11.3-17.45.49.1 is installed
OR glibc-profile-32bit-2.11.3-17.45.49.1 is installed
OR glibc-profile-x86-2.11.3-17.45.49.1 is installed
OR glibc-x86-2.11.3-17.45.49.1 is installed
OR nscd-2.11.3-17.45.49.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
mono-core-2.6.7-0.9.1 is installed
OR mono-data-2.6.7-0.9.1 is installed
OR mono-data-postgresql-2.6.7-0.9.1 is installed
OR mono-data-sqlite-2.6.7-0.9.1 is installed
OR mono-locale-extras-2.6.7-0.9.1 is installed
OR mono-nunit-2.6.7-0.9.1 is installed
OR mono-web-2.6.7-0.9.1 is installed
OR mono-winforms-2.6.7-0.9.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
mono-core-2.6.7-0.9.1 is installed
OR mono-data-2.6.7-0.9.1 is installed
OR mono-data-postgresql-2.6.7-0.9.1 is installed
OR mono-data-sqlite-2.6.7-0.9.1 is installed
OR mono-locale-extras-2.6.7-0.9.1 is installed
OR mono-nunit-2.6.7-0.9.1 is installed
OR mono-web-2.6.7-0.9.1 is installed
OR mono-winforms-2.6.7-0.9.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
apache2-mod_php53-5.3.8-0.19.6 is installed
OR php53-5.3.8-0.19.6 is installed
OR php53-bcmath-5.3.8-0.19.6 is installed
OR php53-bz2-5.3.8-0.19.6 is installed
OR php53-calendar-5.3.8-0.19.6 is installed
OR php53-ctype-5.3.8-0.19.6 is installed
OR php53-curl-5.3.8-0.19.6 is installed
OR php53-dba-5.3.8-0.19.6 is installed
OR php53-dom-5.3.8-0.19.6 is installed
OR php53-exif-5.3.8-0.19.6 is installed
OR php53-fastcgi-5.3.8-0.19.6 is installed
OR php53-fileinfo-5.3.8-0.19.6 is installed
OR php53-ftp-5.3.8-0.19.6 is installed
OR php53-gd-5.3.8-0.19.6 is installed
OR php53-gettext-5.3.8-0.19.6 is installed
OR php53-gmp-5.3.8-0.19.6 is installed
OR php53-iconv-5.3.8-0.19.6 is installed
OR php53-intl-5.3.8-0.19.6 is installed
OR php53-json-5.3.8-0.19.6 is installed
OR php53-ldap-5.3.8-0.19.6 is installed
OR php53-mbstring-5.3.8-0.19.6 is installed
OR php53-mcrypt-5.3.8-0.19.6 is installed
OR php53-mysql-5.3.8-0.19.6 is installed
OR php53-odbc-5.3.8-0.19.6 is installed
OR php53-openssl-5.3.8-0.19.6 is installed
OR php53-pcntl-5.3.8-0.19.6 is installed
OR php53-pdo-5.3.8-0.19.6 is installed
OR php53-pear-5.3.8-0.19.6 is installed
OR php53-pgsql-5.3.8-0.19.6 is installed
OR php53-pspell-5.3.8-0.19.6 is installed
OR php53-shmop-5.3.8-0.19.6 is installed
OR php53-snmp-5.3.8-0.19.6 is installed
OR php53-soap-5.3.8-0.19.6 is installed
OR php53-suhosin-5.3.8-0.19.6 is installed
OR php53-sysvmsg-5.3.8-0.19.6 is installed
OR php53-sysvsem-5.3.8-0.19.6 is installed
OR php53-sysvshm-5.3.8-0.19.6 is installed
OR php53-tokenizer-5.3.8-0.19.6 is installed
OR php53-wddx-5.3.8-0.19.6 is installed
OR php53-xmlreader-5.3.8-0.19.6 is installed
OR php53-xmlrpc-5.3.8-0.19.6 is installed
OR php53-xmlwriter-5.3.8-0.19.6 is installed
OR php53-xsl-5.3.8-0.19.6 is installed
OR php53-zip-5.3.8-0.19.6 is installed
OR php53-zlib-5.3.8-0.19.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
bind-9.9.6P1-0.19.1 is installed
OR bind-chrootenv-9.9.6P1-0.19.1 is installed
OR bind-devel-9.9.6P1-0.19.1 is installed
OR bind-doc-9.9.6P1-0.19.1 is installed
OR bind-libs-9.9.6P1-0.19.1 is installed
OR bind-libs-32bit-9.9.6P1-0.19.1 is installed
OR bind-utils-9.9.6P1-0.19.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13.2 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13.2 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
guestfs-data-1.20.4-0.14.9 is installed
OR guestfs-tools-1.20.4-0.14.9 is installed
OR guestfsd-1.20.4-0.14.9 is installed
OR libguestfs0-1.20.4-0.14.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.6.0esr-62.1 is installed
OR MozillaFirefox-translations-45.6.0esr-62.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
avahi-0.6.23-11.32.1 is installed
OR avahi-lang-0.6.23-11.32.1 is installed
OR avahi-utils-0.6.23-11.32.1 is installed
OR libavahi-client3-0.6.23-11.32.1 is installed
OR libavahi-client3-32bit-0.6.23-11.32.1 is installed
OR libavahi-client3-x86-0.6.23-11.32.1 is installed
OR libavahi-common3-0.6.23-11.32.1 is installed
OR libavahi-common3-32bit-0.6.23-11.32.1 is installed
OR libavahi-common3-x86-0.6.23-11.32.1 is installed
OR libavahi-core5-0.6.23-11.32.1 is installed
OR libdns_sd-0.6.23-11.32.1 is installed
OR libdns_sd-32bit-0.6.23-11.32.1 is installed
OR libdns_sd-x86-0.6.23-11.32.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
openssh-openssl1-6.6p1-18.1 is installed
OR openssh-openssl1-helpers-6.6p1-18.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
xen-4.4.3_06-22.15 is installed
OR xen-doc-html-4.4.3_06-22.15 is installed
OR xen-kmp-default-4.4.3_06_k3.12.48_52.27-22.15 is installed
OR xen-libs-4.4.3_06-22.15 is installed
OR xen-libs-32bit-4.4.3_06-22.15 is installed
OR xen-tools-4.4.3_06-22.15 is installed
OR xen-tools-domU-4.4.3_06-22.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
xen-4.4.3_06-22.15 is installed
OR xen-doc-html-4.4.3_06-22.15 is installed
OR xen-kmp-default-4.4.3_06_k3.12.48_52.27-22.15 is installed
OR xen-libs-4.4.3_06-22.15 is installed
OR xen-libs-32bit-4.4.3_06-22.15 is installed
OR xen-tools-4.4.3_06-22.15 is installed
OR xen-tools-domU-4.4.3_06-22.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
MozillaFirefox-38.7.0esr-63 is installed
OR MozillaFirefox-translations-38.7.0esr-63 is installed
OR libfreebl3-3.20.2-40 is installed
OR libfreebl3-32bit-3.20.2-40 is installed
OR libfreebl3-hmac-3.20.2-40 is installed
OR libfreebl3-hmac-32bit-3.20.2-40 is installed
OR libsoftokn3-3.20.2-40 is installed
OR libsoftokn3-32bit-3.20.2-40 is installed
OR libsoftokn3-hmac-3.20.2-40 is installed
OR libsoftokn3-hmac-32bit-3.20.2-40 is installed
OR mozilla-nspr-4.12-12 is installed
OR mozilla-nspr-32bit-4.12-12 is installed
OR mozilla-nss-3.20.2-40 is installed
OR mozilla-nss-32bit-3.20.2-40 is installed
OR mozilla-nss-certs-3.20.2-40 is installed
OR mozilla-nss-certs-32bit-3.20.2-40 is installed
OR mozilla-nss-sysinit-3.20.2-40 is installed
OR mozilla-nss-sysinit-32bit-3.20.2-40 is installed
OR mozilla-nss-tools-3.20.2-40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
MozillaFirefox-38.7.0esr-63 is installed
OR MozillaFirefox-translations-38.7.0esr-63 is installed
OR libfreebl3-3.20.2-40 is installed
OR libfreebl3-32bit-3.20.2-40 is installed
OR libfreebl3-hmac-3.20.2-40 is installed
OR libfreebl3-hmac-32bit-3.20.2-40 is installed
OR libsoftokn3-3.20.2-40 is installed
OR libsoftokn3-32bit-3.20.2-40 is installed
OR libsoftokn3-hmac-3.20.2-40 is installed
OR libsoftokn3-hmac-32bit-3.20.2-40 is installed
OR mozilla-nspr-4.12-12 is installed
OR mozilla-nspr-32bit-4.12-12 is installed
OR mozilla-nss-3.20.2-40 is installed
OR mozilla-nss-32bit-3.20.2-40 is installed
OR mozilla-nss-certs-3.20.2-40 is installed
OR mozilla-nss-certs-32bit-3.20.2-40 is installed
OR mozilla-nss-sysinit-3.20.2-40 is installed
OR mozilla-nss-sysinit-32bit-3.20.2-40 is installed
OR mozilla-nss-tools-3.20.2-40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
krb5-1.12.1-28 is installed
OR krb5-32bit-1.12.1-28 is installed
OR krb5-client-1.12.1-28 is installed
OR krb5-doc-1.12.1-28 is installed
OR krb5-plugin-kdb-ldap-1.12.1-28 is installed
OR krb5-plugin-preauth-otp-1.12.1-28 is installed
OR krb5-plugin-preauth-pkinit-1.12.1-28 is installed
OR krb5-server-1.12.1-28 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-5-3 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-5-3 is installed
OR kgraft-patch-SLE12-SP1_Update_12-5-3 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-5-3 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-5-3 is installed
OR kgraft-patch-SLE12-SP1_Update_12-5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libgcrypt-1.6.1-16.39 is installed
OR libgcrypt20-1.6.1-16.39 is installed
OR libgcrypt20-32bit-1.6.1-16.39 is installed
OR libgcrypt20-hmac-1.6.1-16.39 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_90-92_45-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_14-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
apache2-2.4.23-29.3.2 is installed
OR apache2-doc-2.4.23-29.3.2 is installed
OR apache2-example-pages-2.4.23-29.3.2 is installed
OR apache2-prefork-2.4.23-29.3.2 is installed
OR apache2-utils-2.4.23-29.3.2 is installed
OR apache2-worker-2.4.23-29.3.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
libcairo-gobject2-1.15.2-25.3 is installed
OR libcairo-gobject2-32bit-1.15.2-25.3 is installed
OR libcairo-script-interpreter2-1.15.2-25.3 is installed
OR libcairo2-1.15.2-25.3 is installed
OR libcairo2-32bit-1.15.2-25.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND zsh-5.0.5-6.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.60-52.57 is installed
OR kernel-default-base-3.12.60-52.57 is installed
OR kernel-default-devel-3.12.60-52.57 is installed
OR kernel-default-man-3.12.60-52.57 is installed
OR kernel-devel-3.12.60-52.57 is installed
OR kernel-macros-3.12.60-52.57 is installed
OR kernel-source-3.12.60-52.57 is installed
OR kernel-syms-3.12.60-52.57 is installed
OR kernel-xen-3.12.60-52.57 is installed
OR kernel-xen-base-3.12.60-52.57 is installed
OR kernel-xen-devel-3.12.60-52.57 is installed
OR kgraft-patch-3_12_60-52_57-default-1-2 is installed
OR kgraft-patch-3_12_60-52_57-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_16-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.60-52.57 is installed
OR kernel-default-base-3.12.60-52.57 is installed
OR kernel-default-devel-3.12.60-52.57 is installed
OR kernel-default-man-3.12.60-52.57 is installed
OR kernel-devel-3.12.60-52.57 is installed
OR kernel-macros-3.12.60-52.57 is installed
OR kernel-source-3.12.60-52.57 is installed
OR kernel-syms-3.12.60-52.57 is installed
OR kernel-xen-3.12.60-52.57 is installed
OR kernel-xen-base-3.12.60-52.57 is installed
OR kernel-xen-devel-3.12.60-52.57 is installed
OR kgraft-patch-3_12_60-52_57-default-1-2 is installed
OR kgraft-patch-3_12_60-52_57-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_16-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND apache2-mod_nss-1.0.14-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Rasperry Pi 12 SP2 is installed
AND Package Information
kernel-default-4.4.21-90.1 is installed
OR kernel-default-base-4.4.21-90.1 is installed
OR kernel-default-devel-4.4.21-90.1 is installed
OR kernel-devel-4.4.21-90.1 is installed
OR kernel-macros-4.4.21-90.1 is installed
OR kernel-source-4.4.21-90.1 is installed
OR kernel-syms-4.4.21-90.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
MozillaFirefox-45.3.0esr-78 is installed
OR MozillaFirefox-translations-45.3.0esr-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
compat-openssl098-0.9.8j-94 is installed
OR libopenssl0_9_8-0.9.8j-94 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
compat-openssl098-0.9.8j-105 is installed
OR libopenssl0_9_8-0.9.8j-105 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND rubygem-json_pure-1.2.0-0.4.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
curl-7.19.7-1.46.1 is installed
OR libcurl-devel-7.19.7-1.46.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
OpenEXR-32bit-1.6.1-83.17.1 is installed
OR OpenEXR-devel-1.6.1-83.17.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND automake-1.13.4-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND dovecot22-devel-2.2.13-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND Package Information
DirectFB-devel-1.7.1-6 is installed
OR lib++dfb-devel-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND cairo-devel-1.15.2-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND LibVNCServer-devel-0.9.9-17.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND apache2-mod_perl-devel-2.0.8-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND cyrus-sasl-digestmd5-32bit-2.1.26-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND argyllcms-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND cyrus-sasl-digestmd5-32bit-2.1.26-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gnome-online-accounts-3.20.5-9 is installed
OR gnome-online-accounts-lang-3.20.5-9 is installed
OR libgoa-1_0-0-32bit-3.20.5-9 is installed
OR typelib-1_0-Goa-1_0-3.20.5-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
colord-1.3.3-12 is installed
OR colord-lang-1.3.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
freerdp-2.0.0~git.1463131968.4e66df7-12.8 is installed
OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.8 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.6.0-20.1 is installed
OR MozillaThunderbird-buildsymbols-45.6.0-20.1 is installed
OR MozillaThunderbird-devel-45.6.0-20.1 is installed
OR MozillaThunderbird-translations-common-45.6.0-20.1 is installed
OR MozillaThunderbird-translations-other-45.6.0-20.1 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
kauth-5.26.0-6.1 is installed
OR kauth-devel-5.26.0-6.1 is installed
OR kauth-devel-32bit-5.26.0-2.3.1 is installed
OR kdelibs4-4.14.25-8.2 is installed
OR kdelibs4-apidocs-4.14.25-8.2 is installed
OR kdelibs4-branding-upstream-4.14.25-8.2 is installed
OR kdelibs4-core-4.14.25-8.2 is installed
OR kdelibs4-doc-4.14.25-8.2 is installed
OR libKF5Auth5-5.26.0-6.1 is installed
OR libKF5Auth5-32bit-5.26.0-2.3.1 is installed
OR libKF5Auth5-lang-5.26.0-6.1 is installed
OR libkde4-4.14.25-8.2 is installed
OR libkde4-32bit-4.14.25-7.4.1 is installed
OR libkde4-devel-4.14.25-8.2 is installed
OR libkdecore4-4.14.25-8.2 is installed
OR libkdecore4-32bit-4.14.25-7.4.1 is installed
OR libkdecore4-devel-4.14.25-8.2 is installed
OR libksuseinstall-devel-4.14.25-8.2 is installed
OR libksuseinstall1-4.14.25-8.2 is installed
OR libksuseinstall1-32bit-4.14.25-7.4.1 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
kauth-5.26.0-6.1 is installed
OR kauth-devel-5.26.0-6.1 is installed
OR kauth-devel-32bit-5.26.0-2.3.1 is installed
OR kdelibs4-4.14.25-8.2 is installed
OR kdelibs4-apidocs-4.14.25-8.2 is installed
OR kdelibs4-branding-upstream-4.14.25-8.2 is installed
OR kdelibs4-core-4.14.25-8.2 is installed
OR kdelibs4-doc-4.14.25-8.2 is installed
OR libKF5Auth5-5.26.0-6.1 is installed
OR libKF5Auth5-32bit-5.26.0-2.3.1 is installed
OR libKF5Auth5-lang-5.26.0-6.1 is installed
OR libkde4-4.14.25-8.2 is installed
OR libkde4-32bit-4.14.25-7.4.1 is installed
OR libkde4-devel-4.14.25-8.2 is installed
OR libkdecore4-4.14.25-8.2 is installed
OR libkdecore4-32bit-4.14.25-7.4.1 is installed
OR libkdecore4-devel-4.14.25-8.2 is installed
OR libksuseinstall-devel-4.14.25-8.2 is installed
OR libksuseinstall1-4.14.25-8.2 is installed
OR libksuseinstall1-32bit-4.14.25-7.4.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-63.0.3239.84-40.1 is installed
OR chromium-63.0.3239.84-40.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
drkonqi5-5.8.7-8.1 is installed
OR plasma5-workspace-5.8.7-8.1 is installed
OR plasma5-workspace-devel-5.8.7-8.1 is installed
OR plasma5-workspace-lang-5.8.7-8.1 is installed
OR plasma5-workspace-libs-5.8.7-8.1 is installed
|