Oval Definition:oval:org.opensuse.security:def:28155
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:





The SUSE Linux Enterprise 11 SP4 kernel was updated to 3.0.101-94 to receive various security and bugfixes.



The following security bugs were fixed:

- CVE-2017-5551: tmpfs: clear S_ISGID when setting posix ACLs (bsc#1021258). - CVE-2016-10088: The sg implementation in the Linux kernel did not properly restrict write operations in situations where the KERNEL_DS option is set, which allowed local users to read or write to arbitrary kernel memory locations or cause a denial of service (use-after-free) by leveraging access to a /dev/sg device NOTE: this vulnerability existed because of an incomplete fix for CVE-2016-9576 (bnc#1017710). - CVE-2016-5696: TCP, when using a large Window Size, made it easier for remote attackers to guess sequence numbers and cause a denial of service (connection loss) to persistent TCP connections by repeatedly injecting a TCP RST packet, especially in protocols that use long-lived connections, such as BGP (bnc#989152). - CVE-2015-1350: The VFS subsystem in the Linux kernel 3.x provided an incomplete set of requirements for setattr operations that underspecified removing extended privilege attributes, which allowed local users to cause a denial of service (capability stripping) via a failed invocation of a system call, as demonstrated by using chown to remove a capability from the ping or Wireshark dumpcap program (bnc#914939). - CVE-2016-8632: The tipc_msg_build function in net/tipc/msg.c in the Linux kernel did not validate the relationship between the minimum fragment length and the maximum packet size, which allowed local users to gain privileges or cause a denial of service (heap-based buffer overflow) by leveraging the CAP_NET_ADMIN capability (bnc#1008831). - CVE-2016-8399: An elevation of privilege vulnerability in the kernel networking subsystem could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Moderate because it first requires compromising a privileged process and current compiler optimizations restrict access to the vulnerable code. (bnc#1014746). - CVE-2016-9793: The sock_setsockopt function in net/core/sock.c in the Linux kernel mishandled negative values of sk_sndbuf and sk_rcvbuf, which allowed local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option (bnc#1013531). - CVE-2012-6704: The sock_setsockopt function in net/core/sock.c in the Linux kernel mishandled negative values of sk_sndbuf and sk_rcvbuf, which allowed local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUF or (2) SO_RCVBUF option (bnc#1013542). - CVE-2016-9756: arch/x86/kvm/emulate.c in the Linux kernel did not properly initialize Code Segment (CS) in certain error cases, which allowed local users to obtain sensitive information from kernel stack memory via a crafted application (bnc#1013038). - CVE-2016-9685: Multiple memory leaks in error paths in fs/xfs/xfs_attr_list.c in the Linux kernel allowed local users to cause a denial of service (memory consumption) via crafted XFS filesystem operations (bnc#1012832). - CVE-2015-8962: Double free vulnerability in the sg_common_write function in drivers/scsi/sg.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (memory corruption and system crash) by detaching a device during an SG_IO ioctl call (bnc#1010501). - CVE-2016-9555: The sctp_sf_ootb function in net/sctp/sm_statefuns.c in the Linux kernel lacked chunk-length checking for the first chunk, which allowed remote attackers to cause a denial of service (out-of-bounds slab access) or possibly have unspecified other impact via crafted SCTP data (bnc#1011685). - CVE-2016-7910: Use-after-free vulnerability in the disk_seqf_stop function in block/genhd.c in the Linux kernel allowed local users to gain privileges by leveraging the execution of a certain stop operation even if the corresponding start operation had failed (bnc#1010716). - CVE-2016-7911: Race condition in the get_task_ioprio function in block/ioprio.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via a crafted ioprio_get system call (bnc#1010711). - CVE-2013-6368: The KVM subsystem in the Linux kernel allowed local users to gain privileges or cause a denial of service (system crash) via a VAPIC synchronization operation involving a page-end address (bnc#853052). - CVE-2015-8964: The tty_set_termios_ldisc function in drivers/tty/tty_ldisc.c in the Linux kernel allowed local users to obtain sensitive information from kernel memory by reading a tty data structure (bnc#1010507). - CVE-2016-7916: Race condition in the environ_read function in fs/proc/base.c in the Linux kernel allowed local users to obtain sensitive information from kernel memory by reading a /proc/*/environ file during a process-setup time interval in which environment-variable copying is incomplete (bnc#1010467). - CVE-2016-8646: The hash_accept function in crypto/algif_hash.c in the Linux kernel allowed local users to cause a denial of service (OOPS) by attempting to trigger use of in-kernel hash algorithms for a socket that has received zero bytes of data (bnc#1010150). - CVE-2016-8633: drivers/firewire/net.c in the Linux kernel, in certain unusual hardware configurations, allowed remote attackers to execute arbitrary code via crafted fragmented packets (bnc#1008833).

The following non-security bugs were fixed:

- 8250_pci: Fix potential use-after-free in error path (bsc#1013070). - KABI fix (bsc#1014410). - apparmor: fix IRQ stack overflow during free_profile (bsc#1009875). - be2net: Do not leak iomapped memory on removal (bug#925065). - block_dev: do not test bdev->bd_contains when it is not stable (bsc#1008557). - bna: Add synchronization for tx ring (bsc#993739). - bnx2x: Correct ringparam estimate when DOWN (bsc#1020214). - crypto: add ghash-generic in the supported.conf(bsc#1016824) - crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 (bsc#913387). - dm: do not call dm_sync_table() when creating new devices (bnc#901809). - drm/mgag200: Added support for the new deviceID for G200eW3 (bnc#1019348) - ext3: Avoid premature failure of ext3_has_free_blocks() (bsc#1016668). - ext4: do not leave i_crtime.tv_sec uninitialized (bsc#1013018). - ext4: fix reference counting bug on block allocation error (bsc#1013018). - futex: Acknowledge a new waiter in counter before plist (bsc#851603). - futex: Drop refcount if requeue_pi() acquired the rtmutex (bsc#851603). - hpilo: Add support for iLO5 (bsc#999101). - ibmveth: calculate gso_segs for large packets (bsc#1019165). - ibmveth: set correct gso_size and gso_type (bsc#1019165). - igb: Enable SR-IOV configuration via PCI sysfs interface (bsc#909491 FATE#317388). - igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector (bsc#795297 FATE#313656). - igb: Fix oops caused by missing queue pairing (bsc#909491 FATE#317388). - igb: Fix oops on changing number of rings (bsc#909491 FATE#317388). - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs() (bsc#909491 FATE#317388). - igb: Unpair the queues when changing the number of queues (bsc#909491 FATE#317388). - kexec: add a kexec_crash_loaded() function (bsc#973691). - kvm: APIC: avoid instruction emulation for EOI writes (bsc#989680). - kvm: Distangle eventfd code from irqchip (bsc#989680). - kvm: Iterate over only vcpus that are preempted (bsc#989680). - kvm: Record the preemption status of vcpus using preempt notifiers (bsc#989680). - kvm: VMX: Pass vcpu to __vmx_complete_interrupts (bsc#989680). - kvm: fold kvm_pit_timer into kvm_kpit_state (bsc#989680). - kvm: make processes waiting on vcpu mutex killable (bsc#989680). - kvm: nVMX: Add preemption timer support (bsc#989680). - kvm: remove a wrong hack of delivery PIT intr to vcpu0 (bsc#989680). - kvm: use symbolic constant for nr interrupts (bsc#989680). - kvm: x86: Remove support for reporting coalesced APIC IRQs (bsc#989680). - kvm: x86: Run PIT work in own kthread (bsc#989680). - kvm: x86: limit difference between kvmclock updates (bsc#989680). - libata: introduce ata_host->n_tags to avoid oops on SAS controllers (bsc#871728). - libata: remove n_tags to avoid kABI breakage (bsc#871728). - libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS response (bsc#962846). - libfc: Fixup disc_mutex handling (bsc#962846). - libfc: Issue PRLI after a PRLO has been received (bsc#962846). - libfc: Revisit kref handling (bnc#990245). - libfc: Update rport reference counting (bsc#953233). - libfc: do not send ABTS when resetting exchanges (bsc#962846). - libfc: fixup locking of ptp_setup() (bsc#962846). - libfc: reset exchange manager during LOGO handling (bsc#962846). - libfc: send LOGO for PLOGI failure (bsc#962846). - locking/mutex: Explicitly mark task as running after wakeup (bsc#1012411). - memstick: mspro_block: add missing curly braces (bsc#1016688). - mlx4: Fix error flow when sending mads under SRIOV (bsc#786036 FATE#314304). - mlx4: Fix incorrect MC join state bit-masking on SR-IOV (bsc#786036 FATE#314304). - mlx4: Fix memory leak if QP creation failed (bsc#786036 FATE#314304). - mlx4: Fix potential deadlock when sending mad to wire (bsc#786036 FATE#314304). - mlx4: Forbid using sysfs to change RoCE pkeys (bsc#786036 FATE#314304). - mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV (bsc#786036 FATE#314304). - mlx4: add missing braces in verify_qp_parameters (bsc#786036 FATE#314304). - mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (bnc#961589). - mm: fix crashes from mbind() merging vmas (bnc#1005877). - mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] (bsc#1011820). - mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() (bsc#1008645). - net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes (bsc#786036 FATE#314304). - net/mlx4_core: Allow resetting VF admin mac to zero (bsc#919382 FATE#317529). - net/mlx4_core: Avoid returning success in case of an error flow (bsc#786036 FATE#314304). - net/mlx4_core: Do not BUG_ON during reset when PCI is offline (bsc#924708). - net/mlx4_core: Do not access comm channel if it has not yet been initialized (bsc#924708). - net/mlx4_core: Fix error message deprecation for ConnectX-2 cards (bsc#919382 FATE#317529). - net/mlx4_core: Fix the resource-type enum in res tracker to conform to FW spec (bsc#786036 FATE#314304). - net/mlx4_core: Implement pci_resume callback (bsc#924708). - net/mlx4_core: Update the HCA core clock frequency after INIT_PORT (bug#919382 FATE#317529). - net/mlx4_en: Choose time-stamping shift value according to HW frequency (bsc#919382 FATE#317529). - net/mlx4_en: Fix HW timestamp init issue upon system startup (bsc#919382 FATE#317529). - net/mlx4_en: Fix potential deadlock in port statistics flow (bsc#786036 FATE#314304). - net/mlx4_en: Move filters cleanup to a proper location (bsc#786036 FATE#314304). - net/mlx4_en: Remove dependency between timestamping capability and service_task (bsc#919382 FATE#317529). - net/mlx4_en: fix spurious timestamping callbacks (bsc#919382 FATE#317529). - netfront: do not truncate grant references. - nfsv4: Cap the transport reconnection timer at 1/2 lease period (bsc#1014410). - nfsv4: Cleanup the setting of the nfs4 lease period (bsc#1014410). - nfsv4: Handle timeouts correctly when probing for lease validity (bsc#1014410). - nvme: Automatic namespace rescan (bsc#1017686). - nvme: Metadata format support (bsc#1017686). - ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed() (bnc#1019783). - posix-timers: Remove remaining uses of tasklist_lock (bnc#997401). - posix-timers: Use sighand lock instead of tasklist_lock for task clock sample (bnc#997401). - posix-timers: Use sighand lock instead of tasklist_lock on timer deletion (bnc#997401). - powerpc/MSI: Fix race condition in tearing down MSI interrupts (bsc#1010201). - powerpc/mm/hash64: Fix subpage protection with 4K HPTE config (bsc#1010201). - powerpc/numa: Fix multiple bugs in memory_hotplug_max() (bsc#1010201). - powerpc/pseries: Use H_CLEAR_HPT to clear MMU hash table during kexec (bsc#1003813). - powerpc: fix typo 'CONFIG_PPC_CPU' (bsc#1010201). - powerpc: scan_features() updates incorrect bits for REAL_LE (bsc#1010201). - printk/sched: Introduce special printk_sched() for those awkward (bsc#996541). - ptrace: __ptrace_may_access() should not deny sub-threads (bsc#1012851). - qlcnic: fix a loop exit condition better (bsc#909350 FATE#317546). - qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag() (bnc#800999 FATE#313899). - reiserfs: fix race in prealloc discard (bsc#987576). - rpm/constraints.in: Bump ppc64 disk requirements to fix OBS builds again - rpm/kernel-binary.spec.in: Export a make-stderr.log file (bsc#1012422) - rt2x00: fix rfkill regression on rt2500pci (bnc#748806). - s390/zcrypt: kernel: Fix invalid domain response handling (bsc#1016320). - scsi: Fix erratic device offline during EH (bsc#993832). - scsi: lpfc: Set elsiocb contexts to NULL after freeing it (bsc#996557). - scsi: lpfc: avoid double free of resource identifiers (bsc#989896). - scsi_error: count medium access timeout only once per EH run (bsc#993832). - scsi_error: fixup crash in scsi_eh_reset (bsc#993832) - serial: 8250_pci: Detach low-level driver during PCI error recovery (bsc#1013070). - sunrpc: Enforce an upper limit on the number of cached credentials (bsc#1012917). - sunrpc: Fix reconnection timeouts (bsc#1014410). - sunrpc: Fix two issues with drop_caches and the sunrpc auth cache (bsc#1012917). - sunrpc: Limit the reconnect backoff timer to the max RPC message timeout (bsc#1014410). - tcp: fix inet6_csk_route_req() for link-local addresses (bsc#1010175). - tcp: pass fl6 to inet6_csk_route_req() (bsc#1010175). - tcp: plug dst leak in tcp_v6_conn_request() (bsc#1010175). - tcp: use inet6_csk_route_req() in tcp_v6_send_synack() (bsc#1010175). - tg3: Fix temperature reporting (bnc#790588 FATE#313912). - usb: console: fix potential use after free (bsc#1015817). - usb: console: fix uninitialised ldisc semaphore (bsc#1015817). - usb: cp210x: Corrected USB request type definitions (bsc#1015932). - usb: cp210x: relocate private data from USB interface to port (bsc#1015932). - usb: cp210x: work around cp2108 GET_LINE_CTL bug (bsc#1015932). - usb: ftdi_sio: fix null deref at port probe (bsc#1015796). - usb: ipaq.c: fix a timeout loop (bsc#1015848). - usb: opticon: fix non-atomic allocation in write path (bsc#1015803). - usb: option: fix runtime PM handling (bsc#1015752). - usb: serial: cp210x: add 16-bit register access functions (bsc#1015932). - usb: serial: cp210x: add 8-bit and 32-bit register access functions (bsc#1015932). - usb: serial: cp210x: add new access functions for large registers (bsc#1015932). - usb: serial: cp210x: fix hardware flow-control disable (bsc#1015932). - usb: serial: fix potential use-after-free after failed probe (bsc#1015828). - usb: serial: io_edgeport: fix memory leaks in attach error path (bsc#1016505). - usb: serial: io_edgeport: fix memory leaks in probe error path (bsc#1016505). - usb: serial: keyspan: fix use-after-free in probe error path (bsc#1016520). - usb: sierra: fix AA deadlock in open error path (bsc#1015561). - usb: sierra: fix remote wakeup (bsc#1015561). - usb: sierra: fix urb and memory leak in resume error path (bsc#1015561). - usb: sierra: fix urb and memory leak on disconnect (bsc#1015561). - usb: sierra: fix use after free at suspend/resume (bsc#1015561). - usb: usb_wwan: fix potential blocked I/O after resume (bsc#1015760). - usb: usb_wwan: fix race between write and resume (bsc#1015760). - usb: usb_wwan: fix urb leak at shutdown (bsc#1015760). - usb: usb_wwan: fix urb leak in write error path (bsc#1015760). - usb: usb_wwan: fix write and suspend race (bsc#1015760). - usbhid: add ATEN CS962 to list of quirky devices (bsc#1007615). - usblp: do not set TASK_INTERRUPTIBLE before lock (bsc#1015844). - xenbus: do not invoke is_ready() for most device states (bsc#987333).
Family:unixClass:patch
Status:Reference(s):1002496
1003813
1005877
1007615
1008557
1008645
1008831
1008833
1008893
1009875
1010150
1010175
1010201
1010467
1010501
1010507
1010711
1010713
1010716
1010845
1011685
1011820
1012183
1012411
1012422
1012651
1012832
1012851
1012852
1012917
1013018
1013038
1013042
1013070
1013531
1013542
1013657
1013668
1014298
1014410
1014454
1014507
1014746
1015169
1015561
1015752
1015760
1015796
1015803
1015817
1015828
1015844
1015848
1015878
1015932
1016320
1016340
1016505
1016520
1016668
1016688
1016824
1016831
1017686
1017710
1019079
1019148
1019165
1019348
1019783
1020214
1021258
1022871
1023004
1024183
1024834
1040039
1047184
1064990
1076118
1092548
1133185
1154824
1156353
1172466
475425
489052
748806
786036
790588
795297
800999
815451
821612
821671
824171
851603
853052
871728
876101
900914
901809
907805
909350
909491
913387
914939
915410
919382
924708
925065
934524
934527
934528
952099
953233
957812
961589
962846
969340
972468
973691
983549
983638
983639
983643
983646
983651
983652
983653
983655
984006
985659
987333
987576
989152
989528
989680
989896
990245
992991
993739
993832
996541
996557
997401
999101
CVE-2004-0230
CVE-2008-2086
CVE-2008-5339
CVE-2008-5340
CVE-2008-5342
CVE-2008-5343
CVE-2008-5344
CVE-2008-5345
CVE-2008-5346
CVE-2008-5348
CVE-2008-5350
CVE-2008-5351
CVE-2008-5353
CVE-2008-5354
CVE-2008-5356
CVE-2008-5357
CVE-2008-5359
CVE-2008-5360
CVE-2012-6704
CVE-2013-1989
CVE-2013-2066
CVE-2013-6368
CVE-2014-3121
CVE-2014-8106
CVE-2014-8242
CVE-2014-9512
CVE-2014-9556
CVE-2014-9732
CVE-2015-1350
CVE-2015-3195
CVE-2015-4470
CVE-2015-4471
CVE-2015-8962
CVE-2015-8964
CVE-2016-0636
CVE-2016-10013
CVE-2016-10024
CVE-2016-10088
CVE-2016-10155
CVE-2016-2775
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-5696
CVE-2016-7910
CVE-2016-7911
CVE-2016-7916
CVE-2016-8399
CVE-2016-8632
CVE-2016-8633
CVE-2016-8646
CVE-2016-9101
CVE-2016-9401
CVE-2016-9555
CVE-2016-9685
CVE-2016-9756
CVE-2016-9776
CVE-2016-9793
CVE-2016-9911
CVE-2016-9921
CVE-2016-9922
CVE-2016-9932
CVE-2017-12618
CVE-2017-2615
CVE-2017-2620
CVE-2017-3145
CVE-2017-5551
CVE-2018-5150
CVE-2018-5154
CVE-2018-5155
CVE-2018-5157
CVE-2018-5158
CVE-2018-5159
CVE-2018-5168
CVE-2018-5174
CVE-2018-5178
CVE-2018-5183
CVE-2018-5743
CVE-2020-0543
CVE-2020-0548
CVE-2020-0549
SUSE-SU-2015:2131-1
SUSE-SU-2015:2251-1
SUSE-SU-2016:0176-1
SUSE-SU-2016:0956-1
SUSE-SU-2016:1799-1
SUSE-SU-2017:0437-1
SUSE-SU-2017:0718-1
SUSE-SU-2018:0307-1
SUSE-SU-2020:14394-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
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 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 High Performance Computing 15 SP1
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Live Patching 15 SP1
SUSE Linux Enterprise Module for Open Buildservice Development Tools 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 Public Cloud 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
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-CLIENT-TOOLS
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 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-CLIENT-TOOLS
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-CLIENT-TOOLS
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 SP2
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 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 7
SUSE OpenStack Cloud 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND gzip-1.9-lp150.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-6.1 is installed
  • OR freerdp-devel-2.0.0~git.1463131968.4e66df7-6.1 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-6.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND rxvt-unicode-9.05-1.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND cabextract-1.2-2.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • MozillaFirefox-31.1.0esr-1 is installed
  • OR MozillaFirefox-translations-31.1.0esr-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • cups-1.7.5-12 is installed
  • OR cups-client-1.7.5-12 is installed
  • OR cups-libs-1.7.5-12 is installed
  • OR cups-libs-32bit-1.7.5-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • dia-0.97.3-15 is installed
  • OR dia-lang-0.97.3-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • audiofile-0.3.6-10 is installed
  • OR libaudiofile1-0.3.6-10 is installed
  • OR libaudiofile1-32bit-0.3.6-10 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
  • cifs-utils-6.5-1 is installed
  • OR cifs-utils-devel-6.5-1 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 emacs-x11-25.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • crash-7.2.1-1 is installed
  • OR crash-devel-7.2.1-1 is installed
  • OR crash-kmp-default-7.2.1_k4.12.14_23-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
  • AND Package Information
  • python-numpy_1_16_1-gnu-hpc-1.16.1-4.8 is installed
  • OR python2-numpy-gnu-hpc-1.16.1-4.8 is installed
  • OR python2-numpy-gnu-hpc-devel-1.16.1-4.8 is installed
  • OR python3-numpy-gnu-hpc-1.16.1-4.8 is installed
  • OR python3-numpy-gnu-hpc-devel-1.16.1-4.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.4-15 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.4-15 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.4-15 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.4-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • libopenssl-1_0_0-devel-1.0.2p-3.8 is installed
  • OR libopenssl1_0_0-1.0.2p-3.8 is installed
  • OR openssl-1_0_0-1.0.2p-3.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_6-default-9-2 is installed
  • OR kernel-livepatch-SLE15_Update_2-9-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
  • AND Package Information
  • kernel-default-4.12.14-197.26 is installed
  • OR kernel-default-livepatch-4.12.14-197.26 is installed
  • OR kernel-default-livepatch-devel-4.12.14-197.26 is installed
  • OR kernel-livepatch-4_12_14-197_26-default-1-3.5 is installed
  • OR kernel-livepatch-SLE15-SP1_Update_7-1-3.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND tiff-4.0.9-5.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • libreoffice-6.2.5.2-8.5 is installed
  • OR libreoffice-gdb-pretty-printers-6.2.5.2-8.5 is installed
  • OR libreoffice-glade-6.2.5.2-8.5 is installed
  • OR libreoffice-gtk2-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-am-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ast-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-be-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-bn_IN-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-bo-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-brx-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-bs-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ca_valencia-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-dgo-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-en_GB-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-en_ZA-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-fy-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-gd-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-gug-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-hsb-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-id-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-is-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ka-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-kab-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-km-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-kmr_Latn-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-kok-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ks-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-lb-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-lo-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-mk-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-mn-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-mni-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-my-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ne-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-oc-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-om-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-rw-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sa_IN-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sat-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sd-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sid-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sq-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sw_TZ-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-tg-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-tt-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ug-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-uz-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-vec-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-vi-6.2.5.2-8.5 is installed
  • OR libreoffice-sdk-6.2.5.2-8.5 is installed
  • OR libreoffice-sdk-doc-6.2.5.2-8.5 is installed
  • OR libreofficekit-devel-6.2.5.2-8.5 is installed
  • OR libwps-0.4.10-7.3 is installed
  • OR libwps-0_4-4-0.4.10-7.3 is installed
  • OR libwps-devel-0.4.10-7.3 is installed
  • OR libwps-tools-0.4.10-7.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.51-52.31 is installed
  • OR kernel-ec2-devel-3.12.51-52.31 is installed
  • OR kernel-ec2-extra-3.12.51-52.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND python3-keystoneclient-3.15.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • subversion-1.10.0-3.3 is installed
  • OR subversion-server-1.10.0-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-30 is installed
  • OR php5-5.5.14-30 is installed
  • OR php5-bcmath-5.5.14-30 is installed
  • OR php5-bz2-5.5.14-30 is installed
  • OR php5-calendar-5.5.14-30 is installed
  • OR php5-ctype-5.5.14-30 is installed
  • OR php5-curl-5.5.14-30 is installed
  • OR php5-dba-5.5.14-30 is installed
  • OR php5-dom-5.5.14-30 is installed
  • OR php5-enchant-5.5.14-30 is installed
  • OR php5-exif-5.5.14-30 is installed
  • OR php5-fastcgi-5.5.14-30 is installed
  • OR php5-fileinfo-5.5.14-30 is installed
  • OR php5-fpm-5.5.14-30 is installed
  • OR php5-ftp-5.5.14-30 is installed
  • OR php5-gd-5.5.14-30 is installed
  • OR php5-gettext-5.5.14-30 is installed
  • OR php5-gmp-5.5.14-30 is installed
  • OR php5-iconv-5.5.14-30 is installed
  • OR php5-intl-5.5.14-30 is installed
  • OR php5-json-5.5.14-30 is installed
  • OR php5-ldap-5.5.14-30 is installed
  • OR php5-mbstring-5.5.14-30 is installed
  • OR php5-mcrypt-5.5.14-30 is installed
  • OR php5-mysql-5.5.14-30 is installed
  • OR php5-odbc-5.5.14-30 is installed
  • OR php5-openssl-5.5.14-30 is installed
  • OR php5-pcntl-5.5.14-30 is installed
  • OR php5-pdo-5.5.14-30 is installed
  • OR php5-pear-5.5.14-30 is installed
  • OR php5-pgsql-5.5.14-30 is installed
  • OR php5-pspell-5.5.14-30 is installed
  • OR php5-shmop-5.5.14-30 is installed
  • OR php5-snmp-5.5.14-30 is installed
  • OR php5-soap-5.5.14-30 is installed
  • OR php5-sockets-5.5.14-30 is installed
  • OR php5-sqlite-5.5.14-30 is installed
  • OR php5-suhosin-5.5.14-30 is installed
  • OR php5-sysvmsg-5.5.14-30 is installed
  • OR php5-sysvsem-5.5.14-30 is installed
  • OR php5-sysvshm-5.5.14-30 is installed
  • OR php5-tokenizer-5.5.14-30 is installed
  • OR php5-wddx-5.5.14-30 is installed
  • OR php5-xmlreader-5.5.14-30 is installed
  • OR php5-xmlrpc-5.5.14-30 is installed
  • OR php5-xmlwriter-5.5.14-30 is installed
  • OR php5-xsl-5.5.14-30 is installed
  • OR php5-zip-5.5.14-30 is installed
  • OR php5-zlib-5.5.14-30 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
  • java-1_4_2-ibm-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13-0.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13-0.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND kvm-0.12.5-1.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libHX13-1.23-4.1 is installed
  • OR libHX13-32bit-1.23-4.1 is installed
  • OR libHX13-x86-1.23-4.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libHX13-1.23-4.1 is installed
  • OR libHX13-32bit-1.23-4.1 is installed
  • OR libHX13-x86-1.23-4.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libHX13-1.23-4.1 is installed
  • OR libHX13-32bit-1.23-4.1 is installed
  • OR libHX13-x86-1.23-4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • kdebase3-runtime-3.5.10-20 is installed
  • OR kdebase3-runtime-32bit-3.5.10-20 is installed
  • OR kdebase3-runtime-x86-3.5.10-20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND spacewalk-backend-libs-1.2.74-0.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND spacewalk-backend-libs-1.2.74-0.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-52.8.0esr-78.25 is installed
  • OR MozillaFirefox-translations-52.8.0esr-78.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-52.8.0esr-78.25 is installed
  • OR MozillaFirefox-translations-52.8.0esr-78.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND fastjar-0.95-1.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND fastjar-0.95-1.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND fastjar-0.95-1.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND clamav-0.97.3-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-45.4.0esr-52 is installed
  • OR MozillaFirefox-translations-45.4.0esr-52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-45.4.0esr-52 is installed
  • OR MozillaFirefox-translations-45.4.0esr-52 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • freetype2-2.3.7-25.34 is installed
  • OR freetype2-32bit-2.3.7-25.34 is installed
  • OR freetype2-x86-2.3.7-25.34 is installed
  • OR ft2demos-2.3.7-25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • freetype2-2.3.7-25.34 is installed
  • OR freetype2-32bit-2.3.7-25.34 is installed
  • OR freetype2-x86-2.3.7-25.34 is installed
  • OR ft2demos-2.3.7-25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • freetype2-2.3.7-25.34 is installed
  • OR freetype2-32bit-2.3.7-25.34 is installed
  • OR freetype2-x86-2.3.7-25.34 is installed
  • OR ft2demos-2.3.7-25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • freetype2-2.3.7-25.34 is installed
  • OR freetype2-32bit-2.3.7-25.34 is installed
  • OR freetype2-x86-2.3.7-25.34 is installed
  • OR ft2demos-2.3.7-25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • freetype2-2.3.7-25.34 is installed
  • OR freetype2-32bit-2.3.7-25.34 is installed
  • OR freetype2-x86-2.3.7-25.34 is installed
  • OR ft2demos-2.3.7-25.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND enscript-1.6.4-152.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND
  • mgr-cfg-4.0.9-5.6 is installed
  • OR mgr-cfg-actions-4.0.9-5.6 is installed
  • OR mgr-cfg-client-4.0.9-5.6 is installed
  • OR mgr-cfg-management-4.0.9-5.6 is installed
  • OR mgr-daemon-4.0.7-5.8 is installed
  • OR mgr-osad-4.0.9-5.6 is installed
  • OR mgr-virtualization-4.0.8-5.8 is installed
  • OR mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-mgr-cfg-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-client-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-management-4.0.9-5.6 is installed
  • OR python2-mgr-osa-common-4.0.9-5.6 is installed
  • OR python2-mgr-osad-4.0.9-5.6 is installed
  • OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
  • OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-rhnlib-4.0.11-12.16 is installed
  • OR rhnlib-4.0.11-12.16 is installed
  • OR spacecmd-4.0.14-18.51 is installed
  • OR spacewalk-backend-4.0.25-28.42 is installed
  • OR spacewalk-backend-libs-4.0.25-28.42 is installed
  • OR spacewalk-remote-utils-4.0.5-6.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND
  • mgr-cfg-4.0.9-5.6 is installed
  • OR mgr-cfg-actions-4.0.9-5.6 is installed
  • OR mgr-cfg-client-4.0.9-5.6 is installed
  • OR mgr-cfg-management-4.0.9-5.6 is installed
  • OR mgr-daemon-4.0.7-5.8 is installed
  • OR mgr-osad-4.0.9-5.6 is installed
  • OR mgr-virtualization-4.0.8-5.8 is installed
  • OR mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-mgr-cfg-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-client-4.0.9-5.6 is installed
  • OR python2-mgr-cfg-management-4.0.9-5.6 is installed
  • OR python2-mgr-osa-common-4.0.9-5.6 is installed
  • OR python2-mgr-osad-4.0.9-5.6 is installed
  • OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
  • OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
  • OR python2-rhnlib-4.0.11-12.16 is installed
  • OR rhnlib-4.0.11-12.16 is installed
  • OR spacecmd-4.0.14-18.51 is installed
  • OR spacewalk-backend-4.0.25-28.42 is installed
  • OR spacewalk-backend-libs-4.0.25-28.42 is installed
  • OR spacewalk-remote-utils-4.0.5-6.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • 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 libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • 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 libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • 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 libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • 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 libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • bind-9.9.6P1-0.33 is installed
  • OR bind-chrootenv-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-TERADATA is installed
  • AND
  • OpenEXR-1.6.1-83.17.3 is installed
  • OR OpenEXR-32bit-1.6.1-83.17.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • OpenEXR-1.6.1-83.17.3 is installed
  • OR OpenEXR-32bit-1.6.1-83.17.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • 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 SP4-CLIENT-TOOLS is installed
  • AND
  • cobbler-2.2.2-0.68.6 is installed
  • OR koan-2.2.2-0.68.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • cobbler-2.2.2-0.68.6 is installed
  • OR koan-2.2.2-0.68.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • bzip2-1.0.5-34.256.8 is installed
  • OR bzip2-doc-1.0.5-34.256.8 is installed
  • OR libbz2-1-1.0.5-34.256.8 is installed
  • OR libbz2-1-32bit-1.0.5-34.256.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • bzip2-1.0.5-34.256.8 is installed
  • OR bzip2-doc-1.0.5-34.256.8 is installed
  • OR libbz2-1-1.0.5-34.256.8 is installed
  • OR libbz2-1-32bit-1.0.5-34.256.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • openvpn-openssl1-2.3.2-0.10.3 is installed
  • OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND mailx-12.5-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND mailx-12.5-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • accountsservice-0.6.35-1 is installed
  • OR accountsservice-lang-0.6.35-1 is installed
  • OR libaccountsservice0-0.6.35-1 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.35-1 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
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • glibc-2.19-40.9 is installed
  • OR glibc-32bit-2.19-40.9 is installed
  • OR glibc-devel-2.19-40.9 is installed
  • OR glibc-devel-32bit-2.19-40.9 is installed
  • OR glibc-html-2.19-40.9 is installed
  • OR glibc-i18ndata-2.19-40.9 is installed
  • OR glibc-info-2.19-40.9 is installed
  • OR glibc-locale-2.19-40.9 is installed
  • OR glibc-locale-32bit-2.19-40.9 is installed
  • OR glibc-profile-2.19-40.9 is installed
  • OR glibc-profile-32bit-2.19-40.9 is installed
  • OR nscd-2.19-40.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND binutils-2.26.1-9.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • cpp48-4.8.5-30 is installed
  • OR gcc48-4.8.5-30 is installed
  • OR gcc48-32bit-4.8.5-30 is installed
  • OR gcc48-c++-4.8.5-30 is installed
  • OR gcc48-info-4.8.5-30 is installed
  • OR gcc48-locale-4.8.5-30 is installed
  • OR libasan0-4.8.5-30 is installed
  • OR libasan0-32bit-4.8.5-30 is installed
  • OR libstdc++48-devel-4.8.5-30 is installed
  • OR libstdc++48-devel-32bit-4.8.5-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND busybox-1.21.1-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-6-5 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
  • OR kgraft-patch-SLE12_Update_9-6-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-6-5 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
  • OR kgraft-patch-SLE12_Update_9-6-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • libthai-data-0.1.25-4 is installed
  • OR libthai0-0.1.25-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND sap_suse_cluster_connector-1.0.0-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.36 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_55-52_42-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_12-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • MozillaFirefox-60.6.1esr-109.63 is installed
  • OR MozillaFirefox-devel-60.6.1esr-109.63 is installed
  • OR MozillaFirefox-translations-common-60.6.1esr-109.63 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND kernel-docs-3.0.101-94 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND bogofilter-1.2.4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-24.0.0.194-155 is installed
  • OR flash-player-gnome-24.0.0.194-155 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gcc48-gij-4.8.5-30 is installed
  • OR gcc48-gij-32bit-4.8.5-30 is installed
  • OR libgcj48-4.8.5-30 is installed
  • OR libgcj48-32bit-4.8.5-30 is installed
  • OR libgcj48-jar-4.8.5-30 is installed
  • OR libgcj_bc1-4.8.5-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • finch-2.12.0-1 is installed
  • OR libpurple-2.12.0-1 is installed
  • OR libpurple-branding-upstream-2.12.0-1 is installed
  • OR libpurple-lang-2.12.0-1 is installed
  • OR libpurple-plugin-sametime-2.12.0-1 is installed
  • OR libpurple-tcl-2.12.0-1 is installed
  • OR pidgin-2.12.0-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND libpodofo0_9_2-0.9.2-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • MozillaThunderbird-52.8-1 is installed
  • OR MozillaThunderbird-devel-52.8-1 is installed
  • OR MozillaThunderbird-translations-common-52.8-1 is installed
  • OR MozillaThunderbird-translations-other-52.8-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.3.0esr-50 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-swift-2.1.0-4 is installed
  • OR openstack-swift-account-2.1.0-4 is installed
  • OR openstack-swift-container-2.1.0-4 is installed
  • OR openstack-swift-object-2.1.0-4 is installed
  • OR openstack-swift-proxy-2.1.0-4 is installed
  • OR python-swift-2.1.0-4 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • ansible-2.2.3.0-5 is installed
  • OR monasca-installer-20170912_10.45-5 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND git-2.12.3-27.14 is installed
  • BACK