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





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

The following security bugs were fixed:

- Unprivileged BPF has been disabled by default to reduce attack surface as too many security issues have happened in the past (jsc#SLE-22573)

You can reenable via systemctl setting /proc/sys/kernel/unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0)

- CVE-2017-5753: Systems with microprocessors utilizing speculative execution and branch prediction may have allowed unauthorized disclosure of information to an attacker with local user access via a side-channel analysis (bnc#1068032). Additional spectrev1 fixes were added to the eBPF code. - CVE-2018-13405: The inode_init_owner function in fs/inode.c allowed local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID (bnc#1087082 bnc#1100416 bnc#1129735). - CVE-2018-16882: A use-after-free issue was found in the way the KVM hypervisor processed posted interrupts when nested(=1) virtualization is enabled. In nested_get_vmcs12_pages(), in case of an error while processing posted interrupt address, it unmaps the 'pi_desc_page' without resetting 'pi_desc' descriptor address, which is later used in pi_test_and_clear_on(). A guest user/process could use this flaw to crash the host kernel resulting in DoS or potentially gain privileged access to a system. Kernel versions and are vulnerable (bnc#1119934). - CVE-2020-0429: In l2tp_session_delete and related functions of l2tp_core.c, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1176724). - CVE-2020-12655: An issue was discovered in xfs_agf_verify in fs/xfs/libxfs/xfs_alloc.c in the Linux kernel Attackers may trigger a sync of excessive duration via an XFS v5 image with crafted metadata, aka CID-d0c7feaf8767 (bnc#1171217). - CVE-2020-14305: An out-of-bounds memory write flaw was found in how the Linux kernel’s Voice Over IP H.323 connection tracking functionality handled connections on ipv6 port 1720. This flaw allowed an unauthenticated remote user to crash the system, causing a denial of service. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability (bnc#1173346). - CVE-2020-3702: Specifically timed and handcrafted traffic can cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure over the air for a discrete set of traffic (bnc#1191193). - CVE-2021-20265: A flaw was found in the way memory resources were freed in the unix_stream_recvmsg function in the Linux kernel when a signal was pending. This flaw allowed an unprivileged local user to crash the system by exhausting available memory. The highest threat from this vulnerability is to system availability (bnc#1183089). - CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel A bound check failure allowed an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability (bnc#1192781). - CVE-2021-33033: The Linux kernel has a use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c because the CIPSO and CALIPSO refcounting for the DOI definitions is mishandled, aka CID-ad5d07f4a9cd. This leads to writing an arbitrary value (bnc#1186109 bnc#1186390 bnc#1188876). - CVE-2021-34556: In the Linux kernel through 5.13.7, an unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because the protection mechanism neglects the possibility of uninitialized memory locations on the BPF stack (bnc#1188983). - CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails (bsc#1191961). - CVE-2021-3542: Fixed heap buffer overflow in firedtv driver (bsc#1186063). - CVE-2021-35477: In the Linux kernel through 5.13.7, an unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because a certain preempting store operation did not necessarily occur before a store operation that has an attacker-controlled value (bnc#1188985). - CVE-2021-3640: Fixed a Use-After-Free vulnerability in function sco_sock_sendmsg() in the bluetooth stack (bsc#1188172). - CVE-2021-3653: A flaw was found in the KVM's AMD code for supporting SVM nested virtualization. The flaw occurs when processing the VMCB (virtual machine control block) provided by the L1 guest to spawn/handle a nested guest (L2). Due to improper validation of the 'int_ctl' field, this issue could allow a malicious L1 to enable AVIC support (Advanced Virtual Interrupt Controller) for the L2 guest. As a result, the L2 guest would be allowed to read/write physical pages of the host, resulting in a crash of the entire system, leak of sensitive data or potential guest-to-host escape. (bnc#1189399). - CVE-2021-3655: A vulnerability was found in the Linux kernel in versions prior to v5.14-rc1. Missing size validations on inbound SCTP packets may have allowed the kernel to read uninitialized memory (bnc#1188563). - CVE-2021-3659: Fixed a NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c (bsc#1188876). - CVE-2021-3679: A lack of CPU resource in the tracing module functionality was found in the way user uses trace ring buffer in a specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service (bnc#1189057). - CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free (bnc#1188601). - CVE-2021-3715: Fixed a use-after-free in route4_change() in net/sched/cls_route.c (bsc#1190349). - CVE-2021-3732: Mounting overlayfs inside an unprivileged user namespace can reveal files (bsc#1189706). - CVE-2021-3752: Fixed a use after free vulnerability in the Linux kernel's bluetooth module. (bsc#1190023) - CVE-2021-3753: Fixed race out-of-bounds in virtual terminal handling (bsc#1190025). - CVE-2021-37576: arch/powerpc/kvm/book3s_rtas.c on the powerpc platform allowed KVM guest OS users to cause host OS memory corruption via rtas_args.nargs, aka CID-f62f3c20647e (bnc#1188838 bnc#1190276). - CVE-2021-3760: Fixed a use-after-free vulnerability with the ndev->rf_conn_info object (bsc#1190067). - CVE-2021-3772: Fixed sctp vtag check in sctp_sf_ootb (bsc#1190351). - CVE-2021-38160: Data corruption or loss could be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size in drivers/char/virtio_console.c (bsc#1190117) - CVE-2021-38198: arch/x86/kvm/mmu/paging_tmpl.h incorrectly computed the access permissions of a shadow page, leading to a missing guest protection page fault (bnc#1189262). - CVE-2021-38204: drivers/usb/host/max3421-hcd.c allowed physically proximate attackers to cause a denial of service (use-after-free and panic) by removing a MAX-3421 USB device in certain situations (bnc#1189291). - CVE-2021-3896: Fixed a array-index-out-bounds in detach_capi_ctr in drivers/isdn/capi/kcapi.c (bsc#1191958). - CVE-2021-40490: A race condition was discovered in ext4_write_inline_data_end in fs/ext4/inline.c in the ext4 subsystem in the Linux kernel (bnc#1190159) - CVE-2021-42008: The decode_data function in drivers/net/hamradio/6pack.c in the Linux kernel has a slab out-of-bounds write. Input from a process that has the CAP_NET_ADMIN capability can lead to root access (bnc#1191315). - CVE-2021-42739: The firewire subsystem in the Linux kernel has a buffer overflow related to drivers/media/firewire/firedtv-avc.c and drivers/media/firewire/firedtv-ci.c, because avc_ca_pmt mishandled bounds checking (bnc#1184673). - CVE-2021-43389: An issue was discovered in the Linux kernel There was an array-index-out-of-bounds flaw in the detach_capi_ctr function in drivers/isdn/capi/kcapi.c (bnc#1191958). - - ipv4: make exception cache less predictible (bsc#1191790, CVE-2021-20322).

The following non-security bugs were fixed:

- Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22918) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22918). - bpf: properly enforce index mask to prevent out-of-bounds speculation (bsc#1098425). - btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balance (bsc#1188325). - btrfs: reloc: fix reloc root leak and NULL pointer dereference (bsc#1188325). - btrfs: relocation: fix reloc_root lifespan and access (bsc#1188325). - config: disable unprivileged BPF by default (jsc#SLE-22918) Backport of mainline commit 8a03e56b253e ('bpf: Disallow unprivileged bpf by default') only changes kconfig default, used e.g. for 'make oldconfig' when the config option is missing, but does not update our kernel configs used for build. Update also these to make sure unprivileged BPF is really disabled by default. - kABI: protect struct bpf_map (kabi). - s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant (bsc#1190601). - s390/bpf: Fix branch shortening during codegen pass (bsc#1190601). - s390/bpf: Fix optimizing out zero-extensions (bsc#1190601). - s390/bpf: Wrap JIT macro parameter usages in parentheses (bsc#1190601). - s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* (bsc#1190601). - scsi: sg: add sg_remove_request in sg_write (bsc#1171420 CVE2020-12770). - sctp: check asoc peer.asconf_capable before processing asconf (bsc#1190351). - sctp: fully initialize v4 addr in some functions (bsc#1188563). - sctp: simplify addr copy (bsc#1188563).
Family:unixClass:patch
Status:Reference(s):1033783
1034674
1034678
1046848
1067203
1068032
1072193
1077999
1081056
1083463
1084137
1084521
1084524
1084532
1085124
1086825
1087082
1087922
1090194
1096984
1098425
1099098
1100416
1118595
1118596
1118599
1119934
1129735
1134689
1145550
1149294
1149295
1149296
1149297
1149298
1149299
1149303
1171217
1171420
1173346
1176724
1178387
1183089
1184673
1186109
1186390
1188172
1188325
1188563
1188601
1188838
1188876
1188983
1188985
1189057
1189262
1189291
1189399
1189706
1190023
1190025
1190067
1190117
1190159
1190276
1190349
1190351
1190601
1191193
1191315
1191790
1191958
1191961
1192781
802154
868937
900611
917383
930077
930078
958347
968565
974847
976553
976944
979010
990636
CVE-2014-3686
CVE-2015-1426
CVE-2015-4141
CVE-2015-4142
CVE-2015-7543
CVE-2016-2523
CVE-2016-2530
CVE-2016-2531
CVE-2016-2532
CVE-2016-3977
CVE-2016-4051
CVE-2016-4554
CVE-2016-6293
CVE-2017-10672
CVE-2017-14952
CVE-2017-15422
CVE-2017-17484
CVE-2017-5753
CVE-2017-7467
CVE-2017-7867
CVE-2017-7868
CVE-2018-1000120
CVE-2018-1000121
CVE-2018-1000122
CVE-2018-10360
CVE-2018-12882
CVE-2018-13405
CVE-2018-15518
CVE-2018-16882
CVE-2018-19869
CVE-2018-19873
CVE-2019-10130
CVE-2019-11740
CVE-2019-11742
CVE-2019-11743
CVE-2019-11744
CVE-2019-11746
CVE-2019-11752
CVE-2019-11753
CVE-2019-9812
CVE-2020-0429
CVE-2020-12655
CVE-2020-14305
CVE-2020-25692
CVE-2020-3702
CVE-2021-20265
CVE-2021-20322
CVE-2021-31916
CVE-2021-33033
CVE-2021-34556
CVE-2021-34981
CVE-2021-3542
CVE-2021-35477
CVE-2021-3640
CVE-2021-3653
CVE-2021-3655
CVE-2021-3659
CVE-2021-3679
CVE-2021-3715
CVE-2021-37159
CVE-2021-3732
CVE-2021-3752
CVE-2021-3753
CVE-2021-37576
CVE-2021-3760
CVE-2021-3772
CVE-2021-38160
CVE-2021-38198
CVE-2021-38204
CVE-2021-3896
CVE-2021-40490
CVE-2021-42008
CVE-2021-42739
CVE-2021-43389
SUSE-SU-2015:2221-1
SUSE-SU-2018:1323-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
openSUSE Leap 42.3 NonFree
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for 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 Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
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-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 SP2-LTSS-ERICSSON
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-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-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-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • ImageMagick-7.0.7.29-lp150.1 is installed
  • OR libMagick++-7_Q16HDRI4-7.0.7.29-lp150.1 is installed
  • OR libMagickCore-7_Q16HDRI6-7.0.7.29-lp150.1 is installed
  • OR libMagickWand-7_Q16HDRI6-7.0.7.29-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-32 is installed
  • OR ImageMagick-devel-6.8.8.1-32 is installed
  • OR ImageMagick-doc-6.8.8.1-32 is installed
  • OR ImageMagick-extra-6.8.8.1-32 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-32 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-32 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-32 is installed
  • OR perl-PerlMagick-6.8.8.1-32 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 NonFree is installed
  • AND xv-3.10a-1280.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • zypper-1.6.166-0.5 is installed
  • OR zypper-log-1.6.166-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-24.6.0esr-0.8 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7 is installed
  • OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
  • OR libfreebl3-3.16.1-0.8 is installed
  • OR libfreebl3-32bit-3.16.1-0.8 is installed
  • OR libsoftokn3-3.16.1-0.8 is installed
  • OR libsoftokn3-32bit-3.16.1-0.8 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-nss-3.16.1-0.8 is installed
  • OR mozilla-nss-32bit-3.16.1-0.8 is installed
  • OR mozilla-nss-tools-3.16.1-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.13 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • file-5.19-9 is installed
  • OR file-magic-5.19-9 is installed
  • OR libmagic1-5.19-9 is installed
  • OR libmagic1-32bit-5.19-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • vorbis-tools-1.4.0-26 is installed
  • OR vorbis-tools-lang-1.4.0-26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • liblua5_2-5.2.2-4 is installed
  • OR lua-5.2.2-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • glibc-2.22-62.6 is installed
  • OR glibc-32bit-2.22-62.6 is installed
  • OR glibc-devel-2.22-62.6 is installed
  • OR glibc-devel-32bit-2.22-62.6 is installed
  • OR glibc-i18ndata-2.22-62.6 is installed
  • OR glibc-locale-2.22-62.6 is installed
  • OR glibc-locale-32bit-2.22-62.6 is installed
  • OR nscd-2.22-62.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libncurses5-5.9-61 is installed
  • OR libncurses5-32bit-5.9-61 is installed
  • OR libncurses6-5.9-61 is installed
  • OR libncurses6-32bit-5.9-61 is installed
  • OR ncurses-5.9-61 is installed
  • OR ncurses-devel-5.9-61 is installed
  • OR ncurses-utils-5.9-61 is installed
  • OR tack-5.9-61 is installed
  • OR terminfo-5.9-61 is installed
  • OR terminfo-base-5.9-61 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • containerd-1.2.6-16.23 is installed
  • OR docker-19.03.1_ce-98.46 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2800_fc5a7d91d54c-25 is installed
  • OR docker-runc-1.0.0rc8+gitr3826_425e105d5a03-1.29 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2800_fc5a7d91d54c-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.2-8 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.2-8 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.2-8 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.2-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.67-60.64.21 is installed
  • OR kernel-ec2-devel-3.12.67-60.64.21 is installed
  • OR kernel-ec2-extra-3.12.67-60.64.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-86 is installed
  • OR imap-2007e_suse-22 is installed
  • OR libc-client2007e_suse-2007e_suse-22 is installed
  • OR php5-5.5.14-86 is installed
  • OR php5-bcmath-5.5.14-86 is installed
  • OR php5-bz2-5.5.14-86 is installed
  • OR php5-calendar-5.5.14-86 is installed
  • OR php5-ctype-5.5.14-86 is installed
  • OR php5-curl-5.5.14-86 is installed
  • OR php5-dba-5.5.14-86 is installed
  • OR php5-dom-5.5.14-86 is installed
  • OR php5-enchant-5.5.14-86 is installed
  • OR php5-exif-5.5.14-86 is installed
  • OR php5-fastcgi-5.5.14-86 is installed
  • OR php5-fileinfo-5.5.14-86 is installed
  • OR php5-fpm-5.5.14-86 is installed
  • OR php5-ftp-5.5.14-86 is installed
  • OR php5-gd-5.5.14-86 is installed
  • OR php5-gettext-5.5.14-86 is installed
  • OR php5-gmp-5.5.14-86 is installed
  • OR php5-iconv-5.5.14-86 is installed
  • OR php5-imap-5.5.14-86 is installed
  • OR php5-intl-5.5.14-86 is installed
  • OR php5-json-5.5.14-86 is installed
  • OR php5-ldap-5.5.14-86 is installed
  • OR php5-mbstring-5.5.14-86 is installed
  • OR php5-mcrypt-5.5.14-86 is installed
  • OR php5-mysql-5.5.14-86 is installed
  • OR php5-odbc-5.5.14-86 is installed
  • OR php5-opcache-5.5.14-86 is installed
  • OR php5-openssl-5.5.14-86 is installed
  • OR php5-pcntl-5.5.14-86 is installed
  • OR php5-pdo-5.5.14-86 is installed
  • OR php5-pear-5.5.14-86 is installed
  • OR php5-pgsql-5.5.14-86 is installed
  • OR php5-phar-5.5.14-86 is installed
  • OR php5-posix-5.5.14-86 is installed
  • OR php5-pspell-5.5.14-86 is installed
  • OR php5-shmop-5.5.14-86 is installed
  • OR php5-snmp-5.5.14-86 is installed
  • OR php5-soap-5.5.14-86 is installed
  • OR php5-sockets-5.5.14-86 is installed
  • OR php5-sqlite-5.5.14-86 is installed
  • OR php5-suhosin-5.5.14-86 is installed
  • OR php5-sysvmsg-5.5.14-86 is installed
  • OR php5-sysvsem-5.5.14-86 is installed
  • OR php5-sysvshm-5.5.14-86 is installed
  • OR php5-tokenizer-5.5.14-86 is installed
  • OR php5-wddx-5.5.14-86 is installed
  • OR php5-xmlreader-5.5.14-86 is installed
  • OR php5-xmlrpc-5.5.14-86 is installed
  • OR php5-xmlwriter-5.5.14-86 is installed
  • OR php5-xsl-5.5.14-86 is installed
  • OR php5-zip-5.5.14-86 is installed
  • OR php5-zlib-5.5.14-86 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND ipsec-tools-0.7.1-10.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND ipsec-tools-0.7.1-10.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • PackageKit-0.3.14-2.12 is installed
  • OR PackageKit-lang-0.3.14-2.12 is installed
  • OR hal-0.5.12-23.40 is installed
  • OR hal-32bit-0.5.12-23.40 is installed
  • OR hal-doc-0.5.12-23.40 is installed
  • OR hal-x86-0.5.12-23.40 is installed
  • OR libpackagekit-glib10-0.3.14-2.12 is installed
  • OR yast2-core-2.17.35-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhnmd-5.3.7-0.9 is installed
  • OR spacewalk-backend-libs-1.2.74-0.20 is installed
  • OR spacewalk-certs-tools-1.2.2-0.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhnmd-5.3.7-0.9 is installed
  • OR spacewalk-backend-libs-1.2.74-0.20 is installed
  • OR spacewalk-certs-tools-1.2.2-0.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND perl-XML-LibXML-1.66-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND perl-XML-LibXML-1.66-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34 is installed
  • OR nagios-www-3.0.6-1.25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34 is installed
  • OR nagios-www-3.0.6-1.25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34 is installed
  • OR nagios-www-3.0.6-1.25.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-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-nspr-devel-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-devel-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 SP2-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-nspr-devel-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-devel-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 SP3 is installed
  • AND wpa_supplicant-0.7.1-6.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND wpa_supplicant-0.7.1-6.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND wpa_supplicant-0.7.1-6.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND wpa_supplicant-0.7.1-6.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND wpa_supplicant-0.7.1-6.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.4esr-0.10 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • curl-7.37.0-70.27 is installed
  • OR curl-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-7.37.0-70.27 is installed
  • OR libcurl4-32bit-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • curl-7.37.0-70.27 is installed
  • OR curl-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-7.37.0-70.27 is installed
  • OR libcurl4-32bit-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • curl-7.37.0-70.27 is installed
  • OR curl-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-7.37.0-70.27 is installed
  • OR libcurl4-32bit-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • curl-7.37.0-70.27 is installed
  • OR curl-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-7.37.0-70.27 is installed
  • OR libcurl4-32bit-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_20-24 is installed
  • OR xen-doc-html-4.2.5_20-24 is installed
  • OR xen-doc-pdf-4.2.5_20-24 is installed
  • OR xen-kmp-default-4.2.5_20_3.0.101_0.47.79-24 is installed
  • OR xen-kmp-pae-4.2.5_20_3.0.101_0.47.79-24 is installed
  • OR xen-libs-4.2.5_20-24 is installed
  • OR xen-libs-32bit-4.2.5_20-24 is installed
  • OR xen-tools-4.2.5_20-24 is installed
  • OR xen-tools-domU-4.2.5_20-24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_20-24 is installed
  • OR xen-doc-html-4.2.5_20-24 is installed
  • OR xen-doc-pdf-4.2.5_20-24 is installed
  • OR xen-kmp-default-4.2.5_20_3.0.101_0.47.79-24 is installed
  • OR xen-kmp-pae-4.2.5_20_3.0.101_0.47.79-24 is installed
  • OR xen-libs-4.2.5_20-24 is installed
  • OR xen-libs-32bit-4.2.5_20-24 is installed
  • OR xen-tools-4.2.5_20-24 is installed
  • OR xen-tools-domU-4.2.5_20-24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND facter-1.6.18-0.3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND facter-1.6.18-0.3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • gmime-2.2.23-1.50 is installed
  • OR gmime-2_4-2.4.8-1.2 is installed
  • OR gmime-doc-2.2.23-1.50 is installed
  • OR libgmime-2_0-3-2.2.23-1.50 is installed
  • OR libgmime-2_4-2-2.4.8-1.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • kernel-bigmem-3.0.101-108.101 is installed
  • OR kernel-bigmem-base-3.0.101-108.101 is installed
  • OR kernel-bigmem-devel-3.0.101-108.101 is installed
  • OR kernel-default-3.0.101-108.101 is installed
  • OR kernel-default-base-3.0.101-108.101 is installed
  • OR kernel-default-devel-3.0.101-108.101 is installed
  • OR kernel-default-man-3.0.101-108.101 is installed
  • OR kernel-ec2-3.0.101-108.101 is installed
  • OR kernel-ec2-base-3.0.101-108.101 is installed
  • OR kernel-ec2-devel-3.0.101-108.101 is installed
  • OR kernel-pae-3.0.101-108.101 is installed
  • OR kernel-pae-base-3.0.101-108.101 is installed
  • OR kernel-pae-devel-3.0.101-108.101 is installed
  • OR kernel-ppc64-3.0.101-108.101 is installed
  • OR kernel-ppc64-base-3.0.101-108.101 is installed
  • OR kernel-ppc64-devel-3.0.101-108.101 is installed
  • OR kernel-source-3.0.101-108.101 is installed
  • OR kernel-syms-3.0.101-108.101 is installed
  • OR kernel-trace-3.0.101-108.101 is installed
  • OR kernel-trace-base-3.0.101-108.101 is installed
  • OR kernel-trace-devel-3.0.101-108.101 is installed
  • OR kernel-xen-3.0.101-108.101 is installed
  • OR kernel-xen-base-3.0.101-108.101 is installed
  • OR kernel-xen-devel-3.0.101-108.101 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • kernel-bigmem-3.0.101-108.101 is installed
  • OR kernel-bigmem-base-3.0.101-108.101 is installed
  • OR kernel-bigmem-devel-3.0.101-108.101 is installed
  • OR kernel-default-3.0.101-108.101 is installed
  • OR kernel-default-base-3.0.101-108.101 is installed
  • OR kernel-default-devel-3.0.101-108.101 is installed
  • OR kernel-default-man-3.0.101-108.101 is installed
  • OR kernel-ec2-3.0.101-108.101 is installed
  • OR kernel-ec2-base-3.0.101-108.101 is installed
  • OR kernel-ec2-devel-3.0.101-108.101 is installed
  • OR kernel-pae-3.0.101-108.101 is installed
  • OR kernel-pae-base-3.0.101-108.101 is installed
  • OR kernel-pae-devel-3.0.101-108.101 is installed
  • OR kernel-ppc64-3.0.101-108.101 is installed
  • OR kernel-ppc64-base-3.0.101-108.101 is installed
  • OR kernel-ppc64-devel-3.0.101-108.101 is installed
  • OR kernel-source-3.0.101-108.101 is installed
  • OR kernel-syms-3.0.101-108.101 is installed
  • OR kernel-trace-3.0.101-108.101 is installed
  • OR kernel-trace-base-3.0.101-108.101 is installed
  • OR kernel-trace-devel-3.0.101-108.101 is installed
  • OR kernel-xen-3.0.101-108.101 is installed
  • OR kernel-xen-base-3.0.101-108.101 is installed
  • OR kernel-xen-devel-3.0.101-108.101 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.41 is installed
  • OR libcurl4-openssl1-7.37.0-70.41 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.41 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.41 is installed
  • OR libcurl4-openssl1-7.37.0-70.41 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.41 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.79-15 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.79-15 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.79-15 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.79-15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.79-15 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.79-15 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.79-15 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.79-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND gd-2.1.0-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND wireshark-1.12.9-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND wireshark-1.12.9-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libdcerpc-binding0-4.2.4-4 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-4 is installed
  • OR libdcerpc0-4.2.4-4 is installed
  • OR libdcerpc0-32bit-4.2.4-4 is installed
  • OR libgensec0-4.2.4-4 is installed
  • OR libgensec0-32bit-4.2.4-4 is installed
  • OR libndr-krb5pac0-4.2.4-4 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-4 is installed
  • OR libndr-nbt0-4.2.4-4 is installed
  • OR libndr-nbt0-32bit-4.2.4-4 is installed
  • OR libndr-standard0-4.2.4-4 is installed
  • OR libndr-standard0-32bit-4.2.4-4 is installed
  • OR libndr0-4.2.4-4 is installed
  • OR libndr0-32bit-4.2.4-4 is installed
  • OR libnetapi0-4.2.4-4 is installed
  • OR libnetapi0-32bit-4.2.4-4 is installed
  • OR libregistry0-4.2.4-4 is installed
  • OR libsamba-credentials0-4.2.4-4 is installed
  • OR libsamba-credentials0-32bit-4.2.4-4 is installed
  • OR libsamba-hostconfig0-4.2.4-4 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-4 is installed
  • OR libsamba-passdb0-4.2.4-4 is installed
  • OR libsamba-passdb0-32bit-4.2.4-4 is installed
  • OR libsamba-util0-4.2.4-4 is installed
  • OR libsamba-util0-32bit-4.2.4-4 is installed
  • OR libsamdb0-4.2.4-4 is installed
  • OR libsamdb0-32bit-4.2.4-4 is installed
  • OR libsmbclient-raw0-4.2.4-4 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-4 is installed
  • OR libsmbclient0-4.2.4-4 is installed
  • OR libsmbclient0-32bit-4.2.4-4 is installed
  • OR libsmbconf0-4.2.4-4 is installed
  • OR libsmbconf0-32bit-4.2.4-4 is installed
  • OR libsmbldap0-4.2.4-4 is installed
  • OR libsmbldap0-32bit-4.2.4-4 is installed
  • OR libtevent-util0-4.2.4-4 is installed
  • OR libtevent-util0-32bit-4.2.4-4 is installed
  • OR libwbclient0-4.2.4-4 is installed
  • OR libwbclient0-32bit-4.2.4-4 is installed
  • OR samba-4.2.4-4 is installed
  • OR samba-32bit-4.2.4-4 is installed
  • OR samba-client-4.2.4-4 is installed
  • OR samba-client-32bit-4.2.4-4 is installed
  • OR samba-doc-4.2.4-4 is installed
  • OR samba-libs-4.2.4-4 is installed
  • OR samba-libs-32bit-4.2.4-4 is installed
  • OR samba-winbind-4.2.4-4 is installed
  • OR samba-winbind-32bit-4.2.4-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND clamav-0.99.2-32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND clamav-0.99.2-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • qemu-2.3.1-33.3 is installed
  • OR qemu-block-curl-2.3.1-33.3 is installed
  • OR qemu-block-rbd-2.3.1-33.3 is installed
  • OR qemu-guest-agent-2.3.1-33.3 is installed
  • OR qemu-ipxe-1.0.0-33.3 is installed
  • OR qemu-kvm-2.3.1-33.3 is installed
  • OR qemu-lang-2.3.1-33.3 is installed
  • OR qemu-ppc-2.3.1-33.3 is installed
  • OR qemu-s390-2.3.1-33.3 is installed
  • OR qemu-seabios-1.8.1-33.3 is installed
  • OR qemu-sgabios-8-33.3 is installed
  • OR qemu-tools-2.3.1-33.3 is installed
  • OR qemu-vgabios-1.8.1-33.3 is installed
  • OR qemu-x86-2.3.1-33.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libwavpack1-4.60.99-5.3 is installed
  • OR wavpack-4.60.99-5.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libwavpack1-4.60.99-5.3 is installed
  • OR wavpack-4.60.99-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • cyrus-sasl-2.1.26-7 is installed
  • OR cyrus-sasl-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-digestmd5-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-otp-2.1.26-7 is installed
  • OR cyrus-sasl-otp-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-plain-2.1.26-7 is installed
  • OR cyrus-sasl-plain-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-saslauthd-2.1.26-7 is installed
  • OR cyrus-sasl-sqlauxprop-2.1.26-7 is installed
  • OR cyrus-sasl-sqlauxprop-32bit-2.1.26-7 is installed
  • OR libsasl2-3-2.1.26-7 is installed
  • OR libsasl2-3-32bit-2.1.26-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-11-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-11-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_103-92_56-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-12-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_103-92_56-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-12-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND clamav-0.100.1-33.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libzypp-16.15.6-2.8 is installed
  • OR zypper-1.13.32-21.3 is installed
  • OR zypper-log-1.13.32-21.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libzypp-16.15.6-2.8 is installed
  • OR zypper-1.13.32-21.3 is installed
  • OR zypper-log-1.13.32-21.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND apache2-mod_jk-1.2.40-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_66-default-6-2 is installed
  • OR kgraft-patch-3_12_61-52_66-xen-6-2 is installed
  • OR kgraft-patch-SLE12_Update_19-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_66-default-6-2 is installed
  • OR kgraft-patch-3_12_61-52_66-xen-6-2 is installed
  • OR kgraft-patch-SLE12_Update_19-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND rpcbind-0.2.3-21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND clamsap-0.98.9-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_69-default-6-2 is installed
  • OR kgraft-patch-3_12_74-60_64_69-xen-6-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_24-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND cryptctl-1.2.6-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • colord-1.1.7-2 is installed
  • OR colord-lang-1.1.7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-11 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libtag1-32bit-1.9.1-1 is installed
  • OR libtag_c0-32bit-1.9.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • gimp-2.8.18-9.3 is installed
  • OR gimp-lang-2.8.18-9.3 is installed
  • OR gimp-plugins-python-2.8.18-9.3 is installed
  • OR libgimp-2_0-0-2.8.18-9.3 is installed
  • OR libgimpui-2_0-0-2.8.18-9.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • kernel-default-4.4.121-92.85 is installed
  • OR kernel-default-base-4.4.121-92.85 is installed
  • OR kernel-default-devel-4.4.121-92.85 is installed
  • OR kernel-default-man-4.4.121-92.85 is installed
  • OR kernel-devel-4.4.121-92.85 is installed
  • OR kernel-macros-4.4.121-92.85 is installed
  • OR kernel-source-4.4.121-92.85 is installed
  • OR kernel-syms-4.4.121-92.85 is installed
  • OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
  • OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
  • BACK