Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for java-1_7_0-openjdk (Moderate) |
Description: |
This update for java-1_7_0-openjdk fixes the following issues:
- Update to 2.6.8 - OpenJDK 7u121 * Security fixes + S8151921: Improved page resolution + S8155968: Update command line options + S8155973, CVE-2016-5542: Tighten jar checks (bsc#1005522) + S8157176: Improved classfile parsing + S8157739, CVE-2016-5554: Classloader Consistency Checking (bsc#1005523) + S8157749: Improve handling of DNS error replies + S8157753: Audio replay enhancement + S8157759: LCMS Transform Sampling Enhancement + S8157764: Better handling of interpolation plugins + S8158302: Handle contextual glyph substitutions + S8158993, CVE-2016-5568: Service Menu services (bsc#1005525) + S8159495: Fix index offsets + S8159503: Amend Annotation Actions + S8159511: Stack map validation + S8159515: Improve indy validation + S8159519, CVE-2016-5573: Reformat JDWP messages (bsc#1005526) + S8160090: Better signature handling in pack200 + S8160094: Improve pack200 layout + S8160098: Clean up color profiles + S8160591, CVE-2016-5582: Improve internal array handling (bsc#1005527) + S8160838, CVE-2016-5597: Better HTTP service (bsc#1005528) + PR3207, RH1367357: lcms2: Out-of-bounds read in Type_MLU_Read() + CVE-2016-5556 (bsc#1005524) * Import of OpenJDK 7 u121 build 0 + S6624200: Regression test fails: test/closed/javax/swing/JMenuItem/4654927/bug4654927.java + S6882559: new JEditorPane('text/plain','') fails for null context class loader + S7090158: Networking Libraries don't build with javac -Werror + S7125055: ContentHandler.getContent API changed in error + S7145960: sun/security/mscapi/ShortRSAKey1024.sh failing on windows + S7187051: ShortRSAKeynnn.sh tests should do cleanup before start test + S8000626: Implement dead key detection for KeyEvent on Linux + S8003890: corelibs test scripts should pass TESTVMOPTS + S8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow + S8010297: Missing isLoggable() checks in logging code + S8010782: clean up source files containing carriage return characters + S8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux + S8015265: revise the fix for 8007037 + S8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level) + S8020708: NLS mnemonics missing in SwingSet2/JInternalFrame demo + S8024756: method grouping tabs are not selectable + S8026741: jdk8 l10n resource file translation update 5 + S8048147: Privilege tests with JAAS Subject.doAs + S8048357: PKCS basic tests + S8049171: Additional tests for jarsigner's warnings + S8059177: jdk8u40 l10n resource file translation update 1 + S8075584: test for 8067364 depends on hardwired text advance + S8076486: [TESTBUG] javax/security/auth/Subject/doAs/NestedActions.java fails if extra VM options are given + S8077953: [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.java Compilation failed after JDK-8077387 + S8080628: No mnemonics on Open and Save buttons in JFileChooser + S8083601: jdk8u60 l10n resource file translation update 2 + S8140530: Creating a VolatileImage with size 0,0 results in no longer working g2d.drawString + S8142926: OutputAnalyzer's shouldXXX() calls return this + S8143134: L10n resource file translation update + S8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General + S8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline + S8150611: Security problem on sun.misc.resources.Messages* + S8157653: [Parfait] Uninitialised variable in awt_Font.cpp + S8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559 + S8159684: (tz) Support tzdata2016f + S8160934: isnan() is not available on older MSVC compilers + S8162411: Service Menu services 2 + S8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968 + S8162511: 8u111 L10n resource file updates + S8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8 + S8164452: 8u111 L10n resource file update - msgdrop 20 + S8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm + S8166381: Back out changes to the java.security file to not disable MD5 * Backports + S6604109, PR3162: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups + S6907252, PR3162: ZipFileInputStream Not Thread-Safe + S8024046, PR3162: Test sun/security/krb5/runNameEquals.sh failed on 7u45 Embedded linux-ppc* + S8028479, PR3162: runNameEquals still cannot precisely detect if a usable native krb5 is available + S8034057, PR3162: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win) + S8038491, PR3162: Improve synchronization in ZipFile.read() + S8038502, PR3162: Deflater.needsInput() should use synchronization + S8059411, PR3162: RowSetWarning does not correctly chain warnings + S8062198, PR3162: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable + S8066188, PR3162: BaseRowSet returns the wrong default value for escape processing + S8072466, PR3162: Deadlock when initializing MulticastSocket and DatagramSocket + S8075118, PR3162: JVM stuck in infinite loop during verification + S8076579, PR3162: Popping a stack frame after exception breakpoint sets last method param to exception + S8078495, PR3162: End time checking for native TGT is wrong + S8078668, PR3162: jar usage string mentions unsupported option '-n' + S8080115, PR3162: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads + S8081794, PR3162: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem + S8129957, PR3162: Deadlock in JNDI LDAP implementation when closing the LDAP context + S8130136, PR3162: Swing window sometimes fails to repaint partially when it becomes exposed + S8130274, PR3162: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal + S8132551, PR3162: Initialize local variables before returning them in p11_convert.c + S8133207, PR3162: [TEST_BUG] ParallelProbes.java test fails after changes for JDK-8080115 + S8133666, PR3162: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux + S8135002, PR3162: Fix or remove broken links in objectMonitor.cpp comments + S8137121, PR3162: (fc) Infinite loop FileChannel.truncate + S8137230, PR3162: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out + S8139373, PR3162: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout + S8140249, PR3162: JVM Crashing During startUp If Flight Recording is enabled + S8141491, PR3160, G592292: Unaligned memory access in Bits.c + S8144483, PR3162: One long Safepoint pause directly after each GC log rotation + S8149611, PR3160, G592292: Add tests for Unsafe.copySwapMemory * Bug fixes + S8078628, PR3151: Zero build fails with pre-compiled headers disabled + PR3128: pax-mark-vm script calls 'exit -1' which is invalid in dash + PR3131: PaX marking fails on filesystems which don't support extended attributes + PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency + PR3141: Pass $(CC) and $(CXX) to OpenJDK build + PR3166: invalid zip timestamp handling leads to error building bootstrap-javac + PR3202: Update infinality configure test + PR3212: Disable ARM32 JIT by default * CACAO + PR3136: CACAO is broken due to 2 new native methods in sun.misc.Unsafe (from S8158260) * JamVM + PR3134: JamVM is broken due to 2 new native methods in sun.misc.Unsafe (from S8158260) * AArch64 port + S8167200, PR3204: AArch64: Broken stack pointer adjustment in interpreter + S8168888: Port 8160591: Improve internal array handling to AArch64. + PR3211: AArch64 build fails with pre-compiled headers disabled - Changed patch: * java-1_7_0-openjdk-gcc6.patch + Rediff to changed context
- Disable arm32 JIT, since its build broken (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942)
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1001203 1005522 1005523 1005524 1005525 1005526 1005527 1005528 1008965 1009085 1011283 1011284 1011285 1011286 1011287 1011288 1011289 1011290 1011291 1011292 1011293 1012021 1012022 1012023 1012024 1012025 1012026 1012027 1012028 1012029 1012030 1012031 1012032 1012504 1012632 1014437 1014441 1014442 1019332 1020077 1020985 1022917 1022918 1022919 1023041 1032680 1037559 1054028 1055825 1056058 1056995 1065363 1066242 1090638 1102682 1103203 1105323 1106191 1119947 1129231 1129346 1159913 1165631 903543 975299 986675 991564 994500 997833 CVE-2016-10195 CVE-2016-10196 CVE-2016-10197 CVE-2016-2123 CVE-2016-2125 CVE-2016-2126 CVE-2016-5542 CVE-2016-5554 CVE-2016-5556 CVE-2016-5568 CVE-2016-5573 CVE-2016-5582 CVE-2016-5597 CVE-2016-9434 CVE-2016-9435 CVE-2016-9436 CVE-2016-9437 CVE-2016-9438 CVE-2016-9439 CVE-2016-9440 CVE-2016-9441 CVE-2016-9442 CVE-2016-9443 CVE-2016-9621 CVE-2016-9622 CVE-2016-9623 CVE-2016-9624 CVE-2016-9625 CVE-2016-9626 CVE-2016-9627 CVE-2016-9628 CVE-2016-9629 CVE-2016-9630 CVE-2016-9631 CVE-2016-9632 CVE-2016-9633 CVE-2017-11462 CVE-2017-17833 CVE-2017-2616 CVE-2017-3735 CVE-2017-3736 CVE-2017-8779 CVE-2018-10902 CVE-2018-10938 CVE-2018-16884 CVE-2018-5390 CVE-2019-5108 CVE-2019-9636 CVE-2020-1749 SUSE-SU-2016:2953-1 SUSE-SU-2016:3053-1 SUSE-SU-2016:3272-1 SUSE-SU-2017:0554-1 SUSE-SU-2017:1328-1 SUSE-SU-2017:2659-1 SUSE-SU-2017:3169-1 SUSE-SU-2018:0200-1 SUSE-SU-2018:2779-1 SUSE-SU-2019:0736-1 SUSE-SU-2019:0961-1 SUSE-SU-2020:0868-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 Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
guile1-1.8.8-22.1 is installed
OR libguile-srfi-srfi-1-v-3-3-1.8.8-22.1 is installed
OR libguile-srfi-srfi-13-14-v-3-3-1.8.8-22.1 is installed
OR libguile-srfi-srfi-4-v-3-3-1.8.8-22.1 is installed
OR libguile-srfi-srfi-60-v-2-2-1.8.8-22.1 is installed
OR libguile1-devel-1.8.8-22.1 is installed
OR libguile17-1.8.8-22.1 is installed
OR libguilereadline-v-17-17-1.8.8-22.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
python-virtualbox-5.1.8-3.3 is installed
OR virtualbox-5.1.8-3.3 is installed
OR virtualbox-devel-5.1.8-3.3 is installed
OR virtualbox-guest-desktop-icons-5.1.8-3.3 is installed
OR virtualbox-guest-kmp-default-5.1.8_k4.4.27_2-3.3 is installed
OR virtualbox-guest-tools-5.1.8-3.3 is installed
OR virtualbox-guest-x11-5.1.8-3.3 is installed
OR virtualbox-host-kmp-default-5.1.8_k4.4.27_2-3.3 is installed
OR virtualbox-host-source-5.1.8-3.3 is installed
OR virtualbox-qt-5.1.8-3.3 is installed
OR virtualbox-websrv-5.1.8-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
xorg-x11-libXv-7.4-1.16 is installed
OR xorg-x11-libXv-32bit-7.4-1.16 is installed
OR xorg-x11-libXv-devel-7.4-1.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
Mesa-9.0.3-0.19 is installed
OR Mesa-32bit-9.0.3-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
libvirt-1.2.5-12 is installed
OR libvirt-client-1.2.5-12 is installed
OR libvirt-client-32bit-1.2.5-12 is installed
OR libvirt-doc-1.2.5-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
alsa-1.0.27.2-11.10 is installed
OR libasound2-1.0.27.2-11.10 is installed
OR libasound2-32bit-1.0.27.2-11.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libXrandr2-1.4.2-3.56 is installed
OR libXrandr2-32bit-1.4.2-3.56 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gnome-shell-3.20.4-70.4 is installed
OR gnome-shell-browser-plugin-3.20.4-70.4 is installed
OR gnome-shell-calendar-3.20.4-70.4 is installed
OR gnome-shell-lang-3.20.4-70.4 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 Package Information
gnutls-2.4.1-24.39.60 is installed
OR libgnutls-extra26-2.4.1-24.39.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND portus-2.0.3-2 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.15-27 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-27 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-27 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.74-60.64.48 is installed
OR kernel-ec2-devel-3.12.74-60.64.48 is installed
OR kernel-ec2-extra-3.12.74-60.64.48 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-78 is installed
OR php5-5.5.14-78 is installed
OR php5-bcmath-5.5.14-78 is installed
OR php5-bz2-5.5.14-78 is installed
OR php5-calendar-5.5.14-78 is installed
OR php5-ctype-5.5.14-78 is installed
OR php5-curl-5.5.14-78 is installed
OR php5-dba-5.5.14-78 is installed
OR php5-dom-5.5.14-78 is installed
OR php5-enchant-5.5.14-78 is installed
OR php5-exif-5.5.14-78 is installed
OR php5-fastcgi-5.5.14-78 is installed
OR php5-fileinfo-5.5.14-78 is installed
OR php5-fpm-5.5.14-78 is installed
OR php5-ftp-5.5.14-78 is installed
OR php5-gd-5.5.14-78 is installed
OR php5-gettext-5.5.14-78 is installed
OR php5-gmp-5.5.14-78 is installed
OR php5-iconv-5.5.14-78 is installed
OR php5-imap-5.5.14-78 is installed
OR php5-intl-5.5.14-78 is installed
OR php5-json-5.5.14-78 is installed
OR php5-ldap-5.5.14-78 is installed
OR php5-mbstring-5.5.14-78 is installed
OR php5-mcrypt-5.5.14-78 is installed
OR php5-mysql-5.5.14-78 is installed
OR php5-odbc-5.5.14-78 is installed
OR php5-opcache-5.5.14-78 is installed
OR php5-openssl-5.5.14-78 is installed
OR php5-pcntl-5.5.14-78 is installed
OR php5-pdo-5.5.14-78 is installed
OR php5-pear-5.5.14-78 is installed
OR php5-pgsql-5.5.14-78 is installed
OR php5-phar-5.5.14-78 is installed
OR php5-posix-5.5.14-78 is installed
OR php5-pspell-5.5.14-78 is installed
OR php5-shmop-5.5.14-78 is installed
OR php5-snmp-5.5.14-78 is installed
OR php5-soap-5.5.14-78 is installed
OR php5-sockets-5.5.14-78 is installed
OR php5-sqlite-5.5.14-78 is installed
OR php5-suhosin-5.5.14-78 is installed
OR php5-sysvmsg-5.5.14-78 is installed
OR php5-sysvsem-5.5.14-78 is installed
OR php5-sysvshm-5.5.14-78 is installed
OR php5-tokenizer-5.5.14-78 is installed
OR php5-wddx-5.5.14-78 is installed
OR php5-xmlreader-5.5.14-78 is installed
OR php5-xmlrpc-5.5.14-78 is installed
OR php5-xmlwriter-5.5.14-78 is installed
OR php5-xsl-5.5.14-78 is installed
OR php5-zip-5.5.14-78 is installed
OR php5-zlib-5.5.14-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.8.0esr-68 is installed
OR MozillaFirefox-translations-45.8.0esr-68 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
cluster-network-1.4-2.32.2 is installed
OR cluster-network-kmp-rt-1.4_3.0.101_rt130_68-2.32.2 is installed
OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_68-2.32.2 is installed
OR drbd-kmp-8.4.4-0.27.2 is installed
OR drbd-kmp-rt-8.4.4_3.0.101_rt130_68-0.27.2 is installed
OR drbd-kmp-rt_trace-8.4.4_3.0.101_rt130_68-0.27.2 is installed
OR gfs2-2-0.24.2 is installed
OR gfs2-kmp-rt-2_3.0.101_rt130_68-0.24.2 is installed
OR gfs2-kmp-rt_trace-2_3.0.101_rt130_68-0.24.2 is installed
OR ocfs2-1.6-0.28.3 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_68-0.28.3 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_68-0.28.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
avahi-0.6.23-11.14 is installed
OR avahi-lang-0.6.23-11.14 is installed
OR libavahi-client3-0.6.23-11.14 is installed
OR libavahi-client3-32bit-0.6.23-11.14 is installed
OR libavahi-client3-x86-0.6.23-11.14 is installed
OR libavahi-common3-0.6.23-11.14 is installed
OR libavahi-common3-32bit-0.6.23-11.14 is installed
OR libavahi-common3-x86-0.6.23-11.14 is installed
OR libavahi-core5-0.6.23-11.14 is installed
OR libdns_sd-0.6.23-11.14 is installed
OR libdns_sd-32bit-0.6.23-11.14 is installed
OR libdns_sd-x86-0.6.23-11.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
avahi-0.6.23-11.14 is installed
OR avahi-lang-0.6.23-11.14 is installed
OR libavahi-client3-0.6.23-11.14 is installed
OR libavahi-client3-32bit-0.6.23-11.14 is installed
OR libavahi-client3-x86-0.6.23-11.14 is installed
OR libavahi-common3-0.6.23-11.14 is installed
OR libavahi-common3-32bit-0.6.23-11.14 is installed
OR libavahi-common3-x86-0.6.23-11.14 is installed
OR libavahi-core5-0.6.23-11.14 is installed
OR libdns_sd-0.6.23-11.14 is installed
OR libdns_sd-32bit-0.6.23-11.14 is installed
OR libdns_sd-x86-0.6.23-11.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
jpeg-6b-879.12 is installed
OR libjpeg-6.2.0-879.12 is installed
OR libjpeg-32bit-6.2.0-879.12 is installed
OR libjpeg-x86-6.2.0-879.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND libgssglue1-0.1-20.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libgssglue1-0.1-20.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libgssglue1-0.1-20.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND NetworkManager-gnome-0.7.0.r1053-11.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-libs-7.4-8.26.42 is installed
OR xorg-x11-libs-32bit-7.4-8.26.42 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-libs-7.4-8.26.42 is installed
OR xorg-x11-libs-32bit-7.4-8.26.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-libs-7.4-8.26.42 is installed
OR xorg-x11-libs-32bit-7.4-8.26.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-libs-7.4-8.26.42 is installed
OR xorg-x11-libs-32bit-7.4-8.26.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
java-1_7_0-ibm-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr7.0-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr6.0-0.7 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr6.0-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR xorg-x11-libXt-x86-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR xorg-x11-libXt-x86-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR xorg-x11-libXt-x86-7.4-1.19 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
glibc-2.11.3-17.87 is installed
OR glibc-32bit-2.11.3-17.87 is installed
OR glibc-devel-2.11.3-17.87 is installed
OR glibc-devel-32bit-2.11.3-17.87 is installed
OR glibc-html-2.11.3-17.87 is installed
OR glibc-i18ndata-2.11.3-17.87 is installed
OR glibc-info-2.11.3-17.87 is installed
OR glibc-locale-2.11.3-17.87 is installed
OR glibc-locale-32bit-2.11.3-17.87 is installed
OR glibc-locale-x86-2.11.3-17.87 is installed
OR glibc-profile-2.11.3-17.87 is installed
OR glibc-profile-32bit-2.11.3-17.87 is installed
OR glibc-profile-x86-2.11.3-17.87 is installed
OR glibc-x86-2.11.3-17.87 is installed
OR nscd-2.11.3-17.87 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
glibc-2.11.3-17.87 is installed
OR glibc-32bit-2.11.3-17.87 is installed
OR glibc-devel-2.11.3-17.87 is installed
OR glibc-devel-32bit-2.11.3-17.87 is installed
OR glibc-html-2.11.3-17.87 is installed
OR glibc-i18ndata-2.11.3-17.87 is installed
OR glibc-info-2.11.3-17.87 is installed
OR glibc-locale-2.11.3-17.87 is installed
OR glibc-locale-32bit-2.11.3-17.87 is installed
OR glibc-locale-x86-2.11.3-17.87 is installed
OR glibc-profile-2.11.3-17.87 is installed
OR glibc-profile-32bit-2.11.3-17.87 is installed
OR glibc-profile-x86-2.11.3-17.87 is installed
OR glibc-x86-2.11.3-17.87 is installed
OR nscd-2.11.3-17.87 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
glibc-2.11.3-17.87 is installed
OR glibc-32bit-2.11.3-17.87 is installed
OR glibc-devel-2.11.3-17.87 is installed
OR glibc-devel-32bit-2.11.3-17.87 is installed
OR glibc-html-2.11.3-17.87 is installed
OR glibc-i18ndata-2.11.3-17.87 is installed
OR glibc-info-2.11.3-17.87 is installed
OR glibc-locale-2.11.3-17.87 is installed
OR glibc-locale-32bit-2.11.3-17.87 is installed
OR glibc-locale-x86-2.11.3-17.87 is installed
OR glibc-profile-2.11.3-17.87 is installed
OR glibc-profile-32bit-2.11.3-17.87 is installed
OR glibc-profile-x86-2.11.3-17.87 is installed
OR glibc-x86-2.11.3-17.87 is installed
OR nscd-2.11.3-17.87 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
glibc-2.11.3-17.87 is installed
OR glibc-32bit-2.11.3-17.87 is installed
OR glibc-devel-2.11.3-17.87 is installed
OR glibc-devel-32bit-2.11.3-17.87 is installed
OR glibc-html-2.11.3-17.87 is installed
OR glibc-i18ndata-2.11.3-17.87 is installed
OR glibc-info-2.11.3-17.87 is installed
OR glibc-locale-2.11.3-17.87 is installed
OR glibc-locale-32bit-2.11.3-17.87 is installed
OR glibc-locale-x86-2.11.3-17.87 is installed
OR glibc-profile-2.11.3-17.87 is installed
OR glibc-profile-32bit-2.11.3-17.87 is installed
OR glibc-profile-x86-2.11.3-17.87 is installed
OR glibc-x86-2.11.3-17.87 is installed
OR nscd-2.11.3-17.87 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
glibc-2.11.3-17.87 is installed
OR glibc-32bit-2.11.3-17.87 is installed
OR glibc-devel-2.11.3-17.87 is installed
OR glibc-devel-32bit-2.11.3-17.87 is installed
OR glibc-html-2.11.3-17.87 is installed
OR glibc-i18ndata-2.11.3-17.87 is installed
OR glibc-info-2.11.3-17.87 is installed
OR glibc-locale-2.11.3-17.87 is installed
OR glibc-locale-32bit-2.11.3-17.87 is installed
OR glibc-locale-x86-2.11.3-17.87 is installed
OR glibc-profile-2.11.3-17.87 is installed
OR glibc-profile-32bit-2.11.3-17.87 is installed
OR glibc-profile-x86-2.11.3-17.87 is installed
OR glibc-x86-2.11.3-17.87 is installed
OR nscd-2.11.3-17.87 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND clamav-0.97.7-0.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libfreebl3-32bit-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR libsoftokn3-32bit-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nspr-32bit-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-32bit-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libfreebl3-32bit-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR libsoftokn3-32bit-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nspr-32bit-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-32bit-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
ImageMagick-6.4.3.6-7.34.1 is installed
OR libMagickCore1-6.4.3.6-7.34.1 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ldapsmb-1.34b-76 is installed
OR libldb1-3.6.3-76 is installed
OR libsmbclient0-3.6.3-76 is installed
OR libsmbclient0-32bit-3.6.3-76 is installed
OR libsmbclient0-x86-3.6.3-76 is installed
OR libtalloc2-3.6.3-76 is installed
OR libtalloc2-32bit-3.6.3-76 is installed
OR libtalloc2-x86-3.6.3-76 is installed
OR libtdb1-3.6.3-76 is installed
OR libtdb1-32bit-3.6.3-76 is installed
OR libtdb1-x86-3.6.3-76 is installed
OR libtevent0-3.6.3-76 is installed
OR libtevent0-32bit-3.6.3-76 is installed
OR libtevent0-x86-3.6.3-76 is installed
OR libwbclient0-3.6.3-76 is installed
OR libwbclient0-32bit-3.6.3-76 is installed
OR libwbclient0-x86-3.6.3-76 is installed
OR samba-3.6.3-76 is installed
OR samba-32bit-3.6.3-76 is installed
OR samba-client-3.6.3-76 is installed
OR samba-client-32bit-3.6.3-76 is installed
OR samba-client-x86-3.6.3-76 is installed
OR samba-doc-3.6.3-76 is installed
OR samba-krb-printing-3.6.3-76 is installed
OR samba-winbind-3.6.3-76 is installed
OR samba-winbind-32bit-3.6.3-76 is installed
OR samba-winbind-x86-3.6.3-76 is installed
OR samba-x86-3.6.3-76 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ldapsmb-1.34b-76 is installed
OR libldb1-3.6.3-76 is installed
OR libsmbclient0-3.6.3-76 is installed
OR libsmbclient0-32bit-3.6.3-76 is installed
OR libsmbclient0-x86-3.6.3-76 is installed
OR libtalloc2-3.6.3-76 is installed
OR libtalloc2-32bit-3.6.3-76 is installed
OR libtalloc2-x86-3.6.3-76 is installed
OR libtdb1-3.6.3-76 is installed
OR libtdb1-32bit-3.6.3-76 is installed
OR libtdb1-x86-3.6.3-76 is installed
OR libtevent0-3.6.3-76 is installed
OR libtevent0-32bit-3.6.3-76 is installed
OR libtevent0-x86-3.6.3-76 is installed
OR libwbclient0-3.6.3-76 is installed
OR libwbclient0-32bit-3.6.3-76 is installed
OR libwbclient0-x86-3.6.3-76 is installed
OR samba-3.6.3-76 is installed
OR samba-32bit-3.6.3-76 is installed
OR samba-client-3.6.3-76 is installed
OR samba-client-32bit-3.6.3-76 is installed
OR samba-client-x86-3.6.3-76 is installed
OR samba-doc-3.6.3-76 is installed
OR samba-krb-printing-3.6.3-76 is installed
OR samba-winbind-3.6.3-76 is installed
OR samba-winbind-32bit-3.6.3-76 is installed
OR samba-winbind-x86-3.6.3-76 is installed
OR samba-x86-3.6.3-76 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
xen-4.4.4_40-61.49 is installed
OR xen-doc-html-4.4.4_40-61.49 is installed
OR xen-kmp-default-4.4.4_40_3.0.101_108.101-61.49 is installed
OR xen-kmp-pae-4.4.4_40_3.0.101_108.101-61.49 is installed
OR xen-libs-4.4.4_40-61.49 is installed
OR xen-libs-32bit-4.4.4_40-61.49 is installed
OR xen-tools-4.4.4_40-61.49 is installed
OR xen-tools-domU-4.4.4_40-61.49 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
xen-4.4.4_40-61.49 is installed
OR xen-doc-html-4.4.4_40-61.49 is installed
OR xen-kmp-default-4.4.4_40_3.0.101_108.101-61.49 is installed
OR xen-kmp-pae-4.4.4_40_3.0.101_108.101-61.49 is installed
OR xen-libs-4.4.4_40-61.49 is installed
OR xen-libs-32bit-4.4.4_40-61.49 is installed
OR xen-tools-4.4.4_40-61.49 is installed
OR xen-tools-domU-4.4.4_40-61.49 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.3 is installed
OR openssl1-1.0.1g-0.58.3 is installed
OR openssl1-doc-1.0.1g-0.58.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.3 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.3 is installed
OR openssl1-1.0.1g-0.58.3 is installed
OR openssl1-doc-1.0.1g-0.58.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
bash-4.2-75 is installed
OR bash-doc-4.2-75 is installed
OR libreadline6-6.2-75 is installed
OR libreadline6-32bit-6.2-75 is installed
OR readline-doc-6.2-75 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
java-1_7_0-openjdk-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
java-1_7_0-openjdk-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND ant-1.9.4-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_99-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_99-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_30-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_99-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_99-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_30-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_48-default-8-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-8-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND w3m-0.5.3.git20161120-160 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND w3m-0.5.3.git20161120-160 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND sudo-1.8.10p3-8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
openslp-2.0.0-18.15 is installed
OR openslp-32bit-2.0.0-18.15 is installed
OR openslp-server-2.0.0-18.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
openslp-2.0.0-18.15 is installed
OR openslp-32bit-2.0.0-18.15 is installed
OR openslp-server-2.0.0-18.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND clamav-0.100.2-33.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND clamav-0.100.2-33.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
openslp-2.0.0-18.15 is installed
OR openslp-32bit-2.0.0-18.15 is installed
OR openslp-server-2.0.0-18.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
openslp-2.0.0-18.15 is installed
OR openslp-32bit-2.0.0-18.15 is installed
OR openslp-server-2.0.0-18.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
apache2-2.4.23-29.3 is installed
OR apache2-doc-2.4.23-29.3 is installed
OR apache2-example-pages-2.4.23-29.3 is installed
OR apache2-prefork-2.4.23-29.3 is installed
OR apache2-utils-2.4.23-29.3 is installed
OR apache2-worker-2.4.23-29.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
apache2-2.4.23-29.3 is installed
OR apache2-doc-2.4.23-29.3 is installed
OR apache2-example-pages-2.4.23-29.3 is installed
OR apache2-prefork-2.4.23-29.3 is installed
OR apache2-utils-2.4.23-29.3 is installed
OR apache2-worker-2.4.23-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
ceph-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR ceph-common-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR libcephfs2-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR librados2-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR libradosstriper1-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR librbd1-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR librgw2-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR python-cephfs-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR python-rados-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR python-rbd-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
OR python-rgw-12.2.5+git.1524775272.5e7ea8cf03-2.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libpython3_4m1_0-3.4.6-25.29 is installed
OR python3-3.4.6-25.29 is installed
OR python3-base-3.4.6-25.29 is installed
OR python3-curses-3.4.6-25.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libpython3_4m1_0-3.4.6-25.29 is installed
OR python3-3.4.6-25.29 is installed
OR python3-base-3.4.6-25.29 is installed
OR python3-curses-3.4.6-25.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_61-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_61-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-8-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libdcerpc-binding0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libdcerpc-binding0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libdcerpc0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libdcerpc0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-krb5pac0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-krb5pac0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-nbt0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-nbt0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-standard0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-standard0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libnetapi0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libnetapi0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-credentials0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-credentials0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-errors0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-errors0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-hostconfig0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-hostconfig0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-passdb0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-passdb0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-util0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-util0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamdb0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamdb0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbclient0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbclient0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbconf0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbconf0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbldap0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbldap0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libtevent-util0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libtevent-util0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libwbclient0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libwbclient0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-client-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-client-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-doc-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-libs-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-libs-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-winbind-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-winbind-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libdcerpc-binding0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libdcerpc-binding0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libdcerpc0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libdcerpc0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-krb5pac0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-krb5pac0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-nbt0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-nbt0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-standard0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr-standard0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libndr0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libnetapi0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libnetapi0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-credentials0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-credentials0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-errors0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-errors0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-hostconfig0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-hostconfig0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-passdb0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-passdb0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-util0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamba-util0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamdb0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsamdb0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbclient0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbclient0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbconf0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbconf0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbldap0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libsmbldap0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libtevent-util0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libtevent-util0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libwbclient0-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR libwbclient0-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-client-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-client-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-doc-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-libs-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-libs-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-winbind-4.6.14+git.157.c2d53c2b191-3.29 is installed
OR samba-winbind-32bit-4.6.14+git.157.c2d53c2b191-3.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
MozillaFirefox-60.3.0-109.50 is installed
OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
MozillaFirefox-60.3.0-109.50 is installed
OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
java-11-openjdk-11.0.5.0-3.3 is installed
OR java-11-openjdk-demo-11.0.5.0-3.3 is installed
OR java-11-openjdk-devel-11.0.5.0-3.3 is installed
OR java-11-openjdk-headless-11.0.5.0-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
java-11-openjdk-11.0.5.0-3.3 is installed
OR java-11-openjdk-demo-11.0.5.0-3.3 is installed
OR java-11-openjdk-devel-11.0.5.0-3.3 is installed
OR java-11-openjdk-headless-11.0.5.0-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
tomcat-7.0.78-7.13 is installed
OR tomcat-admin-webapps-7.0.78-7.13 is installed
OR tomcat-docs-webapp-7.0.78-7.13 is installed
OR tomcat-el-2_2-api-7.0.78-7.13 is installed
OR tomcat-javadoc-7.0.78-7.13 is installed
OR tomcat-jsp-2_2-api-7.0.78-7.13 is installed
OR tomcat-lib-7.0.78-7.13 is installed
OR tomcat-servlet-3_0-api-7.0.78-7.13 is installed
OR tomcat-webapps-7.0.78-7.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
tomcat-7.0.78-7.13 is installed
OR tomcat-admin-webapps-7.0.78-7.13 is installed
OR tomcat-docs-webapp-7.0.78-7.13 is installed
OR tomcat-el-2_2-api-7.0.78-7.13 is installed
OR tomcat-javadoc-7.0.78-7.13 is installed
OR tomcat-jsp-2_2-api-7.0.78-7.13 is installed
OR tomcat-lib-7.0.78-7.13 is installed
OR tomcat-servlet-3_0-api-7.0.78-7.13 is installed
OR tomcat-webapps-7.0.78-7.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
gstreamer-plugins-base-1.8.3-9 is installed
OR gstreamer-plugins-base-lang-1.8.3-9 is installed
OR libgstallocators-1_0-0-1.8.3-9 is installed
OR libgstapp-1_0-0-1.8.3-9 is installed
OR libgstaudio-1_0-0-1.8.3-9 is installed
OR libgstfft-1_0-0-1.8.3-9 is installed
OR libgstpbutils-1_0-0-1.8.3-9 is installed
OR libgstriff-1_0-0-1.8.3-9 is installed
OR libgstrtp-1_0-0-1.8.3-9 is installed
OR libgstrtsp-1_0-0-1.8.3-9 is installed
OR libgstsdp-1_0-0-1.8.3-9 is installed
OR libgsttag-1_0-0-1.8.3-9 is installed
OR libgstvideo-1_0-0-1.8.3-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-16 is installed
OR openldap2-2.4.39-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
compat-openssl098-0.9.8j-102 is installed
OR libopenssl0_9_8-0.9.8j-102 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_35-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
curl-7.37.0-70.38 is installed
OR libcurl-devel-7.37.0-70.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libssh-0.6.3-4 is installed
OR libssh4-0.6.3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libmysqlclient_r18-10.0.26-9 is installed
OR libmysqlclient_r18-32bit-10.0.26-9 is installed
OR mariadb-10.0.26-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcrecpp0-8.39-7 is installed
OR libpcrecpp0-32bit-8.39-7 is installed
OR pcre-8.39-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libvpx-1.3.0-3.3 is installed
OR libvpx1-32bit-1.3.0-3.3 is installed
OR vpx-tools-1.3.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND doxygen-1.8.6-3.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ImageMagick-6.4.3.6-7.34.1 is installed
OR libMagickCore1-6.4.3.6-7.34.1 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-Django-1.8.9-1.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-59.0.3071.86-20 is installed
OR chromium-59.0.3071.86-20 is installed
|