Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for java-1_7_0-openjdk (Important) |
Description: |
This update for java-1_7_0-openjdk fixes the following issues:
- Update to 2.6.10 - OpenJDK 7u141 (bsc#1034849) * Security fixes - S8163520, CVE-2017-3509: Reuse cache entries - S8163528, CVE-2017-3511: Better library loading - S8165626, CVE-2017-3512: Improved window framing - S8167110, CVE-2017-3514: Windows peering issue - S8169011, CVE-2017-3526: Resizing XML parse trees - S8170222, CVE-2017-3533: Better transfers of files - S8171121, CVE-2017-3539: Enhancing jar checking - S8171533, CVE-2017-3544: Better email transfer - S8172299: Improve class processing * New features - PR3347: jstack.stp should support AArch64 * Import of OpenJDK 7 u141 build 0 - S4717864: setFont() does not update Fonts of Menus already on screen - S6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException - S6518907: cleanup IA64 specific code in Hotspot - S6869327: Add new C2 flag to keep safepoints in counted loops. - S7112912: Message 'Error occurred during initialization of VM' on boxes with lots of RAM - S7124213: [macosx] pack() does ignore size of a component; doesn't on the other platforms - S7124219: [macosx] Unable to draw images to fullscreen - S7124552: [macosx] NullPointerException in getBufferStrategy() - S7148275: [macosx] setIconImages() not working correctly (distorted icon when minimized) - S7154841: [macosx] Popups appear behind taskbar - S7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8 - S7160627: [macosx] TextArea has wrong initial size - S7167293: FtpURLConnection connection leak on FileNotFoundException - S7168851: [macosx] Netbeans crashes in CImage.nativeCreateNSImageFromArray - S7197203: sun/misc/URLClassPath/ClassnameCharTest.sh failed, compile error - S8005255: [macosx] Cleanup warnings in sun.lwawt - S8006088: Incompatible heap size flags accepted by VM - S8007295: Reduce number of warnings in awt classes - S8010722: assert: failed: heap size is too big for compressed oops - S8011059: [macosx] Support automatic @2x images loading on Mac OS X - S8014058: Regression tests for 8006088 - S8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class - S8016302: Change type of the number of GC workers to unsigned int (2) - S8024662: gc/arguments/TestUseCompressedOopsErgo.java does not compile. - S8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9 - S8024926: [macosx] AquaIcon HiDPI support - S8025974: l10n for policytool - S8027025: [macosx] getLocationOnScreen returns 0 if parent invisible - S8028212: Custom cursor HiDPI support - S8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization. - S8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina - S8033534: [macosx] Get MultiResolution image from native system - S8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background - S8035568: [macosx] Cursor management unification - S8041734: JFrame in full screen mode leaves empty workspace after close - S8059803: Update use of GetVersionEx to get correct Windows version in hs_err files - S8066504: GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version 0 - S8079595: Resizing dialog which is JWindow parent makes JVM crash - S8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus - S8130769: The new menu can't be shown on the menubar after clicking the 'Add' button. - S8133357: 8u65 l10n resource file translation update - S8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException - S8147842: IME Composition Window is displayed at incorrect location - S8147910: Cache initial active_processor_count - S8150490: Update OS detection code to recognize Windows Server 2016 - S8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled - S8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java - S8161993: G1 crashes if active_processor_count changes during startup - S8162603: Unrecognized VM option 'UseCountedLoopSafepoints' - S8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently - S8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with 'Error while cleaning up threads after test' - S8167179: Make XSL generated namespace prefixes local to transformation process - S8169465: Deadlock in com.sun.jndi.ldap.pool.Connections - S8169589: [macosx] Activating a JDialog puts to back another dialog - S8170307: Stack size option -Xss is ignored - S8170316: (tz) Support tzdata2016j - S8170814: Reuse cache entries (part II) - S8171388: Update JNDI Thread contexts - S8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state - S8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked. - S8173931: 8u131 L10n resource file update - S8174844: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle - S8175087: [bsd] Fix build after '8024900: PPC64: Enable new build on AIX (jdk part)' - S8175163: [bsd] Fix build after '8005629: javac warnings compiling java.awt.EventDispatchThread...' - S8176044: (tz) Support tzdata2017a * Import of OpenJDK 7 u141 build 1 - S8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx * Import of OpenJDK 7 u141 build 2 - S8011123: serialVersionUID of java.awt.dnd.InvalidDnDOperationException changed in JDK8-b82 * Backports - S6515172, PR3362: Runtime.availableProcessors() ignores Linux taskset command - S8022284, PR3209: Hide internal data structure in PhaseCFG - S8023003, PR3209: Cleanup the public interface to PhaseCFG - S8023691, PR3209: Create interface for nodes in class Block - S8023988, PR3209: Move local scheduling of nodes to the CFG creation and code motion phase (PhaseCFG) - S8043780, PR3369: Use open(O_CLOEXEC) instead of fcntl(FD_CLOEXEC) - S8157306, PR3209: Random infrequent null pointer exceptions in javac - S8173783, PR3329: IllegalArgumentException: jdk.tls.namedGroups - S8173941, PR3330: SA does not work if executable is DSO - S8174729, PR3361: Race Condition in java.lang.reflect.WeakCache * Bug fixes - PR3349: Architectures unsupported by SystemTap tapsets throw a parse error - PR3370: Disable ARM32 JIT by default in jdk_generic_profile.sh - PR3379: Perl should be mandatory - PR3390: javac.in and javah.in should use @PERL@ rather than a hardcoded path * CACAO - PR2732: Raise javadoc memory limits for CACAO again! * AArch64 port - S8177661, PR3367: Correct ad rule output register types from iRegX to iRegXNoSp
- Get ecj.jar path from gcj, use the gcc variant that provides Java to build C code to make sure jni.h is available.
- S8167104, CVE-2017-3289: Additional class construction - S6253144: Long narrowing conversion should describe the - S6328537: Improve javadocs for Socket class by adding - S6978886: javadoc shows stacktrace after print error - S6995421: Eliminate the static dependency to - S7027045: (doc) java/awt/Window.java has several typos in - S7054969: Null-check-in-finally pattern in java/security - S7072353: JNDI libraries do not build with javac -Xlint:all - S7092447: Clarify the default locale used in each locale - S7103570: AtomicIntegerFieldUpdater does not work when - S7187144: JavaDoc for ScriptEngineFactory.getProgram() - S8000418: javadoc should used a standard 'generated by - S8000666: javadoc should write directly to Writer instead of - S8000970: break out auxiliary classes that will prevent - S8001669: javadoc internal DocletAbortException should set - S8011402: Move blacklisting certificate logic from hard code - S8011547: Update XML Signature implementation to Apache - S8012288: XML DSig API allows wrong tag names and extra - S8017325: Cleanup of the javadoc tag in - S8017326: Cleanup of the javadoc tag in - S8019772: Fix doclint issues in javax.crypto and - S8020688: Broken links in documentation at - S8021108: Clean up doclint warnings and errors in java.text - S8022120: JCK test api/javax_xml/crypto/dsig/TransformService/index_ParamMethods - S8025409: Fix javadoc comments errors and warning reported by - S8026021: more fix of javadoc errors and warnings reported by - S8037099: [macosx] Remove all references to GC from native - S8038184: XMLSignature throws StringIndexOutOfBoundsException - S8038349: Signing XML with DSA throws Exception when key is - S8049244: XML Signature performance issue caused by - S8050893: (smartcardio) Invert reset argument in tests in - S8059212: Modify sun/security/smartcardio manual regression - S8068279: (typo in the spec) - S8068491: Update the protocol for references of - S8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs - S8076369: Introduce the jdk.tls.client.protocols system - S8139565: Restrict certificates with DSA keys less than 1024 - S8140422: Add mechanism to allow non default root CAs to be - S8140587: Atomic*FieldUpdaters should use Class.isInstance - S8149029: Secure validation of XML based digital signature - S8151893: Add security property to configure XML Signature - S8161228: URL objects with custom protocol handlers have port - S8163304: jarsigner -verbose -verify should print the - S8164908: ReflectionFactory support for IIOP and custom - S8165230: RMIConnection addNotificationListeners failing with - S8166393: disabledAlgorithms property should not be strictly - S8166591: [macos 10.12] Trackpad scrolling of text on OS X - S8166739: Improve extensibility of ObjectInputFilter - S8167356: Follow up fix for jdk8 backport of 8164143. Changes - S8167459: Add debug output for indicating if a chosen - S8168861: AnchorCertificates uses hardcoded password for - S8169688: Backout (remove) MD5 from - S8169911: Enhanced tests for jarsigner -verbose -verify after - S8170131: Certificates not being blocked by - S8173854: [TEST] Update DHEKeySizing test case following - S7102489, PR3316, RH1390708: RFE: cleanup jlong typedef on - S8000351, PR3316, RH1390708: Tenuring threshold should be - S8153711, PR3315, RH1284948: [REDO] JDWP: Memory Leak: - S8170888, PR3316, RH1390708: [linux] Experimental support for - PR3318: Replace 'infinality' with 'improved font rendering' - PR3324: Fix NSS_LIBDIR substitution in - S8165673, PR3320: AArch64: Fix JNI floating point argument + S6604109, PR3162: - Add -fno-delete-null-pointer-checks -fno-lifetime-dse to try to directory to be specified versions of IcedTea
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1019274 1023012 1024051 1024929 1026833 1031045 1031875 1031877 1031879 1031886 1032272 1032880 1034849 1075608 1078677 1082480 1082481 1083125 1085447 1087066 1090023 1090024 1090025 1090026 1090027 1090028 1090029 1090030 1090032 1090033 1090338 1090368 1090646 1090869 1092548 1096740 1102682 1103098 1144903 1153108 1153158 1153161 1154862 CVE-2016-10207 CVE-2016-9941 CVE-2016-9942 CVE-2017-13166 CVE-2017-15132 CVE-2017-15706 CVE-2017-3289 CVE-2017-3509 CVE-2017-3511 CVE-2017-3512 CVE-2017-3514 CVE-2017-3526 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 CVE-2017-5838 CVE-2017-7392 CVE-2017-7393 CVE-2017-7394 CVE-2017-7395 CVE-2017-7396 CVE-2018-1087 CVE-2018-1304 CVE-2018-1305 CVE-2018-2790 CVE-2018-2794 CVE-2018-2795 CVE-2018-2796 CVE-2018-2797 CVE-2018-2798 CVE-2018-2799 CVE-2018-2800 CVE-2018-2814 CVE-2018-2815 CVE-2018-3665 CVE-2018-5150 CVE-2018-5154 CVE-2018-5155 CVE-2018-5157 CVE-2018-5158 CVE-2018-5159 CVE-2018-5168 CVE-2018-5174 CVE-2018-5178 CVE-2018-5183 CVE-2018-5390 CVE-2018-5391 CVE-2018-8781 CVE-2018-8897 CVE-2019-10220 CVE-2019-17133 CVE-2019-17498 SUSE-SU-2017:0622-1 SUSE-SU-2017:0966-1 SUSE-SU-2017:1094-1 SUSE-SU-2017:1400-1 SUSE-SU-2018:0466-1 SUSE-SU-2018:0817-1 SUSE-SU-2018:1334-1 SUSE-SU-2018:1534-1 SUSE-SU-2018:1690-1 SUSE-SU-2018:1942-1 SUSE-SU-2019:2230-1 SUSE-SU-2019:2936-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP2 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 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
java-1_8_0-openjdk-1.8.0.121-6.4 is installed
OR java-1_8_0-openjdk-accessibility-1.8.0.121-6.4 is installed
OR java-1_8_0-openjdk-demo-1.8.0.121-6.4 is installed
OR java-1_8_0-openjdk-devel-1.8.0.121-6.4 is installed
OR java-1_8_0-openjdk-headless-1.8.0.121-6.4 is installed
OR java-1_8_0-openjdk-javadoc-1.8.0.121-6.4 is installed
OR java-1_8_0-openjdk-src-1.8.0.121-6.4 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND catdoc-0.95-7.6.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
ruby2.1-rubygem-chef-10.32.2-3.1 is installed
OR rubygem-chef-10.32.2-3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
flash-player-11.2.202.554-0.29 is installed
OR flash-player-gnome-11.2.202.554-0.29 is installed
OR flash-player-kde4-11.2.202.554-0.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.85-0.11 is installed
OR java-1_7_0-openjdk-demo-1.7.0.85-0.11 is installed
OR java-1_7_0-openjdk-devel-1.7.0.85-0.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
bash-4.2-75 is installed
OR bash-doc-4.2-75 is installed
OR bash-lang-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 |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND dracut-037-66.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND busybox-1.21.1-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
gstreamer-plugins-base-1.8.3-12.11 is installed
OR gstreamer-plugins-base-lang-1.8.3-12.11 is installed
OR libgstallocators-1_0-0-1.8.3-12.11 is installed
OR libgstapp-1_0-0-1.8.3-12.11 is installed
OR libgstapp-1_0-0-32bit-1.8.3-12.11 is installed
OR libgstaudio-1_0-0-1.8.3-12.11 is installed
OR libgstaudio-1_0-0-32bit-1.8.3-12.11 is installed
OR libgstfft-1_0-0-1.8.3-12.11 is installed
OR libgstfft-1_0-0-32bit-1.8.3-12.11 is installed
OR libgstpbutils-1_0-0-1.8.3-12.11 is installed
OR libgstpbutils-1_0-0-32bit-1.8.3-12.11 is installed
OR libgstriff-1_0-0-1.8.3-12.11 is installed
OR libgstrtp-1_0-0-1.8.3-12.11 is installed
OR libgstrtsp-1_0-0-1.8.3-12.11 is installed
OR libgstsdp-1_0-0-1.8.3-12.11 is installed
OR libgsttag-1_0-0-1.8.3-12.11 is installed
OR libgsttag-1_0-0-32bit-1.8.3-12.11 is installed
OR libgstvideo-1_0-0-1.8.3-12.11 is installed
OR libgstvideo-1_0-0-32bit-1.8.3-12.11 is installed
OR typelib-1_0-GstAudio-1_0-1.8.3-12.11 is installed
OR typelib-1_0-GstPbutils-1_0-1.8.3-12.11 is installed
OR typelib-1_0-GstTag-1_0-1.8.3-12.11 is installed
OR typelib-1_0-GstVideo-1_0-1.8.3-12.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND Package Information
gnutls-2.4.1-24.39.57 is installed
OR libgnutls-extra26-2.4.1-24.39.57 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-33 is installed
OR php5-5.5.14-33 is installed
OR php5-bcmath-5.5.14-33 is installed
OR php5-bz2-5.5.14-33 is installed
OR php5-calendar-5.5.14-33 is installed
OR php5-ctype-5.5.14-33 is installed
OR php5-curl-5.5.14-33 is installed
OR php5-dba-5.5.14-33 is installed
OR php5-dom-5.5.14-33 is installed
OR php5-enchant-5.5.14-33 is installed
OR php5-exif-5.5.14-33 is installed
OR php5-fastcgi-5.5.14-33 is installed
OR php5-fileinfo-5.5.14-33 is installed
OR php5-fpm-5.5.14-33 is installed
OR php5-ftp-5.5.14-33 is installed
OR php5-gd-5.5.14-33 is installed
OR php5-gettext-5.5.14-33 is installed
OR php5-gmp-5.5.14-33 is installed
OR php5-iconv-5.5.14-33 is installed
OR php5-intl-5.5.14-33 is installed
OR php5-json-5.5.14-33 is installed
OR php5-ldap-5.5.14-33 is installed
OR php5-mbstring-5.5.14-33 is installed
OR php5-mcrypt-5.5.14-33 is installed
OR php5-mysql-5.5.14-33 is installed
OR php5-odbc-5.5.14-33 is installed
OR php5-opcache-5.5.14-33 is installed
OR php5-openssl-5.5.14-33 is installed
OR php5-pcntl-5.5.14-33 is installed
OR php5-pdo-5.5.14-33 is installed
OR php5-pear-5.5.14-33 is installed
OR php5-pgsql-5.5.14-33 is installed
OR php5-posix-5.5.14-33 is installed
OR php5-pspell-5.5.14-33 is installed
OR php5-shmop-5.5.14-33 is installed
OR php5-snmp-5.5.14-33 is installed
OR php5-soap-5.5.14-33 is installed
OR php5-sockets-5.5.14-33 is installed
OR php5-sqlite-5.5.14-33 is installed
OR php5-suhosin-5.5.14-33 is installed
OR php5-sysvmsg-5.5.14-33 is installed
OR php5-sysvsem-5.5.14-33 is installed
OR php5-sysvshm-5.5.14-33 is installed
OR php5-tokenizer-5.5.14-33 is installed
OR php5-wddx-5.5.14-33 is installed
OR php5-xmlreader-5.5.14-33 is installed
OR php5-xmlrpc-5.5.14-33 is installed
OR php5-xmlwriter-5.5.14-33 is installed
OR php5-xsl-5.5.14-33 is installed
OR php5-zip-5.5.14-33 is installed
OR php5-zlib-5.5.14-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP2 is installed
AND qemu-0.10.1-0.5.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.4.0esr-53 is installed
OR MozillaFirefox-translations-45.4.0esr-53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
MozillaFirefox-3.0.10-1.1 is installed
OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
OR MozillaFirefox-translations-3.0.10-1.1 is installed
OR gconf2-2.24.0-7 is installed
OR gconf2-32bit-2.24.0-7 is installed
OR gconf2-x86-2.24.0-7 is installed
OR libfreebl3-3.12.3.1-1.2 is installed
OR libfreebl3-32bit-3.12.3.1-1.2 is installed
OR libfreebl3-x86-3.12.3.1-1.2 is installed
OR libidl-0.8.11-2 is installed
OR libidl-32bit-0.8.11-2 is installed
OR libidl-x86-0.8.11-2 is installed
OR mozilla-nspr-4.8-1.3 is installed
OR mozilla-nspr-32bit-4.8-1.3 is installed
OR mozilla-nspr-x86-4.8-1.3 is installed
OR mozilla-nss-3.12.3.1-1.2 is installed
OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
OR mozilla-nss-tools-3.12.3.1-1.2 is installed
OR mozilla-nss-x86-3.12.3.1-1.2 is installed
OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
OR orbit2-2.14.16-2 is installed
OR orbit2-32bit-2.14.16-2 is installed
OR orbit2-x86-2.14.16-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
MozillaFirefox-3.0.10-1.1 is installed
OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
OR MozillaFirefox-translations-3.0.10-1.1 is installed
OR gconf2-2.24.0-7 is installed
OR gconf2-32bit-2.24.0-7 is installed
OR gconf2-x86-2.24.0-7 is installed
OR libfreebl3-3.12.3.1-1.2 is installed
OR libfreebl3-32bit-3.12.3.1-1.2 is installed
OR libfreebl3-x86-3.12.3.1-1.2 is installed
OR libidl-0.8.11-2 is installed
OR libidl-32bit-0.8.11-2 is installed
OR libidl-x86-0.8.11-2 is installed
OR mozilla-nspr-4.8-1.3 is installed
OR mozilla-nspr-32bit-4.8-1.3 is installed
OR mozilla-nspr-x86-4.8-1.3 is installed
OR mozilla-nss-3.12.3.1-1.2 is installed
OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
OR mozilla-nss-tools-3.12.3.1-1.2 is installed
OR mozilla-nss-x86-3.12.3.1-1.2 is installed
OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
OR orbit2-2.14.16-2 is installed
OR orbit2-32bit-2.14.16-2 is installed
OR orbit2-x86-2.14.16-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND libgdiplus0-2.0-11.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libgdiplus0-2.0-11.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libgdiplus0-2.0-11.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
cifs-mount-3.4.3-1.17 is installed
OR ldapsmb-1.34b-11.17 is installed
OR libsmbclient0-3.4.3-1.17 is installed
OR libsmbclient0-32bit-3.4.3-1.17 is installed
OR libsmbclient0-x86-3.4.3-1.17 is installed
OR libtalloc1-3.4.3-1.17 is installed
OR libtalloc1-32bit-3.4.3-1.17 is installed
OR libtalloc1-x86-3.4.3-1.17 is installed
OR libtdb1-3.4.3-1.17 is installed
OR libtdb1-32bit-3.4.3-1.17 is installed
OR libtdb1-x86-3.4.3-1.17 is installed
OR libwbclient0-3.4.3-1.17 is installed
OR libwbclient0-32bit-3.4.3-1.17 is installed
OR libwbclient0-x86-3.4.3-1.17 is installed
OR samba-3.4.3-1.17 is installed
OR samba-32bit-3.4.3-1.17 is installed
OR samba-client-3.4.3-1.17 is installed
OR samba-client-32bit-3.4.3-1.17 is installed
OR samba-client-x86-3.4.3-1.17 is installed
OR samba-krb-printing-3.4.3-1.17 is installed
OR samba-winbind-3.4.3-1.17 is installed
OR samba-winbind-32bit-3.4.3-1.17 is installed
OR samba-winbind-x86-3.4.3-1.17 is installed
OR samba-x86-3.4.3-1.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND clamav-0.100.2-0.20.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND clamav-0.100.2-0.20.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR libfreebl3-x86-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nspr-x86-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR mozilla-nss-x86-3.14.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR libfreebl3-x86-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nspr-x86-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR mozilla-nss-x86-3.14.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR libfreebl3-x86-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nspr-x86-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR mozilla-nss-x86-3.14.1-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND kbd-1.14.1-16.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.53 is installed
OR kernel-default-base-3.0.101-0.7.53 is installed
OR kernel-default-devel-3.0.101-0.7.53 is installed
OR kernel-default-man-3.0.101-0.7.53 is installed
OR kernel-ec2-3.0.101-0.7.53 is installed
OR kernel-ec2-base-3.0.101-0.7.53 is installed
OR kernel-ec2-devel-3.0.101-0.7.53 is installed
OR kernel-pae-3.0.101-0.7.53 is installed
OR kernel-pae-base-3.0.101-0.7.53 is installed
OR kernel-pae-devel-3.0.101-0.7.53 is installed
OR kernel-source-3.0.101-0.7.53 is installed
OR kernel-syms-3.0.101-0.7.53 is installed
OR kernel-trace-3.0.101-0.7.53 is installed
OR kernel-trace-base-3.0.101-0.7.53 is installed
OR kernel-trace-devel-3.0.101-0.7.53 is installed
OR kernel-xen-3.0.101-0.7.53 is installed
OR kernel-xen-base-3.0.101-0.7.53 is installed
OR kernel-xen-devel-3.0.101-0.7.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.53 is installed
OR kernel-default-base-3.0.101-0.7.53 is installed
OR kernel-default-devel-3.0.101-0.7.53 is installed
OR kernel-default-man-3.0.101-0.7.53 is installed
OR kernel-ec2-3.0.101-0.7.53 is installed
OR kernel-ec2-base-3.0.101-0.7.53 is installed
OR kernel-ec2-devel-3.0.101-0.7.53 is installed
OR kernel-pae-3.0.101-0.7.53 is installed
OR kernel-pae-base-3.0.101-0.7.53 is installed
OR kernel-pae-devel-3.0.101-0.7.53 is installed
OR kernel-source-3.0.101-0.7.53 is installed
OR kernel-syms-3.0.101-0.7.53 is installed
OR kernel-trace-3.0.101-0.7.53 is installed
OR kernel-trace-base-3.0.101-0.7.53 is installed
OR kernel-trace-devel-3.0.101-0.7.53 is installed
OR kernel-xen-3.0.101-0.7.53 is installed
OR kernel-xen-base-3.0.101-0.7.53 is installed
OR kernel-xen-devel-3.0.101-0.7.53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND a2ps-4.13-1326.37 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND a2ps-4.13-1326.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND a2ps-4.13-1326.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND a2ps-4.13-1326.37 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND a2ps-4.13-1326.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
e2fsprogs-1.41.9-2.9.1 is installed
OR libcom_err2-1.41.9-2.9.1 is installed
OR libcom_err2-32bit-1.41.9-2.9.1 is installed
OR libcom_err2-x86-1.41.9-2.9.1 is installed
OR libext2fs2-1.41.9-2.9.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-3.0.101-0.47.106.59 is installed
OR kernel-default-base-3.0.101-0.47.106.59 is installed
OR kernel-default-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-man-3.0.101-0.47.106.59 is installed
OR kernel-ec2-3.0.101-0.47.106.59 is installed
OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
OR kernel-pae-3.0.101-0.47.106.59 is installed
OR kernel-pae-base-3.0.101-0.47.106.59 is installed
OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
OR kernel-source-3.0.101-0.47.106.59 is installed
OR kernel-syms-3.0.101-0.47.106.59 is installed
OR kernel-trace-3.0.101-0.47.106.59 is installed
OR kernel-trace-base-3.0.101-0.47.106.59 is installed
OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
OR kernel-xen-3.0.101-0.47.106.59 is installed
OR kernel-xen-base-3.0.101-0.47.106.59 is installed
OR kernel-xen-devel-3.0.101-0.47.106.59 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.106.59 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-3.0.101-0.47.106.59 is installed
OR kernel-default-base-3.0.101-0.47.106.59 is installed
OR kernel-default-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-man-3.0.101-0.47.106.59 is installed
OR kernel-ec2-3.0.101-0.47.106.59 is installed
OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
OR kernel-pae-3.0.101-0.47.106.59 is installed
OR kernel-pae-base-3.0.101-0.47.106.59 is installed
OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
OR kernel-source-3.0.101-0.47.106.59 is installed
OR kernel-syms-3.0.101-0.47.106.59 is installed
OR kernel-trace-3.0.101-0.47.106.59 is installed
OR kernel-trace-base-3.0.101-0.47.106.59 is installed
OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
OR kernel-xen-3.0.101-0.47.106.59 is installed
OR kernel-xen-base-3.0.101-0.47.106.59 is installed
OR kernel-xen-devel-3.0.101-0.47.106.59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-52.4.0esr-72.13.2 is installed
OR MozillaFirefox-translations-52.4.0esr-72.13.2 is installed
OR libfreebl3-3.29.5-47.6.1 is installed
OR libfreebl3-32bit-3.29.5-47.6.1 is installed
OR libsoftokn3-3.29.5-47.6.1 is installed
OR libsoftokn3-32bit-3.29.5-47.6.1 is installed
OR mozilla-nss-3.29.5-47.6.1 is installed
OR mozilla-nss-32bit-3.29.5-47.6.1 is installed
OR mozilla-nss-tools-3.29.5-47.6.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
mono-core-2.6.7-0.18 is installed
OR mono-data-2.6.7-0.18 is installed
OR mono-data-postgresql-2.6.7-0.18 is installed
OR mono-data-sqlite-2.6.7-0.18 is installed
OR mono-locale-extras-2.6.7-0.18 is installed
OR mono-nunit-2.6.7-0.18 is installed
OR mono-web-2.6.7-0.18 is installed
OR mono-winforms-2.6.7-0.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
mono-core-2.6.7-0.18 is installed
OR mono-data-2.6.7-0.18 is installed
OR mono-data-postgresql-2.6.7-0.18 is installed
OR mono-data-sqlite-2.6.7-0.18 is installed
OR mono-locale-extras-2.6.7-0.18 is installed
OR mono-nunit-2.6.7-0.18 is installed
OR mono-web-2.6.7-0.18 is installed
OR mono-winforms-2.6.7-0.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
libpython2_6-1_0-2.6.9-40.24 is installed
OR libpython2_6-1_0-32bit-2.6.9-40.24 is installed
OR python-2.6.9-40.24 is installed
OR python-32bit-2.6.9-40.24 is installed
OR python-base-2.6.9-40.24 is installed
OR python-base-32bit-2.6.9-40.24 is installed
OR python-curses-2.6.9-40.24 is installed
OR python-demo-2.6.9-40.24 is installed
OR python-doc-2.6-8.40.24 is installed
OR python-doc-pdf-2.6-8.40.24 is installed
OR python-gdbm-2.6.9-40.24 is installed
OR python-idle-2.6.9-40.24 is installed
OR python-tk-2.6.9-40.24 is installed
OR python-xml-2.6.9-40.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
libpython2_6-1_0-2.6.9-40.24 is installed
OR libpython2_6-1_0-32bit-2.6.9-40.24 is installed
OR python-2.6.9-40.24 is installed
OR python-32bit-2.6.9-40.24 is installed
OR python-base-2.6.9-40.24 is installed
OR python-base-32bit-2.6.9-40.24 is installed
OR python-curses-2.6.9-40.24 is installed
OR python-demo-2.6.9-40.24 is installed
OR python-doc-2.6-8.40.24 is installed
OR python-doc-pdf-2.6-8.40.24 is installed
OR python-gdbm-2.6.9-40.24 is installed
OR python-idle-2.6.9-40.24 is installed
OR python-tk-2.6.9-40.24 is installed
OR python-xml-2.6.9-40.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.33 is installed
OR libcurl4-openssl1-7.37.0-70.33 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.33 is installed
OR libcurl4-openssl1-x86-7.37.0-70.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.33 is installed
OR libcurl4-openssl1-7.37.0-70.33 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.33 is installed
OR libcurl4-openssl1-x86-7.37.0-70.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
icu-52.1-7 is installed
OR libicu-doc-52.1-7 is installed
OR libicu52_1-52.1-7 is installed
OR libicu52_1-32bit-52.1-7 is installed
OR libicu52_1-data-52.1-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
icu-52.1-7 is installed
OR libicu-doc-52.1-7 is installed
OR libicu52_1-52.1-7 is installed
OR libicu52_1-32bit-52.1-7 is installed
OR libicu52_1-data-52.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
java-1_7_0-openjdk-1.7.0.141-42 is installed
OR java-1_7_0-openjdk-demo-1.7.0.141-42 is installed
OR java-1_7_0-openjdk-devel-1.7.0.141-42 is installed
OR java-1_7_0-openjdk-headless-1.7.0.141-42 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.141-42 is installed
OR java-1_7_0-openjdk-demo-1.7.0.141-42 is installed
OR java-1_7_0-openjdk-devel-1.7.0.141-42 is installed
OR java-1_7_0-openjdk-headless-1.7.0.141-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
gnome-shell-3.10.4-40 is installed
OR gnome-shell-browser-plugin-3.10.4-40 is installed
OR gnome-shell-lang-3.10.4-40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.144-27.5.3 is installed
OR java-1_8_0-openjdk-demo-1.8.0.144-27.5.3 is installed
OR java-1_8_0-openjdk-devel-1.8.0.144-27.5.3 is installed
OR java-1_8_0-openjdk-headless-1.8.0.144-27.5.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libXvnc1-1.6.0-16 is installed
OR tigervnc-1.6.0-16 is installed
OR xorg-x11-Xvnc-1.6.0-16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libXvnc1-1.6.0-16 is installed
OR tigervnc-1.6.0-16 is installed
OR xorg-x11-Xvnc-1.6.0-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND coolkey-1.1.0-147 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libzypp-16.17.20-27.52 is installed
OR zypper-1.13.45-18.33 is installed
OR zypper-log-1.13.45-18.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libzypp-16.17.20-27.52 is installed
OR zypper-1.13.45-18.33 is installed
OR zypper-log-1.13.45-18.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_35-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
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 Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_120-92_70-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libopenssl-devel-1.0.2j-60.20 is installed
OR libopenssl1_0_0-1.0.2j-60.20 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.20 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.20 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.20 is installed
OR openssl-1.0.2j-60.20 is installed
OR openssl-doc-1.0.2j-60.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libopenssl-devel-1.0.2j-60.20 is installed
OR libopenssl1_0_0-1.0.2j-60.20 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.20 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.20 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.20 is installed
OR openssl-1.0.2j-60.20 is installed
OR openssl-doc-1.0.2j-60.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
accountsservice-0.6.42-14 is installed
OR accountsservice-lang-0.6.42-14 is installed
OR libaccountsservice0-0.6.42-14 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND ucode-intel-20190618-13.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND ucode-intel-20190618-13.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS 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-LTSS 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-TERADATA is installed
AND
libQtWebKit4-4.8.7+2.3.4-4.7 is installed
OR libQtWebKit4-32bit-4.8.7+2.3.4-4.7 is installed
OR libqca2-2.0.3-17.7 is installed
OR libqca2-32bit-2.0.3-17.7 is installed
OR libqt4-4.8.7-8.8 is installed
OR libqt4-32bit-4.8.7-8.8 is installed
OR libqt4-devel-doc-4.8.7-8.8 is installed
OR libqt4-qt3support-4.8.7-8.8 is installed
OR libqt4-qt3support-32bit-4.8.7-8.8 is installed
OR libqt4-sql-4.8.7-8.8 is installed
OR libqt4-sql-32bit-4.8.7-8.8 is installed
OR libqt4-sql-mysql-4.8.7-8.8 is installed
OR libqt4-sql-plugins-4.8.7-8.8 is installed
OR libqt4-sql-sqlite-4.8.7-8.8 is installed
OR libqt4-x11-4.8.7-8.8 is installed
OR libqt4-x11-32bit-4.8.7-8.8 is installed
OR qt4-x11-tools-4.8.7-8.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libQtWebKit4-4.8.7+2.3.4-4.7 is installed
OR libQtWebKit4-32bit-4.8.7+2.3.4-4.7 is installed
OR libqca2-2.0.3-17.7 is installed
OR libqca2-32bit-2.0.3-17.7 is installed
OR libqt4-4.8.7-8.8 is installed
OR libqt4-32bit-4.8.7-8.8 is installed
OR libqt4-devel-doc-4.8.7-8.8 is installed
OR libqt4-qt3support-4.8.7-8.8 is installed
OR libqt4-qt3support-32bit-4.8.7-8.8 is installed
OR libqt4-sql-4.8.7-8.8 is installed
OR libqt4-sql-32bit-4.8.7-8.8 is installed
OR libqt4-sql-mysql-4.8.7-8.8 is installed
OR libqt4-sql-plugins-4.8.7-8.8 is installed
OR libqt4-sql-sqlite-4.8.7-8.8 is installed
OR libqt4-x11-4.8.7-8.8 is installed
OR libqt4-x11-32bit-4.8.7-8.8 is installed
OR qt4-x11-tools-4.8.7-8.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
exiv2-0.23-12.5 is installed
OR libexiv2-12-0.23-12.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
exiv2-0.23-12.5 is installed
OR libexiv2-12-0.23-12.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libjpeg-turbo-1.5.3-31.19 is installed
OR libjpeg62-62.2.0-31.19 is installed
OR libjpeg62-32bit-62.2.0-31.19 is installed
OR libjpeg62-turbo-1.5.3-31.19 is installed
OR libjpeg8-8.1.2-31.19 is installed
OR libjpeg8-32bit-8.1.2-31.19 is installed
OR libturbojpeg0-8.1.2-31.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libjpeg-turbo-1.5.3-31.19 is installed
OR libjpeg62-62.2.0-31.19 is installed
OR libjpeg62-32bit-62.2.0-31.19 is installed
OR libjpeg62-turbo-1.5.3-31.19 is installed
OR libjpeg8-8.1.2-31.19 is installed
OR libjpeg8-32bit-8.1.2-31.19 is installed
OR libturbojpeg0-8.1.2-31.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-5-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_10-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-5-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_10-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.47 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
ghostscript-9.15-11 is installed
OR ghostscript-x11-9.15-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_69-60_64_32-default-7-4 is installed
OR kgraft-patch-3_12_69-60_64_32-xen-7-4 is installed
OR kgraft-patch-SLE12-SP1_Update_13-7-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
python-2.6.9-40.3 is installed
OR python-32bit-2.6.9-40.3 is installed
OR python-base-2.6.9-40.3 is installed
OR python-demo-2.6.9-40.3 is installed
OR python-devel-2.6.9-40.3 is installed
OR python-doc-2.6-8.40.3 is installed
OR python-doc-pdf-2.6-8.40.3 is installed
OR python-gdbm-2.6.9-40.3 is installed
OR python-idle-2.6.9-40.3 is installed
OR python-tk-2.6.9-40.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.425-19 is installed
OR flash-player-gnome-11.2.202.425-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libqt4-4.8.6-7 is installed
OR libqt4-sql-mysql-32bit-4.8.6-7 is installed
OR libqt4-sql-plugins-4.8.6-7 is installed
OR libqt4-sql-postgresql-4.8.6-7 is installed
OR libqt4-sql-postgresql-32bit-4.8.6-7 is installed
OR libqt4-sql-sqlite-32bit-4.8.6-7 is installed
OR libqt4-sql-unixODBC-4.8.6-7 is installed
OR libqt4-sql-unixODBC-32bit-4.8.6-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gstreamer-0_10-plugins-bad-0.10.23-25 is installed
OR gstreamer-0_10-plugins-bad-lang-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-32bit-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-32bit-0.10.23-25 is installed
OR libgstcodecparsers-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-32bit-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-32bit-0.10.23-25 is installed
OR libgstvdp-0_10-23-0.10.23-25 is installed
OR libgstvdp-0_10-23-32bit-0.10.23-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.82-6.3 is installed
OR kernel-default-extra-4.4.82-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libntfs-3g84-2013.1.13-5.3 is installed
OR ntfs-3g-2013.1.13-5.3 is installed
OR ntfs-3g_ntfsprogs-2013.1.13-5.3 is installed
OR ntfsprogs-2013.1.13-5.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND python-Django-1.6.11-10.2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-designate-1.0.3~a0~dev10-6.1 is installed
OR openstack-designate-agent-1.0.3~a0~dev10-6.1 is installed
OR openstack-designate-api-1.0.3~a0~dev10-6.1 is installed
OR openstack-designate-central-1.0.3~a0~dev10-6.1 is installed
OR openstack-designate-doc-1.0.3~a0~dev10-6.2 is installed
OR openstack-designate-sink-1.0.3~a0~dev10-6.1 is installed
OR openstack-ironic-4.2.5-6.1 is installed
OR openstack-ironic-api-4.2.5-6.1 is installed
OR openstack-ironic-conductor-4.2.5-6.1 is installed
OR openstack-ironic-doc-4.2.5-6.2 is installed
OR openstack-neutron-vpn-agent-7.0.5~a0~dev3-6.1 is installed
OR openstack-neutron-vpnaas-7.0.5~a0~dev3-6.1 is installed
OR openstack-neutron-vpnaas-doc-7.0.5~a0~dev3-6.1 is installed
OR openstack-nova-docker-0.0.1~a0~dev238-4.1 is installed
OR openstack-sahara-3.0.3~a0~dev1-6.1 is installed
OR openstack-sahara-api-3.0.3~a0~dev1-6.1 is installed
OR openstack-sahara-doc-3.0.3~a0~dev1-6.1 is installed
OR openstack-sahara-engine-3.0.3~a0~dev1-6.1 is installed
OR openstack-tempest-7.0.0-9.1 is installed
OR openstack-tempest-test-7.0.0-9.1 is installed
OR openstack-trove-4.0.1~a0~dev19-8.1 is installed
OR openstack-trove-api-4.0.1~a0~dev19-8.1 is installed
OR openstack-trove-conductor-4.0.1~a0~dev19-8.1 is installed
OR openstack-trove-doc-4.0.1~a0~dev19-8.1 is installed
OR openstack-trove-guestagent-4.0.1~a0~dev19-8.1 is installed
OR openstack-trove-taskmanager-4.0.1~a0~dev19-8.1 is installed
OR python-designate-1.0.3~a0~dev10-6.1 is installed
OR python-ironic-4.2.5-6.1 is installed
OR python-neutron-vpnaas-7.0.5~a0~dev3-6.1 is installed
OR python-sahara-3.0.3~a0~dev1-6.1 is installed
OR python-tempest-7.0.0-9.1 is installed
OR python-trove-4.0.1~a0~dev19-8.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
iperf-3.1.3-6 is installed
OR iperf-devel-3.1.3-6 is installed
OR libiperf0-3.1.3-6 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-55.0.2883.75-2 is installed
OR chromium-55.0.2883.75-2 is installed
|