| Revision Date: | 2020-12-01 | Version: | 1 |
| Title: | Security update for the Linux Kernel (Important) |
| Description: |
The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security and bugfixes.
Notable new features:
- Toleration of newer crypto hardware for z Systems - USB 2.0 Link power management for Haswell-ULT
The following security bugs were fixed:
- CVE-2017-7308: The packet_set_ring function in net/packet/af_packet.c in the Linux kernel did not properly validate certain block-size data, which allowed local users to cause a denial of service (overflow) or possibly have unspecified other impact via crafted system calls (bnc#1031579) - CVE-2017-2671: The ping_unhash function in net/ipv4/ping.c in the Linux kernel was too late in obtaining a certain lock and consequently could not ensure that disconnect function calls are safe, which allowed local users to cause a denial of service (panic) by leveraging access to the protocol value of IPPROTO_ICMP in a socket system call (bnc#1031003) - CVE-2017-7184: The xfrm_replay_verify_len function in net/xfrm/xfrm_user.c in the Linux kernel did not validate certain size data after an XFRM_MSG_NEWAE update, which allowed local users to obtain root privileges or cause a denial of service (heap-based out-of-bounds access) by leveraging the CAP_NET_ADMIN capability (bsc#1030573). - CVE-2017-5970: The ipv4_pktinfo_prepare function in net/ipv4/ip_sockglue.c in the Linux kernel allowed attackers to cause a denial of service (system crash) via (1) an application that made crafted system calls or possibly (2) IPv4 traffic with invalid IP options (bsc#1024938). - CVE-2017-7616: Incorrect error handling in the set_mempolicy and mbind compat syscalls in mm/mempolicy.c in the Linux kernel allowed local users to obtain sensitive information from uninitialized stack data by triggering failure of a certain bitmap operation (bsc#1033336). - CVE-2017-7294: The vmw_surface_define_ioctl function in drivers/gpu/drm/vmwgfx/vmwgfx_surface.c in the Linux kernel did not validate addition of certain levels data, which allowed local users to trigger an integer overflow and out-of-bounds write, and cause a denial of service (system hang or crash) or possibly gain privileges, via a crafted ioctl call for a /dev/dri/renderD* device (bnc#1031440) - CVE-2017-7261: The vmw_surface_define_ioctl function in drivers/gpu/drm/vmwgfx/vmwgfx_surface.c in the Linux kernel did not check for a zero value of certain levels data, which allowed local users to cause a denial of service (ZERO_SIZE_PTR dereference, and GPF and possibly panic) via a crafted ioctl call for a /dev/dri/renderD* device (bnc#1031052) - CVE-2017-7187: The sg_ioctl function in drivers/scsi/sg.c in the Linux kernel allowed local users to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a large command size in an SG_NEXT_CMD_LEN ioctl call, leading to out-of-bounds write access in the sg_write function (bnc#1030213) - CVE-2017-6348: The hashbin_delete function in net/irda/irqueue.c in the Linux kernel improperly managed lock dropping, which allowed local users to cause a denial of service (deadlock) via crafted operations on IrDA devices (bnc#1027178) - CVE-2017-5669: The do_shmat function in ipc/shm.c in the Linux kernel did not restrict the address calculated by a certain rounding operation, which allowed local users to map page zero, and consequently bypass a protection mechanism that exists for the mmap system call, by making crafted shmget and shmat system calls in a privileged context (bnc#1026914) - CVE-2015-3288: mm/memory.c in the Linux kernel mishandled anonymous pages, which allowed local users to gain privileges or cause a denial of service (page tainting) via a crafted application that triggers writing to page zero (bsc#979021). - CVE-2016-10200: Race condition in the L2TPv3 IP Encapsulation feature in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) by making multiple bind system calls without properly ascertaining whether a socket has the SOCK_ZAPPED status, related to net/l2tp/l2tp_ip.c and net/l2tp/l2tp_ip6.c (bnc#1028415) - CVE-2016-5243: The tipc_nl_compat_link_dump function in net/tipc/netlink_compat.c in the Linux kernel did not properly copy a certain string, which allowed local users to obtain sensitive information from kernel stack memory by reading a Netlink message (bnc#983212) - CVE-2017-6353: net/sctp/socket.c in the Linux kernel did not properly restrict association peel-off operations during certain wait states, which allowed local users to cause a denial of service (invalid unlock and double free) via a multithreaded application (bnc#1027066) - CVE-2017-6214: The tcp_splice_read function in net/ipv4/tcp.c in the Linux kernel allowed remote attackers to cause a denial of service (infinite loop and soft lockup) via vectors involving a TCP packet with the URG flag (bnc#1026722) - CVE-2017-6074: The dccp_rcv_state_process function in net/dccp/input.c in the Linux kernel mishandled DCCP_PKT_REQUEST packet data structures in the LISTEN state, which allowed local users to obtain root privileges or cause a denial of service (double free) via an application that made an IPV6_RECVPKTINFO setsockopt system call (bnc#1026024) - CVE-2017-5986: Race condition in the sctp_wait_for_sndbuf function in net/sctp/socket.c in the Linux kernel allowed local users to cause a denial of service (assertion failure and panic) via a multithreaded application that peels off an association in a certain buffer-full state (bsc#1025235) - CVE-2015-8970: crypto/algif_skcipher.c in the Linux kernel did not verify that a setkey operation has been performed on an AF_ALG socket an accept system call is processed, which allowed local users to cause a denial of service (NULL pointer dereference and system crash) via a crafted application that does not supply a key, related to the lrw_crypt function in crypto/lrw.c (bsc#1008374).
The following non-security bugs were fixed:
- NFSD: do not risk using duplicate owner/file/delegation ids (bsc#1029212). - RAID1: avoid unnecessary spin locks in I/O barrier code (bsc#982783, bsc#1026260). - SUNRPC: Clean up the slot table allocation (bsc#1013862). - SUNRPC: Initalise the struct xprt upon allocation (bsc#1013862). - USB: cdc-acm: fix broken runtime suspend (bsc#1033771). - USB: cdc-acm: fix open and suspend race (bsc#1033771). - USB: cdc-acm: fix potential urb leak and PM imbalance in write (bsc#1033771). - USB: cdc-acm: fix runtime PM for control messages (bsc#1033771). - USB: cdc-acm: fix runtime PM imbalance at shutdown (bsc#1033771). - USB: cdc-acm: fix shutdown and suspend race (bsc#1033771). - USB: cdc-acm: fix write and resume race (bsc#1033771). - USB: cdc-acm: fix write and suspend race (bsc#1033771). - USB: hub: Fix crash after failure to read BOS descriptor - USB: serial: iuu_phoenix: fix NULL-deref at open (bsc#1033794). - USB: serial: kl5kusb105: fix line-state error handling (bsc#1021256). - USB: serial: mos7720: fix NULL-deref at open (bsc#1033816). - USB: serial: mos7720: fix parallel probe (bsc#1033816). - USB: serial: mos7720: fix parport use-after-free on probe errors (bsc#1033816). - USB: serial: mos7720: fix use-after-free on probe errors (bsc#1033816). - USB: serial: mos7840: fix NULL-deref at open (bsc#1034026). - USB: xhci-mem: use passed in GFP flags instead of GFP_KERNEL (bsc#1023014). - Update metadata for serial fixes (bsc#1013070) - Use PF_LESS_THROTTLE in loop device thread (bsc#1027101). - clocksource: Remove 'weak' from clocksource_default_clock() declaration (bnc#1013018). - dlm: backport 'fix lvb invalidation conditions' (bsc#1005651). - drm/mgag200: Add support for G200e rev 4 (bnc#995542, comment #81) - enic: set skb->hash type properly (bsc#911105). - ext4: fix mballoc breakage with 64k block size (bsc#1013018). - ext4: fix stack memory corruption with 64k block size (bsc#1013018). - ext4: reject inodes with negative size (bsc#1013018). - fuse: initialize fc->release before calling it (bsc#1013018). - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx (bsc#985561). - i40e/i40evf: Fix mixed size frags and linearization (bsc#985561). - i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet (bsc#985561). - i40e/i40evf: Rewrite logic for 8 descriptor per packet check (bsc#985561). - i40e: Fix TSO with more than 8 frags per segment issue (bsc#985561). - i40e: Impose a lower limit on gso size (bsc#985561). - i40e: Limit TX descriptor count in cases where frag size is greater than 16K (bsc#985561). - i40e: avoid null pointer dereference (bsc#909486). - jbd: Fix oops in journal_remove_journal_head() (bsc#1017143). - jbd: do not wait (forever) for stale tid caused by wraparound (bsc#1020229). - kABI: mask struct xfs_icdinode change (bsc#1024788). - kabi: Protect xfs_mount and xfs_buftarg (bsc#1024508). - kabi: fix (bsc#1008893). - lockd: use init_utsname for id encoding (bsc#1033804). - lockd: use rpc client's cl_nodename for id encoding (bsc#1033804). - md linear: fix a race between linear_add() and linear_congested() (bsc#1018446). - md/linear: shutup lockdep warnning (bsc#1018446). - mm/mempolicy.c: do not put mempolicy before using its nodemask (bnc#931620). - ocfs2: do not write error flag to user structure we cannot copy from/to (bsc#1013018). - ocfs2: fix crash caused by stale lvb with fsdlm plugin (bsc#1013800). - ocfs2: fix error return code in ocfs2_info_handle_freefrag() (bsc#1013018). - ocfs2: null deref on allocation error (bsc#1013018). - pciback: only check PF if actually dealing with a VF (bsc#999245). - pciback: use pci_physfn() (bsc#999245). - posix-timers: Fix stack info leak in timer_create() (bnc#1013018). - powerpc,cpuidle: Dont toggle CPUIDLE_FLAG_IGNORE while setting smt_snooze_delay (bsc#1023163). - powerpc/fadump: Fix the race in crash_fadump() (bsc#1022971). - powerpc/fadump: Reserve memory at an offset closer to bottom of RAM (bsc#1032141). - powerpc/fadump: Update fadump documentation (bsc#1032141). - powerpc/nvram: Fix an incorrect partition merge (bsc#1016489). - powerpc/vdso64: Use double word compare on pointers (bsc#1016489). - rcu: Call out dangers of expedited RCU primitives (bsc#1008893). - rcu: Direct algorithmic SRCU implementation (bsc#1008893). - rcu: Flip ->completed only once per SRCU grace period (bsc#1008893). - rcu: Implement a variant of Peter's SRCU algorithm (bsc#1008893). - rcu: Increment upper bit only for srcu_read_lock() (bsc#1008893). - rcu: Remove fast check path from __synchronize_srcu() (bsc#1008893). - s390/kmsg: add missing kmsg descriptions (bnc#1025702). - s390/vmlogrdr: fix IUCV buffer allocation (bnc#1025702). - s390/zcrypt: Introduce CEX6 toleration - sched/core: Fix TASK_DEAD race in finish_task_switch() (bnc#1013018). - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems (bnc#1013018). - scsi: zfcp: do not trace pure benign residual HBA responses at default level (bnc#1025702). - scsi: zfcp: fix rport unblock race with LUN recovery (bnc#1025702). - scsi: zfcp: fix use-after-'free' in FC ingress path after TMF (bnc#1025702). - scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed send (bnc#1025702). - sfc: reduce severity of PIO buffer alloc failures (bsc#1019168). - tcp: abort orphan sockets stalling on zero window probes (bsc#1021913). - vfs: split generic splice code from i_mutex locking (bsc#1024788). - virtio_scsi: fix memory leak on full queue condition (bsc#1028880). - vmxnet3: segCnt can be 1 for LRO packets (bsc#988065, bsc#1029770). - xen-blkfront: correct maximum segment accounting (bsc#1018263). - xen-blkfront: do not call talk_to_blkback when already connected to blkback. - xen-blkfront: free resources if xlvbd_alloc_gendisk fails. - xfs: Fix lock ordering in splice write (bsc#1024788). - xfs: Make xfs_icdinode->di_dmstate atomic_t (bsc#1024788). - xfs: do not assert fail on non-async buffers on ioacct decrement (bsc#1024508). - xfs: exclude never-released buffers from buftarg I/O accounting (bsc#1024508). - xfs: fix buffer overflow dm_get_dirattrs/dm_get_dirattrs2 (bsc#989056). - xfs: fix up xfs_swap_extent_forks inline extent handling (bsc#1023888). - xfs: kill xfs_itruncate_start (bsc#1024788). - xfs: remove the i_new_size field in struct xfs_inode (bsc#1024788). - xfs: remove the i_size field in struct xfs_inode (bsc#1024788). - xfs: remove xfs_itruncate_data (bsc#1024788). - xfs: replace global xfslogd wq with per-mount wq (bsc#1024508). - xfs: split xfs_itruncate_finish (bsc#1024788). - xfs: split xfs_setattr (bsc#1024788). - xfs: track and serialize in-flight async buffers against unmount (bsc#1024508). - xfs_dmapi: fix the debug compilation of xfs_dmapi (bsc#989056).
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1005651 1008374 1008893 1013018 1013070 1013800 1013862 1016489 1017143 1018263 1018446 1019168 1020229 1021256 1021913 1022971 1023014 1023163 1023888 1024508 1024788 1024938 1025235 1025702 1026024 1026260 1026722 1026914 1027066 1027101 1027178 1028415 1028880 1029212 1029770 1030213 1030573 1031003 1031052 1031440 1031579 1032141 1033336 1033771 1033794 1033804 1033816 1034026 1047936 1059525 1078383 1081056 1083463 1084137 1084521 1084524 1084532 1085124 1086825 1087922 1090194 1111697 1130330 1131317 1132053 1132060 1133204 1133205 1133498 1133501 527539 555725 601830 606294 612430 680210 680212 700987 711490 715643 808243 877642 900914 901488 907514 909486 910258 911105 915410 918984 923534 923967 930622 931620 932267 944463 944697 945167 947165 949138 949549 950367 950703 950705 950706 952188 979021 982783 983212 983549 983638 983639 983643 983646 983651 983652 983653 983655 984006 985561 985659 988065 989056 995542 999245 CVE-2009-1720 CVE-2009-1721 CVE-2010-0211 CVE-2010-0212 CVE-2010-0540 CVE-2010-2431 CVE-2010-2432 CVE-2011-2896 CVE-2011-3170 CVE-2013-0787 CVE-2014-0222 CVE-2014-8242 CVE-2014-9512 CVE-2015-0797 CVE-2015-0817 CVE-2015-0818 CVE-2015-2695 CVE-2015-2708 CVE-2015-2709 CVE-2015-2710 CVE-2015-2713 CVE-2015-2716 CVE-2015-3288 CVE-2015-4037 CVE-2015-5239 CVE-2015-6815 CVE-2015-7311 CVE-2015-7835 CVE-2015-7969 CVE-2015-7971 CVE-2015-8970 CVE-2016-10200 CVE-2016-2815 CVE-2016-2818 CVE-2016-2819 CVE-2016-2821 CVE-2016-2822 CVE-2016-2824 CVE-2016-2828 CVE-2016-2831 CVE-2016-2834 CVE-2016-5243 CVE-2017-1000253 CVE-2017-10686 CVE-2017-2671 CVE-2017-5669 CVE-2017-5970 CVE-2017-5986 CVE-2017-6074 CVE-2017-6214 CVE-2017-6348 CVE-2017-6353 CVE-2017-7184 CVE-2017-7187 CVE-2017-7261 CVE-2017-7294 CVE-2017-7308 CVE-2017-7616 CVE-2018-1000120 CVE-2018-1000121 CVE-2018-1000122 CVE-2018-14665 CVE-2019-10650 CVE-2019-11007 CVE-2019-11009 CVE-2019-11470 CVE-2019-11472 CVE-2019-11505 CVE-2019-11506 CVE-2019-9956 SUSE-SU-2015:0593-2 SUSE-SU-2015:1894-1 SUSE-SU-2015:1898-1 SUSE-SU-2016:0176-1 SUSE-SU-2016:1799-1 SUSE-SU-2017:1301-1 SUSE-SU-2017:2045-1 SUSE-SU-2017:2725-1 SUSE-SU-2018:1323-1 SUSE-SU-2018:3456-1
|
| Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 additional PackageHub packages 15 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 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 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 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 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 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 15.0 is installed AND libmad0-0.15.1b-lp150.3 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.3 is installed
AND Package Information
apache2-mod_php7-7.0.7-31.1 is installed
OR php7-7.0.7-31.1 is installed
OR php7-bcmath-7.0.7-31.1 is installed
OR php7-bz2-7.0.7-31.1 is installed
OR php7-calendar-7.0.7-31.1 is installed
OR php7-ctype-7.0.7-31.1 is installed
OR php7-curl-7.0.7-31.1 is installed
OR php7-dba-7.0.7-31.1 is installed
OR php7-devel-7.0.7-31.1 is installed
OR php7-dom-7.0.7-31.1 is installed
OR php7-enchant-7.0.7-31.1 is installed
OR php7-exif-7.0.7-31.1 is installed
OR php7-fastcgi-7.0.7-31.1 is installed
OR php7-fileinfo-7.0.7-31.1 is installed
OR php7-firebird-7.0.7-31.1 is installed
OR php7-fpm-7.0.7-31.1 is installed
OR php7-ftp-7.0.7-31.1 is installed
OR php7-gd-7.0.7-31.1 is installed
OR php7-gettext-7.0.7-31.1 is installed
OR php7-gmp-7.0.7-31.1 is installed
OR php7-iconv-7.0.7-31.1 is installed
OR php7-imap-7.0.7-31.1 is installed
OR php7-intl-7.0.7-31.1 is installed
OR php7-json-7.0.7-31.1 is installed
OR php7-ldap-7.0.7-31.1 is installed
OR php7-mbstring-7.0.7-31.1 is installed
OR php7-mcrypt-7.0.7-31.1 is installed
OR php7-mysql-7.0.7-31.1 is installed
OR php7-odbc-7.0.7-31.1 is installed
OR php7-opcache-7.0.7-31.1 is installed
OR php7-openssl-7.0.7-31.1 is installed
OR php7-pcntl-7.0.7-31.1 is installed
OR php7-pdo-7.0.7-31.1 is installed
OR php7-pear-7.0.7-31.1 is installed
OR php7-pear-Archive_Tar-7.0.7-31.1 is installed
OR php7-pgsql-7.0.7-31.1 is installed
OR php7-phar-7.0.7-31.1 is installed
OR php7-posix-7.0.7-31.1 is installed
OR php7-pspell-7.0.7-31.1 is installed
OR php7-readline-7.0.7-31.1 is installed
OR php7-shmop-7.0.7-31.1 is installed
OR php7-snmp-7.0.7-31.1 is installed
OR php7-soap-7.0.7-31.1 is installed
OR php7-sockets-7.0.7-31.1 is installed
OR php7-sqlite-7.0.7-31.1 is installed
OR php7-sysvmsg-7.0.7-31.1 is installed
OR php7-sysvsem-7.0.7-31.1 is installed
OR php7-sysvshm-7.0.7-31.1 is installed
OR php7-tidy-7.0.7-31.1 is installed
OR php7-tokenizer-7.0.7-31.1 is installed
OR php7-wddx-7.0.7-31.1 is installed
OR php7-xmlreader-7.0.7-31.1 is installed
OR php7-xmlrpc-7.0.7-31.1 is installed
OR php7-xmlwriter-7.0.7-31.1 is installed
OR php7-xsl-7.0.7-31.1 is installed
OR php7-zip-7.0.7-31.1 is installed
OR php7-zlib-7.0.7-31.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
krb5-1.6.3-133.49.97 is installed
OR krb5-32bit-1.6.3-133.49.97 is installed
OR krb5-client-1.6.3-133.49.97 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
file-5.19-2 is installed
OR file-magic-5.19-2 is installed
OR libmagic1-5.19-2 is installed
OR libmagic1-32bit-5.19-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
bzip2-1.0.6-27 is installed
OR libbz2-1-1.0.6-27 is installed
OR libbz2-1-32bit-1.0.6-27 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
at-3.1.14-7 is installed
OR libQtWebKit4-4.8.6+2.3.3-3 is installed
OR libQtWebKit4-32bit-4.8.6+2.3.3-3 is installed
OR libbonobo-2.32.1-16 is installed
OR libbonobo-32bit-2.32.1-16 is installed
OR libbonobo-lang-2.32.1-16 is installed
OR libkde4-4.12.0-7 is installed
OR libkde4-32bit-4.12.0-7 is installed
OR libkdecore4-4.12.0-7 is installed
OR libkdecore4-32bit-4.12.0-7 is installed
OR libksuseinstall1-4.12.0-7 is installed
OR libksuseinstall1-32bit-4.12.0-7 is installed
OR libnetpbm11-10.66.3-4 is installed
OR libnetpbm11-32bit-10.66.3-4 is installed
OR netpbm-10.66.3-4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND drm-kmp-default-4.9.33_k4.4.73_5-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
bind-utils-9.11.2-1 is installed
OR libbind9-160-9.11.2-1 is installed
OR libdns169-9.11.2-1 is installed
OR libirs160-9.11.2-1 is installed
OR libisc166-9.11.2-1 is installed
OR libisc166-32bit-9.11.2-1 is installed
OR libisccc160-9.11.2-1 is installed
OR libisccfg160-9.11.2-1 is installed
OR liblwres160-9.11.2-1 is installed
OR python-bind-9.11.2-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
samba-4.7.11+git.140.6bd0e5b30d8-4.21 is installed
OR samba-python-4.7.11+git.140.6bd0e5b30d8-4.21 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
ecryptfs-utils-111-2 is installed
OR ecryptfs-utils-devel-111-2 is installed
OR libecryptfs1-111-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Containers 12 is installed
AND sles12sp1-docker-image-1.0.4-20160308170633 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gd-2.2.5-2 is installed
OR gd-devel-2.2.5-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Development Tools 15 is installed
AND apache-pdfbox-1.8.12-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.25-3.9 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.25-3.9 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.25-3.9 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.25-3.9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_3-default-4-2 is installed
OR kernel-livepatch-SLE15_Update_1-4-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
libpython2_7-1_0-32bit-2.7.14-7.17 is installed
OR python-2.7.14-7.17 is installed
OR python-32bit-2.7.14-7.17 is installed
OR python-base-2.7.14-7.17 is installed
OR python-base-32bit-2.7.14-7.17 is installed
OR python-demo-2.7.14-7.17 is installed
OR python-doc-2.7.14-7.17 is installed
OR python-doc-pdf-2.7.14-7.17 is installed
OR python-idle-2.7.14-7.17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.38-44 is installed
OR kernel-ec2-devel-3.12.38-44 is installed
OR kernel-ec2-extra-3.12.38-44 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
freeradius-server-3.0.16-3.3 is installed
OR freeradius-server-devel-3.0.16-3.3 is installed
OR freeradius-server-krb5-3.0.16-3.3 is installed
OR freeradius-server-ldap-3.0.16-3.3 is installed
OR freeradius-server-libs-3.0.16-3.3 is installed
OR freeradius-server-mysql-3.0.16-3.3 is installed
OR freeradius-server-perl-3.0.16-3.3 is installed
OR freeradius-server-postgresql-3.0.16-3.3 is installed
OR freeradius-server-python-3.0.16-3.3 is installed
OR freeradius-server-sqlite-3.0.16-3.3 is installed
OR freeradius-server-utils-3.0.16-3.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-7 is installed
OR php5-5.5.14-7 is installed
OR php5-bcmath-5.5.14-7 is installed
OR php5-bz2-5.5.14-7 is installed
OR php5-calendar-5.5.14-7 is installed
OR php5-ctype-5.5.14-7 is installed
OR php5-curl-5.5.14-7 is installed
OR php5-dba-5.5.14-7 is installed
OR php5-dom-5.5.14-7 is installed
OR php5-enchant-5.5.14-7 is installed
OR php5-exif-5.5.14-7 is installed
OR php5-fastcgi-5.5.14-7 is installed
OR php5-fileinfo-5.5.14-7 is installed
OR php5-fpm-5.5.14-7 is installed
OR php5-ftp-5.5.14-7 is installed
OR php5-gd-5.5.14-7 is installed
OR php5-gettext-5.5.14-7 is installed
OR php5-gmp-5.5.14-7 is installed
OR php5-iconv-5.5.14-7 is installed
OR php5-intl-5.5.14-7 is installed
OR php5-json-5.5.14-7 is installed
OR php5-ldap-5.5.14-7 is installed
OR php5-mbstring-5.5.14-7 is installed
OR php5-mcrypt-5.5.14-7 is installed
OR php5-mysql-5.5.14-7 is installed
OR php5-odbc-5.5.14-7 is installed
OR php5-openssl-5.5.14-7 is installed
OR php5-pcntl-5.5.14-7 is installed
OR php5-pdo-5.5.14-7 is installed
OR php5-pear-5.5.14-7 is installed
OR php5-pgsql-5.5.14-7 is installed
OR php5-pspell-5.5.14-7 is installed
OR php5-shmop-5.5.14-7 is installed
OR php5-snmp-5.5.14-7 is installed
OR php5-soap-5.5.14-7 is installed
OR php5-sockets-5.5.14-7 is installed
OR php5-sqlite-5.5.14-7 is installed
OR php5-suhosin-5.5.14-7 is installed
OR php5-sysvmsg-5.5.14-7 is installed
OR php5-sysvsem-5.5.14-7 is installed
OR php5-sysvshm-5.5.14-7 is installed
OR php5-tokenizer-5.5.14-7 is installed
OR php5-wddx-5.5.14-7 is installed
OR php5-xmlreader-5.5.14-7 is installed
OR php5-xmlrpc-5.5.14-7 is installed
OR php5-xmlwriter-5.5.14-7 is installed
OR php5-xsl-5.5.14-7 is installed
OR php5-zip-5.5.14-7 is installed
OR php5-zlib-5.5.14-7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND apache-commons-daemon-1.0.15-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.2.0esr-45 is installed
OR MozillaFirefox-branding-SLED-45.0-23 is installed
OR MozillaFirefox-translations-45.2.0esr-45 is installed
OR firefox-fontconfig-2.11.0-2 is installed
OR libfreebl3-3.21.1-35 is installed
OR libsoftokn3-3.21.1-35 is installed
OR mozilla-nspr-4.12-29 is installed
OR mozilla-nss-3.21.1-35 is installed
OR mozilla-nss-tools-3.21.1-35 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP1 is installed
AND coolkey-1.1.0-22 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.97 is installed
OR libMagickCore1-6.4.3.6-78.97 is installed
OR libMagickCore1-32bit-6.4.3.6-78.97 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.97 is installed
OR libMagickCore1-6.4.3.6-78.97 is installed
OR libMagickCore1-32bit-6.4.3.6-78.97 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libicu-4.0-7.26 is installed
OR libicu-32bit-4.0-7.26 is installed
OR libicu-doc-4.0-7.26 is installed
OR libicu-x86-4.0-7.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libicu-4.0-7.26 is installed
OR libicu-32bit-4.0-7.26 is installed
OR libicu-doc-4.0-7.26 is installed
OR libicu-x86-4.0-7.26 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libicu-4.0-7.26 is installed
OR libicu-32bit-4.0-7.26 is installed
OR libicu-doc-4.0-7.26 is installed
OR libicu-x86-4.0-7.26 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
mozilla-xulrunner192-1.9.2.27-0.2 is installed
OR mozilla-xulrunner192-32bit-1.9.2.27-0.2 is installed
OR mozilla-xulrunner192-gnome-1.9.2.27-0.2 is installed
OR mozilla-xulrunner192-translations-1.9.2.27-0.2 is installed
OR mozilla-xulrunner192-x86-1.9.2.27-0.2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-devel-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-devel-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND LibVNCServer-0.9.1-160.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND LibVNCServer-0.9.1-160.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND LibVNCServer-0.9.1-160.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND LibVNCServer-0.9.1-160.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 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 dnsmasq-2.78-0.17.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND dnsmasq-2.78-0.17.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
ark-4.3.5-0.3 is installed
OR kcalc-4.3.5-0.3 is installed
OR kcharselect-4.3.5-0.3 is installed
OR kdessh-4.3.5-0.3 is installed
OR kdf-4.3.5-0.3 is installed
OR kfloppy-4.3.5-0.3 is installed
OR kgpg-4.3.5-0.3 is installed
OR ktimer-4.3.5-0.3 is installed
OR kwalletmanager-4.3.5-0.3 is installed
OR kwikdisk-4.3.5-0.3 is installed
OR okteta-4.3.5-0.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.111 is installed
OR kernel-bigmem-base-3.0.101-108.111 is installed
OR kernel-bigmem-devel-3.0.101-108.111 is installed
OR kernel-default-3.0.101-108.111 is installed
OR kernel-default-base-3.0.101-108.111 is installed
OR kernel-default-devel-3.0.101-108.111 is installed
OR kernel-default-man-3.0.101-108.111 is installed
OR kernel-ec2-3.0.101-108.111 is installed
OR kernel-ec2-base-3.0.101-108.111 is installed
OR kernel-ec2-devel-3.0.101-108.111 is installed
OR kernel-pae-3.0.101-108.111 is installed
OR kernel-pae-base-3.0.101-108.111 is installed
OR kernel-pae-devel-3.0.101-108.111 is installed
OR kernel-ppc64-3.0.101-108.111 is installed
OR kernel-ppc64-base-3.0.101-108.111 is installed
OR kernel-ppc64-devel-3.0.101-108.111 is installed
OR kernel-source-3.0.101-108.111 is installed
OR kernel-syms-3.0.101-108.111 is installed
OR kernel-trace-3.0.101-108.111 is installed
OR kernel-trace-base-3.0.101-108.111 is installed
OR kernel-trace-devel-3.0.101-108.111 is installed
OR kernel-xen-3.0.101-108.111 is installed
OR kernel-xen-base-3.0.101-108.111 is installed
OR kernel-xen-devel-3.0.101-108.111 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.111 is installed
OR kernel-bigmem-base-3.0.101-108.111 is installed
OR kernel-bigmem-devel-3.0.101-108.111 is installed
OR kernel-default-3.0.101-108.111 is installed
OR kernel-default-base-3.0.101-108.111 is installed
OR kernel-default-devel-3.0.101-108.111 is installed
OR kernel-default-man-3.0.101-108.111 is installed
OR kernel-ec2-3.0.101-108.111 is installed
OR kernel-ec2-base-3.0.101-108.111 is installed
OR kernel-ec2-devel-3.0.101-108.111 is installed
OR kernel-pae-3.0.101-108.111 is installed
OR kernel-pae-base-3.0.101-108.111 is installed
OR kernel-pae-devel-3.0.101-108.111 is installed
OR kernel-ppc64-3.0.101-108.111 is installed
OR kernel-ppc64-base-3.0.101-108.111 is installed
OR kernel-ppc64-devel-3.0.101-108.111 is installed
OR kernel-source-3.0.101-108.111 is installed
OR kernel-syms-3.0.101-108.111 is installed
OR kernel-trace-3.0.101-108.111 is installed
OR kernel-trace-base-3.0.101-108.111 is installed
OR kernel-trace-devel-3.0.101-108.111 is installed
OR kernel-xen-3.0.101-108.111 is installed
OR kernel-xen-base-3.0.101-108.111 is installed
OR kernel-xen-devel-3.0.101-108.111 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND wireshark-1.10.14-12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND wireshark-1.10.14-12 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
kernel-default-3.12.28-4 is installed
OR kernel-default-base-3.12.28-4 is installed
OR kernel-default-devel-3.12.28-4 is installed
OR kernel-default-man-3.12.28-4 is installed
OR kernel-devel-3.12.28-4 is installed
OR kernel-macros-3.12.28-4 is installed
OR kernel-source-3.12.28-4 is installed
OR kernel-syms-3.12.28-4 is installed
OR kernel-xen-3.12.28-4 is installed
OR kernel-xen-base-3.12.28-4 is installed
OR kernel-xen-devel-3.12.28-4 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libstorage-2.25.35.1-3 is installed
OR libstorage-ruby-2.25.35.1-3 is installed
OR libstorage6-2.25.35.1-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libstorage-2.25.35.1-3 is installed
OR libstorage-ruby-2.25.35.1-3 is installed
OR libstorage6-2.25.35.1-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND iputils-s20121221-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
glib2-lang-2.48.2-10 is installed
OR glib2-tools-2.48.2-10 is installed
OR libgio-2_0-0-2.48.2-10 is installed
OR libgio-2_0-0-32bit-2.48.2-10 is installed
OR libglib-2_0-0-2.48.2-10 is installed
OR libglib-2_0-0-32bit-2.48.2-10 is installed
OR libgmodule-2_0-0-2.48.2-10 is installed
OR libgmodule-2_0-0-32bit-2.48.2-10 is installed
OR libgobject-2_0-0-2.48.2-10 is installed
OR libgobject-2_0-0-32bit-2.48.2-10 is installed
OR libgthread-2_0-0-2.48.2-10 is installed
OR libgthread-2_0-0-32bit-2.48.2-10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND ant-1.9.4-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
ghostscript-9.25-23.13 is installed
OR ghostscript-x11-9.25-23.13 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
ghostscript-9.15-11 is installed
OR ghostscript-x11-9.15-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
ghostscript-9.15-11 is installed
OR ghostscript-x11-9.15-11 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libmysqlclient-devel-10.0.32-20.36 is installed
OR libmysqlclient18-10.0.32-20.36 is installed
OR libmysqlclient18-32bit-10.0.32-20.36 is installed
OR libmysqlclient_r18-10.0.32-20.36 is installed
OR libmysqld-devel-10.0.32-20.36 is installed
OR libmysqld18-10.0.32-20.36 is installed
OR mariadb-10.0.32-20.36 is installed
OR mariadb-client-10.0.32-20.36 is installed
OR mariadb-errormessages-10.0.32-20.36 is installed
OR mariadb-tools-10.0.32-20.36 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
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 Software Development Kit 11 SP4 is installed
AND kernel-docs-3.0.101-100 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
ImageMagick-6.8.8.1-5 is installed
OR libMagick++-6_Q16-3-6.8.8.1-5 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND kernel-default-extra-3.12.49-11 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
colord-1.3.3-10 is installed
OR colord-lang-1.3.3-10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND libuuid-devel-2.29.2-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
NetworkManager-1.0.12-13.6 is installed
OR NetworkManager-lang-1.0.12-13.6 is installed
OR typelib-1_0-NM-1_0-1.0.12-13.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
MozillaThunderbird-52.9.1-3.7 is installed
OR MozillaThunderbird-devel-52.9.1-3.7 is installed
OR MozillaThunderbird-translations-common-52.9.1-3.7 is installed
OR MozillaThunderbird-translations-other-52.9.1-3.7 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-ceilometer-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-agent-central-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-agent-compute-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-agent-ipmi-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-agent-notification-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-alarm-evaluator-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-alarm-notifier-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-api-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-collector-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-doc-5.0.4~a0~dev6-6 is installed
OR openstack-ceilometer-polling-5.0.4~a0~dev6-6 is installed
OR openstack-cinder-7.0.3~a0~dev2-7 is installed
OR openstack-cinder-api-7.0.3~a0~dev2-7 is installed
OR openstack-cinder-backup-7.0.3~a0~dev2-7 is installed
OR openstack-cinder-doc-7.0.3~a0~dev2-7 is installed
OR openstack-cinder-scheduler-7.0.3~a0~dev2-7 is installed
OR openstack-cinder-volume-7.0.3~a0~dev2-7 is installed
OR openstack-dashboard-8.0.2~a0~dev34-8 is installed
OR openstack-glance-11.0.2~a0~dev13-7 is installed
OR openstack-glance-doc-11.0.2~a0~dev13-7 is installed
OR openstack-heat-5.0.2~a0~dev93-9 is installed
OR openstack-heat-api-5.0.2~a0~dev93-9 is installed
OR openstack-heat-api-cfn-5.0.2~a0~dev93-9 is installed
OR openstack-heat-api-cloudwatch-5.0.2~a0~dev93-9 is installed
OR openstack-heat-doc-5.0.2~a0~dev93-9 is installed
OR openstack-heat-engine-5.0.2~a0~dev93-9 is installed
OR openstack-heat-plugin-heat_docker-5.0.2~a0~dev93-9 is installed
OR openstack-keystone-8.1.1~a0~dev13-3 is installed
OR openstack-keystone-doc-8.1.1~a0~dev13-3 is installed
OR openstack-manila-1.0.2~a0~dev11-9 is installed
OR openstack-manila-api-1.0.2~a0~dev11-9 is installed
OR openstack-manila-doc-1.0.2~a0~dev11-9 is installed
OR openstack-manila-scheduler-1.0.2~a0~dev11-9 is installed
OR openstack-manila-share-1.0.2~a0~dev11-9 is installed
OR openstack-neutron-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-dhcp-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-doc-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-fwaas-7.1.2~a0~dev1-6 is installed
OR openstack-neutron-fwaas-doc-7.1.2~a0~dev1-6 is installed
OR openstack-neutron-ha-tool-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-l3-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-lbaas-7.1.2~a0~dev1-6 is installed
OR openstack-neutron-lbaas-agent-7.1.2~a0~dev1-6 is installed
OR openstack-neutron-lbaas-doc-7.1.2~a0~dev1-6 is installed
OR openstack-neutron-linuxbridge-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-metadata-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-metering-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-mlnx-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-nvsd-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-openvswitch-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-restproxy-agent-7.1.2~a0~dev29-10 is installed
OR openstack-neutron-server-7.1.2~a0~dev29-10 is installed
OR openstack-nova-12.0.5~a0~dev2-7 is installed
OR openstack-nova-api-12.0.5~a0~dev2-7 is installed
OR openstack-nova-cells-12.0.5~a0~dev2-7 is installed
OR openstack-nova-cert-12.0.5~a0~dev2-7 is installed
OR openstack-nova-compute-12.0.5~a0~dev2-7 is installed
OR openstack-nova-conductor-12.0.5~a0~dev2-7 is installed
OR openstack-nova-console-12.0.5~a0~dev2-7 is installed
OR openstack-nova-consoleauth-12.0.5~a0~dev2-7 is installed
OR openstack-nova-doc-12.0.5~a0~dev2-7 is installed
OR openstack-nova-novncproxy-12.0.5~a0~dev2-7 is installed
OR openstack-nova-objectstore-12.0.5~a0~dev2-7 is installed
OR openstack-nova-scheduler-12.0.5~a0~dev2-7 is installed
OR openstack-nova-serialproxy-12.0.5~a0~dev2-7 is installed
OR openstack-nova-vncproxy-12.0.5~a0~dev2-7 is installed
OR openstack-resource-agents-1.0+git.1467079370.4f2c49d-7 is installed
OR python-ceilometer-5.0.4~a0~dev6-6 is installed
OR python-cinder-7.0.3~a0~dev2-7 is installed
OR python-glance-11.0.2~a0~dev13-7 is installed
OR python-heat-5.0.2~a0~dev93-9 is installed
OR python-horizon-8.0.2~a0~dev34-8 is installed
OR python-keystone-8.1.1~a0~dev13-3 is installed
OR python-manila-1.0.2~a0~dev11-9 is installed
OR python-networking-cisco-2.1.1-6 is installed
OR python-neutron-7.1.2~a0~dev29-10 is installed
OR python-neutron-fwaas-7.1.2~a0~dev1-6 is installed
OR python-neutron-lbaas-7.1.2~a0~dev1-6 is installed
OR python-nova-12.0.5~a0~dev2-7 is installed
OR python-openstackclient-1.7.2-4 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
libmariadb3-3.0.3-3.3 is installed
OR mariadb-10.2.15-4.3 is installed
OR mariadb-client-10.2.15-4.3 is installed
OR mariadb-connector-c-3.0.3-3.3 is installed
OR mariadb-errormessages-10.2.15-4.3 is installed
OR mariadb-galera-10.2.15-4.3 is installed
OR mariadb-tools-10.2.15-4.3 is installed
OR xtrabackup-2.4.10-4.3 is installed
|