| Revision Date: | 2020-12-01 | Version: | 1 |
| Title: | Security update for the Linux Kernel (Important) |
| Description: |
The SUSE Linux Enterprise 12 SP1 kernel was updated to 3.12.62 to receive various security and bugfixes.
The following security bugs were fixed: - CVE-2014-9904: The snd_compress_check_input function in sound/core/compress_offload.c in the ALSA subsystem in the Linux kernel did not properly check for an integer overflow, which allowed local users to cause a denial of service (insufficient memory allocation) or possibly have unspecified other impact via a crafted SNDRV_COMPRESS_SET_PARAMS ioctl call (bnc#986811). - CVE-2015-7833: The usbvision driver in the Linux kernel allowed physically proximate attackers to cause a denial of service (panic) via a nonzero bInterfaceNumber value in a USB device descriptor (bnc#950998). - CVE-2015-8551: The PCI backend driver in Xen, when running on an x86 system and using Linux as the driver domain, allowed local guest administrators to hit BUG conditions and cause a denial of service (NULL pointer dereference and host OS crash) by leveraging a system with access to a passed-through MSI or MSI-X capable physical PCI device and a crafted sequence of XEN_PCI_OP_* operations, aka 'Linux pciback missing sanity checks (bnc#957990). - CVE-2015-8552: The PCI backend driver in Xen, when running on an x86 system and using Linux as the driver domain, allowed local guest administrators to generate a continuous stream of WARN messages and cause a denial of service (disk consumption) by leveraging a system with access to a passed-through MSI or MSI-X capable physical PCI device and XEN_PCI_OP_enable_msi operations, aka 'Linux pciback missing sanity checks (bnc#957990). - CVE-2015-8845: The tm_reclaim_thread function in arch/powerpc/kernel/process.c in the Linux kernel on powerpc platforms did not ensure that TM suspend mode exists before proceeding with a tm_reclaim call, which allowed local users to cause a denial of service (TM Bad Thing exception and panic) via a crafted application (bnc#975533). - CVE-2016-0758: Integer overflow in lib/asn1_decoder.c in the Linux kernel allowed local users to gain privileges via crafted ASN.1 data (bnc#979867). - CVE-2016-1583: The ecryptfs_privileged_open function in fs/ecryptfs/kthread.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (stack memory consumption) via vectors involving crafted mmap calls for /proc pathnames, leading to recursive pagefault handling (bsc#983143). - CVE-2016-2053: The asn1_ber_decoder function in lib/asn1_decoder.c in the Linux kernel allowed attackers to cause a denial of service (panic) via an ASN.1 BER file that lacks a public key, leading to mishandling by the public_key_verify_signature function in crypto/asymmetric_keys/public_key.c (bnc#963762). - CVE-2016-3672: The arch_pick_mmap_layout function in arch/x86/mm/mmap.c in the Linux kernel did not properly randomize the legacy base address, which made it easier for local users to defeat the intended restrictions on the ADDR_NO_RANDOMIZE flag, and bypass the ASLR protection mechanism for a setuid or setgid program, by disabling stack-consumption resource limits (bnc#974308). - CVE-2016-4470: The key_reject_and_link function in security/keys/key.c in the Linux kernel did not ensure that a certain data structure is initialized, which allowed local users to cause a denial of service (system crash) via vectors involving a crafted keyctl request2 command (bnc#984755). - CVE-2016-4482: The proc_connectinfo function in drivers/usb/core/devio.c in the Linux kernel did not initialize a certain data structure, which allowed local users to obtain sensitive information from kernel stack memory via a crafted USBDEVFS_CONNECTINFO ioctl call (bsc#978401). - CVE-2016-4486: The rtnl_fill_link_ifmap function in net/core/rtnetlink.c in the Linux kernel did not initialize a certain data structure, which allowed local users to obtain sensitive information from kernel stack memory by reading a Netlink message (bnc#978822). - CVE-2016-4565: The InfiniBand (aka IB) stack in the Linux kernel incorrectly relied on the write system call, which allowed local users to cause a denial of service (kernel memory write operation) or possibly have unspecified other impact via a uAPI interface (bnc#979548). - CVE-2016-4569: The snd_timer_user_params function in sound/core/timer.c in the Linux kernel did not initialize a certain data structure, which allowed local users to obtain sensitive information from kernel stack memory via crafted use of the ALSA timer interface (bsc#979213). - CVE-2016-4578: sound/core/timer.c in the Linux kernel did not initialize certain r1 data structures, which allowed local users to obtain sensitive information from kernel stack memory via crafted use of the ALSA timer interface, related to the (1) snd_timer_user_ccallback and (2) snd_timer_user_tinterrupt functions (bnc#979879). - CVE-2016-4805: Use-after-free vulnerability in drivers/net/ppp/ppp_generic.c in the Linux kernel allowed local users to cause a denial of service (memory corruption and system crash, or spinlock) or possibly have unspecified other impact by removing a network namespace, related to the ppp_register_net_channel and ppp_unregister_channel functions (bnc#980371). - CVE-2016-4997: The compat IPT_SO_SET_REPLACE setsockopt implementation in the netfilter subsystem in the Linux kernel allowed local users to gain privileges or cause a denial of service (memory corruption) by leveraging in-container root access to provide a crafted offset value that triggers an unintended decrement (bsc#986362). - CVE-2016-4998: The IPT_SO_SET_REPLACE setsockopt implementation in the netfilter subsystem in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read) or possibly obtain sensitive information from kernel heap memory by leveraging in-container root access to provide a crafted offset value that leads to crossing a ruleset blob boundary (bsc#986365). - CVE-2016-5244: The rds_inc_info_copy function in net/rds/recv.c in the Linux kernel did not initialize a certain structure member, which allowed remote attackers to obtain sensitive information from kernel stack memory by reading an RDS message (bnc#983213). - CVE-2016-5828: The start_thread function in arch/powerpc/kernel/process.c in the Linux kernel on powerpc platforms mishandled transactional state, which allowed local users to cause a denial of service (invalid process state or TM Bad Thing exception, and system crash) or possibly have unspecified other impact by starting and suspending a transaction an exec system call (bsc#986569). - CVE-2016-5829: Multiple heap-based buffer overflows in the hiddev_ioctl_usage function in drivers/hid/usbhid/hiddev.c in the Linux kernel allowed local users to cause a denial of service or possibly have unspecified other impact via a crafted (1) HIDIOCGUSAGES or (2) HIDIOCSUSAGES ioctl call (bnc#986572).
The following non-security bugs were fixed: - ALSA: hrtimer: Handle start/stop more properly (bsc#973378). - Add wait_event_cmd() (bsc#953048). - Btrfs: be more precise on errors when getting an inode from disk (bsc#981038). - Btrfs: do not use src fd for printk (bsc#980348). - Btrfs: improve performance on fsync against new inode after rename/unlink (bsc#981038). - Btrfs: qgroup: Fix qgroup accounting when creating snapshot (bsc#972933). - Btrfs: serialize subvolume mounts with potentially mismatching rw flags (bsc#951844). - Disable btrfs patch (bsc#981597) - EDAC, sb_edac: Add support for duplicate device IDs (bsc#979521). - EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs() (bsc#979521). - EDAC, sb_edac: Fix rank lookup on Broadwell (bsc#979521). - EDAC/sb_edac: Fix computation of channel address (bsc#979521). - EDAC: Correct channel count limit (bsc#979521). - EDAC: Remove arbitrary limit on number of channels (bsc#979521). - EDAC: Use static attribute groups for managing sysfs entries (bsc#979521). - MM: increase safety margin provided by PF_LESS_THROTTLE (bsc#956491). - PCI/AER: Clear error status registers during enumeration and restore (bsc#985978). - RAID5: batch adjacent full stripe write (bsc#953048). - RAID5: check_reshape() shouldn't call mddev_suspend (bsc#953048). - RAID5: revert e9e4c377e2f563 to fix a livelock (bsc#953048). - Restore copying of SKBs with head exceeding page size (bsc#978469). - SCSI: Increase REPORT_LUNS timeout (bsc#982282). - USB: xhci: Add broken streams quirk for Frescologic device id 1009 (bnc#982698). - Update patches.drivers/0001-nvme-fix-max_segments-integer-truncation.patch (bsc#979419). Fix reference. - Update patches.drivers/nvme-0106-init-nvme-queue-before-enabling-irq.patch (bsc#962742). Fix incorrect bugzilla referece. - VSOCK: Fix lockdep issue (bsc#977417). - VSOCK: sock_put wasn't safe to call in interrupt context (bsc#977417). - base: make module_create_drivers_dir race-free (bnc#983977). - cdc_ncm: workaround for EM7455 'silent' data interface (bnc#988552). - ceph: tolerate bad i_size for symlink inode (bsc#985232). - drm/mgag200: Add support for a new G200eW3 chipset (bsc#983904). - drm/mgag200: Add support for a new rev of G200e (bsc#983904). - drm/mgag200: Black screen fix for G200e rev 4 (bsc#983904). - drm/mgag200: remove unused variables (bsc#983904). - drm: qxl: Workaround for buggy user-space (bsc#981344). - efifb: Add support for 64-bit frame buffer addresses (bsc#973499). - efifb: Fix 16 color palette entry calculation (bsc#983318). - efifb: Fix KABI of screen_info struct (bsc#973499). - ehci-pci: enable interrupt on BayTrail (bnc#947337). - enic: set netdev->vlan_features (bsc#966245). - fs/cifs: fix wrongly prefixed path to root (bsc#963655, bsc#979681) - hid-elo: kill not flush the work (bnc#982354). - iommu/vt-d: Enable QI on all IOMMUs before setting root entry (bsc#975772). - ipvs: count pre-established TCP states as active (bsc#970114). - kabi/severities: Added raw3270_* PASS to allow IBM LTC changes (bnc#979922, LTC#141736) - kabi: prevent spurious modversion changes after bsc#982544 fix (bsc#982544). - kvm: Guest does not show the cpu flag nonstop_tsc (bsc#971770) - md/raid56: Do not perform reads to support writes until stripe is ready. - md/raid5: Ensure a batch member is not handled prematurely (bsc#953048). - md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE. - md/raid5: add handle_flags arg to break_stripe_batch_list (bsc#953048). - md/raid5: allow the stripe_cache to grow and shrink (bsc#953048). - md/raid5: always set conf->prev_chunk_sectors and ->prev_algo (bsc#953048). - md/raid5: avoid races when changing cache size (bsc#953048). - md/raid5: avoid reading parity blocks for full-stripe write to degraded array (bsc#953048). - md/raid5: be more selective about distributing flags across batch (bsc#953048). - md/raid5: break stripe-batches when the array has failed (bsc#953048). - md/raid5: call break_stripe_batch_list from handle_stripe_clean_event (bsc#953048). - md/raid5: change ->inactive_blocked to a bit-flag (bsc#953048). - md/raid5: clear R5_NeedReplace when no longer needed (bsc#953048). - md/raid5: close race between STRIPE_BIT_DELAY and batching (bsc#953048). - md/raid5: close recently introduced race in stripe_head management. - md/raid5: consider updating reshape_position at start of reshape (bsc#953048). - md/raid5: deadlock between retry_aligned_read with barrier io (bsc#953048). - md/raid5: do not do chunk aligned read on degraded array (bsc#953048). - md/raid5: do not index beyond end of array in need_this_block() (bsc#953048). - md/raid5: do not let shrink_slab shrink too far (bsc#953048). - md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list (bsc#953048). - md/raid5: ensure device failure recorded before write request returns (bsc#953048). - md/raid5: ensure whole batch is delayed for all required bitmap updates (bsc#953048). - md/raid5: fix allocation of 'scribble' array (bsc#953048). - md/raid5: fix another livelock caused by non-aligned writes (bsc#953048). - md/raid5: fix handling of degraded stripes in batches (bsc#953048). - md/raid5: fix init_stripe() inconsistencies (bsc#953048). - md/raid5: fix locking in handle_stripe_clean_event() (bsc#953048). - md/raid5: fix newly-broken locking in get_active_stripe. - md/raid5: handle possible race as reshape completes (bsc#953048). - md/raid5: ignore released_stripes check (bsc#953048). - md/raid5: more incorrect BUG_ON in handle_stripe_fill (bsc#953048). - md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_stripe (bsc#953048). - md/raid5: need_this_block: start simplifying the last two conditions (bsc#953048). - md/raid5: need_this_block: tidy/fix last condition (bsc#953048). - md/raid5: new alloc_stripe() to allocate an initialize a stripe (bsc#953048). - md/raid5: pass gfp_t arg to grow_one_stripe() (bsc#953048). - md/raid5: per hash value and exclusive wait_for_stripe (bsc#953048). - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list. - md/raid5: remove condition test from check_break_stripe_batch_list (bsc#953048). - md/raid5: remove incorrect 'min_t()' when calculating writepos (bsc#953048). - md/raid5: remove redundant check in stripe_add_to_batch_list() (bsc#953048). - md/raid5: separate large if clause out of fetch_block() (bsc#953048). - md/raid5: separate out the easy conditions in need_this_block (bsc#953048). - md/raid5: split wait_for_stripe and introduce wait_for_quiescent (bsc#953048). - md/raid5: strengthen check on reshape_position at run (bsc#953048). - md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors where possible (bsc#953048). - md/raid5: use ->lock to protect accessing raid5 sysfs attributes (bsc#953048). - md/raid5: use bio_list for the list of bios to return (bsc#953048). - md: be careful when testing resync_max against curr_resync_completed (bsc#953048). - md: do_release_stripe(): No need to call md_wakeup_thread() twice (bsc#953048). - md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync (bsc#953048). - md: remove unwanted white space from md.c (bsc#953048). - md: use set_bit/clear_bit instead of shift/mask for bi_flags changes (bsc#953048). - mm/swap.c: flush lru pvecs on compound page arrival (bnc#983721). - net/qlge: Avoids recursive EEH error (bsc#954847). - net: Account for all vlan headers in skb_mac_gso_segment (bsc#968667). - net: Start with correct mac_len in skb_network_protocol (bsc#968667). - net: disable fragment reassembly if high_thresh is set to zero (bsc#970506). - net: fix wrong mac_len calculation for vlans (bsc#968667). - netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6 (bsc#982544). - netfilter: bridge: do not leak skb in error paths (bsc#982544). - netfilter: bridge: forward IPv6 fragmented packets (bsc#982544). - nvme: don't poll the CQ from the kthread (bsc#975788, bsc#965087). - perf/rapl: Fix sysfs_show() initialization for RAPL PMU (bsc#979489). - perf/x86/intel: Add Intel RAPL PP1 energy counter support (bsc#979489). - ppp: defer netns reference release for ppp channel (bsc#980371). - qeth: delete napi struct when removing a qeth device (bnc#988215, LTC#143590). - raid5: Retry R5_ReadNoMerge flag when hit a read error. - raid5: add a new flag to track if a stripe can be batched (bsc#953048). - raid5: add an option to avoid copy data from bio to stripe cache (bsc#953048). - raid5: avoid release list until last reference of the stripe (bsc#953048). - raid5: check faulty flag for array status during recovery (bsc#953048). - raid5: fix a race of stripe count check. - raid5: fix broken async operation chain (bsc#953048). - raid5: get_active_stripe avoids device_lock. - raid5: handle expansion/resync case with stripe batching (bsc#953048). - raid5: handle io error of batch list (bsc#953048). - raid5: make_request does less prepare wait. - raid5: relieve lock contention in get_active_stripe(). - raid5: relieve lock contention in get_active_stripe(). - raid5: speedup sync_request processing (bsc#953048). - raid5: track overwrite disk count (bsc#953048). - raid5: update analysis state for failed stripe (bsc#953048). - raid5: use flex_array for scribble data (bsc#953048). - s390/3270: add missing tty_kref_put (bnc#979922, LTC#141736). - s390/3270: avoid endless I/O loop with disconnected 3270 terminals (bnc#979922, LTC#141736). - s390/3270: fix garbled output on 3270 tty view (bnc#979922, LTC#141736). - s390/3270: fix view reference counting (bnc#979922, LTC#141736). - s390/3270: handle reconnect of a tty with a different size (bnc#979922, LTC#141736). - s390/3270: hangup the 3270 tty after a disconnect (bnc#979922, LTC#141736). - s390/mm: fix asce_bits handling with dynamic pagetable levels (bnc#979922, LTC#141456). - s390/spinlock: avoid yield to non existent cpu (bnc#979922, LTC#141106). - s390: fix test_fp_ctl inline assembly contraints (bnc#988215, LTC#143138). - sb_edac: Fix a typo and a thinko in address handling for Haswell (bsc#979521). - sb_edac: Fix support for systems with two home agents per socket (bsc#979521). - sb_edac: correctly fetch DIMM width on Ivy Bridge and Haswell (bsc#979521). - sb_edac: look harder for DDRIO on Haswell systems (bsc#979521). - sb_edac: support for Broadwell -EP and -EX (bsc#979521). - sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency (bnc#988498). - sched/cputime: Fix cpu_timer_sample_group() double accounting (bnc#988498). - sched/x86: Fix up typo in topology detection (bsc#974165). - sched: Provide update_curr callbacks for stop/idle scheduling classes (bnc#988498). - target/rbd: do not put snap_context twice (bsc#981143). - target/rbd: remove caw_mutex usage (bsc#981143). - usb: quirk to stop runtime PM for Intel 7260 (bnc#984456). - wait: introduce wait_event_exclusive_cmd (bsc#953048). - x86 EDAC, sb_edac.c: Repair damage introduced when 'fixing' channel address (bsc#979521). - x86 EDAC, sb_edac.c: Take account of channel hashing when needed (bsc#979521). - x86, sched: Add new topology for multi-NUMA-node CPUs (bsc#974165). - x86/efi: parse_efi_setup() build fix (bsc#979485). - x86/mm/pat, /dev/mem: Remove superfluous error message (bsc#974620). - x86: Removed the free memblock of hibernat keys to avoid memory corruption (bsc#990058). - x86: standardize mmap_rnd() usage (bnc#974308). - xfs: fix premature enospc on inode allocation (bsc#984148). - xfs: get rid of XFS_IALLOC_BLOCKS macros (bsc#984148). - xfs: get rid of XFS_INODE_CLUSTER_SIZE macros (bsc#984148).
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1016715 1024288 1024291 1027519 1034674 1034678 1055321 1059777 1059809 1059811 1061076 1061077 1061080 1061081 1061082 1061084 1061086 1061087 1067203 1068689 1070046 1070162 1072193 1077999 1081557 1085416 1086777 1087240 1087932 1104826 1104918 1109105 1111479 1111480 1112229 1116708 1117022 1117274 1117313 1117327 1117331 1117963 1117964 1117965 1117966 1117967 1120507 1135824 1136936 929629 947337 950998 951844 953048 954847 956491 957990 962742 963655 963762 965087 966245 968667 970114 970506 971770 972933 973378 973499 974165 974308 974620 975531 975533 975772 975788 977417 978401 978469 978822 979074 979213 979419 979485 979489 979521 979548 979681 979867 979879 979922 980348 980363 980371 980856 980883 981038 981143 981344 981597 982282 982354 982544 982698 983143 983213 983318 983721 983904 983977 984148 984456 984755 984764 985232 985978 986362 986365 986569 986572 986573 986811 988215 988498 988552 990058 990636 991344 999701 CVE-2014-8146 CVE-2014-8147 CVE-2014-9904 CVE-2015-7833 CVE-2015-8551 CVE-2015-8552 CVE-2015-8845 CVE-2016-0758 CVE-2016-10165 CVE-2016-1583 CVE-2016-2053 CVE-2016-3672 CVE-2016-4470 CVE-2016-4482 CVE-2016-4486 CVE-2016-4565 CVE-2016-4569 CVE-2016-4578 CVE-2016-4805 CVE-2016-4975 CVE-2016-4997 CVE-2016-5244 CVE-2016-5250 CVE-2016-5257 CVE-2016-5261 CVE-2016-5270 CVE-2016-5272 CVE-2016-5274 CVE-2016-5276 CVE-2016-5277 CVE-2016-5278 CVE-2016-5280 CVE-2016-5281 CVE-2016-5284 CVE-2016-5828 CVE-2016-5829 CVE-2016-6293 CVE-2016-8743 CVE-2016-9841 CVE-2017-1000159 CVE-2017-10281 CVE-2017-10285 CVE-2017-10293 CVE-2017-10295 CVE-2017-10309 CVE-2017-10345 CVE-2017-10346 CVE-2017-10347 CVE-2017-10348 CVE-2017-10349 CVE-2017-10350 CVE-2017-10355 CVE-2017-10356 CVE-2017-10357 CVE-2017-10388 CVE-2017-14632 CVE-2017-14633 CVE-2017-14952 CVE-2017-15422 CVE-2017-16852 CVE-2017-17484 CVE-2017-18190 CVE-2017-2579 CVE-2017-2580 CVE-2017-5526 CVE-2017-7867 CVE-2017-7868 CVE-2018-0886 CVE-2018-1000852 CVE-2018-17183 CVE-2018-17961 CVE-2018-18073 CVE-2018-18284 CVE-2018-19409 CVE-2018-19475 CVE-2018-19476 CVE-2018-19477 CVE-2018-8784 CVE-2018-8785 CVE-2018-8786 CVE-2018-8787 CVE-2018-8788 CVE-2018-8789 CVE-2018-8975 CVE-2019-11691 CVE-2019-11692 CVE-2019-11693 CVE-2019-11694 CVE-2019-11698 CVE-2019-7317 CVE-2019-9800 CVE-2019-9815 CVE-2019-9816 CVE-2019-9817 CVE-2019-9818 CVE-2019-9819 CVE-2019-9820 SUSE-SU-2016:2105-1 SUSE-SU-2016:2434-1 SUSE-SU-2017:2751-1 SUSE-SU-2017:3215-1 SUSE-SU-2017:3411-1 SUSE-SU-2018:0015-1 SUSE-SU-2018:0604-1 SUSE-SU-2018:0947-1 SUSE-SU-2018:1401-1 SUSE-SU-2018:2815-1 SUSE-SU-2018:4090-1 SUSE-SU-2019:0134-1 SUSE-SU-2019:1388-1 SUSE-SU-2019:1645-1
|
| Platform(s): | openSUSE 13.2 openSUSE 13.2 NonFree openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 High Availability Extension 11 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 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 SP4 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 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS 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-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 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS 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 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-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 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 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 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
| Definition Synopsis |
| openSUSE 13.2 is installed AND Package Information
libpotrace0-1.13-5.1 is installed
OR potrace-1.13-5.1 is installed
OR potrace-devel-1.13-5.1 is installed
|
| Definition Synopsis |
| openSUSE 13.2 NonFree is installed
AND Package Information
flash-player-11.2.202.635-2.108.1 is installed
OR flash-player-gnome-11.2.202.635-2.108.1 is installed
OR flash-player-kde4-11.2.202.635-2.108.1 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.1 is installed
AND Package Information
avahi-0.6.31-24.1 is installed
OR avahi-autoipd-0.6.31-24.1 is installed
OR avahi-compat-mDNSResponder-devel-0.6.31-24.1 is installed
OR avahi-lang-0.6.31-24.1 is installed
OR libavahi-client3-0.6.31-24.1 is installed
OR libavahi-client3-32bit-0.6.31-24.1 is installed
OR libavahi-common3-0.6.31-24.1 is installed
OR libavahi-common3-32bit-0.6.31-24.1 is installed
OR libavahi-core7-0.6.31-24.1 is installed
OR libavahi-devel-0.6.31-24.1 is installed
OR libdns_sd-0.6.31-24.1 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 is installed
AND Package Information
NetworkManager-1.0.12-3.2 is installed
OR NetworkManager-devel-1.0.12-3.2 is installed
OR NetworkManager-lang-1.0.12-3.2 is installed
OR libnm-glib-vpn1-1.0.12-3.2 is installed
OR libnm-glib4-1.0.12-3.2 is installed
OR libnm-util2-1.0.12-3.2 is installed
OR libnm0-1.0.12-3.2 is installed
OR typelib-1_0-NM-1_0-1.0.12-3.2 is installed
OR typelib-1_0-NMClient-1_0-1.0.12-3.2 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.12-3.2 is installed
|
| Definition Synopsis |
| SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND python-PyYAML-3.10-15.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
xen-4.4.2_12-23 is installed
OR xen-doc-html-4.4.2_12-23 is installed
OR xen-kmp-default-4.4.2_12_3.0.101_63-23 is installed
OR xen-kmp-pae-4.4.2_12_3.0.101_63-23 is installed
OR xen-libs-4.4.2_12-23 is installed
OR xen-libs-32bit-4.4.2_12-23 is installed
OR xen-tools-4.4.2_12-23 is installed
OR xen-tools-domU-4.4.2_12-23 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
dbus-1-1.8.8-1.5 is installed
OR dbus-1-x11-1.8.8-1.5 is installed
OR libdbus-1-3-1.8.8-1.12 is installed
OR libdbus-1-3-32bit-1.8.8-1.12 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
ImageMagick-6.8.8.1-8.2 is installed
OR libMagick++-6_Q16-3-6.8.8.1-8.2 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8.2 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-8.2 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gdk-pixbuf-loader-rsvg-2.40.15-4.5 is installed
OR librsvg-2-2-2.40.15-4.5 is installed
OR librsvg-2-2-32bit-2.40.15-4.5 is installed
OR rsvg-view-2.40.15-4.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
augeas-1.2.0-15.3 is installed
OR augeas-lenses-1.2.0-15.3 is installed
OR libaugeas0-1.2.0-15.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND Package Information
cluster-network-kmp-bigsmp-1.4_3.0.101_0.40-2.27 is installed
OR drbd-kmp-bigsmp-8.4.4_3.0.101_0.40-0.22 is installed
OR gfs2-kmp-bigsmp-2_3.0.101_0.40-0.16 is installed
OR ocfs2-kmp-bigsmp-1.6_3.0.101_0.40-0.20 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND python-pycrypto-2.6.1-10.3.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Containers 12 is installed
AND sles12-docker-image-1.1.1-20160307082632 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-18.13.4 is installed
OR openldap2-2.4.41-18.13.4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.51-52.34.1 is installed
OR kernel-ec2-devel-3.12.51-52.34.1 is installed
OR kernel-ec2-extra-3.12.51-52.34.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-20.1 is installed
OR php7-7.0.7-20.1 is installed
OR php7-bcmath-7.0.7-20.1 is installed
OR php7-bz2-7.0.7-20.1 is installed
OR php7-calendar-7.0.7-20.1 is installed
OR php7-ctype-7.0.7-20.1 is installed
OR php7-curl-7.0.7-20.1 is installed
OR php7-dba-7.0.7-20.1 is installed
OR php7-dom-7.0.7-20.1 is installed
OR php7-enchant-7.0.7-20.1 is installed
OR php7-exif-7.0.7-20.1 is installed
OR php7-fastcgi-7.0.7-20.1 is installed
OR php7-fileinfo-7.0.7-20.1 is installed
OR php7-fpm-7.0.7-20.1 is installed
OR php7-ftp-7.0.7-20.1 is installed
OR php7-gd-7.0.7-20.1 is installed
OR php7-gettext-7.0.7-20.1 is installed
OR php7-gmp-7.0.7-20.1 is installed
OR php7-iconv-7.0.7-20.1 is installed
OR php7-imap-7.0.7-20.1 is installed
OR php7-intl-7.0.7-20.1 is installed
OR php7-json-7.0.7-20.1 is installed
OR php7-ldap-7.0.7-20.1 is installed
OR php7-mbstring-7.0.7-20.1 is installed
OR php7-mcrypt-7.0.7-20.1 is installed
OR php7-mysql-7.0.7-20.1 is installed
OR php7-odbc-7.0.7-20.1 is installed
OR php7-opcache-7.0.7-20.1 is installed
OR php7-openssl-7.0.7-20.1 is installed
OR php7-pcntl-7.0.7-20.1 is installed
OR php7-pdo-7.0.7-20.1 is installed
OR php7-pear-7.0.7-20.1 is installed
OR php7-pear-Archive_Tar-7.0.7-20.1 is installed
OR php7-pgsql-7.0.7-20.1 is installed
OR php7-phar-7.0.7-20.1 is installed
OR php7-posix-7.0.7-20.1 is installed
OR php7-pspell-7.0.7-20.1 is installed
OR php7-shmop-7.0.7-20.1 is installed
OR php7-snmp-7.0.7-20.1 is installed
OR php7-soap-7.0.7-20.1 is installed
OR php7-sockets-7.0.7-20.1 is installed
OR php7-sqlite-7.0.7-20.1 is installed
OR php7-sysvmsg-7.0.7-20.1 is installed
OR php7-sysvsem-7.0.7-20.1 is installed
OR php7-sysvshm-7.0.7-20.1 is installed
OR php7-tokenizer-7.0.7-20.1 is installed
OR php7-wddx-7.0.7-20.1 is installed
OR php7-xmlreader-7.0.7-20.1 is installed
OR php7-xmlrpc-7.0.7-20.1 is installed
OR php7-xmlwriter-7.0.7-20.1 is installed
OR php7-xsl-7.0.7-20.1 is installed
OR php7-zip-7.0.7-20.1 is installed
OR php7-zlib-7.0.7-20.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-52.5.0esr-72.17 is installed
OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
iscsitarget-1.4.20-0.43.2 is installed
OR iscsitarget-kmp-rt-1.4.20_3.0.101_rt130_69.24-0.43.2 is installed
OR iscsitarget-kmp-rt_trace-1.4.20_3.0.101_rt130_69.24-0.43.2 is installed
OR ofed-1.5.4.1-22.3 is installed
OR ofed-kmp-rt-1.5.4.1_3.0.101_rt130_69.24-22.3 is installed
OR ofed-kmp-rt_trace-1.5.4.1_3.0.101_rt130_69.24-22.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libopensc2-0.11.6-5.25 is installed
OR libopensc2-32bit-0.11.6-5.25 is installed
OR libopensc2-x86-0.11.6-5.25 is installed
OR opensc-0.11.6-5.25 is installed
OR opensc-32bit-0.11.6-5.25 is installed
OR opensc-x86-0.11.6-5.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libopensc2-0.11.6-5.25 is installed
OR libopensc2-32bit-0.11.6-5.25 is installed
OR libopensc2-x86-0.11.6-5.25 is installed
OR opensc-0.11.6-5.25 is installed
OR opensc-32bit-0.11.6-5.25 is installed
OR opensc-x86-0.11.6-5.25 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
ConsoleKit-0.2.10-64.65 is installed
OR ConsoleKit-32bit-0.2.10-64.65 is installed
OR ConsoleKit-x11-0.2.10-64.65 is installed
OR ConsoleKit-x86-0.2.10-64.65 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ConsoleKit-0.2.10-64.65 is installed
OR ConsoleKit-32bit-0.2.10-64.65 is installed
OR ConsoleKit-x11-0.2.10-64.65 is installed
OR ConsoleKit-x86-0.2.10-64.65 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ConsoleKit-0.2.10-64.65 is installed
OR ConsoleKit-32bit-0.2.10-64.65 is installed
OR ConsoleKit-x11-0.2.10-64.65 is installed
OR ConsoleKit-x86-0.2.10-64.65 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
lcms-1.17-77.14 is installed
OR liblcms1-1.17-77.14 is installed
OR liblcms1-32bit-1.17-77.14 is installed
OR liblcms1-x86-1.17-77.14 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
apache2-mod_php5-5.2.14-0.7.24 is installed
OR php5-5.2.14-0.7.24 is installed
OR php5-bcmath-5.2.14-0.7.24 is installed
OR php5-bz2-5.2.14-0.7.24 is installed
OR php5-calendar-5.2.14-0.7.24 is installed
OR php5-ctype-5.2.14-0.7.24 is installed
OR php5-curl-5.2.14-0.7.24 is installed
OR php5-dba-5.2.14-0.7.24 is installed
OR php5-dbase-5.2.14-0.7.24 is installed
OR php5-dom-5.2.14-0.7.24 is installed
OR php5-exif-5.2.14-0.7.24 is installed
OR php5-fastcgi-5.2.14-0.7.24 is installed
OR php5-ftp-5.2.14-0.7.24 is installed
OR php5-gd-5.2.14-0.7.24 is installed
OR php5-gettext-5.2.14-0.7.24 is installed
OR php5-gmp-5.2.14-0.7.24 is installed
OR php5-hash-5.2.14-0.7.24 is installed
OR php5-iconv-5.2.14-0.7.24 is installed
OR php5-json-5.2.14-0.7.24 is installed
OR php5-ldap-5.2.14-0.7.24 is installed
OR php5-mbstring-5.2.14-0.7.24 is installed
OR php5-mcrypt-5.2.14-0.7.24 is installed
OR php5-mysql-5.2.14-0.7.24 is installed
OR php5-odbc-5.2.14-0.7.24 is installed
OR php5-openssl-5.2.14-0.7.24 is installed
OR php5-pcntl-5.2.14-0.7.24 is installed
OR php5-pdo-5.2.14-0.7.24 is installed
OR php5-pear-5.2.14-0.7.24 is installed
OR php5-pgsql-5.2.14-0.7.24 is installed
OR php5-pspell-5.2.14-0.7.24 is installed
OR php5-shmop-5.2.14-0.7.24 is installed
OR php5-snmp-5.2.14-0.7.24 is installed
OR php5-soap-5.2.14-0.7.24 is installed
OR php5-suhosin-5.2.14-0.7.24 is installed
OR php5-sysvmsg-5.2.14-0.7.24 is installed
OR php5-sysvsem-5.2.14-0.7.24 is installed
OR php5-sysvshm-5.2.14-0.7.24 is installed
OR php5-tokenizer-5.2.14-0.7.24 is installed
OR php5-wddx-5.2.14-0.7.24 is installed
OR php5-xmlreader-5.2.14-0.7.24 is installed
OR php5-xmlrpc-5.2.14-0.7.24 is installed
OR php5-xmlwriter-5.2.14-0.7.24 is installed
OR php5-xsl-5.2.14-0.7.24 is installed
OR php5-zip-5.2.14-0.7.24 is installed
OR php5-zlib-5.2.14-0.7.24 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-24.5.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.5.0esr-0.8 is installed
OR libfreebl3-3.16-0.8 is installed
OR libfreebl3-32bit-3.16-0.8 is installed
OR libfreebl3-x86-3.16-0.8 is installed
OR libsoftokn3-3.16-0.8 is installed
OR libsoftokn3-32bit-3.16-0.8 is installed
OR libsoftokn3-x86-3.16-0.8 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-nspr-x86-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.8 is installed
OR mozilla-nss-32bit-3.16-0.8 is installed
OR mozilla-nss-tools-3.16-0.8 is installed
OR mozilla-nss-x86-3.16-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-24.5.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.5.0esr-0.8 is installed
OR libfreebl3-3.16-0.8 is installed
OR libfreebl3-32bit-3.16-0.8 is installed
OR libfreebl3-x86-3.16-0.8 is installed
OR libsoftokn3-3.16-0.8 is installed
OR libsoftokn3-32bit-3.16-0.8 is installed
OR libsoftokn3-x86-3.16-0.8 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-nspr-x86-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.8 is installed
OR mozilla-nss-32bit-3.16-0.8 is installed
OR mozilla-nss-tools-3.16-0.8 is installed
OR mozilla-nss-x86-3.16-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-24.5.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.5.0esr-0.8 is installed
OR libfreebl3-3.16-0.8 is installed
OR libfreebl3-32bit-3.16-0.8 is installed
OR libfreebl3-x86-3.16-0.8 is installed
OR libsoftokn3-3.16-0.8 is installed
OR libsoftokn3-32bit-3.16-0.8 is installed
OR libsoftokn3-x86-3.16-0.8 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-nspr-x86-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.8 is installed
OR mozilla-nss-32bit-3.16-0.8 is installed
OR mozilla-nss-tools-3.16-0.8 is installed
OR mozilla-nss-x86-3.16-0.8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND LibVNCServer-0.9.1-160.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND LibVNCServer-0.9.1-160.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.44.1 is installed
OR bind-chrootenv-9.9.6P1-0.44.1 is installed
OR bind-devel-9.9.6P1-0.44.1 is installed
OR bind-doc-9.9.6P1-0.44.1 is installed
OR bind-libs-9.9.6P1-0.44.1 is installed
OR bind-libs-32bit-9.9.6P1-0.44.1 is installed
OR bind-utils-9.9.6P1-0.44.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
openvpn-openssl1-2.3.2-0.10.3 is installed
OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
rsyslog-8.4.0-5 is installed
OR rsyslog-diag-tools-8.4.0-5 is installed
OR rsyslog-doc-8.4.0-5 is installed
OR rsyslog-module-gssapi-8.4.0-5 is installed
OR rsyslog-module-gtls-8.4.0-5 is installed
OR rsyslog-module-mysql-8.4.0-5 is installed
OR rsyslog-module-pgsql-8.4.0-5 is installed
OR rsyslog-module-relp-8.4.0-5 is installed
OR rsyslog-module-snmp-8.4.0-5 is installed
OR rsyslog-module-udpspoof-8.4.0-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
rsyslog-8.4.0-5 is installed
OR rsyslog-diag-tools-8.4.0-5 is installed
OR rsyslog-doc-8.4.0-5 is installed
OR rsyslog-module-gssapi-8.4.0-5 is installed
OR rsyslog-module-gtls-8.4.0-5 is installed
OR rsyslog-module-mysql-8.4.0-5 is installed
OR rsyslog-module-pgsql-8.4.0-5 is installed
OR rsyslog-module-relp-8.4.0-5 is installed
OR rsyslog-module-snmp-8.4.0-5 is installed
OR rsyslog-module-udpspoof-8.4.0-5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
automake-1.13.4-4 is installed
OR m4-1.4.16-15 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
dhcp-4.3.3-9 is installed
OR dhcp-client-4.3.3-9 is installed
OR dhcp-relay-4.3.3-9 is installed
OR dhcp-server-4.3.3-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
dhcp-4.3.3-9 is installed
OR dhcp-client-4.3.3-9 is installed
OR dhcp-relay-4.3.3-9 is installed
OR dhcp-server-4.3.3-9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libpython3_4m1_0-3.4.1-12 is installed
OR python3-base-3.4.1-12 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_62-60_64_8-default-10-2 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-10-2 is installed
OR kgraft-patch-SLE12-SP1_Update_8-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_62-60_64_8-default-10-2 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-10-2 is installed
OR kgraft-patch-SLE12-SP1_Update_8-10-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_62-60_64_8-default-9-3.1 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libX11-1.6.2-8 is installed
OR libX11-6-1.6.2-8 is installed
OR libX11-6-32bit-1.6.2-8 is installed
OR libX11-data-1.6.2-8 is installed
OR libX11-xcb1-1.6.2-8 is installed
OR libX11-xcb1-32bit-1.6.2-8 is installed
OR libXfixes-5.0.1-7 is installed
OR libXfixes3-5.0.1-7 is installed
OR libXfixes3-32bit-5.0.1-7 is installed
OR libXi-1.7.4-14 is installed
OR libXi6-1.7.4-14 is installed
OR libXi6-32bit-1.7.4-14 is installed
OR libXrender-0.9.8-7 is installed
OR libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
OR libXtst-1.2.2-7 is installed
OR libXtst6-1.2.2-7 is installed
OR libXtst6-32bit-1.2.2-7 is installed
OR libXv-1.0.10-7 is installed
OR libXv1-1.0.10-7 is installed
OR libXv1-32bit-1.0.10-7 is installed
OR libXvMC-1.0.8-7 is installed
OR libXvMC1-1.0.8-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libX11-1.6.2-8 is installed
OR libX11-6-1.6.2-8 is installed
OR libX11-6-32bit-1.6.2-8 is installed
OR libX11-data-1.6.2-8 is installed
OR libX11-xcb1-1.6.2-8 is installed
OR libX11-xcb1-32bit-1.6.2-8 is installed
OR libXfixes-5.0.1-7 is installed
OR libXfixes3-5.0.1-7 is installed
OR libXfixes3-32bit-5.0.1-7 is installed
OR libXi-1.7.4-14 is installed
OR libXi6-1.7.4-14 is installed
OR libXi6-32bit-1.7.4-14 is installed
OR libXrender-0.9.8-7 is installed
OR libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
OR libXtst-1.2.2-7 is installed
OR libXtst6-1.2.2-7 is installed
OR libXtst6-32bit-1.2.2-7 is installed
OR libXv-1.0.10-7 is installed
OR libXv1-1.0.10-7 is installed
OR libXv1-32bit-1.0.10-7 is installed
OR libXvMC-1.0.8-7 is installed
OR libXvMC1-1.0.8-7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
accountsservice-0.6.42-14 is installed
OR accountsservice-lang-0.6.42-14 is installed
OR libaccountsservice0-0.6.42-14 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
xen-4.9.4_04-3.56 is installed
OR xen-doc-html-4.9.4_04-3.56 is installed
OR xen-libs-4.9.4_04-3.56 is installed
OR xen-libs-32bit-4.9.4_04-3.56 is installed
OR xen-tools-4.9.4_04-3.56 is installed
OR xen-tools-domU-4.9.4_04-3.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
xen-4.9.4_04-3.56 is installed
OR xen-doc-html-4.9.4_04-3.56 is installed
OR xen-libs-4.9.4_04-3.56 is installed
OR xen-libs-32bit-4.9.4_04-3.56 is installed
OR xen-tools-4.9.4_04-3.56 is installed
OR xen-tools-domU-4.9.4_04-3.56 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND tcpdump-4.9.2-14.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND tcpdump-4.9.2-14.8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libgcrypt-1.6.1-16.68 is installed
OR libgcrypt20-1.6.1-16.68 is installed
OR libgcrypt20-32bit-1.6.1-16.68 is installed
OR libgcrypt20-hmac-1.6.1-16.68 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.68 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libgcrypt-1.6.1-16.68 is installed
OR libgcrypt20-1.6.1-16.68 is installed
OR libgcrypt20-32bit-1.6.1-16.68 is installed
OR libgcrypt20-hmac-1.6.1-16.68 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.68 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
MozillaFirefox-45.3.0esr-78.1 is installed
OR MozillaFirefox-translations-45.3.0esr-78.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libblkid1-2.28-42.1 is installed
OR libfdisk1-2.28-42.1 is installed
OR libmount1-2.28-42.1 is installed
OR libsmartcols1-2.28-42.1 is installed
OR libuuid1-2.28-42.1 is installed
OR python-libmount-2.28-42.4 is installed
OR util-linux-2.28-42.1 is installed
OR util-linux-lang-2.28-42.1 is installed
OR util-linux-systemd-2.28-42.3 is installed
OR uuidd-2.28-42.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.47 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.47 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
dbus-1-devel-1.2.10-3.25 is installed
OR dbus-1-devel-doc-1.2.10-3.25 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
augeas-0.9.0-3.17 is installed
OR augeas-devel-0.9.0-3.17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND a2ps-devel-4.13-1326.37 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
kernel-docs-3.12.62-60.62 is installed
OR kernel-obs-build-3.12.62-60.62 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
xen-4.9.0_14-3.18 is installed
OR xen-devel-4.9.0_14-3.18 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
ghostscript-9.26-23.16 is installed
OR ghostscript-devel-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre-devel-0.2.7-12.4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.40-30.54 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
ImageMagick-6.8.8.1-8 is installed
OR libMagick++-6_Q16-3-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gimp-2.8.10-1 is installed
OR gimp-lang-2.8.10-1 is installed
OR gimp-plugins-python-2.8.10-1 is installed
OR libgimp-2_0-0-2.8.10-1 is installed
OR libgimpui-2_0-0-2.8.10-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libuuid-devel-2.28-42 is installed
OR util-linux-2.28-42 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.5 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.5 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
ruby2.1-rubygem-activesupport-4_1-4.1.9-12.1 is installed
OR rubygem-activesupport-4_1-4.1.9-12.1 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 6 is installed
AND python-Django-1.8.9-1.1 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-52.5.2-51 is installed
OR MozillaThunderbird-buildsymbols-52.5.2-51 is installed
OR MozillaThunderbird-devel-52.5.2-51 is installed
OR MozillaThunderbird-translations-common-52.5.2-51 is installed
OR MozillaThunderbird-translations-other-52.5.2-51 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
ark-15.12.3-8 is installed
OR libkerfuffle15-15.12.3-8 is installed
OR libkerfuffle16-16.08.2-3 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-75.0.3770.90-2 is installed
OR chromium-75.0.3770.90-2 is installed
|