Revision Date: | 2021-12-02 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- 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-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out of bounds read 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#1192045). - 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-20322: Make the ipv4 and ipv6 ICMP exception caches less predictive to avoid information leaks about UDP ports in use. (bsc#1191790) - CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails. (bsc#1191961)
The following non-security bugs were fixed:
- arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions (git-fixes). - arm64/sve: Use correct size when reinitialising SVE state (git-fixes). - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22913) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22913). - bpf: Fix potential race in tail call compatibility check (git-fixes). - bpf: Move owner type, jited info into array auxiliary data (bsc#1141655). - bpf: Use kvmalloc for map values in syscall (stable-5.14.16). - btrfs: fix memory ordering between normal and ordered work functions (git-fixes). - config: disable unprivileged BPF by default (jsc#SLE-22913) - drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION() (git-fixes). - drm: fix spectre issue in vmw_execbuf_ioctl (bsc#1192802). - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell (bsc#1114648). - fuse: fix page stealing (bsc#1192718). - gigaset: fix spectre issue in do_data_b3_req (bsc#1192802). - hisax: fix spectre issues (bsc#1192802). - hysdn: fix spectre issue in hycapi_send_message (bsc#1192802). - i2c: synquacer: fix deferred probing (git-fixes). - ibmvnic: check failover_pending in login response (bsc#1190523 ltc#194510). - ibmvnic: do not stop queue in xmit (bsc#1192273 ltc#194629). - ibmvnic: Process crqs after enabling interrupts (bsc#1192273 ltc#194629). - infiniband: fix spectre issue in ib_uverbs_write (bsc#1192802). - iwlwifi: fix spectre issue in iwl_dbgfs_update_pm (bsc#1192802). - media: dvb_ca_en50221: prevent using slot_info for Spectre attacs (bsc#1192802). - media: dvb_ca_en50221: sanity check slot number from userspace (bsc#1192802). - media: wl128x: get rid of a potential spectre issue (bsc#1192802). - mm/hugetlb: initialize hugetlb_usage in mm_init (bsc#1192906). - mpt3sas: fix spectre issues (bsc#1192802). - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() (bsc#1192802). - osst: fix spectre issue in osst_verify_frame (bsc#1192802). - prctl: allow to setup brk for et_dyn executables (git-fixes). - printk/console: Allow to disable console output by using console='' or console=null (bsc#1192753). - printk: handle blank console arguments passed in (bsc#1192753). - printk: Remove printk.h inclusion in percpu.h (bsc#1192987). - Revert 'ibmvnic: check failover_pending in login response' (bsc#1190523 ltc#194510). - Revert 'x86/kvm: fix vcpu-id indexed array sizes' (git-fixes). - scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() (git-fixes). - scsi: BusLogic: Fix missing pr_cont() use (git-fixes). - scsi: core: Fix error handling of scsi_host_alloc() (git-fixes). - scsi: core: Fix spelling in a source code comment (git-fixes). - scsi: core: Only put parent device if host state differs from SHOST_CREATED (git-fixes). - scsi: core: Put .shost_dev in failure path if host state changes to RUNNING (git-fixes). - scsi: core: Retry I/O for Notify (Enable Spinup) Required error (git-fixes). - scsi: csiostor: Add module softdep on cxgb4 (git-fixes). - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() (git-fixes). - scsi: dc395: Fix error case unwinding (git-fixes). - scsi: FlashPoint: Rename si_flags field (git-fixes). - scsi: iscsi: Fix iface sysfs attr detection (git-fixes). - scsi: libsas: Use _safe() loop in sas_resume_port() (git-fixes). - scsi: mpt3sas: Fix error return value in _scsih_expander_add() (git-fixes). - scsi: qedf: Add pointer checks in qedf_update_link_speed() (git-fixes). - scsi: qedf: Fix error codes in qedf_alloc_global_queues() (git-fixes). - scsi: qedi: Fix error codes in qedi_alloc_global_queues() (git-fixes). - scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els() (git-fixes). - scsi: qla2xxx: Make sure that aborted commands are freed (git-fixes). - scsi: snic: Fix an error message (git-fixes). - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer (git-fixes). - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id (git-fixes). - swiotlb-xen: avoid double free (git-fixes). - sysvipc/sem: mitigate semnum index against spectre v1 (bsc#1192802). - tracing: use %ps format string to print symbols (git-fixes). - tty: serial: fsl_lpuart: fix the wrong mapbase value (git-fixes). - Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (git-fixes). - x86/Xen: swap NX determination and GDT setup on BSP (git-fixes). - xen: Fix implicit type conversion (git-fixes). - xen-pciback: Fix return in pm_ctrl_init() (git-fixes). - xen-pciback: redo VF placement in the virtual topology (git-fixes). - xen/x86: fix PV trap handling on secondary processors (git-fixes).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005480 1005893 1006221 1016366 1016368 1016369 1016370 1019016 1021814 1021817 1021818 1021819 1021820 1021821 1021822 1021823 1021824 1021991 1042037 1042419 1042910 1044000 1044002 1044006 1044008 1044009 1044077 1044122 1045160 1048575 1049607 1053352 1057406 1058058 1058565 1058622 1058624 1059554 1064016 1065892 1077080 1082692 1083125 1085447 1086774 1086775 1086813 1086814 1086817 1086820 1088268 1090036 1090368 1090646 1090869 1099310 1104076 1111056 1114648 1141655 1190523 1191790 1191961 1192045 1192048 1192273 1192718 1192750 1192753 1192781 1192802 1192906 1192987 977410 CVE-2016-10009 CVE-2016-10010 CVE-2016-10011 CVE-2016-10012 CVE-2016-6252 CVE-2016-8858 CVE-2017-0861 CVE-2017-11464 CVE-2017-12150 CVE-2017-12151 CVE-2017-12163 CVE-2017-12617 CVE-2017-13166 CVE-2017-15710 CVE-2017-15715 CVE-2017-17997 CVE-2017-5373 CVE-2017-5375 CVE-2017-5376 CVE-2017-5378 CVE-2017-5380 CVE-2017-5383 CVE-2017-5386 CVE-2017-5390 CVE-2017-5396 CVE-2017-5664 CVE-2017-7659 CVE-2017-7674 CVE-2017-9122 CVE-2017-9123 CVE-2017-9124 CVE-2017-9125 CVE-2017-9126 CVE-2017-9127 CVE-2017-9128 CVE-2017-9789 CVE-2017-9798 CVE-2018-1000199 CVE-2018-1087 CVE-2018-12472 CVE-2018-1283 CVE-2018-1301 CVE-2018-1302 CVE-2018-1303 CVE-2018-1312 CVE-2018-7320 CVE-2018-7321 CVE-2018-7322 CVE-2018-7323 CVE-2018-7324 CVE-2018-7325 CVE-2018-7326 CVE-2018-7327 CVE-2018-7328 CVE-2018-7329 CVE-2018-7330 CVE-2018-7331 CVE-2018-7332 CVE-2018-7333 CVE-2018-7334 CVE-2018-7335 CVE-2018-7336 CVE-2018-7337 CVE-2018-7417 CVE-2018-7418 CVE-2018-7419 CVE-2018-7420 CVE-2018-7421 CVE-2018-8781 CVE-2018-8897 CVE-2021-0941 CVE-2021-20322 CVE-2021-31916 CVE-2021-34981 SUSE-SU-2017:0264-1 SUSE-SU-2017:0427-1 SUSE-SU-2017:1769-1 SUSE-SU-2017:2117-1 SUSE-SU-2017:2718-1 SUSE-SU-2017:2971-1 SUSE-SU-2017:3039-1 SUSE-SU-2018:0261-1 SUSE-SU-2018:0811-1 SUSE-SU-2018:1161-1 SUSE-SU-2018:1256-1 SUSE-SU-2018:1530-1 SUSE-SU-2018:1997-1 SUSE-SU-2018:3467-1 SUSE-SU-2021:3877-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Live Patching 12 SP5 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 Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
java-1_8_0-openjdk-1.8.0.91-12.1 is installed
OR java-1_8_0-openjdk-accessibility-1.8.0.91-12.1 is installed
OR java-1_8_0-openjdk-demo-1.8.0.91-12.1 is installed
OR java-1_8_0-openjdk-devel-1.8.0.91-12.1 is installed
OR java-1_8_0-openjdk-headless-1.8.0.91-12.1 is installed
OR java-1_8_0-openjdk-javadoc-1.8.0.91-12.1 is installed
OR java-1_8_0-openjdk-src-1.8.0.91-12.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
gimp-2.8.18-2.3.1 is installed
OR gimp-devel-2.8.18-2.3.1 is installed
OR gimp-help-browser-2.8.18-2.3.1 is installed
OR gimp-lang-2.8.18-2.3.1 is installed
OR gimp-plugin-aa-2.8.18-2.3.1 is installed
OR gimp-plugins-python-2.8.18-2.3.1 is installed
OR libgimp-2_0-0-2.8.18-2.3.1 is installed
OR libgimp-2_0-0-32bit-2.8.18-2.3.1 is installed
OR libgimpui-2_0-0-2.8.18-2.3.1 is installed
OR libgimpui-2_0-0-32bit-2.8.18-2.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
gtk2-2.18.9-0.23 is installed
OR gtk2-32bit-2.18.9-0.23 is installed
OR gtk2-devel-2.18.9-0.23 is installed
OR gtk2-lang-2.18.9-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 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 11 SP4 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND libmspack0-0.4-3.64 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND ft2demos-2.5.5-7.5.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
NetworkManager-1.0.12-8.6 is installed
OR NetworkManager-lang-1.0.12-8.6 is installed
OR libnm-glib-vpn1-1.0.12-8.6 is installed
OR libnm-glib4-1.0.12-8.6 is installed
OR libnm-util2-1.0.12-8.6 is installed
OR libnm0-1.0.12-8.6 is installed
OR typelib-1_0-NM-1_0-1.0.12-8.6 is installed
OR typelib-1_0-NMClient-1_0-1.0.12-8.6 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.12-8.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
accountsservice-0.6.42-14.2 is installed
OR accountsservice-lang-0.6.42-14.2 is installed
OR libaccountsservice0-0.6.42-14.2 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND conntrack-tools-1.0.0-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND Package Information
gnutls-2.4.1-24.39.70 is installed
OR libgnutls-extra26-2.4.1-24.39.70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP5 is installed
AND Package Information
kernel-default-kgraft-4.12.14-122.103.1 is installed
OR kernel-default-kgraft-devel-4.12.14-122.103.1 is installed
OR kgraft-patch-4_12_14-122_103-default-1-8.5.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND python-setuptools-18.0.1-4.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
cups154-1.5.4-2 is installed
OR cups154-client-1.5.4-2 is installed
OR cups154-filters-1.5.4-2 is installed
OR cups154-libs-1.5.4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.48-52.27 is installed
OR kernel-ec2-devel-3.12.48-52.27 is installed
OR kernel-ec2-extra-3.12.48-52.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-22 is installed
OR php5-5.5.14-22 is installed
OR php5-bcmath-5.5.14-22 is installed
OR php5-bz2-5.5.14-22 is installed
OR php5-calendar-5.5.14-22 is installed
OR php5-ctype-5.5.14-22 is installed
OR php5-curl-5.5.14-22 is installed
OR php5-dba-5.5.14-22 is installed
OR php5-dom-5.5.14-22 is installed
OR php5-enchant-5.5.14-22 is installed
OR php5-exif-5.5.14-22 is installed
OR php5-fastcgi-5.5.14-22 is installed
OR php5-fileinfo-5.5.14-22 is installed
OR php5-fpm-5.5.14-22 is installed
OR php5-ftp-5.5.14-22 is installed
OR php5-gd-5.5.14-22 is installed
OR php5-gettext-5.5.14-22 is installed
OR php5-gmp-5.5.14-22 is installed
OR php5-iconv-5.5.14-22 is installed
OR php5-intl-5.5.14-22 is installed
OR php5-json-5.5.14-22 is installed
OR php5-ldap-5.5.14-22 is installed
OR php5-mbstring-5.5.14-22 is installed
OR php5-mcrypt-5.5.14-22 is installed
OR php5-mysql-5.5.14-22 is installed
OR php5-odbc-5.5.14-22 is installed
OR php5-openssl-5.5.14-22 is installed
OR php5-pcntl-5.5.14-22 is installed
OR php5-pdo-5.5.14-22 is installed
OR php5-pear-5.5.14-22 is installed
OR php5-pgsql-5.5.14-22 is installed
OR php5-pspell-5.5.14-22 is installed
OR php5-shmop-5.5.14-22 is installed
OR php5-snmp-5.5.14-22 is installed
OR php5-soap-5.5.14-22 is installed
OR php5-sockets-5.5.14-22 is installed
OR php5-sqlite-5.5.14-22 is installed
OR php5-suhosin-5.5.14-22 is installed
OR php5-sysvmsg-5.5.14-22 is installed
OR php5-sysvsem-5.5.14-22 is installed
OR php5-sysvshm-5.5.14-22 is installed
OR php5-tokenizer-5.5.14-22 is installed
OR php5-wddx-5.5.14-22 is installed
OR php5-xmlreader-5.5.14-22 is installed
OR php5-xmlrpc-5.5.14-22 is installed
OR php5-xmlwriter-5.5.14-22 is installed
OR php5-xsl-5.5.14-22 is installed
OR php5-zip-5.5.14-22 is installed
OR php5-zlib-5.5.14-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-52.6.0esr-72.20 is installed
OR MozillaFirefox-translations-52.6.0esr-72.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
postgresql-8.3.7-0.1 is installed
OR postgresql-contrib-8.3.7-0.1 is installed
OR postgresql-docs-8.3.7-0.1 is installed
OR postgresql-libs-8.3.7-0.1 is installed
OR postgresql-libs-32bit-8.3.7-0.1 is installed
OR postgresql-libs-x86-8.3.7-0.1 is installed
OR postgresql-server-8.3.7-0.1 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
postgresql-8.3.7-0.1 is installed
OR postgresql-contrib-8.3.7-0.1 is installed
OR postgresql-docs-8.3.7-0.1 is installed
OR postgresql-libs-8.3.7-0.1 is installed
OR postgresql-libs-32bit-8.3.7-0.1 is installed
OR postgresql-libs-x86-8.3.7-0.1 is installed
OR postgresql-server-8.3.7-0.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND NetworkManager-gnome-0.7.1-5.15.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND NetworkManager-gnome-0.7.1-5.15.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND NetworkManager-gnome-0.7.1-5.15.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
libMagickCore1-6.4.3.6-7.20 is installed
OR libMagickCore1-32bit-6.4.3.6-7.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.109 is installed
OR libMagickCore1-6.4.3.6-78.109 is installed
OR libMagickCore1-32bit-6.4.3.6-78.109 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.109 is installed
OR libMagickCore1-6.4.3.6-78.109 is installed
OR libMagickCore1-32bit-6.4.3.6-78.109 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
puppet-2.6.18-0.12 is installed
OR puppet-server-2.6.18-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
puppet-2.6.18-0.12 is installed
OR puppet-server-2.6.18-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
puppet-2.6.18-0.12 is installed
OR puppet-server-2.6.18-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
puppet-2.6.18-0.12 is installed
OR puppet-server-2.6.18-0.12 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
puppet-2.6.18-0.12 is installed
OR puppet-server-2.6.18-0.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.26 is installed
OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.26 is installed
OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.26 is installed
OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
emacs-22.3-4.40 is installed
OR emacs-el-22.3-4.40 is installed
OR emacs-info-22.3-4.40 is installed
OR emacs-nox-22.3-4.40 is installed
OR emacs-x11-22.3-4.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-devel-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-devel-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.5.3esr-0.8 is installed
OR MozillaFirefox-translations-31.5.3esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.5.3esr-0.8 is installed
OR MozillaFirefox-translations-31.5.3esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.5.3esr-0.8 is installed
OR MozillaFirefox-translations-31.5.3esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.5.3esr-0.8 is installed
OR MozillaFirefox-translations-31.5.3esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.5.3esr-0.8 is installed
OR MozillaFirefox-translations-31.5.3esr-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.6.0esr-0.8 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND LibVNCServer-0.9.1-154.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.79 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79 is installed
OR kernel-default-3.0.101-0.47.79 is installed
OR kernel-default-base-3.0.101-0.47.79 is installed
OR kernel-default-devel-3.0.101-0.47.79 is installed
OR kernel-default-man-3.0.101-0.47.79 is installed
OR kernel-ec2-3.0.101-0.47.79 is installed
OR kernel-ec2-base-3.0.101-0.47.79 is installed
OR kernel-ec2-devel-3.0.101-0.47.79 is installed
OR kernel-pae-3.0.101-0.47.79 is installed
OR kernel-pae-base-3.0.101-0.47.79 is installed
OR kernel-pae-devel-3.0.101-0.47.79 is installed
OR kernel-source-3.0.101-0.47.79 is installed
OR kernel-syms-3.0.101-0.47.79 is installed
OR kernel-trace-3.0.101-0.47.79 is installed
OR kernel-trace-base-3.0.101-0.47.79 is installed
OR kernel-trace-devel-3.0.101-0.47.79 is installed
OR kernel-xen-3.0.101-0.47.79 is installed
OR kernel-xen-base-3.0.101-0.47.79 is installed
OR kernel-xen-devel-3.0.101-0.47.79 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.79 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79 is installed
OR kernel-default-3.0.101-0.47.79 is installed
OR kernel-default-base-3.0.101-0.47.79 is installed
OR kernel-default-devel-3.0.101-0.47.79 is installed
OR kernel-default-man-3.0.101-0.47.79 is installed
OR kernel-ec2-3.0.101-0.47.79 is installed
OR kernel-ec2-base-3.0.101-0.47.79 is installed
OR kernel-ec2-devel-3.0.101-0.47.79 is installed
OR kernel-pae-3.0.101-0.47.79 is installed
OR kernel-pae-base-3.0.101-0.47.79 is installed
OR kernel-pae-devel-3.0.101-0.47.79 is installed
OR kernel-source-3.0.101-0.47.79 is installed
OR kernel-syms-3.0.101-0.47.79 is installed
OR kernel-trace-3.0.101-0.47.79 is installed
OR kernel-trace-base-3.0.101-0.47.79 is installed
OR kernel-trace-devel-3.0.101-0.47.79 is installed
OR kernel-xen-3.0.101-0.47.79 is installed
OR kernel-xen-base-3.0.101-0.47.79 is installed
OR kernel-xen-devel-3.0.101-0.47.79 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
ghostscript-fonts-other-8.62-32.38.1 is installed
OR ghostscript-fonts-rus-8.62-32.38.1 is installed
OR ghostscript-fonts-std-8.62-32.38.1 is installed
OR ghostscript-library-8.62-32.38.1 is installed
OR ghostscript-omni-8.62-32.38.1 is installed
OR ghostscript-x11-8.62-32.38.1 is installed
OR libgimpprint-4.2.7-32.38.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
expat-2.0.1-88.41 is installed
OR libexpat1-2.0.1-88.41 is installed
OR libexpat1-32bit-2.0.1-88.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
expat-2.0.1-88.41 is installed
OR libexpat1-2.0.1-88.41 is installed
OR libexpat1-32bit-2.0.1-88.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.15-26.8 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.15-26.8 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.15-26.8 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.15-26.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.15-26.8 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.15-26.8 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.15-26.8 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.15-26.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
docker-1.3.2-9 is installed
OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
OR sle2docker-0.2.3-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
docker-1.3.2-9 is installed
OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
OR sle2docker-0.2.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
accountsservice-0.6.35-1 is installed
OR accountsservice-lang-0.6.35-1 is installed
OR libaccountsservice0-0.6.35-1 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
bind-9.9.6P1-35 is installed
OR bind-chrootenv-9.9.6P1-35 is installed
OR bind-doc-9.9.6P1-35 is installed
OR bind-libs-9.9.6P1-35 is installed
OR bind-libs-32bit-9.9.6P1-35 is installed
OR bind-utils-9.9.6P1-35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
bind-9.9.6P1-35 is installed
OR bind-chrootenv-9.9.6P1-35 is installed
OR bind-doc-9.9.6P1-35 is installed
OR bind-libs-9.9.6P1-35 is installed
OR bind-libs-32bit-9.9.6P1-35 is installed
OR bind-utils-9.9.6P1-35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND apache-commons-httpclient-3.1-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
apache2-2.4.16-20.13 is installed
OR apache2-doc-2.4.16-20.13 is installed
OR apache2-example-pages-2.4.16-20.13 is installed
OR apache2-prefork-2.4.16-20.13 is installed
OR apache2-utils-2.4.16-20.13 is installed
OR apache2-worker-2.4.16-20.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
apache2-2.4.16-20.13 is installed
OR apache2-doc-2.4.16-20.13 is installed
OR apache2-example-pages-2.4.16-20.13 is installed
OR apache2-prefork-2.4.16-20.13 is installed
OR apache2-utils-2.4.16-20.13 is installed
OR apache2-worker-2.4.16-20.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
openvpn-2.3.8-16.17.1 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libquicktime-1.2.4-13 is installed
OR libquicktime0-1.2.4-13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libquicktime-1.2.4-13 is installed
OR libquicktime0-1.2.4-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libvirt-2.0.0-27.45 is installed
OR libvirt-client-2.0.0-27.45 is installed
OR libvirt-daemon-2.0.0-27.45 is installed
OR libvirt-daemon-config-network-2.0.0-27.45 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.45 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.45 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.45 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.45 is installed
OR libvirt-daemon-driver-network-2.0.0-27.45 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.45 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.45 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.45 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.45 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.45 is installed
OR libvirt-daemon-hooks-2.0.0-27.45 is installed
OR libvirt-daemon-lxc-2.0.0-27.45 is installed
OR libvirt-daemon-qemu-2.0.0-27.45 is installed
OR libvirt-daemon-xen-2.0.0-27.45 is installed
OR libvirt-doc-2.0.0-27.45 is installed
OR libvirt-lock-sanlock-2.0.0-27.45 is installed
OR libvirt-nss-2.0.0-27.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libvirt-2.0.0-27.45 is installed
OR libvirt-client-2.0.0-27.45 is installed
OR libvirt-daemon-2.0.0-27.45 is installed
OR libvirt-daemon-config-network-2.0.0-27.45 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.45 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.45 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.45 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.45 is installed
OR libvirt-daemon-driver-network-2.0.0-27.45 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.45 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.45 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.45 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.45 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.45 is installed
OR libvirt-daemon-hooks-2.0.0-27.45 is installed
OR libvirt-daemon-lxc-2.0.0-27.45 is installed
OR libvirt-daemon-qemu-2.0.0-27.45 is installed
OR libvirt-daemon-xen-2.0.0-27.45 is installed
OR libvirt-doc-2.0.0-27.45 is installed
OR libvirt-lock-sanlock-2.0.0-27.45 is installed
OR libvirt-nss-2.0.0-27.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libzypp-16.15.3-2.3 is installed
OR yast2-pkg-bindings-3.2.4-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libzypp-16.15.3-2.3 is installed
OR yast2-pkg-bindings-3.2.4-2.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libecpg6-10.9-1.12 is installed
OR libpq5-10.9-1.12 is installed
OR libpq5-32bit-10.9-1.12 is installed
OR postgresql10-10.9-1.12 is installed
OR postgresql10-contrib-10.9-1.12 is installed
OR postgresql10-docs-10.9-1.12 is installed
OR postgresql10-libs-10.9-1.12 is installed
OR postgresql10-plperl-10.9-1.12 is installed
OR postgresql10-plpython-10.9-1.12 is installed
OR postgresql10-pltcl-10.9-1.12 is installed
OR postgresql10-server-10.9-1.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libecpg6-10.9-1.12 is installed
OR libpq5-10.9-1.12 is installed
OR libpq5-32bit-10.9-1.12 is installed
OR postgresql10-10.9-1.12 is installed
OR postgresql10-contrib-10.9-1.12 is installed
OR postgresql10-docs-10.9-1.12 is installed
OR postgresql10-libs-10.9-1.12 is installed
OR postgresql10-plperl-10.9-1.12 is installed
OR postgresql10-plpython-10.9-1.12 is installed
OR postgresql10-pltcl-10.9-1.12 is installed
OR postgresql10-server-10.9-1.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
tomcat-8.0.53-29.13 is installed
OR tomcat-admin-webapps-8.0.53-29.13 is installed
OR tomcat-docs-webapp-8.0.53-29.13 is installed
OR tomcat-el-3_0-api-8.0.53-29.13 is installed
OR tomcat-javadoc-8.0.53-29.13 is installed
OR tomcat-jsp-2_3-api-8.0.53-29.13 is installed
OR tomcat-lib-8.0.53-29.13 is installed
OR tomcat-servlet-3_1-api-8.0.53-29.13 is installed
OR tomcat-webapps-8.0.53-29.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
tomcat-8.0.53-29.13 is installed
OR tomcat-admin-webapps-8.0.53-29.13 is installed
OR tomcat-docs-webapp-8.0.53-29.13 is installed
OR tomcat-el-3_0-api-8.0.53-29.13 is installed
OR tomcat-javadoc-8.0.53-29.13 is installed
OR tomcat-jsp-2_3-api-8.0.53-29.13 is installed
OR tomcat-lib-8.0.53-29.13 is installed
OR tomcat-servlet-3_1-api-8.0.53-29.13 is installed
OR tomcat-webapps-8.0.53-29.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND opensc-0.13.0-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND opensc-0.13.0-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
accountsservice-0.6.42-16.8 is installed
OR accountsservice-lang-0.6.42-16.8 is installed
OR libaccountsservice0-0.6.42-16.8 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-16.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
accountsservice-0.6.42-16.8 is installed
OR accountsservice-lang-0.6.42-16.8 is installed
OR libaccountsservice0-0.6.42-16.8 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-16.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
MozillaFirefox-52.3.0esr-109.3 is installed
OR MozillaFirefox-devel-52.3.0esr-109.3 is installed
OR MozillaFirefox-translations-52.3.0esr-109.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
MozillaFirefox-52.3.0esr-109.3 is installed
OR MozillaFirefox-devel-52.3.0esr-109.3 is installed
OR MozillaFirefox-translations-52.3.0esr-109.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libpcre1-8.39-5 is installed
OR libpcre16-0-8.39-5 is installed
OR pcre-8.39-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libsoup-2.44.2-2.3 is installed
OR libsoup-2_4-1-2.44.2-2.3 is installed
OR libsoup-2_4-1-32bit-2.44.2-2.3 is installed
OR libsoup-lang-2.44.2-2.3 is installed
OR typelib-1_0-Soup-2_4-2.44.2-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-branding-SLE-52-31 is installed
OR MozillaFirefox-devel-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
compat-openssl098-0.9.8j-105 is installed
OR libopenssl0_9_8-0.9.8j-105 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
libsndfile-1.0.20-2.19.12 is installed
OR libsndfile-devel-1.0.20-2.19.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.569-120 is installed
OR flash-player-gnome-11.2.202.569-120 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libssh-0.6.3-11 is installed
OR libssh4-0.6.3-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
imap-2007e_suse-22 is installed
OR libc-client2007e_suse-2007e_suse-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
freerdp-2.0.0~git.1463131968.4e66df7-12.3 is installed
OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
Mesa-18.0.2-8.3 is installed
OR Mesa-libGLESv2-2-32bit-18.0.2-8.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
libxml2-2.7.6-0.44.1 is installed
OR libxml2-32bit-2.7.6-0.44.1 is installed
OR libxml2-doc-2.7.6-0.44.1 is installed
OR libxml2-python-2.7.6-0.44.4 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND ntp-4.2.8p4-1.3 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.6.0-20 is installed
OR MozillaThunderbird-buildsymbols-45.6.0-20 is installed
OR MozillaThunderbird-devel-45.6.0-20 is installed
OR MozillaThunderbird-translations-common-45.6.0-20 is installed
OR MozillaThunderbird-translations-other-45.6.0-20 is installed
|