Oval Definition:oval:org.opensuse.security:def:20461
Revision Date:2021-07-14Version:1
Title:Security update for the Linux Kernel (Important)
Description:

The SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2021-33624: Fixed a bug which allows unprivileged BPF program to leak the contents of arbitrary kernel memory (and therefore, of all physical memory) via a side-channel. (bsc#1187554) - CVE-2019-25045: Fixed an use-after-free issue in the Linux kernel The XFRM subsystem, related to an xfrm_state_fini panic. (bsc#1187049) - CVE-2021-0605: Fixed an out-of-bounds read which could lead to local information disclosure in the kernel with System execution privileges needed. (bsc#1187601) - CVE-2021-0512: Fixed a possible out-of-bounds write which could lead to local escalation of privilege with no additional execution privileges needed. (bsc#1187595) - CVE-2020-26558: Fixed a flaw in the Bluetooth LE and BR/EDR secure pairing that could permit a nearby man-in-the-middle attacker to identify the Passkey used during pairing. (bsc#1179610) - CVE-2021-34693: Fixed a bug in net/can/bcm.c which could allow local users to obtain sensitive information from kernel stack memory because parts of a data structure are uninitialized. (bsc#1187452) - CVE-2021-0129: Fixed an improper access control in BlueZ that may have allowed an authenticated user to potentially enable information disclosure via adjacent access. (bsc#1186463) - CVE-2020-36386: Fixed an out-of-bounds read in hci_extended_inquiry_result_evt. (bsc#1187038) - CVE-2020-24588: Fixed a bug that could allow an adversary to abuse devices that support receiving non-SSP A-MSDU frames to inject arbitrary network packets. (bsc#1185861)

The following non-security bugs were fixed:

- ALSA: timer: Fix master timer notification (git-fixes). - alx: Fix an error handling path in 'alx_probe()' (git-fixes). - ASoC: sti-sas: add missing MODULE_DEVICE_TABLE (git-fixes). - batman-adv: Avoid WARN_ON timing related checks (git-fixes). - blk-mq: Swap two calls in blk_mq_exit_queue() (bsc#1187453). - blk-wbt: Fix missed wakeup (bsc#1186627). - block: Discard page cache of zone reset target range (bsc#1187402). - Bluetooth: fix the erroneous flush_work() order (git-fixes). - Bluetooth: use correct lock to prevent UAF of hdev object (git-fixes). - btrfs: account for new extents being deleted in total_bytes_pinned (bsc#1135481). - btrfs: add a comment explaining the data flush steps (bsc#1135481). - btrfs: add btrfs_reserve_data_bytes and use it (bsc#1135481). - btrfs: add flushing states for handling data reservations (bsc#1135481). - btrfs: add missing error handling after doing leaf/node binary search (bsc#1187833). - btrfs: add the data transaction commit logic into may_commit_transaction (bsc#1135481). - btrfs: call btrfs_try_granting_tickets when freeing reserved bytes (bsc#1135481). - btrfs: call btrfs_try_granting_tickets when reserving space (bsc#1135481). - btrfs: call btrfs_try_granting_tickets when unpinning anything (bsc#1135481). - btrfs: change insert_dirty_subvol to return errors (bsc#1187833). - btrfs: change nr to u64 in btrfs_start_delalloc_roots (bsc#1135481). - btrfs: check record_root_in_trans related failures in select_reloc_root (bsc#1187833). - btrfs: check return value of btrfs_commit_transaction in relocation (bsc#1187833). - btrfs: check tickets after waiting on ordered extents (bsc#1135481). - btrfs: cleanup error handling in prepare_to_merge (bsc#1187833). - btrfs: convert BUG_ON()'s in relocate_tree_block (bsc#1187833). - btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors (bsc#1187833). - btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s (bsc#1187833). - btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation (bsc#1187833). - btrfs: do async reclaim for data reservations (bsc#1135481). - btrfs: do not force commit if we are data (bsc#1135481). - btrfs: do not leak reloc root if we fail to read the fs root (bsc#1187833). - btrfs: do not make defrag wait on async_delalloc_pages (bsc#1135481). - btrfs: do not panic in __add_reloc_root (bsc#1187833). - btrfs: do proper error handling in btrfs_update_reloc_root (bsc#1187833). - btrfs: do proper error handling in create_reloc_inode (bsc#1187833). - btrfs: do proper error handling in create_reloc_root (bsc#1187833). - btrfs: do proper error handling in merge_reloc_roots (bsc#1187833). - btrfs: do proper error handling in record_reloc_root_in_trans (bsc#1187833). - btrfs: drop the commit_cycles stuff for data reservations (bsc#1135481). - btrfs: fix possible infinite loop in data async reclaim (bsc#1135481). - btrfs: flush delayed refs when trying to reserve data space (bsc#1135481). - btrfs: handle __add_reloc_root failures in btrfs_recover_relocation (bsc#1187833). - btrfs: handle btrfs_cow_block errors in replace_path (bsc#1187833). - btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees (bsc#1187833). - btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename (bsc#1187833). - btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange (bsc#1187833). - btrfs: handle btrfs_record_root_in_trans failure in create_subvol (bsc#1187833). - btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block (bsc#1187833). - btrfs: handle btrfs_record_root_in_trans failure in start_transaction (bsc#1187833). - btrfs: handle btrfs_search_slot failure in replace_path (bsc#1187833). - btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots (bsc#1187833). - btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol (bsc#1187833). - btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge (bsc#1187833). - btrfs: handle errors from select_reloc_root() (bsc#1187833). - btrfs: handle errors in reference count manipulation in replace_path (bsc#1187833). - btrfs: handle extent corruption with select_one_root properly (bsc#1187833). - btrfs: handle extent reference errors in do_relocation (bsc#1187833). - btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans (bsc#1187833). - btrfs: handle record_root_in_trans failure in create_pending_snapshot (bsc#1187833). - btrfs: handle record_root_in_trans failure in qgroup_account_snapshot (bsc#1187833). - btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself (bsc#1135481). - btrfs: handle U64_MAX for shrink_delalloc (bsc#1135481). - btrfs: have proper error handling in btrfs_init_reloc_root (bsc#1187833). - btrfs: make ALLOC_CHUNK use the space info flags (bsc#1135481). - btrfs: make shrink_delalloc take space_info as an arg (bsc#1135481). - btrfs: reloc: clean dirty subvols if we fail to start a transaction (bsc#1187833). - btrfs: remove err variable from do_relocation (bsc#1187833). - btrfs: remove nr_async_bios (bsc#1135481). - btrfs: remove nr_async_submits and async_submit_draining (bsc#1135481). Preparation for ticketed data space flushing in btrfs. - btrfs: remove orig from shrink_delalloc (bsc#1135481). - btrfs: remove the extent item sanity checks in relocate_block_group (bsc#1187833). - btrfs: return an error from btrfs_record_root_in_trans (bsc#1187833). - btrfs: run delayed iputs before committing the transaction for data (bsc#1135481). - btrfs: serialize data reservations if we are flushing (bsc#1135481). - btrfs: shrink delalloc pages instead of full inodes (bsc#1135481). - btrfs: track ordered bytes instead of just dio ordered bytes (bsc#1135481). - btrfs: tree-checker: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly (bsc#1187833). - btrfs: unset reloc control if we fail to recover (bsc#1187833). - btrfs: use btrfs_start_delalloc_roots in shrink_delalloc (bsc#1135481). - btrfs: use customized batch size for total_bytes_pinned (bsc#1135481). Turns out using the batched percpu api had an effect on timing w.r.t metadata/data reclaim. So backport this patch as well, side effect is it's also bringing the code closer to upstream so future backports shall be made easier. - btrfs: use tagged writepage to mitigate livelock of snapshot (bsc#1135481). Preparation for introducing ticketed space handling for data space. Due to the sequence of patches, the main patch has embedded in it changes from other patches which remove some unused arguments. This is done to ease backporting itself and shouldn't have any repercussions on functionality. - btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc (bsc#1135481). - btrfs: use the same helper for data and metadata reservations (bsc#1135481). - btrfs: use ticketing for data space reservations (bsc#1135481). - btrfs: validate root::reloc_root after recording root in trans (bsc#1187833). - can: flexcan: disable completely the ECC mechanism (git-fixes). - can: mcba_usb: fix memory leak in mcba_usb (git-fixes). - can: xilinx_can: xcan_chip_start(): fix failure with invalid bus (git-fixes). - cgroup1: do not allow '\n' in renaming (bsc#1187972). - char: hpet: add checks after calling ioremap (git-fixes). - crypto: ccp - Fix a resource leak in an error handling path (12sp5). - cxgb4: avoid accessing registers when clearing filters (bsc#1136345 jsc#SLE-4681). - dax: Add a wakeup mode parameter to put_unlocked_entry() (bsc#1187411). - dax: Add an enum for specifying dax wakup mode (bsc#1187411). - dax: Wake up all waiters after invalidating dax entry (bsc#1187411). - dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc (git-fixes). - dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM (git-fixes). - dmaengine: qcom_hidma: comment platform_driver_register call (git-fixes). - dmaengine: stedma40: add missing iounmap() on error in d40_probe() (git-fixes). - drbd: Remove uninitialized_var() usage (bsc#1186515). - drivers: video: fbcon: fix NULL dereference in fbcon_cursor() (bsc#1129770) Backporting changes: * move from driver/video/fbdev/core to driver/video/console * context changes - drm: Fix use-after-free read in drm_getunique() (git-fixes). - drm: Lock pointer access in drm_master_release() (git-fixes). - drm/amdgpu: Fix a use-after-free (git-fixes). - efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared (git-fixes). - efi: cper: fix snprintf() use in cper_dimm_err_location() (git-fixes). - ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed (bsc#1187408). - ext4: fix check to prevent false positive report of incorrect used inodes (bsc#1187404). - ext4: fix error code in ext4_commit_super (bsc#1187407). - ext4: fix memory leak in ext4_fill_super (bsc#1187409). - FCOE: fcoe_wwn_from_mac kABI fix (bsc#1186528). - ftrace: Do not blindly read the ip address in ftrace_bug() (git-fixes). - ftrace: Free the trampoline when ftrace_startup() fails (git-fixes). - HID: pidff: fix error return code in hid_pidff_init() (git-fixes). - i2c: mpc: Make use of i2c_recover_bus() (git-fixes). - ima: Free IMA measurement buffer after kexec syscall (git-fixes). - isdn: mISDN: netjet: Fix crash in nj_probe: (git-fixes). - isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io (git-fixes). - ixgbe: fix large MTU request from VF (git-fixes). - ixgbevf: add correct exception tracing for XDP (bsc#1113994 ). - kabi fix for NFSv4.1: Do not rebind to the same source port when reconnecting to the server (bnc#1186264). - kernel: kexec_file: fix error return code of kexec_calculate_store_digests() (git-fixes). - kthread_worker: split code for canceling the delayed work timer (bsc#1187867). - kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() (bsc#1187867). - libertas: register sysfs groups properly (git-fixes). - md: Fix missing unused status line of /proc/mdstat (git-fixes). - media: dvb: Add check on sp8870_readreg return (git-fixes). - media: gspca: properly check for errors in po1030_probe() (git-fixes). - mei: request autosuspend after sending rx flow control (git-fixes). - mlxsw: spectrum: Do not process learned records with a dummy FID (git-fixes). - Move nfs backports into sorted section - net: bnx2: Fix error return code in bnx2_init_board() (git-fixes). - net: caif: Fix debugfs on 64-bit platforms (git-fixes). - net: dsa: mv88e6xxx: Fix writing to a PHY page (git-fixes). - net: dsa: qca8k: Use up to 7 ports for all operations (git-fixes). - net: fix iteration for sctp transport seq_files (git-fixes). - net: hns3: Limiting the scope of vector_ring_chain variable (bsc#1104353). - net: netcp: Fix an error message (git-fixes). - net: stmmac: Correctly take timestamp for PTPv2 (git-fixes). - net: stmmac: ensure that the device has released ownership before reading data (git-fixes). - net/nfc/rawsock.c: fix a permission check bug (git-fixes). - net/smc: remove device from smcd_dev_list after failed device_add() (git-fixes). - nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect (git-fixes). - NFS: Always flush out writes in nfs42_proc_fallocate() (git-fixes). - NFS: Deal correctly with attribute generation counter overflow (git-fixes). - NFS: Do not corrupt the value of pg_bytes_written in nfs_do_recoalesce() (git-fixes). - NFS: Do not discard segments marked for return in _pnfs_return_layout() (git-fixes). - NFS: Do not gratuitously clear the inode cache when lookup failed (git-fixes). - NFS: Do not rebind to the same source port when reconnecting to the server (bnc#1186264). - NFS: Do not revalidate the directory permissions on a lookup failure (git-fixes). - NFS: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() (git-fixes). - NFS: Fix a potential NULL dereference in nfs_get_client() (git-fixes). - NFS: fix an incorrect limit in filelayout_decode_layout() (git-fixes). - NFS: Fix an Oopsable condition in __nfs_pageio_add_request() (git-fixes). - NFS: fix handling of sr_eof in SEEK's reply (git-fixes). - NFS: fix return value of _nfs4_get_security_label() (git-fixes). - NFS: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config (git-fixes). - NFS: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error (git-fixes). - NFS: Repair misuse of sv_lock in 5.10.16-rt30 (git-fixes). - ocfs2: fix data corruption by fallocate (bsc#1187412). - parisc: parisc-agp requires SBA IOMMU driver (bsc#1129770) - pid: take a reference when initializing `cad_pid` (bsc#1114648). - platform/x86: hp-wireless: add AMD's hardware id to the supported list (git-fixes). - platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI (git-fixes). - pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() (git-fixes). - pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process() (git-fixes). - qla2xxx: synchronize rport dev_loss_tmo setting (bsc#1182470 bsc#1185486). - qlcnic: Add null check after calling netdev_alloc_skb (git-fixes). - ravb: fix invalid context bug while calling auto-negotiation by ethtool (git-fixes). - ravb: fix invalid context bug while changing link options by ethtool (git-fixes). - RDMA/mlx5: Recover from fatal event in dual port mode (bsc#1103991). - Revert 'ibmvnic: simplify reset_long_term_buff function' (bsc#1186206 ltc#191041). - Revert 337f13046ff0 ('futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op') (git-fixes). - s390/stack: fix possible register corruption with stack switch helper (bsc#1185677). - scsi: aacraid: Fix an oops in error handling (bsc#1186698). - scsi: aacraid: Remove erroneous fallthrough annotation (bsc#1186516). - scsi: aacraid: Use memdup_user() as a cleanup (bsc#1186517). - scsi: acornscsi: Fix an error handling path in acornscsi_probe() (bsc#1186518). - scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs() (bsc#1186519). - scsi: be2iscsi: Revert 'Fix a theoretical leak in beiscsi_create_eqs()' (bsc#1186699). - scsi: bfa: Fix error return in bfad_pci_init() (bsc#1186520). - scsi: bnx2fc: Fix Kconfig warning and CNIC build errors (bsc#1186521). - scsi: bnx2i: Requires MMU (bsc#1186522). - scsi: csiostor: Fix wrong return value in csio_hw_prep_fw() (bsc#1186523). - scsi: cumana_2: Fix different dev_id between request_irq() and free_irq() (bsc#1186524). - scsi: cxgb3i: Fix some leaks in init_act_open() (bsc#1186525). - scsi: cxgb4i: Fix TLS dependency (bsc#1186526). - scsi: eesox: Fix different dev_id between request_irq() and free_irq() (bsc#1186527). - scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declaration (bsc#1186528). - scsi: fnic: Fix error return code in fnic_probe() (bsc#1186529). - scsi: hisi_sas: Fix IRQ checks (bsc#1186530). - scsi: hisi_sas: Remove preemptible() (bsc#1186638). - scsi: jazz_esp: Add IRQ check (bsc#1186531). - scsi: libfc: Fix enum-conversion warning (bsc#1186532). - scsi: libsas: Fix error path in sas_notify_lldd_dev_found() (bsc#1186533). - scsi: libsas: Reset num_scatter if libata marks qc as NODATA (bsc#1186700). - scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATA (bsc#1186534). - scsi: lpfc: Fix failure to transmit ABTS on FC link (git-fixes). - scsi: megaraid_sas: Check user-provided offsets (bsc#1186535). - scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression (bsc#1186701). - scsi: mesh: Fix panic after host or bus reset (bsc#1186537). - scsi: mpt3sas: Fix error return code of mpt3sas_base_attach() (bsc#1186538). - scsi: pm80xx: Fix error return in pm8001_pci_probe() (bsc#1186539). - scsi: powertec: Fix different dev_id between request_irq() and free_irq() (bsc#1186540). - scsi: qedi: Check for buffer overflow in qedi_set_path() (bsc#1186541). - scsi: qedi: Fix error return code of qedi_alloc_global_queues() (bsc#1186542). - scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe (bsc#1186543). - scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()' (bsc#1186545). - scsi: qla4xxx: Remove in_interrupt() (bsc#1186546). - scsi: scsi_debug: Add check for sdebug_max_queue during module init (bsc#1186547). - scsi: scsi_dh_alua: Retry RTPG on a different path after failure (bsc#1174978 bsc#1185701). - scsi: sd: Fix optimal I/O size for devices that change reported values (bsc#1186548). - scsi: sg: add sg_remove_request in sg_write (bsc#1186635). - scsi: sni_53c710: Add IRQ check (bsc#1186549). - scsi: sun3x_esp: Add IRQ check (bsc#1186550). - scsi: ufs-qcom: Fix scheduling while atomic issue (bsc#1186556). - scsi: ufs: core: Narrow down fast path in system suspend path (bsc#1186551). - scsi: ufs: Do not update urgent bkops level when toggling auto bkops (bsc#1186552). - scsi: ufs: Fix imprecise load calculation in devfreq window (bsc#1187630). - SCSI: ufs: fix ktime_t kabi change (bsc#1187630). - scsi: ufs: Fix race between shutdown and runtime resume flow (bsc#1186554). - scsi: ufs: Properly release resources if a task is aborted successfully (bsc#1186555). - scsi: ufs: ufshcd-pltfrm depends on HAS_IOMEM (bsc#1188010). - scsi: ufs: ufshcd-pltfrm: Fix deferred probing (bsc#1187631). - serial: max310x: unregister uart driver in case of failure and abort (git-fixes). - serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' (git-fixes). - staging: rtl8723bs: Fix uninitialized variables (git-fixes). - SUNRPC: correct error code comment in xs_tcp_setup_socket() (git-fixes). - SUNRPC: fix refcount leak for rpc auth modules (git-fixes). - SUNRPC: Move fault injection call sites (git-fixes). - SUNRPC: prevent port reuse on transports which do not request it (bnc#1186264). - svcrdma: disable timeouts on rdma backchannel (git-fixes). - swiotlb: fix 'x86: Do not panic if can not alloc buffer for swiotlb' (git-fixes). - tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT (bsc#1103990). - tracing: Correct the length check which causes memory corruption (git-fixes). - tracing: Do no increment trace_clock_global() by one (git-fixes). - tracing: Restructure trace_clock_global() to never block (git-fixes). - ttyprintk: Add TTY hangup callback (git-fixes). - ubifs: Only check replay with inode type to judge if inode linked (bsc#1187455). - USB: cdc-acm: always claim data interface (git-fixes). - USB: cdc-acm: do not log successful probe on later errors (git-fixes). - USB: dwc3: ep0: fix NULL pointer exception (git-fixes). - USB: pd: Set PD_T_SINK_WAIT_CAP to 310ms (git-fixes). - USB: serial: ftdi_sio: add IDs for IDS GmbH Products (git-fixes). - USB: serial: ftdi_sio: add NovaTech OrionMX product ID (git-fixes). - USB: serial: omninet: add device id for Zyxel Omni 56K Plus (git-fixes). - USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011 (git-fixes). - USB: serial: pl2303: add device id for ADLINK ND-6530 GC (git-fixes). - USB: serial: quatech2: fix control-request directions (git-fixes). - USB: serial: ti_usb_3410_5052: add startech.com device id (git-fixes). - USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions (git-fixes). - USB: typec: tcpm: Use LE to CPU conversion when accessing msg->header (git-fixes). - USB: typec: ucsi: Clear PPM capability data in ucsi_init() error path (git-fixes). - USB: typec: ucsi: Put fwnode in any case during ->probe() (git-fixes). - vfio/pci: Fix error return code in vfio_ecap_init() (git-fixes). - vfio/pci: zap_vma_ptes() needs MMU (git-fixes). - vfio/platform: fix module_put call in error flow (git-fixes). - video: hgafb: correctly handle card detect failure during probe (bsc#1129770) - video: hgafb: fix potential NULL pointer dereference (bsc#1129770) Backporting changes: * context changes - x86: fix seq_file iteration for pat/memtype.c (git-fixes). - x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported (bsc#1114648).
Family:unixClass:patch
Status:Reference(s):1004455
1007959
1007962
1008842
1010032
1011913
1012382
1012910
1013311
1013994
1014136
1015609
1017461
1017641
1018263
1018419
1019163
1019614
1019618
1020048
1021762
1022340
1022785
1023866
1024015
1024287
1024292
1024294
1025068
1025683
1026024
1026405
1026462
1026505
1026509
1026692
1026722
1027054
1027066
1027153
1027179
1027189
1027190
1027195
1027273
1027616
1028017
1028027
1028041
1028158
1028217
1028325
1028415
1028819
1028895
1029220
1029514
1029634
1029986
1030118
1030213
1031003
1031052
1031200
1031206
1031208
1031440
1031481
1031579
1031660
1031662
1031717
1031831
1032006
1032673
1032681
1045340
1047443
1052460
1053431
1055053
1055063
1056550
1057723
1058422
1063049
1063050
1097356
1103040
1103990
1103991
1104353
1104457
1110723
1113994
1114648
1124211
1129770
1135481
1136345
1141493
1174978
1179610
1182470
1185486
1185677
1185701
1185861
1185863
1186206
1186264
1186463
1186515
1186516
1186517
1186518
1186519
1186520
1186521
1186522
1186523
1186524
1186525
1186526
1186527
1186528
1186529
1186530
1186531
1186532
1186533
1186534
1186535
1186537
1186538
1186539
1186540
1186541
1186542
1186543
1186545
1186546
1186547
1186548
1186549
1186550
1186551
1186552
1186554
1186555
1186556
1186627
1186635
1186638
1186698
1186699
1186700
1186701
1187038
1187049
1187402
1187404
1187407
1187408
1187409
1187411
1187412
1187452
1187453
1187455
1187554
1187595
1187601
1187630
1187631
1187833
1187867
1187972
1188010
897662
906574
911886
924960
933288
933878
935573
936227
942865
951404
951844
957566
957567
957598
957600
960837
968697
969755
970083
971741
972127
977572
977646
977648
977650
977860
978056
979252
980892
981634
982783
987899
988281
991173
998106
CVE-2014-8964
CVE-2015-2325
CVE-2015-2327
CVE-2015-2328
CVE-2015-3210
CVE-2015-3217
CVE-2015-4680
CVE-2015-5073
CVE-2015-8380
CVE-2015-8381
CVE-2015-8382
CVE-2015-8383
CVE-2015-8384
CVE-2015-8385
CVE-2015-8386
CVE-2015-8387
CVE-2015-8388
CVE-2015-8389
CVE-2015-8390
CVE-2015-8391
CVE-2015-8392
CVE-2015-8393
CVE-2015-8394
CVE-2015-8395
CVE-2016-0264
CVE-2016-0363
CVE-2016-0376
CVE-2016-0686
CVE-2016-0687
CVE-2016-10200
CVE-2016-10396
CVE-2016-1283
CVE-2016-2117
CVE-2016-3191
CVE-2016-3422
CVE-2016-3426
CVE-2016-3427
CVE-2016-3443
CVE-2016-3449
CVE-2016-9191
CVE-2017-1000364
CVE-2017-10053
CVE-2017-10067
CVE-2017-10074
CVE-2017-10081
CVE-2017-10087
CVE-2017-10089
CVE-2017-10090
CVE-2017-10096
CVE-2017-10101
CVE-2017-10102
CVE-2017-10105
CVE-2017-10107
CVE-2017-10108
CVE-2017-10109
CVE-2017-10110
CVE-2017-10111
CVE-2017-10115
CVE-2017-10116
CVE-2017-10125
CVE-2017-10243
CVE-2017-12563
CVE-2017-12652
CVE-2017-12691
CVE-2017-13061
CVE-2017-13062
CVE-2017-14042
CVE-2017-14174
CVE-2017-14343
CVE-2017-15277
CVE-2017-15281
CVE-2017-2581
CVE-2017-2586
CVE-2017-2587
CVE-2017-2596
CVE-2017-2626
CVE-2017-2671
CVE-2017-6074
CVE-2017-6214
CVE-2017-6345
CVE-2017-6346
CVE-2017-6347
CVE-2017-6353
CVE-2017-7187
CVE-2017-7261
CVE-2017-7294
CVE-2017-7308
CVE-2017-7374
CVE-2018-14680
CVE-2018-14681
CVE-2018-14682
CVE-2018-15378
CVE-2018-5848
CVE-2019-25045
CVE-2019-7317
CVE-2020-24588
CVE-2020-26558
CVE-2020-36386
CVE-2021-0129
CVE-2021-0512
CVE-2021-0605
CVE-2021-33624
CVE-2021-34693
SUSE-SU-2016:1299-1
SUSE-SU-2016:2871-1
SUSE-SU-2016:2971-1
SUSE-SU-2017:0102-1
SUSE-SU-2017:1183-1
SUSE-SU-2017:1603-1
SUSE-SU-2017:1704-1
SUSE-SU-2017:1835-1
SUSE-SU-2017:2280-1
SUSE-SU-2018:0017-1
SUSE-SU-2018:0424-1
SUSE-SU-2018:3436-1
SUSE-SU-2019:3060-2
SUSE-SU-2021:2324-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
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 Live Patching 12 SP5
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP1
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-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 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-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 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-ESPOS
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-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
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 SP5
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 OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • claws-mail-3.12.0-7.1 is installed
  • OR claws-mail-devel-3.12.0-7.1 is installed
  • OR claws-mail-lang-3.12.0-7.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • cpio-2.11-33.1 is installed
  • OR cpio-lang-2.11-33.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26 is installed
  • OR libMagick++1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
  • OR libMagickWand1-6.4.3.6-7.26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • glibc-2.11.3-17.87 is installed
  • OR glibc-32bit-2.11.3-17.87 is installed
  • OR glibc-devel-2.11.3-17.87 is installed
  • OR glibc-devel-32bit-2.11.3-17.87 is installed
  • OR glibc-i18ndata-2.11.3-17.87 is installed
  • OR glibc-locale-2.11.3-17.87 is installed
  • OR glibc-locale-32bit-2.11.3-17.87 is installed
  • OR nscd-2.11.3-17.87 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • flash-player-11.2.202.554-0.29 is installed
  • OR flash-player-gnome-11.2.202.554-0.29 is installed
  • OR flash-player-kde4-11.2.202.554-0.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • ecryptfs-utils-103-5.35 is installed
  • OR ecryptfs-utils-32bit-103-5.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • fuse-2.9.3-5.1 is installed
  • OR libfuse2-2.9.3-5.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND bogofilter-1.2.4-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • bash-4.3-82.1 is installed
  • OR bash-doc-4.3-82.1 is installed
  • OR bash-lang-4.3-82.1 is installed
  • OR libreadline6-6.3-82.1 is installed
  • OR libreadline6-32bit-6.3-82.1 is installed
  • OR readline-doc-6.3-82.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP5 is installed
  • AND Package Information
  • kernel-default-kgraft-4.12.14-122.77.1 is installed
  • OR kernel-default-kgraft-devel-4.12.14-122.77.1 is installed
  • OR kgraft-patch-4_12_14-122_77-default-1-8.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libslurm29-16.05.8.1-5 is installed
  • OR perl-slurm-16.05.8.1-5 is installed
  • OR slurm-16.05.8.1-5 is installed
  • OR slurm-auth-none-16.05.8.1-5 is installed
  • OR slurm-devel-16.05.8.1-5 is installed
  • OR slurm-doc-16.05.8.1-5 is installed
  • OR slurm-lua-16.05.8.1-5 is installed
  • OR slurm-munge-16.05.8.1-5 is installed
  • OR slurm-pam_slurm-16.05.8.1-5 is installed
  • OR slurm-plugins-16.05.8.1-5 is installed
  • OR slurm-sched-wiki-16.05.8.1-5 is installed
  • OR slurm-slurmdbd-16.05.8.1-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-102 is installed
  • OR libopenssl0_9_8-0.9.8j-102 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-102 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.44-52.10 is installed
  • OR kernel-ec2-devel-3.12.44-52.10 is installed
  • OR kernel-ec2-extra-3.12.44-52.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php7-7.0.7-49 is installed
  • OR php7-7.0.7-49 is installed
  • OR php7-bcmath-7.0.7-49 is installed
  • OR php7-bz2-7.0.7-49 is installed
  • OR php7-calendar-7.0.7-49 is installed
  • OR php7-ctype-7.0.7-49 is installed
  • OR php7-curl-7.0.7-49 is installed
  • OR php7-dba-7.0.7-49 is installed
  • OR php7-dom-7.0.7-49 is installed
  • OR php7-enchant-7.0.7-49 is installed
  • OR php7-exif-7.0.7-49 is installed
  • OR php7-fastcgi-7.0.7-49 is installed
  • OR php7-fileinfo-7.0.7-49 is installed
  • OR php7-fpm-7.0.7-49 is installed
  • OR php7-ftp-7.0.7-49 is installed
  • OR php7-gd-7.0.7-49 is installed
  • OR php7-gettext-7.0.7-49 is installed
  • OR php7-gmp-7.0.7-49 is installed
  • OR php7-iconv-7.0.7-49 is installed
  • OR php7-imap-7.0.7-49 is installed
  • OR php7-intl-7.0.7-49 is installed
  • OR php7-json-7.0.7-49 is installed
  • OR php7-ldap-7.0.7-49 is installed
  • OR php7-mbstring-7.0.7-49 is installed
  • OR php7-mcrypt-7.0.7-49 is installed
  • OR php7-mysql-7.0.7-49 is installed
  • OR php7-odbc-7.0.7-49 is installed
  • OR php7-opcache-7.0.7-49 is installed
  • OR php7-openssl-7.0.7-49 is installed
  • OR php7-pcntl-7.0.7-49 is installed
  • OR php7-pdo-7.0.7-49 is installed
  • OR php7-pear-7.0.7-49 is installed
  • OR php7-pear-Archive_Tar-7.0.7-49 is installed
  • OR php7-pgsql-7.0.7-49 is installed
  • OR php7-phar-7.0.7-49 is installed
  • OR php7-posix-7.0.7-49 is installed
  • OR php7-pspell-7.0.7-49 is installed
  • OR php7-shmop-7.0.7-49 is installed
  • OR php7-snmp-7.0.7-49 is installed
  • OR php7-soap-7.0.7-49 is installed
  • OR php7-sockets-7.0.7-49 is installed
  • OR php7-sqlite-7.0.7-49 is installed
  • OR php7-sysvmsg-7.0.7-49 is installed
  • OR php7-sysvsem-7.0.7-49 is installed
  • OR php7-sysvshm-7.0.7-49 is installed
  • OR php7-tokenizer-7.0.7-49 is installed
  • OR php7-wddx-7.0.7-49 is installed
  • OR php7-xmlreader-7.0.7-49 is installed
  • OR php7-xmlrpc-7.0.7-49 is installed
  • OR php7-xmlwriter-7.0.7-49 is installed
  • OR php7-xsl-7.0.7-49 is installed
  • OR php7-zip-7.0.7-49 is installed
  • OR php7-zlib-7.0.7-49 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-52.6.0esr-72.20 is installed
  • OR MozillaFirefox-translations-52.6.0esr-72.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP1 is installed
  • AND Package Information
  • brocade-bna-kmp-rt-2.1.0.0_2.6.33.20_rt31_0.5-0.2 is installed
  • OR cluster-network-kmp-rt-1.4_2.6.33.20_rt31_0.5-2.5 is installed
  • OR cluster-network-kmp-rt_trace-1.4_2.6.33.20_rt31_0.5-2.5 is installed
  • OR drbd-kmp-rt-8.3.11_2.6.33.20_rt31_0.5-0.3 is installed
  • OR drbd-kmp-rt_trace-8.3.11_2.6.33.20_rt31_0.5-0.3 is installed
  • OR iscsitarget-kmp-rt-1.4.19_2.6.33.20_rt31_0.5-0.9.11 is installed
  • OR kernel-rt-2.6.33.20-0.5 is installed
  • OR kernel-rt-base-2.6.33.20-0.5 is installed
  • OR kernel-rt-devel-2.6.33.20-0.5 is installed
  • OR kernel-rt_trace-2.6.33.20-0.5 is installed
  • OR kernel-rt_trace-base-2.6.33.20-0.5 is installed
  • OR kernel-rt_trace-devel-2.6.33.20-0.5 is installed
  • OR kernel-source-rt-2.6.33.20-0.5 is installed
  • OR kernel-syms-rt-2.6.33.20-0.5 is installed
  • OR ocfs2-kmp-rt-1.6_2.6.33.20_rt31_0.5-0.4.2 is installed
  • OR ocfs2-kmp-rt_trace-1.6_2.6.33.20_rt31_0.5-0.4.2 is installed
  • OR ofed-kmp-rt-1.5.2_2.6.33.20_rt31_0.5-0.9.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND cron-4.1-194.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND cron-4.1-194.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • pango-1.26.2-1.3 is installed
  • OR pango-32bit-1.26.2-1.3 is installed
  • OR pango-doc-1.26.2-1.3 is installed
  • OR pango-x86-1.26.2-1.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • pango-1.26.2-1.3 is installed
  • OR pango-32bit-1.26.2-1.3 is installed
  • OR pango-doc-1.26.2-1.3 is installed
  • OR pango-x86-1.26.2-1.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • pango-1.26.2-1.3 is installed
  • OR pango-32bit-1.26.2-1.3 is installed
  • OR pango-doc-1.26.2-1.3 is installed
  • OR pango-x86-1.26.2-1.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND apache2-mod_perl-2.0.4-40 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.48 is installed
  • OR libMagickCore1-6.4.3.6-7.48 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.48 is installed
  • OR libMagickCore1-6.4.3.6-7.48 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND openssl-certs-1.95-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND openssl-certs-1.95-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND openssl-certs-1.95-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND openssl-certs-1.95-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND openssl-certs-1.95-0.4 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
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-devel-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-devel-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-38.4.0esr-25 is installed
  • OR MozillaFirefox-branding-SLED-38-15 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-38-10 is installed
  • OR MozillaFirefox-translations-38.4.0esr-25 is installed
  • OR libfreebl3-3.19.2.1-19 is installed
  • OR libfreebl3-32bit-3.19.2.1-19 is installed
  • OR libfreebl3-x86-3.19.2.1-19 is installed
  • OR libsoftokn3-3.19.2.1-19 is installed
  • OR libsoftokn3-32bit-3.19.2.1-19 is installed
  • OR libsoftokn3-x86-3.19.2.1-19 is installed
  • OR mozilla-nspr-4.10.10-16 is installed
  • OR mozilla-nspr-32bit-4.10.10-16 is installed
  • OR mozilla-nspr-x86-4.10.10-16 is installed
  • OR mozilla-nss-3.19.2.1-19 is installed
  • OR mozilla-nss-32bit-3.19.2.1-19 is installed
  • OR mozilla-nss-tools-3.19.2.1-19 is installed
  • OR mozilla-nss-x86-3.19.2.1-19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-38.4.0esr-25 is installed
  • OR MozillaFirefox-branding-SLED-38-15 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-38-10 is installed
  • OR MozillaFirefox-translations-38.4.0esr-25 is installed
  • OR libfreebl3-3.19.2.1-19 is installed
  • OR libfreebl3-32bit-3.19.2.1-19 is installed
  • OR libfreebl3-x86-3.19.2.1-19 is installed
  • OR libsoftokn3-3.19.2.1-19 is installed
  • OR libsoftokn3-32bit-3.19.2.1-19 is installed
  • OR libsoftokn3-x86-3.19.2.1-19 is installed
  • OR mozilla-nspr-4.10.10-16 is installed
  • OR mozilla-nspr-32bit-4.10.10-16 is installed
  • OR mozilla-nspr-x86-4.10.10-16 is installed
  • OR mozilla-nss-3.19.2.1-19 is installed
  • OR mozilla-nss-32bit-3.19.2.1-19 is installed
  • OR mozilla-nss-tools-3.19.2.1-19 is installed
  • OR mozilla-nss-x86-3.19.2.1-19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-38.4.0esr-25 is installed
  • OR MozillaFirefox-branding-SLED-38-15 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-38-10 is installed
  • OR MozillaFirefox-translations-38.4.0esr-25 is installed
  • OR libfreebl3-3.19.2.1-19 is installed
  • OR libfreebl3-32bit-3.19.2.1-19 is installed
  • OR libfreebl3-x86-3.19.2.1-19 is installed
  • OR libsoftokn3-3.19.2.1-19 is installed
  • OR libsoftokn3-32bit-3.19.2.1-19 is installed
  • OR libsoftokn3-x86-3.19.2.1-19 is installed
  • OR mozilla-nspr-4.10.10-16 is installed
  • OR mozilla-nspr-32bit-4.10.10-16 is installed
  • OR mozilla-nspr-x86-4.10.10-16 is installed
  • OR mozilla-nss-3.19.2.1-19 is installed
  • OR mozilla-nss-32bit-3.19.2.1-19 is installed
  • OR mozilla-nss-tools-3.19.2.1-19 is installed
  • OR mozilla-nss-x86-3.19.2.1-19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND powerpc-utils-1.2.16-0.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND powerpc-utils-1.2.16-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • glibc-2.11.3-17.54.1 is installed
  • OR glibc-32bit-2.11.3-17.54.1 is installed
  • OR glibc-devel-2.11.3-17.54.1 is installed
  • OR glibc-devel-32bit-2.11.3-17.54.1 is installed
  • OR glibc-html-2.11.3-17.54.1 is installed
  • OR glibc-i18ndata-2.11.3-17.54.1 is installed
  • OR glibc-info-2.11.3-17.54.1 is installed
  • OR glibc-locale-2.11.3-17.54.1 is installed
  • OR glibc-locale-32bit-2.11.3-17.54.1 is installed
  • OR glibc-locale-x86-2.11.3-17.54.1 is installed
  • OR glibc-profile-2.11.3-17.54.1 is installed
  • OR glibc-profile-32bit-2.11.3-17.54.1 is installed
  • OR glibc-profile-x86-2.11.3-17.54.1 is installed
  • OR glibc-x86-2.11.3-17.54.1 is installed
  • OR nscd-2.11.3-17.54.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.51.7 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.7 is installed
  • OR bind-devel-9.9.6P1-0.51.7 is installed
  • OR bind-doc-9.9.6P1-0.51.7 is installed
  • OR bind-libs-9.9.6P1-0.51.7 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.7 is installed
  • OR bind-utils-9.9.6P1-0.51.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.51.7 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.7 is installed
  • OR bind-devel-9.9.6P1-0.51.7 is installed
  • OR bind-doc-9.9.6P1-0.51.7 is installed
  • OR bind-libs-9.9.6P1-0.51.7 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.7 is installed
  • OR bind-utils-9.9.6P1-0.51.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.51.7 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.7 is installed
  • OR bind-devel-9.9.6P1-0.51.7 is installed
  • OR bind-doc-9.9.6P1-0.51.7 is installed
  • OR bind-libs-9.9.6P1-0.51.7 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.7 is installed
  • OR bind-utils-9.9.6P1-0.51.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.51.7 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.7 is installed
  • OR bind-devel-9.9.6P1-0.51.7 is installed
  • OR bind-doc-9.9.6P1-0.51.7 is installed
  • OR bind-libs-9.9.6P1-0.51.7 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.7 is installed
  • OR bind-utils-9.9.6P1-0.51.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.3.0esr-50 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.3.0esr-50 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-38.8.0esr-40.5 is installed
  • OR MozillaFirefox-translations-38.8.0esr-40.5 is installed
  • OR libfreebl3-3.20.2-30.1 is installed
  • OR libfreebl3-32bit-3.20.2-30.1 is installed
  • OR libsoftokn3-3.20.2-30.1 is installed
  • OR libsoftokn3-32bit-3.20.2-30.1 is installed
  • OR mozilla-nspr-4.12-26.1 is installed
  • OR mozilla-nspr-32bit-4.12-26.1 is installed
  • OR mozilla-nss-3.20.2-30.1 is installed
  • OR mozilla-nss-32bit-3.20.2-30.1 is installed
  • OR mozilla-nss-tools-3.20.2-30.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bash-3.2-147.28 is installed
  • OR bash-doc-3.2-147.28 is installed
  • OR libreadline5-5.2-147.28 is installed
  • OR libreadline5-32bit-5.2-147.28 is installed
  • OR readline-doc-5.2-147.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bash-3.2-147.28 is installed
  • OR bash-doc-3.2-147.28 is installed
  • OR libreadline5-5.2-147.28 is installed
  • OR libreadline5-32bit-5.2-147.28 is installed
  • OR readline-doc-5.2-147.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • wireshark-2.0.12-36 is installed
  • OR wireshark-gtk-2.0.12-36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • wireshark-2.0.12-36 is installed
  • OR wireshark-gtk-2.0.12-36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • cobbler-2.2.2-0.68.3 is installed
  • OR koan-2.2.2-0.68.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • cobbler-2.2.2-0.68.3 is installed
  • OR koan-2.2.2-0.68.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND kvm-1.4.2-60.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND kvm-1.4.2-60.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.44 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • xen-4.4.3_06-22.15 is installed
  • OR xen-doc-html-4.4.3_06-22.15 is installed
  • OR xen-kmp-default-4.4.3_06_k3.12.48_52.27-22.15 is installed
  • OR xen-libs-4.4.3_06-22.15 is installed
  • OR xen-libs-32bit-4.4.3_06-22.15 is installed
  • OR xen-tools-4.4.3_06-22.15 is installed
  • OR xen-tools-domU-4.4.3_06-22.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • xen-4.4.3_06-22.15 is installed
  • OR xen-doc-html-4.4.3_06-22.15 is installed
  • OR xen-kmp-default-4.4.3_06_k3.12.48_52.27-22.15 is installed
  • OR xen-libs-4.4.3_06-22.15 is installed
  • OR xen-libs-32bit-4.4.3_06-22.15 is installed
  • OR xen-tools-4.4.3_06-22.15 is installed
  • OR xen-tools-domU-4.4.3_06-22.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • gv-3.7.4-1 is installed
  • OR wdiff-1.2.1-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.40-25 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.40-25 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.40-25 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.40-25 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.40-25 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.40-25 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.40-25 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.40-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • colord-gtk-lang-0.1.25-3 is installed
  • OR libcolord-gtk1-0.1.25-3 is installed
  • OR libcolord2-1.1.7-5 is installed
  • OR libcolord2-32bit-1.1.7-5 is installed
  • OR libcolorhug2-1.1.7-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.48 is installed
  • OR kernel-default-base-3.12.74-60.64.48 is installed
  • OR kernel-default-devel-3.12.74-60.64.48 is installed
  • OR kernel-default-man-3.12.74-60.64.48 is installed
  • OR kernel-devel-3.12.74-60.64.48 is installed
  • OR kernel-macros-3.12.74-60.64.48 is installed
  • OR kernel-source-3.12.74-60.64.48 is installed
  • OR kernel-syms-3.12.74-60.64.48 is installed
  • OR kernel-xen-3.12.74-60.64.48 is installed
  • OR kernel-xen-base-3.12.74-60.64.48 is installed
  • OR kernel-xen-devel-3.12.74-60.64.48 is installed
  • OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.48 is installed
  • OR kernel-default-base-3.12.74-60.64.48 is installed
  • OR kernel-default-devel-3.12.74-60.64.48 is installed
  • OR kernel-default-man-3.12.74-60.64.48 is installed
  • OR kernel-devel-3.12.74-60.64.48 is installed
  • OR kernel-macros-3.12.74-60.64.48 is installed
  • OR kernel-source-3.12.74-60.64.48 is installed
  • OR kernel-syms-3.12.74-60.64.48 is installed
  • OR kernel-xen-3.12.74-60.64.48 is installed
  • OR kernel-xen-base-3.12.74-60.64.48 is installed
  • OR kernel-xen-devel-3.12.74-60.64.48 is installed
  • OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_29-default-6-2.1 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-6-2.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-6-2.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND libtcnative-1-0-1.1.34-12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND libtcnative-1-0-1.1.34-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND cifs-utils-6.5-8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • dovecot22-2.2.31-19.11 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.11 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • dovecot22-2.2.31-19.11 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.11 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND clamav-0.100.2-33.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND clamav-0.100.2-33.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libXcursor-1.1.14-4.3 is installed
  • OR libXcursor1-1.1.14-4.3 is installed
  • OR libXcursor1-32bit-1.1.14-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libXcursor-1.1.14-4.3 is installed
  • OR libXcursor1-1.1.14-4.3 is installed
  • OR libXcursor1-32bit-1.1.14-4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • libpolkit0-0.113-5.18 is installed
  • OR polkit-0.113-5.18 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • libpolkit0-0.113-5.18 is installed
  • OR polkit-0.113-5.18 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_162-94_69-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_21-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_162-94_69-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_21-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libpolkit0-0.113-5.12 is installed
  • OR polkit-0.113-5.12 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libpolkit0-0.113-5.12 is installed
  • OR polkit-0.113-5.12 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libsystemd0-228-150.53 is installed
  • OR libsystemd0-32bit-228-150.53 is installed
  • OR libudev1-228-150.53 is installed
  • OR libudev1-32bit-228-150.53 is installed
  • OR systemd-228-150.53 is installed
  • OR systemd-32bit-228-150.53 is installed
  • OR systemd-bash-completion-228-150.53 is installed
  • OR systemd-sysvinit-228-150.53 is installed
  • OR udev-228-150.53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libsystemd0-228-150.53 is installed
  • OR libsystemd0-32bit-228-150.53 is installed
  • OR libudev1-228-150.53 is installed
  • OR libudev1-32bit-228-150.53 is installed
  • OR systemd-228-150.53 is installed
  • OR systemd-32bit-228-150.53 is installed
  • OR systemd-bash-completion-228-150.53 is installed
  • OR systemd-sysvinit-228-150.53 is installed
  • OR udev-228-150.53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libvirglrenderer0-0.5.0-12.3 is installed
  • OR virglrenderer-0.5.0-12.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libvirglrenderer0-0.5.0-12.3 is installed
  • OR virglrenderer-0.5.0-12.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_45-default-5-2 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_13-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_45-default-5-2 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_13-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • bind-9.9.9P1-49 is installed
  • OR bind-chrootenv-9.9.9P1-49 is installed
  • OR bind-doc-9.9.9P1-49 is installed
  • OR bind-libs-9.9.9P1-49 is installed
  • OR bind-utils-9.9.9P1-49 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.44 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_51-52_31-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_9-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-94 is installed
  • OR libopenssl0_9_8-0.9.8j-94 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_56-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • java-1_7_1-ibm-1.7.1_sr3.20-6 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr3.20-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libwmf-0.2.8.4-242 is installed
  • OR libwmf-0_2-7-0.2.8.4-242 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.59-60.45 is installed
  • OR kernel-default-extra-3.12.59-60.45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gd-2.1.0-20 is installed
  • OR gd-32bit-2.1.0-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • evince-3.20.1-6.16 is installed
  • OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.16 is installed
  • OR typelib-1_0-EvinceView-3_0-3.20.1-6.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libwebkit2gtk3-lang-2.22.5-2.32 is installed
  • OR webkit2gtk3-2.22.5-2.32 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.86.1 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.86.1 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.86.1 is installed
  • OR kernel-default-3.0.101-0.47.86.1 is installed
  • OR kernel-default-base-3.0.101-0.47.86.1 is installed
  • OR kernel-default-devel-3.0.101-0.47.86.1 is installed
  • OR kernel-ec2-3.0.101-0.47.86.1 is installed
  • OR kernel-ec2-base-3.0.101-0.47.86.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.86.1 is installed
  • OR kernel-source-3.0.101-0.47.86.1 is installed
  • OR kernel-syms-3.0.101-0.47.86.1 is installed
  • OR kernel-trace-3.0.101-0.47.86.1 is installed
  • OR kernel-trace-base-3.0.101-0.47.86.1 is installed
  • OR kernel-trace-devel-3.0.101-0.47.86.1 is installed
  • OR kernel-xen-3.0.101-0.47.86.1 is installed
  • OR kernel-xen-base-3.0.101-0.47.86.1 is installed
  • OR kernel-xen-devel-3.0.101-0.47.86.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-glance-11.0.2~a0~dev2-1.1 is installed
  • OR python-glance-11.0.2~a0~dev2-1.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • chromedriver-54.0.2840.90-112 is installed
  • OR chromium-54.0.2840.90-112 is installed
  • OR chromium-ffmpegsumo-54.0.2840.90-112 is installed
  • BACK