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



The SUSE Linux Enterprise 11 SP3 Teradata kernel was updated to fix bugs and security issues.

The following security issues have been fixed:

- alsa/usb-audio: Add sanity checks for endpoint accesses (CVE-2016-2184,bsc#971125). - alsa/usb-audio: Fix NULL dereference in create_fixed_stream_quirk() (CVE-2016-2184,bsc#971125). - input/powermate: Fix oops with malicious USB descriptors (bsc#970958, CVE-2016-2186). - ipv4: Don't do expensive useless work during inetdev destroy (CVE-2016-3156, bsc#971360). - pipe: Limit the per-user amount of pages allocated in pipes (bsc#970948, CVE-2016-2847). - usb/cdc-acm: More sanity checking (bsc#970911, CVE-2016-3138). - usb/cypress_m8: Add endpoint sanity check (bsc#970970, CVE-2016-3137). - usb/digi_acceleport: Do sanity checking for the number of ports (bsc#970892, CVE-2016-3140). - usb: Fix invalid memory access in hub_activate() (bsc#968010, CVE-2015-8816). - usb/iowarrior: Fix oops with malicious USB descriptors (bsc#970956, CVE-2016-2188). - usb/usb_driver_claim_interface: Add sanity checking (bsc#971124, CVE-2016-2185). - usb/usbip: Fix potential out-of-bounds write (bsc#975945, CVE-2016-3955). - usb/visor: Fix null-deref at probe (bsc#968670, CVE-2016-2782). - wacom: Fix crash due to missing endpoint (bsc#970909, CVE-2016-3139).

The NVMe driver was updated to the current SLE11-SP4 version, which includes the following fixes enhancements:

- NVMe: Free cmdid on nvme_submit_bio error (bsc#913030, fate#317455, fate#320430). - NVMe: End queued bio requests when freeing queue (bsc#913030, fate#317455, fate#320430). - NVMe: Set result from user admin command (bsc#913030, fate#317455, fate#320430). - NVMe: Add result to nvme_get_features (bsc#913030, fate#317455, fate#320430). - NVMe: Define SMART log (bsc#913030, fate#317455, fate#320430). - NVMe: Initialize iod nents to 0 (bsc#913030, fate#317455, fate#320430). - NVMe: Add namespaces with no LBA range feature (bsc#913030, fate#317455, fate#320430). - NVMe: Add discard support for capable devices (bsc#913030, fate#317455, fate#320430). - NVMe: Rename nvme.c to nvme-core.c (bsc#913030, fate#317455, fate#320430). - NVMe: Move structures & definitions to header file (bsc#913030, fate#317455, fate#320430). - NVMe: Add definitions for format command (bsc#913030, fate#317455, fate#320430). - NVMe: Add nvme-scsi.c (bsc#913030, fate#317455, fate#320430). - NVMe: Use round_jiffies_relative() for the periodic, once-per-second (bsc#913030, fate#317455, fate#320430). - NVMe: Abstract out sector to block number conversion (bsc#913030, fate#317455, fate#320430). - NVMe: Don't fail initialisation unnecessarily (bsc#913030, fate#317455, fate#320430). - NVMe: Fix sparse warnings in scsi emulation (bsc#913030, fate#317455, fate#320430). - NVMe: Fix I/O cancellation status on big-endian machines (bsc#913030, fate#317455, fate#320430). - NVMe: Fix endian-related problems in user I/O submission path (bsc#913030, fate#317455, fate#320430). - NVMe: Add a character device for each nvme device (bsc#913030, fate#317455, fate#320430). - NVMe: Set TASK_INTERRUPTIBLE before processing queues (bsc#913030, fate#317455, fate#320430). - NVMe: Queue usage fixes in nvme-scsi (bsc#913030, fate#317455, fate#320430). - NVMe: Add scsi unmap to SG_IO (bsc#913030, fate#317455, fate#320430). - NVMe: Free admin queue on request_irq error (bsc#913030, fate#317455, fate#320430). - NVMe: Fix error clean-up on nvme_alloc_queue (bsc#913030, fate#317455, fate#320430). - NVMe: Check for NULL memory in nvme_dev_add (bsc#913030, fate#317455, fate#320430). - NVMe: Remove dead code in nvme_dev_add (bsc#913030, fate#317455, fate#320430). - NVMe: Split non-mergeable bio requests (bsc#913030, fate#317455, fate#320430). - NVMe: Device specific stripe size handling (bsc#913030, fate#317455, fate#320430). - NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO (bsc#913030, fate#317455, fate#320430). - NVMe: Schedule timeout for sync commands (bsc#913030, fate#317455, fate#320430). - NVMe: Wait for device to acknowledge shutdown (bsc#913030, fate#317455, fate#320430). - NVMe: Only clear the enable bit when disabling controller (bsc#913030, fate#317455, fate#320430). - NVMe: Simplify Firmware Activate code slightly (bsc#913030, fate#317455, fate#320430). - NVMe: Use user defined admin ioctl timeout (bsc#913030, fate#317455, fate#320430). - NVMe: Remove redundant version.h header include (bsc#913030, fate#317455, fate#320430). - NVMe: Fix a signedness bug in nvme_trans_modesel_get_mp (bsc#913030, fate#317455, fate#320430). - NVMe: Check for integer overflow in nvme_map_user_pages() (bsc#913030, fate#317455, fate#320430). - NVMe: Fix error return code in nvme_submit_bio_queue() (bsc#913030, fate#317455, fate#320430). - NVMe: Do not cancel command multiple times (bsc#913030, fate#317455, fate#320430). - NVMe: Use dma_set_mask() correctly (bsc#913030, fate#317455, fate#320430). - NVMe: Add MSI support (bsc#913030, fate#317455, fate#320430). - NVMe: Use kzalloc instead of kmalloc+memset (bsc#913030, fate#317455, fate#320430). - NVMe: Restructure MSI / MSI-X setup (bsc#913030, fate#317455, fate#320430). - NVMe: Disk IO statistics (bsc#913030, fate#317455, fate#320430). - NVMe: Return correct value from interrupt handler (bsc#913030, fate#317455, fate#320430). - NVMe: Remove 'process_cq did something' message (bsc#913030, fate#317455, fate#320430). - NVMe: Call nvme_process_cq from submission path (bsc#913030, fate#317455, fate#320430). - NVMe: Split header file into user-visible and kernel-visible pieces (bsc#913030, fate#317455, fate#320430). - NVMe: Update nvme_id_power_state with latest spec (bsc#913030, fate#317455, fate#320430). - NVMe: Namespace IDs are unsigned (bsc#913030, fate#317455, fate#320430). - NVMe: Fix checkpatch issues (bsc#913030, fate#317455, fate#320430). - NVMe: Bring up cdev on set feature failure (bsc#913030, fate#317455, fate#320430). - NVMe: Disk stats for read/write commands only (bsc#913030, fate#317455, fate#320430). - NVMe: Group pci related actions in functions (bsc#913030, fate#317455, fate#320430). - NVMe: Separate queue alloc/free from create/delete (bsc#913030, fate#317455, fate#320430). - NVMe: Separate controller init from disk discovery (bsc#913030, fate#317455, fate#320430). - NVMe: Use normal shutdown (bsc#913030, fate#317455, fate#320430). - NVMe: Add pci suspend/resume driver callbacks (bsc#913030, fate#317455, fate#320430). - NVMe: Handle ioremap failure (bsc#913030, fate#317455, fate#320430). - NVMe: Merge issue on character device bring-up (bsc#913030, fate#317455, fate#320430). - DMA-API: block: nvme-core: replace (bsc#913030, fate#317455, fate#320430). - NVMe: Avoid shift operation when writing cq head doorbell (bsc#913030, fate#317455, fate#320430). - NVMe: Remove deprecated IRQF_DISABLED (bsc#913030, fate#317455, fate#320430). - NVMe: Compat SG_IO ioctl (bsc#913030, fate#317455, fate#320430). - NVMe: Fix lockdep warnings (bsc#913030, fate#317455, fate#320430). - NVMe: Cache dev->pci_dev in a local pointer (bsc#913030, fate#317455, fate#320430). - NVMe: Device resume error handling (bsc#913030, fate#317455, fate#320430). - NVMe: Schedule reset for failed controllers (bsc#913030, fate#317455, fate#320430). - NVMe: Abort timed out commands (bsc#913030, fate#317455, fate#320430). - NVMe: Surprise removal handling (bsc#913030, fate#317455, fate#320430). - NVMe: Async IO queue deletion (bsc#913030, fate#317455, fate#320430). - NVMe: Dynamically allocate partition numbers (bsc#913030, fate#317455, fate#320430). - NVMe: Disable admin queue on init failure (bsc#913030, fate#317455, fate#320430). - NVMe: Add a pci_driver shutdown method (bsc#913030, fate#317455, fate#320430). - NVMe: Include device and queue numbers in interrupt name (bsc#913030, fate#317455, fate#320430). - NVMe: Correct uses of INIT_WORK (bsc#913030, fate#317455, fate#320430). - NVMe: Namespace use after free on surprise removal (bsc#913030, fate#317455, fate#320430). - NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions (bsc#913030, fate#317455, fate#320430). - NVMe: Initialize device reference count earlier (bsc#913030, fate#317455, fate#320430). - NVMe: RCU protected access to io queues (bsc#913030, fate#317455, fate#320430). - NVMe: IOCTL path RCU protect queue access (bsc#913030, fate#317455, fate#320430). - NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds (bsc#913030, fate#317455, fate#320430). - NVMe: Replace DEFINE_PCI_DEVICE_TABLE (bsc#913030, fate#317455, fate#320430). - NVMe: Per-cpu io queues (bsc#913030, fate#317455, fate#320430). - NVMe: CPU hot plug notification (bsc#913030, fate#317455, fate#320430). - NVMe: Make I/O timeout a module parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Start-stop nvme_thread during device add-remove (bsc#913030, fate#317455, fate#320430). - NVMe: Add getgeo to block ops (bsc#913030, fate#317455, fate#320430). - NVMe: Retry failed commands with non-fatal errors (bsc#913030, fate#317455, fate#320430). - NVMe: Update copyright headers (bsc#913030, fate#317455, fate#320430). - NVMe: Improve error messages (bsc#913030, fate#317455, fate#320430). - NVMe: Protect against badly formatted CQEs (bsc#913030, fate#317455, fate#320430). - NVMe: Configure support for block flush (bsc#913030, fate#317455, fate#320430). - NVMe: Enable BUILD_BUG_ON checks (bsc#913030, fate#317455, fate#320430). - NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD) (bsc#913030, fate#317455, fate#320430). - NVMe: Prevent possible NULL pointer dereference (bsc#913030, fate#317455, fate#320430). - NVMe: Make iod bio timeout a parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Make admin timeout a module parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Delete NVME_GET_FEAT_TEMP_THRESH (bsc#913030, fate#317455, fate#320430). - NVMe: Fix nvme get/put queue semantics (bsc#913030, fate#317455, fate#320430). - NVMe: Adhere to request queue block accounting enable/disable (bsc#913030, fate#317455, fate#320430). - NVMe: Use last bytes of f/w rev SCSI Inquiry (bsc#913030, fate#317455, fate#320430). - NVMe: Rename io_timeout to nvme_io_timeout (bsc#913030, fate#317455, fate#320430). - NVMe: Fix hot cpu notification dead lock (bsc#913030, fate#317455, fate#320430). - NVMe: Define Log Page constants (bsc#913030, fate#317455, fate#320430). - NVMe: Use Log Page constants in SCSI emulation (bsc#913030, fate#317455, fate#320430). - NVMe: Fix START_STOP_UNIT Scsi->NVMe translation (bsc#913030, fate#317455, fate#320430). - NVMe: Async event request (bsc#913030, fate#317455, fate#320430). - NVMe: Update list of status codes (bsc#913030, fate#317455, fate#320430). - NVMe: Mismatched host/device page size support (bsc#913030, fate#317455, fate#320430). - NVMe: Change nvme_enable_ctrl to set EN and manage CC thru (bsc#913030, fate#317455, fate#320430). - NVMe: Handling devices incapable of I/O (bsc#913030, fate#317455, fate#320430). - NVMe: Skip orderly shutdown on failed devices (bsc#913030, fate#317455, fate#320430). - NVMe: Add shutdown timeout as module parameter (bsc#913030, fate#317455, fate#320430). - NVMe: Call nvme_free_queue directly (bsc#913030, fate#317455, fate#320430). - NVMe: Fix filesystem sync deadlock on removal (bsc#913030, fate#317455, fate#320430). - NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues (bsc#913030, fate#317455, fate#320430). - NVMe: Replace rcu_assign_pointer() with RCU_INIT_POINTER() (bsc#913030, fate#317455, fate#320430). - NVMe: Reference count pci device (bsc#913030, fate#317455, fate#320430). - NVMe: Remove duplicate compat SG_IO code (bsc#913030, fate#317455, fate#320430). - NVMe: Fix SG_IO status values (bsc#913030, fate#317455, fate#320430). - NVMe: Translate NVMe status to errno (bsc#913030, fate#317455, fate#320430). - NVMe: Fix nvmeq waitqueue entry initialization (bsc#913030, fate#317455, fate#320430). - NVMe: Add revalidate_disk callback (bsc#913030, fate#317455, fate#320430). - NVMe: Passthrough IOCTL for IO commands (bsc#913030, fate#317455, fate#320430). - NVMe: Updates for 1.1 spec (bsc#913030, fate#317455, fate#320430). - NVMe: Fix device probe waiting on kthread (bsc#913030, fate#317455, fate#320430). - NVMe: Clear QUEUE_FLAG_STACKABLE (bsc#913030, fate#317455, fate#320430). - NVMe: Do not open disks that are being deleted (bsc#913030, fate#317455, fate#320430). - NVMe: Do not over allocate for discard requests (bsc#913030, fate#317455, fate#320430). - NVMe: Make setup work for devices that don't do INTx (bsc#913030, fate#317455, fate#320430). - NVMe: Fail pci initialization if the device doesn't have any BARs (bsc#913030, fate#317455, fate#320430). - NVMe: Return 0 from make request on ended bio (bsc#926480, fate#320430). - NVMe: Add tracepoints (bsc#926056, fate#320430). - NVMe: Flush with data support (bsc#926056, fate#320430). - NVMe: Update namespace and controller identify structures to the 1.1a spec (bsc#926056, fate#320430). - NVMe: Update data structures for NVMe 1.2 (bsc#926056, fate#320430). - NVMe: Update SCSI Inquiry VPD 83h translation (bsc#926056, fate#320430). - NVMe: Register management handle under nvme class (bsc#926056, fate#320430). - NVMe: Asynchronous controller probe (bsc#926056, fate#320430). - NVMe: Fix potential corruption during shutdown (bsc#926056, fate#320430). - NVMe: Fix potential corruption on sync commands (bsc#926056, fate#320430). - NVMe: Fix PRP list calculation for non-4k system page size (bsc#926056, fate#320430). - NVMe: Initialize device list head before starting (bsc#926056, fate#320430). - NVMe: Add translation for block limits (bsc#926056, fate#320430). - NVMe: Clear BIO_SEG_VALID flag in nvme_bio_split() (bsc#954992, fate#320430). - NVMe: default to 4k device page size (bsc#967042, fate#320430). - DMA-API: provide a helper to set both DMA and coherent DMA masks (bug#909498 fate#317395). - tty: Use lockless flip buffer free list (bsc#913030, fate#317455).

The following bugs have been fixed:

- Return ENODEV instead of EIO when device is removed with IO pending (bsc#963060). - af_unix: Guard against other == sk in unix_dgram_sendmsg (bsc#973570). - scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458). - xen/panic-handler: Only call the HV when we don't boot into a crash-kernel (bsc#973691).
Family:unixClass:patch
Status:Reference(s):1006919
1008130
1009318
1011130
1011136
1012422
1012814
1013376
1013862
1014159
1017143
1020229
1021256
1023051
1024938
1025013
1025235
1026024
1026722
1026914
1027066
1027101
1027178
1027179
1027406
1028415
1028880
1029212
1029850
1030213
1030573
1030575
1030593
1031003
1031052
1031440
1031481
1031579
1031660
1033287
1033336
1033843
1034670
1034838
1035283
1035576
1037182
1037183
1037994
1038544
1038564
1038879
1038883
1038981
1038982
1039349
1039354
1039456
1039594
1039882
1039883
1039885
1040069
1041431
1042364
1042863
1042892
1044125
1045416
1045487
1046107
1048232
1048275
1049483
1049603
1049882
1050677
1052311
1053148
1053152
1053760
1056127
1056588
1064127
1070046
1092283
1096718
1109160
1128471
1128472
1128474
1128476
1128480
1128481
1128490
1128492
1128493
1137792
1138614
1138872
1140868
1171740
1172220
1172680
870618
913030
923349
924828
926056
926480
947271
948562
954992
957568
957988
957990
960458
963060
963655
967042
968010
968670
970892
970909
970911
970948
970956
970958
970970
971124
971125
971360
972891
973570
973691
975945
979681
983212
986924
989896
999245
CVE-2006-0903
CVE-2006-4197
CVE-2006-4226
CVE-2006-4227
CVE-2006-5456
CVE-2007-1667
CVE-2007-1797
CVE-2007-4985
CVE-2007-4986
CVE-2007-4987
CVE-2007-4988
CVE-2007-5969
CVE-2007-6303
CVE-2007-6304
CVE-2008-2079
CVE-2008-4456
CVE-2008-7247
CVE-2009-2446
CVE-2009-4019
CVE-2009-4028
CVE-2009-4030
CVE-2009-4484
CVE-2015-2806
CVE-2015-8313
CVE-2015-8816
CVE-2016-10200
CVE-2016-2184
CVE-2016-2185
CVE-2016-2186
CVE-2016-2188
CVE-2016-2782
CVE-2016-2847
CVE-2016-3137
CVE-2016-3138
CVE-2016-3139
CVE-2016-3140
CVE-2016-3156
CVE-2016-3955
CVE-2016-5243
CVE-2016-7530
CVE-2016-8707
CVE-2016-8866
CVE-2016-9556
CVE-2016-9559
CVE-2016-9773
CVE-2017-1000112
CVE-2017-1000159
CVE-2017-1000363
CVE-2017-1000365
CVE-2017-1000380
CVE-2017-10661
CVE-2017-10971
CVE-2017-10972
CVE-2017-11176
CVE-2017-11473
CVE-2017-12762
CVE-2017-13733
CVE-2017-14051
CVE-2017-15638
CVE-2017-2647
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-6951
CVE-2017-7184
CVE-2017-7187
CVE-2017-7261
CVE-2017-7294
CVE-2017-7308
CVE-2017-7482
CVE-2017-7487
CVE-2017-7533
CVE-2017-7542
CVE-2017-7616
CVE-2017-8831
CVE-2017-8890
CVE-2017-8924
CVE-2017-8925
CVE-2017-9074
CVE-2017-9075
CVE-2017-9076
CVE-2017-9077
CVE-2017-9242
CVE-2018-12015
CVE-2018-5741
CVE-2019-11707
CVE-2019-11708
CVE-2019-11709
CVE-2019-11711
CVE-2019-11712
CVE-2019-11713
CVE-2019-11715
CVE-2019-11717
CVE-2019-11719
CVE-2019-11729
CVE-2019-11730
CVE-2019-3855
CVE-2019-3856
CVE-2019-3857
CVE-2019-3858
CVE-2019-3859
CVE-2019-3860
CVE-2019-3861
CVE-2019-3862
CVE-2019-3863
CVE-2019-9811
CVE-2020-8616
CVE-2020-8617
SUSE-SU-2016:0077-1
SUSE-SU-2016:3256-1
SUSE-SU-2017:1008-1
SUSE-SU-2017:1850-1
SUSE-SU-2017:2525-1
SUSE-SU-2017:2923-1
SUSE-SU-2018:0178-1
SUSE-SU-2018:0639-1
SUSE-SU-2018:1992-1
SUSE-SU-2019:13982-1
SUSE-SU-2019:14124-1
SUSE-SU-2020:14400-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
openSUSE Leap 42.3 NonFree
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-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 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • PackageKit-1.1.10-lp150.2 is installed
  • OR PackageKit-backend-zypp-1.1.10-lp150.2 is installed
  • OR PackageKit-gstreamer-plugin-1.1.10-lp150.2 is installed
  • OR PackageKit-gtk3-module-1.1.10-lp150.2 is installed
  • OR PackageKit-lang-1.1.10-lp150.2 is installed
  • OR libpackagekit-glib2-18-1.1.10-lp150.2 is installed
  • OR typelib-1_0-PackageKitGlib-1_0-1.1.10-lp150.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND argyllcms-1.6.3-7 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 NonFree is installed
  • AND opera-54.0.2952.41-lp150.2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • libldb1-3.6.3-0.33.39 is installed
  • OR libldb1-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bash-3.2-147.22 is installed
  • OR bash-doc-3.2-147.22 is installed
  • OR libreadline5-5.2-147.22 is installed
  • OR libreadline5-32bit-5.2-147.22 is installed
  • OR readline-doc-5.2-147.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libmysql55client18-5.5.47-0.17 is installed
  • OR libmysql55client18-32bit-5.5.47-0.17 is installed
  • OR libmysql55client_r18-5.5.47-0.17 is installed
  • OR libmysql55client_r18-32bit-5.5.47-0.17 is installed
  • OR mysql-5.5.47-0.17 is installed
  • OR mysql-client-5.5.47-0.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • dbus-1-1.8.16-14 is installed
  • OR dbus-1-x11-1.8.16-14 is installed
  • OR libdbus-1-3-1.8.16-14 is installed
  • OR libdbus-1-3-32bit-1.8.16-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.101-14 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.101-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND cvs-1.12.12-182.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libtiff5-4.0.9-44.24 is installed
  • OR libtiff5-32bit-4.0.9-44.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND ipsec-tools-0.8.2-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND docker-1.6.2-31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • nodejs4-4.5.0-5 is installed
  • OR nodejs4-devel-4.5.0-5 is installed
  • OR nodejs4-docs-4.5.0-5 is installed
  • OR npm4-4.5.0-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • cups-1.3.9-8.15 is installed
  • OR cups-client-1.3.9-8.15 is installed
  • OR cups-libs-1.3.9-8.15 is installed
  • OR cups-libs-32bit-1.3.9-8.15 is installed
  • OR cups-libs-x86-1.3.9-8.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • cups-1.3.9-8.15 is installed
  • OR cups-client-1.3.9-8.15 is installed
  • OR cups-libs-1.3.9-8.15 is installed
  • OR cups-libs-32bit-1.3.9-8.15 is installed
  • OR cups-libs-x86-1.3.9-8.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • bzip2-1.0.5-34.253 is installed
  • OR bzip2-doc-1.0.5-34.253 is installed
  • OR libbz2-1-1.0.5-34.253 is installed
  • OR libbz2-1-32bit-1.0.5-34.253 is installed
  • OR libbz2-1-x86-1.0.5-34.253 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bzip2-1.0.5-34.253 is installed
  • OR bzip2-doc-1.0.5-34.253 is installed
  • OR libbz2-1-1.0.5-34.253 is installed
  • OR libbz2-1-32bit-1.0.5-34.253 is installed
  • OR libbz2-1-x86-1.0.5-34.253 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bzip2-1.0.5-34.253 is installed
  • OR bzip2-doc-1.0.5-34.253 is installed
  • OR libbz2-1-1.0.5-34.253 is installed
  • OR libbz2-1-32bit-1.0.5-34.253 is installed
  • OR libbz2-1-x86-1.0.5-34.253 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • libMagickCore1-6.4.3.6-7.20 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.3 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
  • OR libfreebl3-3.16-0.3 is installed
  • OR libfreebl3-32bit-3.16-0.3 is installed
  • OR mozilla-nspr-4.10.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3 is installed
  • OR mozilla-nss-3.16-0.3 is installed
  • OR mozilla-nss-32bit-3.16-0.3 is installed
  • OR mozilla-nss-tools-3.16-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.3 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
  • OR libfreebl3-3.16-0.3 is installed
  • OR libfreebl3-32bit-3.16-0.3 is installed
  • OR mozilla-nspr-4.10.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3 is installed
  • OR mozilla-nss-3.16-0.3 is installed
  • OR mozilla-nss-32bit-3.16-0.3 is installed
  • OR mozilla-nss-tools-3.16-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.3 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
  • OR libfreebl3-3.16-0.3 is installed
  • OR libfreebl3-32bit-3.16-0.3 is installed
  • OR mozilla-nspr-4.10.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3 is installed
  • OR mozilla-nss-3.16-0.3 is installed
  • OR mozilla-nss-32bit-3.16-0.3 is installed
  • OR mozilla-nss-tools-3.16-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.3 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
  • OR libfreebl3-3.16-0.3 is installed
  • OR libfreebl3-32bit-3.16-0.3 is installed
  • OR mozilla-nspr-4.10.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3 is installed
  • OR mozilla-nss-3.16-0.3 is installed
  • OR mozilla-nss-32bit-3.16-0.3 is installed
  • OR mozilla-nss-tools-3.16-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • 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 SP2-LTSS is installed
  • AND
  • MozillaFirefox-31.2.0esr-0.11.11 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
  • OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
  • OR libfreebl3-3.17.2-0.3 is installed
  • OR libfreebl3-32bit-3.17.2-0.3 is installed
  • OR mozilla-nspr-4.10.7-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.7-0.3 is installed
  • OR mozilla-nspr-devel-4.10.7-0.3 is installed
  • OR mozilla-nss-3.17.2-0.3 is installed
  • OR mozilla-nss-32bit-3.17.2-0.3 is installed
  • OR mozilla-nss-devel-3.17.2-0.3 is installed
  • OR mozilla-nss-tools-3.17.2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-31.2.0esr-0.11.11 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
  • OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
  • OR libfreebl3-3.17.2-0.3 is installed
  • OR libfreebl3-32bit-3.17.2-0.3 is installed
  • OR mozilla-nspr-4.10.7-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.7-0.3 is installed
  • OR mozilla-nspr-devel-4.10.7-0.3 is installed
  • OR mozilla-nss-3.17.2-0.3 is installed
  • OR mozilla-nss-32bit-3.17.2-0.3 is installed
  • OR mozilla-nss-devel-3.17.2-0.3 is installed
  • OR mozilla-nss-tools-3.17.2-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-38.3.0esr-22 is installed
  • OR MozillaFirefox-translations-38.3.0esr-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-38.3.0esr-22 is installed
  • OR MozillaFirefox-translations-38.3.0esr-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-38.3.0esr-22 is installed
  • OR MozillaFirefox-translations-38.3.0esr-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-38.3.0esr-22 is installed
  • OR MozillaFirefox-translations-38.3.0esr-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-38.3.0esr-22 is installed
  • OR MozillaFirefox-translations-38.3.0esr-22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.5_08-0.9 is installed
  • OR xen-doc-html-4.2.5_08-0.9 is installed
  • OR xen-doc-pdf-4.2.5_08-0.9 is installed
  • OR xen-kmp-default-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-kmp-pae-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-libs-4.2.5_08-0.9 is installed
  • OR xen-libs-32bit-4.2.5_08-0.9 is installed
  • OR xen-tools-4.2.5_08-0.9 is installed
  • OR xen-tools-domU-4.2.5_08-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_08-0.9 is installed
  • OR xen-doc-html-4.2.5_08-0.9 is installed
  • OR xen-doc-pdf-4.2.5_08-0.9 is installed
  • OR xen-kmp-default-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-kmp-pae-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-libs-4.2.5_08-0.9 is installed
  • OR xen-libs-32bit-4.2.5_08-0.9 is installed
  • OR xen-tools-4.2.5_08-0.9 is installed
  • OR xen-tools-domU-4.2.5_08-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.5_08-0.9 is installed
  • OR xen-doc-html-4.2.5_08-0.9 is installed
  • OR xen-doc-pdf-4.2.5_08-0.9 is installed
  • OR xen-kmp-default-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-kmp-pae-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-libs-4.2.5_08-0.9 is installed
  • OR xen-libs-32bit-4.2.5_08-0.9 is installed
  • OR xen-tools-4.2.5_08-0.9 is installed
  • OR xen-tools-domU-4.2.5_08-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_08-0.9 is installed
  • OR xen-doc-html-4.2.5_08-0.9 is installed
  • OR xen-doc-pdf-4.2.5_08-0.9 is installed
  • OR xen-kmp-default-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-kmp-pae-4.2.5_08_3.0.101_0.47.55-0.9 is installed
  • OR xen-libs-4.2.5_08-0.9 is installed
  • OR xen-libs-32bit-4.2.5_08-0.9 is installed
  • OR xen-tools-4.2.5_08-0.9 is installed
  • OR xen-tools-domU-4.2.5_08-0.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND apache2-mod_jk-1.2.26-1.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND Package Information
  • 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
  • kernel-bigsmp-3.0.101-0.47.106.5 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.5 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-default-3.0.101-0.47.106.5 is installed
  • OR kernel-default-base-3.0.101-0.47.106.5 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-default-man-3.0.101-0.47.106.5 is installed
  • OR kernel-ec2-3.0.101-0.47.106.5 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.5 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-pae-3.0.101-0.47.106.5 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.5 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-source-3.0.101-0.47.106.5 is installed
  • OR kernel-syms-3.0.101-0.47.106.5 is installed
  • OR kernel-trace-3.0.101-0.47.106.5 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.5 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-xen-3.0.101-0.47.106.5 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.5 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.5 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.5 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-default-3.0.101-0.47.106.5 is installed
  • OR kernel-default-base-3.0.101-0.47.106.5 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-default-man-3.0.101-0.47.106.5 is installed
  • OR kernel-ec2-3.0.101-0.47.106.5 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.5 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-pae-3.0.101-0.47.106.5 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.5 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-source-3.0.101-0.47.106.5 is installed
  • OR kernel-syms-3.0.101-0.47.106.5 is installed
  • OR kernel-trace-3.0.101-0.47.106.5 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.5 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.5 is installed
  • OR kernel-xen-3.0.101-0.47.106.5 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.5 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • bind-9.9.6P1-0.39 is installed
  • OR bind-chrootenv-9.9.6P1-0.39 is installed
  • OR bind-doc-9.9.6P1-0.39 is installed
  • OR bind-libs-9.9.6P1-0.39 is installed
  • OR bind-libs-32bit-9.9.6P1-0.39 is installed
  • OR bind-utils-9.9.6P1-0.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND ansible-2.2.0.0-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND ansible-2.2.0.0-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-31.7.0esr-0.8 is installed
  • OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-common-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-other-60.8.0esr-78.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-common-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-other-60.8.0esr-78.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • libldap-openssl1-2_4-2-2.4.26-0.74.13 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.74.13 is installed
  • OR libldap-openssl1-2_4-2-x86-2.4.26-0.74.13 is installed
  • OR openldap2-client-openssl1-2.4.26-0.74.13 is installed
  • OR openldap2-openssl1-2.4.26-0.74.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • libldap-openssl1-2_4-2-2.4.26-0.74.13 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.74.13 is installed
  • OR libldap-openssl1-2_4-2-x86-2.4.26-0.74.13 is installed
  • OR openldap2-client-openssl1-2.4.26-0.74.13 is installed
  • OR openldap2-openssl1-2.4.26-0.74.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libopenssl1-devel-1.0.1g-0.12 is installed
  • OR libopenssl1_0_0-1.0.1g-0.12 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.12 is installed
  • OR openssl1-1.0.1g-0.12 is installed
  • OR openssl1-doc-1.0.1g-0.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • ntp-4.2.6p5-31 is installed
  • OR ntp-doc-4.2.6p5-31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • ntp-4.2.6p5-31 is installed
  • OR ntp-doc-4.2.6p5-31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • MozillaFirefox-31.1.0esr-1 is installed
  • OR MozillaFirefox-translations-31.1.0esr-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND apache2-mod_jk-1.2.40-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • MozillaFirefox-52.2.0esr-108 is installed
  • OR MozillaFirefox-branding-SLE-52-31 is installed
  • OR MozillaFirefox-devel-52.2.0esr-108 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • MozillaFirefox-52.2.0esr-108 is installed
  • OR MozillaFirefox-branding-SLE-52-31 is installed
  • OR MozillaFirefox-devel-52.2.0esr-108 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_21-default-10-4 is installed
  • OR kgraft-patch-3_12_67-60_64_21-xen-10-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_10-10-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • xen-4.7.1_02-25 is installed
  • OR xen-doc-html-4.7.1_02-25 is installed
  • OR xen-libs-4.7.1_02-25 is installed
  • OR xen-libs-32bit-4.7.1_02-25 is installed
  • OR xen-tools-4.7.1_02-25 is installed
  • OR xen-tools-domU-4.7.1_02-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • xen-4.7.1_02-25 is installed
  • OR xen-doc-html-4.7.1_02-25 is installed
  • OR xen-libs-4.7.1_02-25 is installed
  • OR xen-libs-32bit-4.7.1_02-25 is installed
  • OR xen-tools-4.7.1_02-25 is installed
  • OR xen-tools-domU-4.7.1_02-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • avahi-0.6.32-30 is installed
  • OR avahi-lang-0.6.32-30 is installed
  • OR avahi-utils-0.6.32-30 is installed
  • OR libavahi-client3-0.6.32-30 is installed
  • OR libavahi-client3-32bit-0.6.32-30 is installed
  • OR libavahi-common3-0.6.32-30 is installed
  • OR libavahi-common3-32bit-0.6.32-30 is installed
  • OR libavahi-core7-0.6.32-30 is installed
  • OR libdns_sd-0.6.32-30 is installed
  • OR libdns_sd-32bit-0.6.32-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND ucode-intel-20180703-13.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND ucode-intel-20180703-13.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-default-man-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-default-man-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND ucode-intel-20180425-13.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • qemu-2.9.1-6.9 is installed
  • OR qemu-arm-2.9.1-6.9 is installed
  • OR qemu-block-curl-2.9.1-6.9 is installed
  • OR qemu-block-iscsi-2.9.1-6.9 is installed
  • OR qemu-block-rbd-2.9.1-6.9 is installed
  • OR qemu-block-ssh-2.9.1-6.9 is installed
  • OR qemu-guest-agent-2.9.1-6.9 is installed
  • OR qemu-ipxe-1.0.0-6.9 is installed
  • OR qemu-kvm-2.9.1-6.9 is installed
  • OR qemu-lang-2.9.1-6.9 is installed
  • OR qemu-ppc-2.9.1-6.9 is installed
  • OR qemu-s390-2.9.1-6.9 is installed
  • OR qemu-seabios-1.10.2-6.9 is installed
  • OR qemu-sgabios-8-6.9 is installed
  • OR qemu-tools-2.9.1-6.9 is installed
  • OR qemu-vgabios-1.10.2-6.9 is installed
  • OR qemu-x86-2.9.1-6.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • qemu-2.9.1-6.9 is installed
  • OR qemu-arm-2.9.1-6.9 is installed
  • OR qemu-block-curl-2.9.1-6.9 is installed
  • OR qemu-block-iscsi-2.9.1-6.9 is installed
  • OR qemu-block-rbd-2.9.1-6.9 is installed
  • OR qemu-block-ssh-2.9.1-6.9 is installed
  • OR qemu-guest-agent-2.9.1-6.9 is installed
  • OR qemu-ipxe-1.0.0-6.9 is installed
  • OR qemu-kvm-2.9.1-6.9 is installed
  • OR qemu-lang-2.9.1-6.9 is installed
  • OR qemu-ppc-2.9.1-6.9 is installed
  • OR qemu-s390-2.9.1-6.9 is installed
  • OR qemu-seabios-1.10.2-6.9 is installed
  • OR qemu-sgabios-8-6.9 is installed
  • OR qemu-tools-2.9.1-6.9 is installed
  • OR qemu-vgabios-1.10.2-6.9 is installed
  • OR qemu-x86-2.9.1-6.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND apache2-mod_nss-1.0.14-18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.16 is installed
  • OR python3-3.4.6-25.16 is installed
  • OR python3-base-3.4.6-25.16 is installed
  • OR python3-curses-3.4.6-25.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.16 is installed
  • OR python3-3.4.6-25.16 is installed
  • OR python3-base-3.4.6-25.16 is installed
  • OR python3-curses-3.4.6-25.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libopenssl-1_0_0-devel-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-32bit-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-hmac-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2p-3.6 is installed
  • OR openssl-1_0_0-1.0.2p-3.6 is installed
  • OR openssl-1_0_0-doc-1.0.2p-3.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libopenssl-1_0_0-devel-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-32bit-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-hmac-1.0.2p-3.6 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2p-3.6 is installed
  • OR openssl-1_0_0-1.0.2p-3.6 is installed
  • OR openssl-1_0_0-doc-1.0.2p-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 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
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kernel-default-3.12.60-52.63 is installed
  • OR kernel-default-base-3.12.60-52.63 is installed
  • OR kernel-default-devel-3.12.60-52.63 is installed
  • OR kernel-default-man-3.12.60-52.63 is installed
  • OR kernel-devel-3.12.60-52.63 is installed
  • OR kernel-macros-3.12.60-52.63 is installed
  • OR kernel-source-3.12.60-52.63 is installed
  • OR kernel-syms-3.12.60-52.63 is installed
  • OR kernel-xen-3.12.60-52.63 is installed
  • OR kernel-xen-base-3.12.60-52.63 is installed
  • OR kernel-xen-devel-3.12.60-52.63 is installed
  • OR kgraft-patch-3_12_60-52_63-default-1-2 is installed
  • OR kgraft-patch-3_12_60-52_63-xen-1-2 is installed
  • OR kgraft-patch-SLE12_Update_18-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kernel-default-3.12.60-52.63 is installed
  • OR kernel-default-base-3.12.60-52.63 is installed
  • OR kernel-default-devel-3.12.60-52.63 is installed
  • OR kernel-default-man-3.12.60-52.63 is installed
  • OR kernel-devel-3.12.60-52.63 is installed
  • OR kernel-macros-3.12.60-52.63 is installed
  • OR kernel-source-3.12.60-52.63 is installed
  • OR kernel-syms-3.12.60-52.63 is installed
  • OR kernel-xen-3.12.60-52.63 is installed
  • OR kernel-xen-base-3.12.60-52.63 is installed
  • OR kernel-xen-devel-3.12.60-52.63 is installed
  • OR kgraft-patch-3_12_60-52_63-default-1-2 is installed
  • OR kgraft-patch-3_12_60-52_63-xen-1-2 is installed
  • OR kgraft-patch-SLE12_Update_18-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • curl-7.37.0-37.14 is installed
  • OR libcurl4-7.37.0-37.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
  • AND Package Information
  • java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
  • OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.51.5 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.51.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_60-default-6-3 is installed
  • OR kgraft-patch-3_12_60-52_60-xen-6-3 is installed
  • OR kgraft-patch-SLE12_Update_17-6-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • libspice-server1-0.12.5-10 is installed
  • OR spice-0.12.5-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_35-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_178-94_91-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.39-47 is installed
  • OR kernel-default-extra-3.12.39-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.632-137 is installed
  • OR flash-player-gnome-11.2.202.632-137 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • firebird-classic-2.5.2.26539-15 is installed
  • OR libfbembed2_5-2.5.2.26539-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.23 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.23 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.93 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.93 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.93 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ntp-4.2.8p7-44 is installed
  • OR ntp-doc-4.2.8p7-44 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • xen-4.5.5_20-22.36 is installed
  • OR xen-doc-html-4.5.5_20-22.36 is installed
  • OR xen-kmp-default-4.5.5_20_k3.12.74_60.64.63-22.36 is installed
  • OR xen-libs-4.5.5_20-22.36 is installed
  • OR xen-libs-32bit-4.5.5_20-22.36 is installed
  • OR xen-tools-4.5.5_20-22.36 is installed
  • OR xen-tools-domU-4.5.5_20-22.36 is installed
  • BACK