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 1064127 1072947 1078662 1080740 1082023 1082828 1084300 1086774 1086775 1086813 1086814 1086817 1086820 1091836 1092885 1096223 1098735 1101295 1104076 1104448 1111056 1115375 1118987 1132728 1132729 1132732 1132734 1134718 1141780 1141782 1141783 1141784 1141785 1141786 1141787 1141789 1156402 1158785 1158787 1158788 1158789 1158790 1158791 1158792 1158793 1158795 1160467 1160468 1162197 1162200 1165787 CVE-2017-15130 CVE-2017-15638 CVE-2017-15710 CVE-2017-15715 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-10873 CVE-2018-10893 CVE-2018-11805 CVE-2018-11806 CVE-2018-12472 CVE-2018-12617 CVE-2018-1283 CVE-2018-1301 CVE-2018-1302 CVE-2018-1303 CVE-2018-1312 CVE-2018-3639 CVE-2018-7738 CVE-2019-10245 CVE-2019-1348 CVE-2019-1349 CVE-2019-1350 CVE-2019-1351 CVE-2019-1352 CVE-2019-1353 CVE-2019-1354 CVE-2019-1387 CVE-2019-14896 CVE-2019-14897 CVE-2019-19604 CVE-2019-2201 CVE-2019-2602 CVE-2019-2684 CVE-2019-2697 CVE-2019-2698 CVE-2019-2745 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2786 CVE-2019-2816 CVE-2019-2842 CVE-2019-7317 CVE-2020-10188 CVE-2020-1930 CVE-2020-1931 SUSE-SU-2017:1400-1 SUSE-SU-2017:2935-1 SUSE-SU-2018:1161-2 SUSE-SU-2018:1661-1 SUSE-SU-2018:2595-1 SUSE-SU-2018:2632-1 SUSE-SU-2018:2973-2 SUSE-SU-2018:3926-1 SUSE-SU-2019:1644-1 SUSE-SU-2019:2972-1 SUSE-SU-2020:0810-1 SUSE-SU-2020:1533-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 additional PackageHub packages 15 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 Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Live Patching 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Python2 packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 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 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 15 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 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
evince-3.26.0+20180128.1bd86963-lp150.2 is installed
OR evince-lang-3.26.0+20180128.1bd86963-lp150.2 is installed
OR evince-plugin-pdfdocument-3.26.0+20180128.1bd86963-lp150.2 is installed
OR evince-plugin-psdocument-3.26.0+20180128.1bd86963-lp150.2 is installed
OR libevdocument3-4-3.26.0+20180128.1bd86963-lp150.2 is installed
OR libevview3-3-3.26.0+20180128.1bd86963-lp150.2 is installed
OR nautilus-evince-3.26.0+20180128.1bd86963-lp150.2 is installed
OR typelib-1_0-EvinceDocument-3_0-3.26.0+20180128.1bd86963-lp150.2 is installed
OR typelib-1_0-EvinceView-3_0-3.26.0+20180128.1bd86963-lp150.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND argyllcms-1.6.3-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libXi6-1.7.2-3 is installed
OR libXi6-32bit-1.7.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
accountsservice-0.6.35-3 is installed
OR accountsservice-lang-0.6.35-3 is installed
OR libaccountsservice0-0.6.35-3 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
elfutils-0.158-6 is installed
OR libasm1-0.158-6 is installed
OR libdw1-0.158-6 is installed
OR libdw1-32bit-0.158-6 is installed
OR libebl1-0.158-6 is installed
OR libebl1-32bit-0.158-6 is installed
OR libelf1-0.158-6 is installed
OR libelf1-32bit-0.158-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 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 SP4 is installed
AND Package Information
cups-1.7.5-20.17 is installed
OR cups-client-1.7.5-20.17 is installed
OR cups-libs-1.7.5-20.17 is installed
OR cups-libs-32bit-1.7.5-20.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
samba-4.7.11+git.186.d75219614c3-4.30 is installed
OR samba-python-4.7.11+git.186.d75219614c3-4.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libzmq5-4.2.3-1 is installed
OR zeromq-devel-4.2.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
dracut-044.2-18.24 is installed
OR dracut-fips-044.2-18.24 is installed
OR dracut-ima-044.2-18.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libraptor-devel-2.0.15-1 is installed
OR libraptor2-0-2.0.15-1 is installed
OR raptor-2.0.15-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
libSoundTouch0-1.8.0-3.11 is installed
OR soundtouch-devel-1.8.0-3.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND jython-2.2.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
subversion-1.10.6-3.6 is installed
OR subversion-bash-completion-1.10.6-3.6 is installed
OR subversion-perl-1.10.6-3.6 is installed
OR subversion-python-1.10.6-3.6 is installed
OR subversion-tools-1.10.6-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.181-3.10 is installed
OR java-1_8_0-openjdk-demo-1.8.0.181-3.10 is installed
OR java-1_8_0-openjdk-devel-1.8.0.181-3.10 is installed
OR java-1_8_0-openjdk-headless-1.8.0.181-3.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND reiserfs-kmp-default-4.12.14-195 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-default-4.12.14-25.22 is installed
OR kernel-default-livepatch-4.12.14-25.22 is installed
OR kernel-livepatch-4_12_14-25_22-default-1-1.3 is installed
OR kernel-livepatch-SLE15_Update_6-1-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-livepatch-4_12_14-195-default-5-13 is installed
OR kernel-livepatch-SLE15-SP1_Update_0-5-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
curl-mini-7.60.0-3.14 is installed
OR libcurl-mini-devel-7.60.0-3.14 is installed
OR libcurl4-mini-7.60.0-3.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.212-3.19 is installed
OR java-1_8_0-openjdk-accessibility-1.8.0.212-3.19 is installed
OR java-1_8_0-openjdk-javadoc-1.8.0.212-3.19 is installed
OR java-1_8_0-openjdk-src-1.8.0.212-3.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND Package Information
libsamba-policy0-4.9.5+git.210.ab0549acb05-3.14 is installed
OR samba-4.9.5+git.210.ab0549acb05-3.14 is installed
OR samba-ad-dc-4.9.5+git.210.ab0549acb05-3.14 is installed
OR samba-dsdb-modules-4.9.5+git.210.ab0549acb05-3.14 is installed
OR samba-libs-python-4.9.5+git.210.ab0549acb05-3.14 is installed
OR samba-python-4.9.5+git.210.ab0549acb05-3.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND squid-4.0.23-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
qemu-3.1.1-9.3 is installed
OR qemu-arm-3.1.1-9.3 is installed
OR qemu-audio-alsa-3.1.1-9.3 is installed
OR qemu-audio-oss-3.1.1-9.3 is installed
OR qemu-audio-pa-3.1.1-9.3 is installed
OR qemu-block-curl-3.1.1-9.3 is installed
OR qemu-block-iscsi-3.1.1-9.3 is installed
OR qemu-block-rbd-3.1.1-9.3 is installed
OR qemu-block-ssh-3.1.1-9.3 is installed
OR qemu-guest-agent-3.1.1-9.3 is installed
OR qemu-ipxe-1.0.0+-9.3 is installed
OR qemu-kvm-3.1.1-9.3 is installed
OR qemu-lang-3.1.1-9.3 is installed
OR qemu-ppc-3.1.1-9.3 is installed
OR qemu-s390-3.1.1-9.3 is installed
OR qemu-seabios-1.12.0-9.3 is installed
OR qemu-sgabios-8-9.3 is installed
OR qemu-ui-curses-3.1.1-9.3 is installed
OR qemu-ui-gtk-3.1.1-9.3 is installed
OR qemu-vgabios-1.12.0-9.3 is installed
OR qemu-x86-3.1.1-9.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
tomcat-9.0.20-3.24 is installed
OR tomcat-admin-webapps-9.0.20-3.24 is installed
OR tomcat-el-3_0-api-9.0.20-3.24 is installed
OR tomcat-jsp-2_3-api-9.0.20-3.24 is installed
OR tomcat-lib-9.0.20-3.24 is installed
OR tomcat-servlet-4_0-api-9.0.20-3.24 is installed
OR tomcat-webapps-9.0.20-3.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libjavascriptcoregtk-3_0-0-2.4.8-16 is installed
OR libwebkitgtk-3_0-0-2.4.8-16 is installed
OR libwebkitgtk3-lang-2.4.8-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_63-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 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 SP2 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 SP2 is installed
AND Package Information
e2fsprogs-1.42.11-7 is installed
OR libcom_err2-1.42.11-7 is installed
OR libcom_err2-32bit-1.42.11-7 is installed
OR libext2fs2-1.42.11-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
qemu-2.6.2-41.43 is installed
OR qemu-block-curl-2.6.2-41.43 is installed
OR qemu-block-rbd-2.6.2-41.43 is installed
OR qemu-block-ssh-2.6.2-41.43 is installed
OR qemu-guest-agent-2.6.2-41.43 is installed
OR qemu-ipxe-1.0.0-41.43 is installed
OR qemu-kvm-2.6.2-41.43 is installed
OR qemu-lang-2.6.2-41.43 is installed
OR qemu-seabios-1.9.1-41.43 is installed
OR qemu-sgabios-8-41.43 is installed
OR qemu-tools-2.6.2-41.43 is installed
OR qemu-vgabios-1.9.1-41.43 is installed
OR qemu-x86-2.6.2-41.43 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
qemu-2.6.2-41.43 is installed
OR qemu-block-curl-2.6.2-41.43 is installed
OR qemu-block-rbd-2.6.2-41.43 is installed
OR qemu-block-ssh-2.6.2-41.43 is installed
OR qemu-guest-agent-2.6.2-41.43 is installed
OR qemu-ipxe-1.0.0-41.43 is installed
OR qemu-kvm-2.6.2-41.43 is installed
OR qemu-lang-2.6.2-41.43 is installed
OR qemu-seabios-1.9.1-41.43 is installed
OR qemu-sgabios-8-41.43 is installed
OR qemu-tools-2.6.2-41.43 is installed
OR qemu-vgabios-1.9.1-41.43 is installed
OR qemu-x86-2.6.2-41.43 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
apache2-2.4.23-29.18 is installed
OR apache2-doc-2.4.23-29.18 is installed
OR apache2-example-pages-2.4.23-29.18 is installed
OR apache2-prefork-2.4.23-29.18 is installed
OR apache2-utils-2.4.23-29.18 is installed
OR apache2-worker-2.4.23-29.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
res-signingkeys-3.0.38-52.26 is installed
OR smt-3.0.38-52.26 is installed
OR smt-support-3.0.38-52.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
res-signingkeys-3.0.38-52.26 is installed
OR smt-3.0.38-52.26 is installed
OR smt-support-3.0.38-52.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
kgraft-patch-4_4_90-92_45-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_14-11-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_114-92_67-default-5-2 is installed
OR kgraft-patch-SLE12-SP2_Update_19-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND SuSEfirewall2-3.6.312.333-3.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND SuSEfirewall2-3.6.312.333-3.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND autofs-5.0.9-27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_140-94_42-default-10-2 is installed
OR kgraft-patch-SLE12-SP3_Update_15-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_140-94_42-default-10-2 is installed
OR kgraft-patch-SLE12-SP3_Update_15-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
exempi-2.2.1-5.7 is installed
OR libexempi3-2.2.1-5.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
ImageMagick-6.8.8.1-71.131 is installed
OR ImageMagick-config-6-SUSE-6.8.8.1-71.131 is installed
OR ImageMagick-config-6-upstream-6.8.8.1-71.131 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.131 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.131 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
ImageMagick-6.8.8.1-71.131 is installed
OR ImageMagick-config-6-SUSE-6.8.8.1-71.131 is installed
OR ImageMagick-config-6-upstream-6.8.8.1-71.131 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.131 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.131 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND ppp-2.4.7-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND ppp-2.4.7-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
rmt-server-2.5.2-3.26 is installed
OR rmt-server-config-2.5.2-3.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
apache-commons-logging-1.1.3-7 is installed
OR cmis-client-0.5.0-5 is installed
OR flute-1.3.0-4 is installed
OR hyphen-2.8.8-9 is installed
OR libabw-0.1.1-5 is installed
OR libabw-0_1-1-0.1.1-5 is installed
OR libbase-1.1.3-4 is installed
OR libcdr-0.1.1-5 is installed
OR libcdr-0_1-1-0.1.1-5 is installed
OR libcmis-0_5-5-0.5.0-5 is installed
OR libe-book-0.1.2-4 is installed
OR libe-book-0_1-1-0.1.2-4 is installed
OR libetonyek-0.1.3-3 is installed
OR libetonyek-0_1-1-0.1.3-3 is installed
OR libfonts-1.1.3-4 is installed
OR libformula-1.1.3-4 is installed
OR libfreehand-0.1.1-4 is installed
OR libfreehand-0_1-1-0.1.1-4 is installed
OR libgltf-0.0.1-2 is installed
OR libgltf-0_0-0-0.0.1-2 is installed
OR libhyphen0-2.8.8-9 is installed
OR libixion-0.9.1-3 is installed
OR libixion-0_10-0-0.9.1-3 is installed
OR liblangtag-0.5.7-3 is installed
OR liblangtag1-0.5.7-3 is installed
OR liblayout-0.2.10-4 is installed
OR libloader-1.1.3-3 is installed
OR libmspub-0.1.2-5 is installed
OR libmspub-0_1-1-0.1.2-5 is installed
OR libmwaw-0.3.6-3 is installed
OR libmwaw-0_3-3-0.3.6-3 is installed
OR libodfgen-0.1.4-3 is installed
OR libodfgen-0_1-1-0.1.4-3 is installed
OR liborcus-0.7.1-3 is installed
OR liborcus-0_8-0-0.7.1-3 is installed
OR libpagemaker-0.0.2-2 is installed
OR libpagemaker-0_0-0-0.0.2-2 is installed
OR libreoffice-5.0.2.2-13 is installed
OR libreoffice-base-5.0.2.2-13 is installed
OR libreoffice-base-drivers-mysql-5.0.2.2-13 is installed
OR libreoffice-base-drivers-postgresql-5.0.2.2-13 is installed
OR libreoffice-calc-5.0.2.2-13 is installed
OR libreoffice-calc-extensions-5.0.2.2-13 is installed
OR libreoffice-draw-5.0.2.2-13 is installed
OR libreoffice-filters-optional-5.0.2.2-13 is installed
OR libreoffice-gnome-5.0.2.2-13 is installed
OR libreoffice-icon-theme-tango-5.0.2.2-13 is installed
OR libreoffice-impress-5.0.2.2-13 is installed
OR libreoffice-l10n-af-5.0.2.2-13 is installed
OR libreoffice-l10n-ar-5.0.2.2-13 is installed
OR libreoffice-l10n-ca-5.0.2.2-13 is installed
OR libreoffice-l10n-cs-5.0.2.2-13 is installed
OR libreoffice-l10n-da-5.0.2.2-13 is installed
OR libreoffice-l10n-de-5.0.2.2-13 is installed
OR libreoffice-l10n-en-5.0.2.2-13 is installed
OR libreoffice-l10n-es-5.0.2.2-13 is installed
OR libreoffice-l10n-fi-5.0.2.2-13 is installed
OR libreoffice-l10n-fr-5.0.2.2-13 is installed
OR libreoffice-l10n-gu-5.0.2.2-13 is installed
OR libreoffice-l10n-hi-5.0.2.2-13 is installed
OR libreoffice-l10n-hu-5.0.2.2-13 is installed
OR libreoffice-l10n-it-5.0.2.2-13 is installed
OR libreoffice-l10n-ja-5.0.2.2-13 is installed
OR libreoffice-l10n-ko-5.0.2.2-13 is installed
OR libreoffice-l10n-nb-5.0.2.2-13 is installed
OR libreoffice-l10n-nl-5.0.2.2-13 is installed
OR libreoffice-l10n-nn-5.0.2.2-13 is installed
OR libreoffice-l10n-pl-5.0.2.2-13 is installed
OR libreoffice-l10n-pt-BR-5.0.2.2-13 is installed
OR libreoffice-l10n-pt-PT-5.0.2.2-13 is installed
OR libreoffice-l10n-ru-5.0.2.2-13 is installed
OR libreoffice-l10n-sk-5.0.2.2-13 is installed
OR libreoffice-l10n-sv-5.0.2.2-13 is installed
OR libreoffice-l10n-xh-5.0.2.2-13 is installed
OR libreoffice-l10n-zh-Hans-5.0.2.2-13 is installed
OR libreoffice-l10n-zh-Hant-5.0.2.2-13 is installed
OR libreoffice-l10n-zu-5.0.2.2-13 is installed
OR libreoffice-mailmerge-5.0.2.2-13 is installed
OR libreoffice-math-5.0.2.2-13 is installed
OR libreoffice-officebean-5.0.2.2-13 is installed
OR libreoffice-pyuno-5.0.2.2-13 is installed
OR libreoffice-share-linker-1-2 is installed
OR libreoffice-voikko-4.1-6 is installed
OR libreoffice-writer-5.0.2.2-13 is installed
OR libreoffice-writer-extensions-5.0.2.2-13 is installed
OR librepository-1.1.3-4 is installed
OR librevenge-0.0.2-4 is installed
OR librevenge-0_0-0-0.0.2-4 is installed
OR librevenge-stream-0_0-0-0.0.2-4 is installed
OR libserializer-1.1.2-4 is installed
OR libvisio-0.1.3-4 is installed
OR libvisio-0_1-1-0.1.3-4 is installed
OR libvoikko-3.7.1-3 is installed
OR libvoikko1-3.7.1-3 is installed
OR libwps-0.4.1-3 is installed
OR libwps-0_4-4-0.4.1-3 is installed
OR malaga-suomi-1.18-3 is installed
OR myspell-af_ZA-20150827-5 is installed
OR myspell-ar-20150827-5 is installed
OR myspell-be_BY-20150827-5 is installed
OR myspell-bg_BG-20150827-5 is installed
OR myspell-bn_BD-20150827-5 is installed
OR myspell-bs_BA-20150827-5 is installed
OR myspell-ca-20150827-5 is installed
OR myspell-cs_CZ-20150827-5 is installed
OR myspell-da_DK-20150827-5 is installed
OR myspell-de-20150827-5 is installed
OR myspell-dictionaries-20150827-5 is installed
OR myspell-el_GR-20150827-5 is installed
OR myspell-en-20150827-5 is installed
OR myspell-es-20150827-5 is installed
OR myspell-et_EE-20150827-5 is installed
OR myspell-fr_FR-20150827-5 is installed
OR myspell-gu_IN-20150827-5 is installed
OR myspell-he_IL-20150827-5 is installed
OR myspell-hi_IN-20150827-5 is installed
OR myspell-hr_HR-20150827-5 is installed
OR myspell-hu_HU-20150827-5 is installed
OR myspell-it_IT-20150827-5 is installed
OR myspell-lo_LA-20150827-5 is installed
OR myspell-lt_LT-20150827-5 is installed
OR myspell-lv_LV-20150827-5 is installed
OR myspell-nl_NL-20150827-5 is installed
OR myspell-no-20150827-5 is installed
OR myspell-pl_PL-20150827-5 is installed
OR myspell-pt_BR-20150827-5 is installed
OR myspell-pt_PT-20150827-5 is installed
OR myspell-ro-20150827-5 is installed
OR myspell-ru_RU-20150827-5 is installed
OR myspell-sk_SK-20150827-5 is installed
OR myspell-sl_SI-20150827-5 is installed
OR myspell-sr-20150827-5 is installed
OR myspell-sv_SE-20150827-5 is installed
OR myspell-te_IN-20150827-5 is installed
OR myspell-th_TH-20150827-5 is installed
OR myspell-vi-20150827-5 is installed
OR myspell-zu_ZA-20150827-5 is installed
OR pentaho-libxml-1.1.3-4 is installed
OR pentaho-reporting-flow-engine-0.9.4-4 is installed
OR sac-1.3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.616-126 is installed
OR flash-player-gnome-11.2.202.616-126 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 SP4 is installed
AND Package Information
libIlmImf-Imf_2_1-21-32bit-2.1.0-6.10 is installed
OR openexr-2.1.0-6.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
colord-1.4.2-1 is installed
OR colord-gtk-lang-0.1.26-1 is installed
OR colord-lang-1.4.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
libgadu-devel-1.12.2-1 is installed
OR libgadu3-1.12.2-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
bind-9.9.9P1-63.7 is installed
OR bind-chrootenv-9.9.9P1-63.7 is installed
OR bind-devel-9.9.9P1-63.7 is installed
OR bind-doc-9.9.9P1-63.7 is installed
OR bind-libs-9.9.9P1-63.7 is installed
OR bind-libs-32bit-9.9.9P1-63.7 is installed
OR bind-utils-9.9.9P1-63.7 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
ansible-2.2.3.0-5 is installed
OR monasca-installer-20170912_10.45-5 is installed
|