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): | 1034849 1040039 1047184 1076118 1082318 1085449 1088004 1088009 1093311 1096723 1102682 1103098 1103203 1105323 1106191 1124729 1124734 1128378 1128828 1129346 1130840 1133191 1136446 1137597 1138034 1140747 1141853 1142614 1144903 1149955 1151021 1153108 1153158 1153161 1153238 1156321 1156331 1160467 1160468 1160968 1162423 1162972 1166844 1173160 1173274 1173998 1174091 1174701 904970 907150 920615 920633 930408 CVE-2017-3145 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-2018-1000026 CVE-2018-10902 CVE-2018-10938 CVE-2018-1417 CVE-2018-14647 CVE-2018-20852 CVE-2018-20856 CVE-2018-2783 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-2825 CVE-2018-2826 CVE-2018-5390 CVE-2018-5391 CVE-2019-10164 CVE-2019-10220 CVE-2019-10220 CVE-2019-11477 CVE-2019-11478 CVE-2019-11487 CVE-2019-13272 CVE-2019-14835 CVE-2019-14896 CVE-2019-14897 CVE-2019-16056 CVE-2019-16935 CVE-2019-17133 CVE-2019-20907 CVE-2019-3846 CVE-2019-4732 CVE-2019-6974 CVE-2019-7221 CVE-2019-9213 CVE-2019-9636 CVE-2019-9893 CVE-2019-9947 CVE-2020-10531 CVE-2020-10745 CVE-2020-13753 CVE-2020-14422 CVE-2020-2583 CVE-2020-2593 CVE-2020-2604 CVE-2020-2659 CVE-2020-9802 CVE-2020-9803 CVE-2020-9805 CVE-2020-9806 CVE-2020-9807 CVE-2020-9843 CVE-2020-9850 SUSE-SU-2017:1400-1 SUSE-SU-2018:0303-1 SUSE-SU-2018:1738-1 SUSE-SU-2019:0672-1 SUSE-SU-2019:0961-1 SUSE-SU-2019:1783-1 SUSE-SU-2019:2821-1 SUSE-SU-2019:2941-1 SUSE-SU-2020:0528-1 SUSE-SU-2020:1180-1 SUSE-SU-2020:2066-1 SUSE-SU-2020:2069-1 SUSE-SU-2020:2699-1
|
Platform(s): | SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA 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 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 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 7
| Product(s): | |
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed AND python-Jinja2-2.7.3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND libwmf-0.2.8.4-206.29.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND fetchmail-6.3.8.90-13.20.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND libXfont1-1.4.7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libblkid1-2.25-30 is installed
OR libblkid1-32bit-2.25-30 is installed
OR libmount1-2.25-30 is installed
OR libmount1-32bit-2.25-30 is installed
OR libsmartcols1-2.25-30 is installed
OR libuuid-devel-2.25-30 is installed
OR libuuid1-2.25-30 is installed
OR libuuid1-32bit-2.25-30 is installed
OR python-libmount-2.25-30 is installed
OR util-linux-2.25-30 is installed
OR util-linux-lang-2.25-30 is installed
OR util-linux-systemd-2.25-30 is installed
OR uuidd-2.25-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
avahi-0.6.32-30 is installed
OR avahi-lang-0.6.32-30 is installed
OR libavahi-client3-0.6.32-30 is installed
OR libavahi-client3-32bit-0.6.32-30 is installed
OR libavahi-common3-0.6.32-30 is installed
OR libavahi-common3-32bit-0.6.32-30 is installed
OR libavahi-core7-0.6.32-30 is installed
OR libdns_sd-0.6.32-30 is installed
OR libdns_sd-32bit-0.6.32-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
eog-3.20.4-7 is installed
OR eog-lang-3.20.4-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
glib2-lang-2.48.2-10 is installed
OR glib2-tools-2.48.2-10 is installed
OR libgio-2_0-0-2.48.2-10 is installed
OR libgio-2_0-0-32bit-2.48.2-10 is installed
OR libgio-fam-2.48.2-10 is installed
OR libglib-2_0-0-2.48.2-10 is installed
OR libglib-2_0-0-32bit-2.48.2-10 is installed
OR libgmodule-2_0-0-2.48.2-10 is installed
OR libgmodule-2_0-0-32bit-2.48.2-10 is installed
OR libgobject-2_0-0-2.48.2-10 is installed
OR libgobject-2_0-0-32bit-2.48.2-10 is installed
OR libgthread-2_0-0-2.48.2-10 is installed
OR libgthread-2_0-0-32bit-2.48.2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
cups-filters-1.20.3-1 is installed
OR cups-filters-devel-1.20.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
dbus-1-glib-0.108-1 is installed
OR dbus-1-glib-32bit-0.108-1 is installed
OR dbus-1-glib-devel-0.108-1 is installed
OR dbus-1-glib-tool-0.108-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
wavpack-5.1.0-2 is installed
OR wavpack-devel-5.1.0-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-17.0.7esr-0.8 is installed
OR MozillaFirefox-branding-SLED-7-0.12 is installed
OR MozillaFirefox-translations-17.0.7esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-17.0.7esr-0.8 is installed
OR MozillaFirefox-branding-SLED-7-0.12 is installed
OR MozillaFirefox-translations-17.0.7esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND perl-Tk-804.028-50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.106.43 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.43 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.43 is installed
OR kernel-default-3.0.101-0.47.106.43 is installed
OR kernel-default-base-3.0.101-0.47.106.43 is installed
OR kernel-default-devel-3.0.101-0.47.106.43 is installed
OR kernel-default-man-3.0.101-0.47.106.43 is installed
OR kernel-ec2-3.0.101-0.47.106.43 is installed
OR kernel-ec2-base-3.0.101-0.47.106.43 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.43 is installed
OR kernel-pae-3.0.101-0.47.106.43 is installed
OR kernel-pae-base-3.0.101-0.47.106.43 is installed
OR kernel-pae-devel-3.0.101-0.47.106.43 is installed
OR kernel-source-3.0.101-0.47.106.43 is installed
OR kernel-syms-3.0.101-0.47.106.43 is installed
OR kernel-trace-3.0.101-0.47.106.43 is installed
OR kernel-trace-base-3.0.101-0.47.106.43 is installed
OR kernel-trace-devel-3.0.101-0.47.106.43 is installed
OR kernel-xen-3.0.101-0.47.106.43 is installed
OR kernel-xen-base-3.0.101-0.47.106.43 is installed
OR kernel-xen-devel-3.0.101-0.47.106.43 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
curl-7.19.7-1.70.13 is installed
OR curl-openssl1-7.19.7-1.70.13 is installed
OR libcurl4-7.19.7-1.70.13 is installed
OR libcurl4-32bit-7.19.7-1.70.13 is installed
OR libcurl4-openssl1-7.19.7-1.70.13 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libopenssl1_0_0-1.0.1i-9 is installed
OR libopenssl1_0_0-32bit-1.0.1i-9 is installed
OR libopenssl1_0_0-hmac-1.0.1i-9 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-9 is installed
OR openssl-1.0.1i-9 is installed
OR openssl-doc-1.0.1i-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libopenssl1_0_0-1.0.1i-9 is installed
OR libopenssl1_0_0-32bit-1.0.1i-9 is installed
OR libopenssl1_0_0-hmac-1.0.1i-9 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-9 is installed
OR openssl-1.0.1i-9 is installed
OR openssl-doc-1.0.1i-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND docker-1.2.0-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
ImageMagick-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-33 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
ImageMagick-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-33 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
cyrus-sasl-2.1.26-7 is installed
OR cyrus-sasl-32bit-2.1.26-7 is installed
OR cyrus-sasl-crammd5-2.1.26-7 is installed
OR cyrus-sasl-crammd5-32bit-2.1.26-7 is installed
OR cyrus-sasl-digestmd5-2.1.26-7 is installed
OR cyrus-sasl-gssapi-2.1.26-7 is installed
OR cyrus-sasl-gssapi-32bit-2.1.26-7 is installed
OR cyrus-sasl-otp-2.1.26-7 is installed
OR cyrus-sasl-otp-32bit-2.1.26-7 is installed
OR cyrus-sasl-plain-2.1.26-7 is installed
OR cyrus-sasl-plain-32bit-2.1.26-7 is installed
OR cyrus-sasl-saslauthd-2.1.26-7 is installed
OR cyrus-sasl-sqlauxprop-2.1.26-7 is installed
OR cyrus-sasl-sqlauxprop-32bit-2.1.26-7 is installed
OR libsasl2-3-2.1.26-7 is installed
OR libsasl2-3-32bit-2.1.26-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
kernel-default-4.4.21-84 is installed
OR kernel-default-base-4.4.21-84 is installed
OR kernel-default-devel-4.4.21-84 is installed
OR kernel-default-man-4.4.21-84 is installed
OR kernel-devel-4.4.21-84 is installed
OR kernel-macros-4.4.21-84 is installed
OR kernel-source-4.4.21-84 is installed
OR kernel-syms-4.4.21-84 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
kernel-default-4.4.21-84 is installed
OR kernel-default-base-4.4.21-84 is installed
OR kernel-default-devel-4.4.21-84 is installed
OR kernel-default-man-4.4.21-84 is installed
OR kernel-devel-4.4.21-84 is installed
OR kernel-macros-4.4.21-84 is installed
OR kernel-source-4.4.21-84 is installed
OR kernel-syms-4.4.21-84 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
liblcms1-1.19-17 is installed
OR liblcms1-32bit-1.19-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.114 is installed
OR kernel-default-base-4.4.121-92.114 is installed
OR kernel-default-devel-4.4.121-92.114 is installed
OR kernel-devel-4.4.121-92.114 is installed
OR kernel-macros-4.4.121-92.114 is installed
OR kernel-source-4.4.121-92.114 is installed
OR kernel-syms-4.4.121-92.114 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.114 is installed
OR kernel-default-base-4.4.121-92.114 is installed
OR kernel-default-devel-4.4.121-92.114 is installed
OR kernel-devel-4.4.121-92.114 is installed
OR kernel-macros-4.4.121-92.114 is installed
OR kernel-source-4.4.121-92.114 is installed
OR kernel-syms-4.4.121-92.114 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
libsystemd0-228-150.53 is installed
OR libsystemd0-32bit-228-150.53 is installed
OR libudev1-228-150.53 is installed
OR libudev1-32bit-228-150.53 is installed
OR systemd-228-150.53 is installed
OR systemd-32bit-228-150.53 is installed
OR systemd-bash-completion-228-150.53 is installed
OR systemd-sysvinit-228-150.53 is installed
OR udev-228-150.53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
res-signingkeys-3.0.37-52.23 is installed
OR smt-3.0.37-52.23 is installed
OR smt-support-3.0.37-52.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
res-signingkeys-3.0.37-52.23 is installed
OR smt-3.0.37-52.23 is installed
OR smt-support-3.0.37-52.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kernel-default-4.4.121-92.95 is installed
OR kernel-default-base-4.4.121-92.95 is installed
OR kernel-default-devel-4.4.121-92.95 is installed
OR kernel-default-man-4.4.121-92.95 is installed
OR kernel-devel-4.4.121-92.95 is installed
OR kernel-macros-4.4.121-92.95 is installed
OR kernel-source-4.4.121-92.95 is installed
OR kernel-syms-4.4.121-92.95 is installed
OR kgraft-patch-4_4_121-92_95-default-1-3.4 is installed
OR kgraft-patch-SLE12-SP2_Update_25-1-3.4 is installed
OR lttng-modules-2.7.1-9.6 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.95-9.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
ImageMagick-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.5 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
ImageMagick-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.5 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND ucode-intel-20190618-13.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND ucode-intel-20190618-13.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
bzip2-1.0.6-30.8 is installed
OR bzip2-doc-1.0.6-30.8 is installed
OR libbz2-1-1.0.6-30.8 is installed
OR libbz2-1-32bit-1.0.6-30.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
bzip2-1.0.6-30.8 is installed
OR bzip2-doc-1.0.6-30.8 is installed
OR libbz2-1-1.0.6-30.8 is installed
OR libbz2-1-32bit-1.0.6-30.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libjavascriptcoregtk-4_0-18-2.24.0-2.38 is installed
OR libwebkit2gtk-4_0-37-2.24.0-2.38 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.24.0-2.38 is installed
OR typelib-1_0-WebKit2-4_0-2.24.0-2.38 is installed
OR webkit2gtk-4_0-injected-bundles-2.24.0-2.38 is installed
OR webkit2gtk3-2.24.0-2.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libjavascriptcoregtk-4_0-18-2.24.0-2.38 is installed
OR libwebkit2gtk-4_0-37-2.24.0-2.38 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.24.0-2.38 is installed
OR typelib-1_0-WebKit2-4_0-2.24.0-2.38 is installed
OR webkit2gtk-4_0-injected-bundles-2.24.0-2.38 is installed
OR webkit2gtk3-2.24.0-2.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
java-1_8_0-openjdk-1.8.0.232-27.38 is installed
OR java-1_8_0-openjdk-demo-1.8.0.232-27.38 is installed
OR java-1_8_0-openjdk-devel-1.8.0.232-27.38 is installed
OR java-1_8_0-openjdk-headless-1.8.0.232-27.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
java-1_8_0-openjdk-1.8.0.232-27.38 is installed
OR java-1_8_0-openjdk-demo-1.8.0.232-27.38 is installed
OR java-1_8_0-openjdk-devel-1.8.0.232-27.38 is installed
OR java-1_8_0-openjdk-headless-1.8.0.232-27.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-4-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_15-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-4-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_15-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
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 for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_110-default-6-2 is installed
OR kgraft-patch-3_12_74-60_64_110-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_33-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
compat-openssl098-0.9.8j-106.12 is installed
OR libopenssl0_9_8-0.9.8j-106.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gd-2.1.0-12 is installed
OR gd-32bit-2.1.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gstreamer-plugins-base-1.8.3-12 is installed
OR libgstfft-1_0-0-32bit-1.8.3-12 is installed
OR typelib-1_0-GstAudio-1_0-1.8.3-12 is installed
OR typelib-1_0-GstPbutils-1_0-1.8.3-12 is installed
OR typelib-1_0-GstTag-1_0-1.8.3-12 is installed
OR typelib-1_0-GstVideo-1_0-1.8.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libixion-0.12.1-13.2 is installed
OR libixion-0_12-0-0.12.1-13.2 is installed
OR libmwaw-0.3.11-7.5 is installed
OR libmwaw-0_3-3-0.3.11-7.5 is installed
OR liborcus-0.12.1-10.5 is installed
OR liborcus-0_12-0-0.12.1-10.5 is installed
OR libreoffice-5.3.5.2-43.5 is installed
OR libreoffice-base-5.3.5.2-43.5 is installed
OR libreoffice-base-drivers-mysql-5.3.5.2-43.5 is installed
OR libreoffice-base-drivers-postgresql-5.3.5.2-43.5 is installed
OR libreoffice-calc-5.3.5.2-43.5 is installed
OR libreoffice-calc-extensions-5.3.5.2-43.5 is installed
OR libreoffice-draw-5.3.5.2-43.5 is installed
OR libreoffice-filters-optional-5.3.5.2-43.5 is installed
OR libreoffice-gnome-5.3.5.2-43.5 is installed
OR libreoffice-icon-theme-galaxy-5.3.5.2-43.5 is installed
OR libreoffice-icon-theme-tango-5.3.5.2-43.5 is installed
OR libreoffice-impress-5.3.5.2-43.5 is installed
OR libreoffice-l10n-af-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ar-5.3.5.2-43.5 is installed
OR libreoffice-l10n-bg-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ca-5.3.5.2-43.5 is installed
OR libreoffice-l10n-cs-5.3.5.2-43.5 is installed
OR libreoffice-l10n-da-5.3.5.2-43.5 is installed
OR libreoffice-l10n-de-5.3.5.2-43.5 is installed
OR libreoffice-l10n-en-5.3.5.2-43.5 is installed
OR libreoffice-l10n-es-5.3.5.2-43.5 is installed
OR libreoffice-l10n-fi-5.3.5.2-43.5 is installed
OR libreoffice-l10n-fr-5.3.5.2-43.5 is installed
OR libreoffice-l10n-gu-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hi-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hr-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hu-5.3.5.2-43.5 is installed
OR libreoffice-l10n-it-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ja-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ko-5.3.5.2-43.5 is installed
OR libreoffice-l10n-lt-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nb-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nl-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nn-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pl-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pt_BR-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pt_PT-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ro-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ru-5.3.5.2-43.5 is installed
OR libreoffice-l10n-sk-5.3.5.2-43.5 is installed
OR libreoffice-l10n-sv-5.3.5.2-43.5 is installed
OR libreoffice-l10n-uk-5.3.5.2-43.5 is installed
OR libreoffice-l10n-xh-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zh_CN-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zh_TW-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zu-5.3.5.2-43.5 is installed
OR libreoffice-mailmerge-5.3.5.2-43.5 is installed
OR libreoffice-math-5.3.5.2-43.5 is installed
OR libreoffice-officebean-5.3.5.2-43.5 is installed
OR libreoffice-pyuno-5.3.5.2-43.5 is installed
OR libreoffice-writer-5.3.5.2-43.5 is installed
OR libreoffice-writer-extensions-5.3.5.2-43.5 is installed
OR libreofficekit-5.3.5.2-43.5 is installed
OR libstaroffice-0.0.3-4 is installed
OR libstaroffice-0_0-0-0.0.3-4 is installed
OR libzmf-0.0.1-4 is installed
OR libzmf-0_0-0-0.0.1-4 is installed
OR myspell-af_NA-20170511-16.2 is installed
OR myspell-af_ZA-20170511-16.2 is installed
OR myspell-ar-20170511-16.2 is installed
OR myspell-ar_AE-20170511-16.2 is installed
OR myspell-ar_BH-20170511-16.2 is installed
OR myspell-ar_DZ-20170511-16.2 is installed
OR myspell-ar_EG-20170511-16.2 is installed
OR myspell-ar_IQ-20170511-16.2 is installed
OR myspell-ar_JO-20170511-16.2 is installed
OR myspell-ar_KW-20170511-16.2 is installed
OR myspell-ar_LB-20170511-16.2 is installed
OR myspell-ar_LY-20170511-16.2 is installed
OR myspell-ar_MA-20170511-16.2 is installed
OR myspell-ar_OM-20170511-16.2 is installed
OR myspell-ar_QA-20170511-16.2 is installed
OR myspell-ar_SA-20170511-16.2 is installed
OR myspell-ar_SD-20170511-16.2 is installed
OR myspell-ar_SY-20170511-16.2 is installed
OR myspell-ar_TN-20170511-16.2 is installed
OR myspell-ar_YE-20170511-16.2 is installed
OR myspell-be_BY-20170511-16.2 is installed
OR myspell-bg_BG-20170511-16.2 is installed
OR myspell-bn_BD-20170511-16.2 is installed
OR myspell-bn_IN-20170511-16.2 is installed
OR myspell-bs-20170511-16.2 is installed
OR myspell-bs_BA-20170511-16.2 is installed
OR myspell-ca-20170511-16.2 is installed
OR myspell-ca_AD-20170511-16.2 is installed
OR myspell-ca_ES-20170511-16.2 is installed
OR myspell-ca_ES_valencia-20170511-16.2 is installed
OR myspell-ca_FR-20170511-16.2 is installed
OR myspell-ca_IT-20170511-16.2 is installed
OR myspell-cs_CZ-20170511-16.2 is installed
OR myspell-da_DK-20170511-16.2 is installed
OR myspell-de-20170511-16.2 is installed
OR myspell-de_AT-20170511-16.2 is installed
OR myspell-de_CH-20170511-16.2 is installed
OR myspell-de_DE-20170511-16.2 is installed
OR myspell-dictionaries-20170511-16.2 is installed
OR myspell-el_GR-20170511-16.2 is installed
OR myspell-en-20170511-16.2 is installed
OR myspell-en_AU-20170511-16.2 is installed
OR myspell-en_BS-20170511-16.2 is installed
OR myspell-en_BZ-20170511-16.2 is installed
OR myspell-en_CA-20170511-16.2 is installed
OR myspell-en_GB-20170511-16.2 is installed
OR myspell-en_GH-20170511-16.2 is installed
OR myspell-en_IE-20170511-16.2 is installed
OR myspell-en_IN-20170511-16.2 is installed
OR myspell-en_JM-20170511-16.2 is installed
OR myspell-en_MW-20170511-16.2 is installed
OR myspell-en_NA-20170511-16.2 is installed
OR myspell-en_NZ-20170511-16.2 is installed
OR myspell-en_PH-20170511-16.2 is installed
OR myspell-en_TT-20170511-16.2 is installed
OR myspell-en_US-20170511-16.2 is installed
OR myspell-en_ZA-20170511-16.2 is installed
OR myspell-en_ZW-20170511-16.2 is installed
OR myspell-es-20170511-16.2 is installed
OR myspell-es_AR-20170511-16.2 is installed
OR myspell-es_BO-20170511-16.2 is installed
OR myspell-es_CL-20170511-16.2 is installed
OR myspell-es_CO-20170511-16.2 is installed
OR myspell-es_CR-20170511-16.2 is installed
OR myspell-es_CU-20170511-16.2 is installed
OR myspell-es_DO-20170511-16.2 is installed
OR myspell-es_EC-20170511-16.2 is installed
OR myspell-es_ES-20170511-16.2 is installed
OR myspell-es_GT-20170511-16.2 is installed
OR myspell-es_HN-20170511-16.2 is installed
OR myspell-es_MX-20170511-16.2 is installed
OR myspell-es_NI-20170511-16.2 is installed
OR myspell-es_PA-20170511-16.2 is installed
OR myspell-es_PE-20170511-16.2 is installed
OR myspell-es_PR-20170511-16.2 is installed
OR myspell-es_PY-20170511-16.2 is installed
OR myspell-es_SV-20170511-16.2 is installed
OR myspell-es_UY-20170511-16.2 is installed
OR myspell-es_VE-20170511-16.2 is installed
OR myspell-et_EE-20170511-16.2 is installed
OR myspell-fr_BE-20170511-16.2 is installed
OR myspell-fr_CA-20170511-16.2 is installed
OR myspell-fr_CH-20170511-16.2 is installed
OR myspell-fr_FR-20170511-16.2 is installed
OR myspell-fr_LU-20170511-16.2 is installed
OR myspell-fr_MC-20170511-16.2 is installed
OR myspell-gu_IN-20170511-16.2 is installed
OR myspell-he_IL-20170511-16.2 is installed
OR myspell-hi_IN-20170511-16.2 is installed
OR myspell-hr_HR-20170511-16.2 is installed
OR myspell-hu_HU-20170511-16.2 is installed
OR myspell-it_IT-20170511-16.2 is installed
OR myspell-lightproof-en-20170511-16.2 is installed
OR myspell-lightproof-hu_HU-20170511-16.2 is installed
OR myspell-lightproof-pt_BR-20170511-16.2 is installed
OR myspell-lightproof-ru_RU-20170511-16.2 is installed
OR myspell-lo_LA-20170511-16.2 is installed
OR myspell-lt_LT-20170511-16.2 is installed
OR myspell-lv_LV-20170511-16.2 is installed
OR myspell-nb_NO-20170511-16.2 is installed
OR myspell-nl_BE-20170511-16.2 is installed
OR myspell-nl_NL-20170511-16.2 is installed
OR myspell-nn_NO-20170511-16.2 is installed
OR myspell-no-20170511-16.2 is installed
OR myspell-pl_PL-20170511-16.2 is installed
OR myspell-pt_AO-20170511-16.2 is installed
OR myspell-pt_BR-20170511-16.2 is installed
OR myspell-pt_PT-20170511-16.2 is installed
OR myspell-ro-20170511-16.2 is installed
OR myspell-ro_RO-20170511-16.2 is installed
OR myspell-ru_RU-20170511-16.2 is installed
OR myspell-sk_SK-20170511-16.2 is installed
OR myspell-sl_SI-20170511-16.2 is installed
OR myspell-sr-20170511-16.2 is installed
OR myspell-sr_CS-20170511-16.2 is installed
OR myspell-sr_Latn_CS-20170511-16.2 is installed
OR myspell-sr_Latn_RS-20170511-16.2 is installed
OR myspell-sr_RS-20170511-16.2 is installed
OR myspell-sv_FI-20170511-16.2 is installed
OR myspell-sv_SE-20170511-16.2 is installed
OR myspell-te-20170511-16.2 is installed
OR myspell-te_IN-20170511-16.2 is installed
OR myspell-th_TH-20170511-16.2 is installed
OR myspell-uk_UA-20170511-16.2 is installed
OR myspell-vi-20170511-16.2 is installed
OR myspell-vi_VN-20170511-16.2 is installed
OR myspell-zu_ZA-20170511-16.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libSoundTouch0-32bit-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
openssh-6.2p2-0.33 is installed
OR openssh-askpass-6.2p2-0.33 is installed
OR openssh-askpass-gnome-6.2p2-0.33 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
libopenssl-devel-1.0.2j-60.39 is installed
OR libopenssl1_0_0-1.0.2j-60.39 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.39 is installed
OR openssl-1.0.2j-60.39 is installed
OR openssl-doc-1.0.2j-60.39 is installed
|