Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 11 SP3 kernel was updated 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-7509: fs/ext4/namei.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (system crash) via a crafted no-journal filesystem, a related issue to CVE-2013-2015 (bnc#956707). - CVE-2015-7515: An out of bounds memory access in the aiptek USB driver could be used by physical local attackers to crash the kernel (bnc#956708). - 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-7566: A malicious USB device could cause kernel crashes in the visor device driver (bnc#961512). - 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 is (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. NOTE: the scope of CVE-2015-0272 is limited to the NetworkManager product (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). (bsc#957988 XSA-155). - CVE-2015-8551: The PCI backend driver in Xen, when running on an x86 system and using Linux as the driver domain, allowed local guest administrators to hit BUG conditions and cause a denial of service (NULL pointer dereference and host OS crash) by leveraging a system with access to a passed-through MSI or MSI-X capable physical PCI device and a crafted sequence of XEN_PCI_OP_* operations, aka 'Linux pciback missing sanity checks (bnc#957990). - CVE-2015-8552: The PCI backend driver in Xen, when running on an x86 system and using Linux as the driver domain, allowed local guest administrators to generate a continuous stream of WARN messages and cause a denial of service (disk consumption) by leveraging a system with access to a passed-through MSI or MSI-X capable physical PCI device and XEN_PCI_OP_enable_msi operations, aka 'Linux pciback missing sanity checks (bnc#957990). - CVE-2015-8569: The (1) pptp_bind and (2) pptp_connect functions in drivers/net/ppp/pptp.c in the Linux kernel do 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-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-2015-8812: A flaw was found in the CXGB3 kernel driver when the network was considered congested. The kernel would incorrectly misinterpret the congestion as an error condition and incorrectly free/clean up the skb. When the device would then send the skb's queued, these structures would be referenced and may panic the system or allow an attacker to escalate privileges in a use-after-free scenario.(bsc#966437). - CVE-2015-8816: A malicious USB device could cause kernel crashes in the in hub_activate() function (bnc#968010). - 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). - CVE-2016-2143: On zSeries a fork of a large process could have caused memory corruption due to incorrect page table handling. (bnc#970504, LTC#138810). - CVE-2016-2184: A malicious USB device could cause kernel crashes in the alsa usb-audio device driver (bsc#971125). - CVE-2016-2185: A malicious USB device could cause kernel crashes in the usb_driver_claim_interface function (bnc#971124). - CVE-2016-2186: A malicious USB device could cause kernel crashes in the powermate device driver (bnc#970958). - CVE-2016-2384: A double free on the ALSA umidi object was fixed. (bsc#966693). - CVE-2016-2543: A missing NULL check at remove_events ioctl in the ALSA seq driver was fixed. (bsc#967972). - CVE-2016-2544: Fix race at timer setup and close in the ALSA seq driver was fixed. (bsc#967973). - CVE-2016-2545: A double unlink of active_list in the ALSA timer driver was fixed. (bsc#967974). - CVE-2016-2546: A race among ALSA timer ioctls was fixed (bsc#967975). - CVE-2016-2547,CVE-2016-2548: The ALSA slave timer list handling was hardened against hangs and races. (CVE-2016-2547,CVE-2016-2548,bsc#968011,bsc#968012). - CVE-2016-2549: A stall in ALSA hrtimer handling was fixed (bsc#968013). - CVE-2016-2782: A malicious USB device could cause kernel crashes in the visor device driver (bnc#968670). - CVE-2016-3137: A malicious USB device could cause kernel crashes in the cypress_m8 device driver (bnc#970970). - CVE-2016-3139: A malicious USB device could cause kernel crashes in the wacom device driver (bnc#970909). - CVE-2016-3140: A malicious USB device could cause kernel crashes in the digi_acceleport device driver (bnc#970892). - CVE-2016-3156: A quadratic algorithm could lead to long kernel ipv4 hangs when removing a device with a large number of addresses. (bsc#971360). - CVE-2016-3955: A remote buffer overflow in the usbip driver could be used by authenticated attackers to crash the kernel. (bsc#975945) - CVE-2016-2847: A local user could exhaust kernel memory by pushing lots of data into pipes. (bsc#970948). - CVE-2016-2188: A malicious USB device could cause kernel crashes in the iowarrior device driver (bnc#970956). - CVE-2016-3138: A malicious USB device could cause kernel crashes in the cdc-acm device driver (bnc#970911).
The following non-security bugs were fixed: - af_unix: Guard against other == sk in unix_dgram_sendmsg (bsc#973570). - blktap: also call blkif_disconnect() when frontend switched to closed (bsc#952976). - blktap: refine mm tracking (bsc#952976). - cachefiles: Avoid deadlocks with fs freezing (bsc#935123). - cifs: Schedule on hard mount retry (bsc#941514). - cpuset: Fix potential deadlock w/ set_mems_allowed (bsc#960857, bsc#974646). - dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752). - driver: Vmxnet3: Fix ethtool -S to return correct rx queue stats (bsc#950750). - drm/i915: Change semantics of hw_contexts_disabled (bsc#963276). - drm/i915: Evict CS TLBs between batches (bsc#758040). - drm/i915: Fix SRC_COPY width on 830/845g (bsc#758040). - 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). - ext3: fix data=journal fast mount/umount hang (bsc#942082). - ext3: NULL dereference in ext3_evict_inode() (bsc#942082). - firmware: Create directories for external firmware (bsc#959312). - firmware: Simplify directory creation (bsc#959312). - fs: Avoid deadlocks of fsync_bdev() and fs freezing (bsc#935123). - fs: Fix deadlocks between sync and fs freezing (bsc#935123). - ftdi_sio: private backport of TIOCMIWAIT (bnc#956375). - ipr: Fix incorrect trace indexing (bsc#940913). - ipr: Fix invalid array indexing for HRRQ (bsc#940913). - ipv6: make fib6 serial number per namespace (bsc#965319). - ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs (bsc#956852). - ipv6: per netns fib6 walkers (bsc#965319). - ipv6: per netns FIB garbage collection (bsc#965319). - ipv6: replace global gc_args with local variable (bsc#965319). - jbd: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516). - kabi: protect struct netns_ipv6 after FIB6 GC series (bsc#965319). - kbuild: create directory for dir/file.o (bsc#959312). - kexec: Fix race between panic() and crash_kexec() called directly (bnc#937444). - lpfc: Fix null ndlp dereference in target_reset_handler (bsc#951392). - mld, igmp: Fix reserved tailroom calculation (bsc#956852). - mm-memcg-print-statistics-from-live-counters-fix (bnc#969307). - netfilter: xt_recent: fix namespace destroy path (bsc#879378). - nfs4: treat lock owners as opaque values (bnc#968141). - nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201). - nfs: use smaller allocations for 'struct id_map' (bsc#965923). - nfsv4: Fix two infinite loops in the mount code (bsc#954628). - nfsv4: Recovery of recalled read delegations is broken (bsc#956514). - panic/x86: Allow cpus to save registers even if they (bnc#940946). - panic/x86: Fix re-entrance problem due to panic on (bnc#937444). - pciback: do not allow MSI-X ops if PCI_COMMAND_MEMORY is not set. - pciback: for XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled. - pciback: return error on XEN_PCI_OP_enable_msi when device has MSI or MSI-X enabled. - pciback: return error on XEN_PCI_OP_enable_msix when device has MSI or MSI-X enabled. - pci: Update VPD size with correct length (bsc#958906). - quota: Fix deadlock with suspend and quotas (bsc#935123). - rdma/ucma: Fix AB-BA deadlock (bsc#963998). - README.BRANCH: Switch to LTSS mode - Refresh patches.xen/xen3-08-x86-ldt-make-modify_ldt-synchronous.patch (bsc#959705). - Restore kabi after lock-owner change (bnc#968141). - s390/pageattr: Do a single TLB flush for change_page_attr (bsc#940413). - scsi_dh_rdac: always retry MODE SELECT on command lock violation (bsc#956949). - scsi: mpt2sas: Rearrange the the code so that the completion queues are initialized prior to sending the request to controller firmware (bsc#967863). - skb: Add inline helper for getting the skb end offset from head (bsc#956852). - sunrcp: restore fair scheduling to priority queues (bsc#955308). - sunrpc: refactor rpcauth_checkverf error returns (bsc#955673). - tcp: avoid order-1 allocations on wifi and tx path (bsc#956852). - tcp: fix skb_availroom() (bsc#956852). - tg3: 5715 does not link up when autoneg off (bsc#904035). - Update patches.fixes/mm-exclude-reserved-pages-from-dirtyable-memory-fix.patch (bnc#940017, bnc#949298, bnc#947128). - usb: ftdi_sio: fix race condition in TIOCMIWAIT, and abort of TIOCMIWAIT when the device is removed (bnc#956375). - usb: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNT (bnc#956375). - usb: ftdi_sio: fix tiocmget and tiocmset return values (bnc#956375). - usb: ftdi_sio: fix tiocmget indentation (bnc#956375). - usb: ftdi_sio: optimise chars_in_buffer (bnc#956375). - usb: ftdi_sio: refactor modem-control status retrieval (bnc#956375). - usb: ftdi_sio: remove unnecessary memset (bnc#956375). - usb: ftdi_sio: use ftdi_get_modem_status in chars_in_buffer (bnc#956375). - usb: ftdi_sio: use generic chars_in_buffer (bnc#956375). - usb: serial: export usb_serial_generic_chars_in_buffer (bnc#956375). - usb: serial: ftdi_sio: Add missing chars_in_buffer function (bnc#956375). - usbvision fix overflow of interfaces array (bnc#950998). - veth: extend device features (bsc#879381). - vfs: Provide function to get superblock and wait for it to thaw (bsc#935123). - vmxnet3: adjust ring sizes when interface is down (bsc#950750). - vmxnet3: fix building without CONFIG_PCI_MSI (bsc#958912). - vmxnet3: fix ethtool ring buffer size setting (bsc#950750). - vmxnet3: fix netpoll race condition (bsc#958912). - writeback: Skip writeback for frozen filesystem (bsc#935123). - x86/evtchn: make use of PHYSDEVOP_map_pirq. - x86, kvm: fix kvm's usage of kernel_fpu_begin/end() (bsc#961518). - x86, kvm: fix maintenance of guest/host xcr0 state (bsc#961518). - x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() (bsc#961518). - x86/mce: Fix return value of mce_chrdev_read() when erst is disabled (bsc#934787). - xen/panic/x86: Allow cpus to save registers even if they (bnc#940946). - xen/panic/x86: Fix re-entrance problem due to panic on (bnc#937444). - xen: x86: mm: drop TLB flush from ptep_set_access_flags (bsc#948330). - xen: x86: mm: only do a local tlb flush in ptep_set_access_flags() (bsc#948330). - xfrm: do not segment UFO packets (bsc#946122). - xhci: silence TD warning (bnc#939955).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000399 1000434 1000436 1000688 1000689 1000690 1000691 1000692 1000693 1000694 1000695 1000698 1000699 1000700 1000701 1000703 1000704 1000707 1000709 1000711 1000713 1000714 1001066 1001221 1002209 1002421 1002422 1003629 1004418 1005123 1005125 1005127 1007245 1019649 1025029 1025035 1025084 1056127 1056128 1056129 1056131 1056132 1056136 1058425 1069530 1082216 1082233 1098998 1104129 1124799 1124800 1124802 1124803 1124805 1124806 1124824 1124825 1124826 1124827 1125099 1126068 1126069 1133185 758040 781018 879378 879381 904035 924919 925499 932026 934787 935123 937444 939955 940017 940413 940913 940946 941514 942082 942628 946122 947128 948330 949298 949752 949936 950750 950998 951392 952976 954628 955308 955354 955654 955673 956375 956514 956707 956708 956709 956852 956949 957988 957990 958463 958886 958906 958912 958951 959190 959312 959399 959705 960857 961500 961509 961512 961516 961518 961964 963276 963765 963767 963998 964201 965319 965923 966437 966693 967026 967863 967972 967973 967974 967975 968010 968011 968012 968013 968141 968670 969307 970504 970892 970909 970911 970948 970956 970958 970970 971124 971125 971360 973570 974646 975945 981044 CVE-2006-4197 CVE-2009-0581 CVE-2009-0723 CVE-2009-0733 CVE-2009-0793 CVE-2009-3736 CVE-2013-7446 CVE-2014-9907 CVE-2015-4000 CVE-2015-5185 CVE-2015-7509 CVE-2015-7515 CVE-2015-7550 CVE-2015-7566 CVE-2015-7799 CVE-2015-8215 CVE-2015-8539 CVE-2015-8543 CVE-2015-8550 CVE-2015-8551 CVE-2015-8552 CVE-2015-8569 CVE-2015-8575 CVE-2015-8767 CVE-2015-8785 CVE-2015-8812 CVE-2015-8816 CVE-2015-8957 CVE-2015-8958 CVE-2015-8959 CVE-2016-0723 CVE-2016-0787 CVE-2016-2069 CVE-2016-2143 CVE-2016-2184 CVE-2016-2185 CVE-2016-2186 CVE-2016-2188 CVE-2016-2384 CVE-2016-2543 CVE-2016-2544 CVE-2016-2545 CVE-2016-2546 CVE-2016-2547 CVE-2016-2548 CVE-2016-2549 CVE-2016-2782 CVE-2016-2847 CVE-2016-3137 CVE-2016-3138 CVE-2016-3139 CVE-2016-3140 CVE-2016-3156 CVE-2016-3955 CVE-2016-5195 CVE-2016-5687 CVE-2016-6823 CVE-2016-7101 CVE-2016-7514 CVE-2016-7515 CVE-2016-7516 CVE-2016-7517 CVE-2016-7518 CVE-2016-7519 CVE-2016-7522 CVE-2016-7523 CVE-2016-7524 CVE-2016-7525 CVE-2016-7526 CVE-2016-7527 CVE-2016-7528 CVE-2016-7529 CVE-2016-7530 CVE-2016-7531 CVE-2016-7533 CVE-2016-7535 CVE-2016-7537 CVE-2016-7799 CVE-2016-7800 CVE-2016-7996 CVE-2016-7997 CVE-2016-8682 CVE-2016-8683 CVE-2016-8684 CVE-2016-8862 CVE-2017-13728 CVE-2017-13729 CVE-2017-13730 CVE-2017-13731 CVE-2017-13732 CVE-2017-13733 CVE-2017-14482 CVE-2017-16879 CVE-2017-2624 CVE-2018-12359 CVE-2018-12360 CVE-2018-12362 CVE-2018-12363 CVE-2018-12364 CVE-2018-12365 CVE-2018-12366 CVE-2018-12368 CVE-2018-5156 CVE-2018-5188 CVE-2018-5740 CVE-2018-5743 CVE-2018-5745 CVE-2018-6798 CVE-2018-6913 CVE-2019-6465 CVE-2019-7572 CVE-2019-7573 CVE-2019-7574 CVE-2019-7575 CVE-2019-7576 CVE-2019-7577 CVE-2019-7578 CVE-2019-7635 CVE-2019-7636 CVE-2019-7637 CVE-2019-7638 SUSE-SU-2015:1526-1 SUSE-SU-2015:2218-1 SUSE-SU-2016:0723-1 SUSE-SU-2016:1203-1 SUSE-SU-2016:2614-1 SUSE-SU-2016:2964-1 SUSE-SU-2017:2532-1 SUSE-SU-2017:3183-1 SUSE-SU-2018:0976-1 SUSE-SU-2018:2325-1 SUSE-SU-2019:13998-1 SUSE-SU-2019:14074-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 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 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1 SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
NetworkManager-applet-1.8.10-lp150.3 is installed
OR NetworkManager-applet-lang-1.8.10-lp150.3 is installed
OR NetworkManager-connection-editor-1.8.10-lp150.3 is installed
OR libnm-gtk0-1.8.10-lp150.3 is installed
OR libnma0-1.8.10-lp150.3 is installed
OR nma-data-1.8.10-lp150.3 is installed
OR typelib-1_0-NMGtk-1_0-1.8.10-lp150.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
apparmor-abstractions-2.10.2-14 is installed
OR apparmor-docs-2.10.2-14 is installed
OR apparmor-parser-2.10.2-14 is installed
OR apparmor-profiles-2.10.2-14 is installed
OR apparmor-utils-2.10.2-14 is installed
OR libapparmor-devel-2.10.2-14 is installed
OR libapparmor1-2.10.2-14 is installed
OR libapparmor1-32bit-2.10.2-14 is installed
OR pam_apparmor-2.10.2-14 is installed
OR pam_apparmor-32bit-2.10.2-14 is installed
OR perl-apparmor-2.10.2-14 is installed
OR python3-apparmor-2.10.2-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
bytefx-data-mysql-2.6.7-0.9 is installed
OR ibm-data-db2-2.6.7-0.9 is installed
OR mono-core-2.6.7-0.9 is installed
OR mono-data-2.6.7-0.9 is installed
OR mono-data-firebird-2.6.7-0.9 is installed
OR mono-data-oracle-2.6.7-0.9 is installed
OR mono-data-postgresql-2.6.7-0.9 is installed
OR mono-data-sqlite-2.6.7-0.9 is installed
OR mono-data-sybase-2.6.7-0.9 is installed
OR mono-devel-2.6.7-0.9 is installed
OR mono-extras-2.6.7-0.9 is installed
OR mono-jscript-2.6.7-0.9 is installed
OR mono-locale-extras-2.6.7-0.9 is installed
OR mono-nunit-2.6.7-0.9 is installed
OR mono-wcf-2.6.7-0.9 is installed
OR mono-web-2.6.7-0.9 is installed
OR mono-winforms-2.6.7-0.9 is installed
OR monodoc-core-2.6.7-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
augeas-0.9.0-3.17 is installed
OR libaugeas0-0.9.0-3.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
libmysql55client18-5.5.46-0.14 is installed
OR libmysql55client18-32bit-5.5.46-0.14 is installed
OR libmysql55client_r18-5.5.46-0.14 is installed
OR libmysql55client_r18-32bit-5.5.46-0.14 is installed
OR mysql-5.5.46-0.14 is installed
OR mysql-client-5.5.46-0.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
freetype2-2.5.3-5 is installed
OR ft2demos-2.5.3-5 is installed
OR libfreetype6-2.5.3-5 is installed
OR libfreetype6-32bit-2.5.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.111-33 is installed
OR java-1_7_0-openjdk-headless-1.7.0.111-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
MozillaFirefox-45.6.0esr-96 is installed
OR MozillaFirefox-translations-45.6.0esr-96 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
qemu-2.9.0-6.3 is installed
OR qemu-block-curl-2.9.0-6.3 is installed
OR qemu-ipxe-1.0.0-6.3 is installed
OR qemu-kvm-2.9.0-6.3 is installed
OR qemu-seabios-1.10.2-6.3 is installed
OR qemu-sgabios-8-6.3 is installed
OR qemu-tools-2.9.0-6.3 is installed
OR qemu-vgabios-1.10.2-6.3 is installed
OR qemu-x86-2.9.0-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libthai-data-0.1.25-4 is installed
OR libthai0-0.1.25-4 is installed
OR libthai0-32bit-0.1.25-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.6.2-3 is installed
OR puppet-server-3.6.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND hyper-v-7-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
libpython3_4m1_0-3.4.1-2 is installed
OR python3-base-3.4.1-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND cron-4.1-194.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND cron-4.1-194.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
mono-core-2.0.1-1.34 is installed
OR mono-data-2.0.1-1.34 is installed
OR mono-data-postgresql-2.0.1-1.34 is installed
OR mono-data-sqlite-2.0.1-1.34 is installed
OR mono-locale-extras-2.0.1-1.34 is installed
OR mono-nunit-2.0.1-1.34 is installed
OR mono-web-2.0.1-1.34 is installed
OR mono-winforms-2.0.1-1.34 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
mono-core-2.0.1-1.34 is installed
OR mono-data-2.0.1-1.34 is installed
OR mono-data-postgresql-2.0.1-1.34 is installed
OR mono-data-sqlite-2.0.1-1.34 is installed
OR mono-locale-extras-2.0.1-1.34 is installed
OR mono-nunit-2.0.1-1.34 is installed
OR mono-web-2.0.1-1.34 is installed
OR mono-winforms-2.0.1-1.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
mono-core-2.0.1-1.34 is installed
OR mono-data-2.0.1-1.34 is installed
OR mono-data-postgresql-2.0.1-1.34 is installed
OR mono-data-sqlite-2.0.1-1.34 is installed
OR mono-locale-extras-2.0.1-1.34 is installed
OR mono-nunit-2.0.1-1.34 is installed
OR mono-web-2.0.1-1.34 is installed
OR mono-winforms-2.0.1-1.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
lcms-1.17-77.14 is installed
OR liblcms1-1.17-77.14 is installed
OR liblcms1-32bit-1.17-77.14 is installed
OR liblcms1-x86-1.17-77.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.17 is installed
OR libMagickCore1-6.4.3.6-7.78.17 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.17 is installed
OR libMagickCore1-6.4.3.6-7.78.17 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND cron-4.1-194.199 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.7.0esr-36 is installed
OR MozillaFirefox-translations-38.7.0esr-36 is installed
OR libfreebl3-3.20.2-20 is installed
OR libfreebl3-32bit-3.20.2-20 is installed
OR mozilla-nspr-4.12-19 is installed
OR mozilla-nspr-32bit-4.12-19 is installed
OR mozilla-nspr-devel-4.12-19 is installed
OR mozilla-nss-3.20.2-20 is installed
OR mozilla-nss-32bit-3.20.2-20 is installed
OR mozilla-nss-devel-3.20.2-20 is installed
OR mozilla-nss-tools-3.20.2-20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.7.0esr-36 is installed
OR MozillaFirefox-translations-38.7.0esr-36 is installed
OR libfreebl3-3.20.2-20 is installed
OR libfreebl3-32bit-3.20.2-20 is installed
OR mozilla-nspr-4.12-19 is installed
OR mozilla-nspr-32bit-4.12-19 is installed
OR mozilla-nspr-devel-4.12-19 is installed
OR mozilla-nss-3.20.2-20 is installed
OR mozilla-nss-32bit-3.20.2-20 is installed
OR mozilla-nss-devel-3.20.2-20 is installed
OR mozilla-nss-tools-3.20.2-20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND apache2-mod_security2-2.7.1-0.2.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
apache2-2.2.12-1.38 is installed
OR apache2-doc-2.2.12-1.38 is installed
OR apache2-example-pages-2.2.12-1.38 is installed
OR apache2-prefork-2.2.12-1.38 is installed
OR apache2-utils-2.2.12-1.38 is installed
OR apache2-worker-2.2.12-1.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND dnsmasq-2.78-0.16.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND dnsmasq-2.78-0.16.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND dnsmasq-2.78-0.16.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND dnsmasq-2.78-0.16.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.79 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79 is installed
OR kernel-default-3.0.101-0.47.79 is installed
OR kernel-default-base-3.0.101-0.47.79 is installed
OR kernel-default-devel-3.0.101-0.47.79 is installed
OR kernel-default-man-3.0.101-0.47.79 is installed
OR kernel-ec2-3.0.101-0.47.79 is installed
OR kernel-ec2-base-3.0.101-0.47.79 is installed
OR kernel-ec2-devel-3.0.101-0.47.79 is installed
OR kernel-pae-3.0.101-0.47.79 is installed
OR kernel-pae-base-3.0.101-0.47.79 is installed
OR kernel-pae-devel-3.0.101-0.47.79 is installed
OR kernel-source-3.0.101-0.47.79 is installed
OR kernel-syms-3.0.101-0.47.79 is installed
OR kernel-trace-3.0.101-0.47.79 is installed
OR kernel-trace-base-3.0.101-0.47.79 is installed
OR kernel-trace-devel-3.0.101-0.47.79 is installed
OR kernel-xen-3.0.101-0.47.79 is installed
OR kernel-xen-base-3.0.101-0.47.79 is installed
OR kernel-xen-devel-3.0.101-0.47.79 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.79 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79 is installed
OR kernel-default-3.0.101-0.47.79 is installed
OR kernel-default-base-3.0.101-0.47.79 is installed
OR kernel-default-devel-3.0.101-0.47.79 is installed
OR kernel-default-man-3.0.101-0.47.79 is installed
OR kernel-ec2-3.0.101-0.47.79 is installed
OR kernel-ec2-base-3.0.101-0.47.79 is installed
OR kernel-ec2-devel-3.0.101-0.47.79 is installed
OR kernel-pae-3.0.101-0.47.79 is installed
OR kernel-pae-base-3.0.101-0.47.79 is installed
OR kernel-pae-devel-3.0.101-0.47.79 is installed
OR kernel-source-3.0.101-0.47.79 is installed
OR kernel-syms-3.0.101-0.47.79 is installed
OR kernel-trace-3.0.101-0.47.79 is installed
OR kernel-trace-base-3.0.101-0.47.79 is installed
OR kernel-trace-devel-3.0.101-0.47.79 is installed
OR kernel-xen-3.0.101-0.47.79 is installed
OR kernel-xen-base-3.0.101-0.47.79 is installed
OR kernel-xen-devel-3.0.101-0.47.79 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
Mesa-9.0.3-0.28.29 is installed
OR Mesa-32bit-9.0.3-0.28.29 is installed
OR Mesa-x86-9.0.3-0.28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
bind-9.9.6P1-0.51.15 is installed
OR bind-chrootenv-9.9.6P1-0.51.15 is installed
OR bind-doc-9.9.6P1-0.51.15 is installed
OR bind-libs-9.9.6P1-0.51.15 is installed
OR bind-libs-32bit-9.9.6P1-0.51.15 is installed
OR bind-utils-9.9.6P1-0.51.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
bind-9.9.6P1-0.51.15 is installed
OR bind-chrootenv-9.9.6P1-0.51.15 is installed
OR bind-doc-9.9.6P1-0.51.15 is installed
OR bind-libs-9.9.6P1-0.51.15 is installed
OR bind-libs-32bit-9.9.6P1-0.51.15 is installed
OR bind-utils-9.9.6P1-0.51.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libldap-openssl1-2_4-2-2.4.26-0.74.9 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.74.9 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.74.9 is installed
OR openldap2-client-openssl1-2.4.26-0.74.9 is installed
OR openldap2-openssl1-2.4.26-0.74.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libldap-openssl1-2_4-2-2.4.26-0.74.9 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.74.9 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.74.9 is installed
OR openldap2-client-openssl1-2.4.26-0.74.9 is installed
OR openldap2-openssl1-2.4.26-0.74.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libldap-openssl1-2_4-2-2.4.26-0.28 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
flac-1.3.0-6 is installed
OR libFLAC++6-1.3.0-6 is installed
OR libFLAC8-1.3.0-6 is installed
OR libFLAC8-32bit-1.3.0-6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
flac-1.3.0-6 is installed
OR libFLAC++6-1.3.0-6 is installed
OR libFLAC8-1.3.0-6 is installed
OR libFLAC8-32bit-1.3.0-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
automake-1.13.4-4 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr2.10-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr2.10-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
apache2-2.4.16-5 is installed
OR apache2-doc-2.4.16-5 is installed
OR apache2-example-pages-2.4.16-5 is installed
OR apache2-prefork-2.4.16-5 is installed
OR apache2-utils-2.4.16-5 is installed
OR apache2-worker-2.4.16-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
openvpn-2.3.8-16.17 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
openvpn-2.3.8-16.17 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_62-60_64_8-default-12-4 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-12-4 is installed
OR kgraft-patch-SLE12-SP1_Update_8-12-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
gc-7.2d-5 is installed
OR libgc1-7.2d-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
gc-7.2d-5 is installed
OR libgc1-7.2d-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND perl-XML-LibXML-2.0019-6.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND perl-XML-LibXML-2.0019-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND apache2-mod_jk-1.2.40-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
java-1_8_0-openjdk-1.8.0.191-27.29 is installed
OR java-1_8_0-openjdk-demo-1.8.0.191-27.29 is installed
OR java-1_8_0-openjdk-devel-1.8.0.191-27.29 is installed
OR java-1_8_0-openjdk-headless-1.8.0.191-27.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
java-1_8_0-openjdk-1.8.0.191-27.29 is installed
OR java-1_8_0-openjdk-demo-1.8.0.191-27.29 is installed
OR java-1_8_0-openjdk-devel-1.8.0.191-27.29 is installed
OR java-1_8_0-openjdk-headless-1.8.0.191-27.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND git-core-2.12.3-27.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-4-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_15-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-4-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_15-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libevent-2.0.21-6.3 is installed
OR libevent-2_0-5-2.0.21-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.50 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_60-52_57-default-7-3 is installed
OR kgraft-patch-3_12_60-52_57-xen-7-3 is installed
OR kgraft-patch-SLE12_Update_16-7-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
xen-4.5.5_12-22.18 is installed
OR xen-doc-html-4.5.5_12-22.18 is installed
OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18 is installed
OR xen-libs-4.5.5_12-22.18 is installed
OR xen-libs-32bit-4.5.5_12-22.18 is installed
OR xen-tools-4.5.5_12-22.18 is installed
OR xen-tools-domU-4.5.5_12-22.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_38-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_13-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_176-94_88-default-3-2 is installed
OR kgraft-patch-SLE12-SP3_Update_24-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libxerces-c-3_1-3.1.1-4 is installed
OR libxerces-c-3_1-32bit-3.1.1-4 is installed
OR xerces-c-3.1.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
ImageMagick-6.8.8.1-30 is installed
OR libMagick++-6_Q16-3-6.8.8.1-30 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcap-1.8.1-9 is installed
OR libpcap1-32bit-1.8.1-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libIlmImf-Imf_2_1-21-32bit-2.1.0-6.3 is installed
OR openexr-2.1.0-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwpd-0.10.2-2.7 is installed
OR libwpd-0_10-10-0.10.2-2.7 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ntp-4.2.8p6-41 is installed
OR ntp-doc-4.2.8p6-41 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
containerd-0.2.5+gitr569_2a5e70c-15 is installed
OR docker-1.12.6-87 is installed
OR runc-0.1.1+gitr2819_50a19c6-15 is installed
|