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): | 1026978 1026979 1026980 1026981 1026982 1026983 1026984 1026985 1026986 1026987 1026988 1034849 1039063 1039064 1039066 1039069 1039661 1059809 1059811 1073748 1083125 1085447 1090338 1090368 1090646 1090869 1096740 1102840 1106171 1106172 1106173 1106195 1107410 1107411 1107412 1107413 1107420 1107421 1107422 1107423 1107426 1107581 1108027 1109105 1109847 1116574 1122191 1123156 1136446 1137597 1140747 1145092 1146873 1149811 1159478 1159479 1159482 1159486 1160039 1160968 1161066 1163018 1166240 1170601 1170940 1171863 1171864 1171866 1172265 949399 981114 CVE-2015-7747 CVE-2016-1839 CVE-2017-13166 CVE-2017-14632 CVE-2017-14633 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-6827 CVE-2017-6828 CVE-2017-6829 CVE-2017-6830 CVE-2017-6831 CVE-2017-6832 CVE-2017-6833 CVE-2017-6834 CVE-2017-6835 CVE-2017-6836 CVE-2017-6837 CVE-2017-6838 CVE-2017-6839 CVE-2017-9047 CVE-2017-9048 CVE-2017-9049 CVE-2017-9050 CVE-2017-9103 CVE-2017-9104 CVE-2017-9105 CVE-2017-9106 CVE-2017-9107 CVE-2017-9108 CVE-2017-9109 CVE-2018-1087 CVE-2018-13785 CVE-2018-14647 CVE-2018-15908 CVE-2018-15909 CVE-2018-15910 CVE-2018-15911 CVE-2018-16509 CVE-2018-16510 CVE-2018-16511 CVE-2018-16513 CVE-2018-16539 CVE-2018-16540 CVE-2018-16541 CVE-2018-16542 CVE-2018-16543 CVE-2018-16585 CVE-2018-16802 CVE-2018-17183 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3183 CVE-2018-3214 CVE-2018-3665 CVE-2018-8781 CVE-2018-8897 CVE-2019-10208 CVE-2019-11477 CVE-2019-11478 CVE-2019-12068 CVE-2019-15890 CVE-2019-18388 CVE-2019-18389 CVE-2019-18390 CVE-2019-18391 CVE-2019-3846 CVE-2019-5010 CVE-2019-6778 CVE-2020-10543 CVE-2020-10878 CVE-2020-12723 CVE-2020-1711 CVE-2020-1983 CVE-2020-2583 CVE-2020-2590 CVE-2020-2593 CVE-2020-2601 CVE-2020-2604 CVE-2020-2654 CVE-2020-2659 CVE-2020-7039 CVE-2020-8608 SUSE-SU-2017:0940-1 SUSE-SU-2017:1400-1 SUSE-SU-2017:1454-1 SUSE-SU-2018:0015-1 SUSE-SU-2018:1536-1 SUSE-SU-2018:2109-1 SUSE-SU-2018:2975-1 SUSE-SU-2018:4064-1 SUSE-SU-2019:0482-1 SUSE-SU-2019:2158-1 SUSE-SU-2020:0016-1 SUSE-SU-2020:0628-1 SUSE-SU-2020:1526-1 SUSE-SU-2020:1612-1 SUSE-SU-2020:1662-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 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 Live Patching 15 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 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 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 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 6-LTSS SUSE OpenStack Cloud 7 SUSE OpenStack Cloud 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
bzip2-1.0.6-lp150.3 is installed
OR libbz2-1-1.0.6-lp150.3 is installed
OR libbz2-1-32bit-1.0.6-lp150.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
git-2.13.5-3 is installed
OR git-arch-2.13.5-3 is installed
OR git-core-2.13.5-3 is installed
OR git-credential-gnome-keyring-2.13.5-3 is installed
OR git-cvs-2.13.5-3 is installed
OR git-daemon-2.13.5-3 is installed
OR git-doc-2.13.5-3 is installed
OR git-email-2.13.5-3 is installed
OR git-gui-2.13.5-3 is installed
OR git-svn-2.13.5-3 is installed
OR git-web-2.13.5-3 is installed
OR gitk-2.13.5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.8.0esr-0.8 is installed
OR MozillaFirefox-translations-24.8.0esr-0.8 is installed
OR libfreebl3-3.16.4-0.8 is installed
OR libfreebl3-32bit-3.16.4-0.8 is installed
OR libsoftokn3-3.16.4-0.8 is installed
OR libsoftokn3-32bit-3.16.4-0.8 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.8 is installed
OR mozilla-nss-32bit-3.16.4-0.8 is installed
OR mozilla-nss-tools-3.16.4-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.3.0esr-22 is installed
OR MozillaFirefox-translations-38.3.0esr-22 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 hardlink-1.0-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 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-digestmd5-32bit-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-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 libsasl2-3-2.1.26-7 is installed
OR libsasl2-3-32bit-2.1.26-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libjavascriptcoregtk-4_0-18-2.24.4-2.47 is installed
OR libwebkit2gtk-4_0-37-2.24.4-2.47 is installed
OR libwebkit2gtk3-lang-2.24.4-2.47 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.24.4-2.47 is installed
OR typelib-1_0-WebKit2-4_0-2.24.4-2.47 is installed
OR webkit2gtk-4_0-injected-bundles-2.24.4-2.47 is installed
OR webkit2gtk3-2.24.4-2.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.191-3.13 is installed
OR java-1_8_0-openjdk-javadoc-1.8.0.191-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
alsa-1.1.5-4 is installed
OR alsa-devel-1.1.5-4 is installed
OR libasound2-1.1.5-4 is installed
OR libasound2-32bit-1.1.5-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND hyper-v-7-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND libXrandr2-32bit-1.5.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND libsmi-devel-0.4.8-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
glibc-devel-32bit-2.26-11 is installed
OR glibc-devel-static-2.26-11 is installed
OR glibc-utils-2.26-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND binutils-devel-32bit-2.31-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND gv-3.7.4-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-150_22-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_11-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
ghostscript-mini-9.26-3.9 is installed
OR ghostscript-mini-devel-9.26-3.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
gvfs-1.34.2.1-4.13 is installed
OR gvfs-32bit-1.34.2.1-4.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND Package Information
python-2.7.14-7.24 is installed
OR python-base-2.7.14-7.24 is installed
OR python-curses-2.7.14-7.24 is installed
OR python-devel-2.7.14-7.24 is installed
OR python-gdbm-2.7.14-7.24 is installed
OR python-xml-2.7.14-7.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
bind-9.11.2-12.11 is installed
OR bind-chrootenv-9.11.2-12.11 is installed
OR bind-doc-9.11.2-12.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
libshibsp-lite7-2.6.1-1 is installed
OR libshibsp7-2.6.1-1 is installed
OR shibboleth-sp-2.6.1-1 is installed
OR shibboleth-sp-devel-2.6.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
nodejs8-8.15.1-3.14 is installed
OR nodejs8-devel-8.15.1-3.14 is installed
OR nodejs8-docs-8.15.1-3.14 is installed
OR npm8-8.15.1-3.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
libpython3_4m1_0-3.4.1-2 is installed
OR python3-base-3.4.1-2 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
jakarta-commons-fileupload-1.1.1-120 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-120 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_82-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_82-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_25-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_82-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_82-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_25-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_62-60_64_8-default-10-2 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-10-2 is installed
OR kgraft-patch-SLE12-SP1_Update_8-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
audiofile-0.3.6-10 is installed
OR libaudiofile1-0.3.6-10 is installed
OR libaudiofile1-32bit-0.3.6-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
audiofile-0.3.6-10 is installed
OR libaudiofile1-0.3.6-10 is installed
OR libaudiofile1-32bit-0.3.6-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
bash-4.3-78 is installed
OR bash-doc-4.3-78 is installed
OR libreadline6-6.3-78 is installed
OR libreadline6-32bit-6.3-78 is installed
OR readline-doc-6.3-78 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
postgresql94-9.4.24-21.25 is installed
OR postgresql94-contrib-9.4.24-21.25 is installed
OR postgresql94-docs-9.4.24-21.25 is installed
OR postgresql94-plperl-9.4.24-21.25 is installed
OR postgresql94-plpython-9.4.24-21.25 is installed
OR postgresql94-pltcl-9.4.24-21.25 is installed
OR postgresql94-server-9.4.24-21.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
postgresql94-9.4.24-21.25 is installed
OR postgresql94-contrib-9.4.24-21.25 is installed
OR postgresql94-docs-9.4.24-21.25 is installed
OR postgresql94-plperl-9.4.24-21.25 is installed
OR postgresql94-plpython-9.4.24-21.25 is installed
OR postgresql94-pltcl-9.4.24-21.25 is installed
OR postgresql94-server-9.4.24-21.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_59-92_24-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_9-11-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_59-92_24-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_9-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_29-default-12-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-12-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libpoppler-glib8-0.43.0-16.5 is installed
OR libpoppler-qt4-4-0.43.0-16.5 is installed
OR libpoppler60-0.43.0-16.5 is installed
OR poppler-0.43.0-16.5 is installed
OR poppler-qt-0.43.0-16.5 is installed
OR poppler-tools-0.43.0-16.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libpoppler-glib8-0.43.0-16.5 is installed
OR libpoppler-qt4-4-0.43.0-16.5 is installed
OR libpoppler60-0.43.0-16.5 is installed
OR poppler-0.43.0-16.5 is installed
OR poppler-qt-0.43.0-16.5 is installed
OR poppler-tools-0.43.0-16.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libapr-util1-1.5.3-1 is installed
OR libapr-util1-dbd-sqlite3-1.5.3-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND clamav-0.100.3-33.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND clamav-0.100.3-33.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND sudo-1.8.20p2-3.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND sudo-1.8.20p2-3.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
xen-4.9.4_04-3.53 is installed
OR xen-doc-html-4.9.4_04-3.53 is installed
OR xen-libs-4.9.4_04-3.53 is installed
OR xen-libs-32bit-4.9.4_04-3.53 is installed
OR xen-tools-4.9.4_04-3.53 is installed
OR xen-tools-domU-4.9.4_04-3.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
xen-4.9.4_04-3.53 is installed
OR xen-doc-html-4.9.4_04-3.53 is installed
OR xen-libs-4.9.4_04-3.53 is installed
OR xen-libs-32bit-4.9.4_04-3.53 is installed
OR xen-tools-4.9.4_04-3.53 is installed
OR xen-tools-domU-4.9.4_04-3.53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
ceph-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR ceph-common-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR libcephfs2-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR librados2-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR libradosstriper1-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR librbd1-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR librgw2-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-cephfs-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-rados-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-rbd-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-rgw-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
ceph-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR ceph-common-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR libcephfs2-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR librados2-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR libradosstriper1-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR librbd1-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR librgw2-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-cephfs-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-rados-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-rbd-12.2.12+git.1585658687.363df3a813-2.42 is installed
OR python-rgw-12.2.12+git.1585658687.363df3a813-2.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
libdcerpc-binding0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libdcerpc-binding0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libdcerpc-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libdcerpc-samr-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libdcerpc-samr0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libdcerpc0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libdcerpc0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-krb5pac-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-krb5pac0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-krb5pac0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-nbt-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-nbt0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-nbt0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-standard-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-standard0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr-standard0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libndr0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libnetapi-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libnetapi0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libnetapi0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-credentials-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-credentials0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-credentials0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-errors-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-errors0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-errors0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-hostconfig-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-hostconfig0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-hostconfig0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-passdb-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-passdb0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-passdb0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-policy-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-policy0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-util-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-util0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamba-util0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamdb-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamdb0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsamdb0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbclient-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbclient0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbclient0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbconf-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbconf0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbconf0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbldap-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbldap2-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libsmbldap2-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libtevent-util-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libtevent-util0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libtevent-util0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libwbclient-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libwbclient0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR libwbclient0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-client-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-client-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-core-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-libs-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-libs-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-winbind-4.7.11+git.218.58b95cbfc0f-4.37 is installed
OR samba-winbind-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.466-86 is installed
OR flash-player-gnome-11.2.202.466-86 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.67-60.64.18 is installed
OR kernel-default-extra-3.12.67-60.64.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.21-84 is installed
OR kernel-default-extra-4.4.21-84 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
python-base-2.7.13-28.36 is installed
OR python-devel-2.7.13-28.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
bluez-5.48-5.16 is installed
OR bluez-cups-5.48-5.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 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 OpenStack Cloud 6 is installed
AND Package Information
ruby2.1-rubygem-actionview-4_2-4.2.2-8 is installed
OR rubygem-actionview-4_2-4.2.2-8 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6-LTSS is installed
AND Package Information
containerd-1.2.2-16.14 is installed
OR docker-18.09.1_ce-98.34 is installed
OR docker-libnetwork-0.7.0.1+gitr2711_2cfbf9b1f981-16 is installed
OR docker-runc-1.0.0rc6+gitr3748_96ec2177ae84-1.17 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2711_2cfbf9b1f981-16 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
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 OpenStack Cloud 8 is installed
AND python-PyKMIP-0.6.0-3.3 is installed
|