Oval Definition:oval:org.opensuse.security:def:43327
Revision Date:2020-12-01Version:1
Title:Security update for java-1_7_0-openjdk (Moderate)
Description:



This update for java-1_7_0-openjdk fixes the following issues:

- Update to 2.6.8 - OpenJDK 7u121 * Security fixes + S8151921: Improved page resolution + S8155968: Update command line options + S8155973, CVE-2016-5542: Tighten jar checks (bsc#1005522) + S8157176: Improved classfile parsing + S8157739, CVE-2016-5554: Classloader Consistency Checking (bsc#1005523) + S8157749: Improve handling of DNS error replies + S8157753: Audio replay enhancement + S8157759: LCMS Transform Sampling Enhancement + S8157764: Better handling of interpolation plugins + S8158302: Handle contextual glyph substitutions + S8158993, CVE-2016-5568: Service Menu services (bsc#1005525) + S8159495: Fix index offsets + S8159503: Amend Annotation Actions + S8159511: Stack map validation + S8159515: Improve indy validation + S8159519, CVE-2016-5573: Reformat JDWP messages (bsc#1005526) + S8160090: Better signature handling in pack200 + S8160094: Improve pack200 layout + S8160098: Clean up color profiles + S8160591, CVE-2016-5582: Improve internal array handling (bsc#1005527) + S8160838, CVE-2016-5597: Better HTTP service (bsc#1005528) + PR3207, RH1367357: lcms2: Out-of-bounds read in Type_MLU_Read() + CVE-2016-5556 (bsc#1005524) * Import of OpenJDK 7 u121 build 0 + S6624200: Regression test fails: test/closed/javax/swing/JMenuItem/4654927/bug4654927.java + S6882559: new JEditorPane('text/plain','') fails for null context class loader + S7090158: Networking Libraries don't build with javac -Werror + S7125055: ContentHandler.getContent API changed in error + S7145960: sun/security/mscapi/ShortRSAKey1024.sh failing on windows + S7187051: ShortRSAKeynnn.sh tests should do cleanup before start test + S8000626: Implement dead key detection for KeyEvent on Linux + S8003890: corelibs test scripts should pass TESTVMOPTS + S8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow + S8010297: Missing isLoggable() checks in logging code + S8010782: clean up source files containing carriage return characters + S8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux + S8015265: revise the fix for 8007037 + S8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level) + S8020708: NLS mnemonics missing in SwingSet2/JInternalFrame demo + S8024756: method grouping tabs are not selectable + S8026741: jdk8 l10n resource file translation update 5 + S8048147: Privilege tests with JAAS Subject.doAs + S8048357: PKCS basic tests + S8049171: Additional tests for jarsigner's warnings + S8059177: jdk8u40 l10n resource file translation update 1 + S8075584: test for 8067364 depends on hardwired text advance + S8076486: [TESTBUG] javax/security/auth/Subject/doAs/NestedActions.java fails if extra VM options are given + S8077953: [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.java Compilation failed after JDK-8077387 + S8080628: No mnemonics on Open and Save buttons in JFileChooser + S8083601: jdk8u60 l10n resource file translation update 2 + S8140530: Creating a VolatileImage with size 0,0 results in no longer working g2d.drawString + S8142926: OutputAnalyzer's shouldXXX() calls return this + S8143134: L10n resource file translation update + S8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General + S8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline + S8150611: Security problem on sun.misc.resources.Messages* + S8157653: [Parfait] Uninitialised variable in awt_Font.cpp + S8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559 + S8159684: (tz) Support tzdata2016f + S8160934: isnan() is not available on older MSVC compilers + S8162411: Service Menu services 2 + S8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968 + S8162511: 8u111 L10n resource file updates + S8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8 + S8164452: 8u111 L10n resource file update - msgdrop 20 + S8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm + S8166381: Back out changes to the java.security file to not disable MD5 * Backports + S6604109, PR3162: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups + S6907252, PR3162: ZipFileInputStream Not Thread-Safe + S8024046, PR3162: Test sun/security/krb5/runNameEquals.sh failed on 7u45 Embedded linux-ppc* + S8028479, PR3162: runNameEquals still cannot precisely detect if a usable native krb5 is available + S8034057, PR3162: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win) + S8038491, PR3162: Improve synchronization in ZipFile.read() + S8038502, PR3162: Deflater.needsInput() should use synchronization + S8059411, PR3162: RowSetWarning does not correctly chain warnings + S8062198, PR3162: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable + S8066188, PR3162: BaseRowSet returns the wrong default value for escape processing + S8072466, PR3162: Deadlock when initializing MulticastSocket and DatagramSocket + S8075118, PR3162: JVM stuck in infinite loop during verification + S8076579, PR3162: Popping a stack frame after exception breakpoint sets last method param to exception + S8078495, PR3162: End time checking for native TGT is wrong + S8078668, PR3162: jar usage string mentions unsupported option '-n' + S8080115, PR3162: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads + S8081794, PR3162: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem + S8129957, PR3162: Deadlock in JNDI LDAP implementation when closing the LDAP context + S8130136, PR3162: Swing window sometimes fails to repaint partially when it becomes exposed + S8130274, PR3162: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal + S8132551, PR3162: Initialize local variables before returning them in p11_convert.c + S8133207, PR3162: [TEST_BUG] ParallelProbes.java test fails after changes for JDK-8080115 + S8133666, PR3162: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux + S8135002, PR3162: Fix or remove broken links in objectMonitor.cpp comments + S8137121, PR3162: (fc) Infinite loop FileChannel.truncate + S8137230, PR3162: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out + S8139373, PR3162: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout + S8140249, PR3162: JVM Crashing During startUp If Flight Recording is enabled + S8141491, PR3160, G592292: Unaligned memory access in Bits.c + S8144483, PR3162: One long Safepoint pause directly after each GC log rotation + S8149611, PR3160, G592292: Add tests for Unsafe.copySwapMemory * Bug fixes + S8078628, PR3151: Zero build fails with pre-compiled headers disabled + PR3128: pax-mark-vm script calls 'exit -1' which is invalid in dash + PR3131: PaX marking fails on filesystems which don't support extended attributes + PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency + PR3141: Pass $(CC) and $(CXX) to OpenJDK build + PR3166: invalid zip timestamp handling leads to error building bootstrap-javac + PR3202: Update infinality configure test + PR3212: Disable ARM32 JIT by default * CACAO + PR3136: CACAO is broken due to 2 new native methods in sun.misc.Unsafe (from S8158260) * JamVM + PR3134: JamVM is broken due to 2 new native methods in sun.misc.Unsafe (from S8158260) * AArch64 port + S8167200, PR3204: AArch64: Broken stack pointer adjustment in interpreter + S8168888: Port 8160591: Improve internal array handling to AArch64. + PR3211: AArch64 build fails with pre-compiled headers disabled - Changed patch: * java-1_7_0-openjdk-gcc6.patch + Rediff to changed context

- Disable arm32 JIT, since its build broken (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942)

Family:unixClass:patch
Status:Reference(s):1005522
1005523
1005524
1005525
1005526
1005527
1005528
1035829
1041830
1045060
1045062
1045065
1084632
1086825
1092098
1109412
1109413
1109414
1109673
1111498
1111996
1112534
1112535
1113247
1113252
1113255
1116827
1117025
1117382
1118830
1118831
1120640
1120658
1121034
1121035
1121056
1122000
1122344
1123333
1123892
1125352
1131233
1131237
1131239
1131241
1131245
1133131
1133232
1141913
1142772
1150733
1159646
1160305
1160467
1160468
1160498
1168994
1169511
1172277
1173100
1173477
1173659
1173661
1173691
1173694
1173700
1173701
1173743
1173812
1173869
1173874
1173875
1173876
1173880
1173942
1173963
1174247
1174463
1174570
1174628
CVE-2016-5542
CVE-2016-5554
CVE-2016-5556
CVE-2016-5568
CVE-2016-5573
CVE-2016-5582
CVE-2016-5597
CVE-2017-18922
CVE-2017-3167
CVE-2017-3169
CVE-2017-7679
CVE-2018-1000301
CVE-2018-1000876
CVE-2018-17358
CVE-2018-17359
CVE-2018-17360
CVE-2018-17407
CVE-2018-17985
CVE-2018-18309
CVE-2018-18483
CVE-2018-18484
CVE-2018-18605
CVE-2018-18606
CVE-2018-18607
CVE-2018-19931
CVE-2018-19932
CVE-2018-20623
CVE-2018-20651
CVE-2018-20671
CVE-2018-21247
CVE-2019-0196
CVE-2019-0197
CVE-2019-0211
CVE-2019-0217
CVE-2019-0220
CVE-2019-1010180
CVE-2019-14895
CVE-2019-14896
CVE-2019-14897
CVE-2019-14901
CVE-2019-16746
CVE-2019-17015
CVE-2019-17016
CVE-2019-17017
CVE-2019-17021
CVE-2019-17022
CVE-2019-17024
CVE-2019-17026
CVE-2019-17571
CVE-2019-19447
CVE-2019-20839
CVE-2019-20840
CVE-2019-3689
CVE-2019-6454
CVE-2019-9458
CVE-2020-10713
CVE-2020-11668
CVE-2020-14308
CVE-2020-14309
CVE-2020-14310
CVE-2020-14311
CVE-2020-14331
CVE-2020-14344
CVE-2020-14397
CVE-2020-14398
CVE-2020-14399
CVE-2020-14400
CVE-2020-14401
CVE-2020-14402
CVE-2020-14403
CVE-2020-14404
CVE-2020-15706
CVE-2020-15707
CVE-2020-2654
CVE-2020-2756
CVE-2020-2757
CVE-2020-2781
CVE-2020-2800
CVE-2020-2803
CVE-2020-2805
CVE-2020-2830
SUSE-SU-2016:2953-1
SUSE-SU-2017:1714-1
SUSE-SU-2018:3033-2
SUSE-SU-2019:0878-1
SUSE-SU-2019:2650-1
SUSE-SU-2019:2781-1
SUSE-SU-2020:0054-1
SUSE-SU-2020:0068-1
SUSE-SU-2020:1683-1
SUSE-SU-2020:2076-1
SUSE-SU-2020:2492-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 Desktop Applications 15 SP2
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Development Tools 15 SP1
SUSE Linux Enterprise Module for High Performance Computing 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 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 Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE Linux Enterprise Workstation Extension 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
SUSE OpenStack Cloud 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • colord-1.4.2-lp150.1 is installed
  • OR colord-color-profiles-1.4.2-lp150.1 is installed
  • OR colord-gtk-lang-0.1.26-lp150.1 is installed
  • OR colord-lang-1.4.2-lp150.1 is installed
  • OR libcolord-gtk1-0.1.26-lp150.1 is installed
  • OR libcolord2-1.4.2-lp150.1 is installed
  • OR libcolorhug2-1.4.2-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • libreoffice-6.0.5.2-24 is installed
  • OR libreoffice-base-6.0.5.2-24 is installed
  • OR libreoffice-base-drivers-mysql-6.0.5.2-24 is installed
  • OR libreoffice-base-drivers-postgresql-6.0.5.2-24 is installed
  • OR libreoffice-branding-upstream-6.0.5.2-24 is installed
  • OR libreoffice-calc-6.0.5.2-24 is installed
  • OR libreoffice-calc-extensions-6.0.5.2-24 is installed
  • OR libreoffice-draw-6.0.5.2-24 is installed
  • OR libreoffice-filters-optional-6.0.5.2-24 is installed
  • OR libreoffice-gdb-pretty-printers-6.0.5.2-24 is installed
  • OR libreoffice-glade-6.0.5.2-24 is installed
  • OR libreoffice-gnome-6.0.5.2-24 is installed
  • OR libreoffice-gtk2-6.0.5.2-24 is installed
  • OR libreoffice-gtk3-6.0.5.2-24 is installed
  • OR libreoffice-icon-themes-6.0.5.2-24 is installed
  • OR libreoffice-impress-6.0.5.2-24 is installed
  • OR libreoffice-kde4-6.0.5.2-24 is installed
  • OR libreoffice-l10n-af-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ar-6.0.5.2-24 is installed
  • OR libreoffice-l10n-as-6.0.5.2-24 is installed
  • OR libreoffice-l10n-bg-6.0.5.2-24 is installed
  • OR libreoffice-l10n-bn-6.0.5.2-24 is installed
  • OR libreoffice-l10n-br-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ca-6.0.5.2-24 is installed
  • OR libreoffice-l10n-cs-6.0.5.2-24 is installed
  • OR libreoffice-l10n-cy-6.0.5.2-24 is installed
  • OR libreoffice-l10n-da-6.0.5.2-24 is installed
  • OR libreoffice-l10n-de-6.0.5.2-24 is installed
  • OR libreoffice-l10n-dz-6.0.5.2-24 is installed
  • OR libreoffice-l10n-el-6.0.5.2-24 is installed
  • OR libreoffice-l10n-en-6.0.5.2-24 is installed
  • OR libreoffice-l10n-eo-6.0.5.2-24 is installed
  • OR libreoffice-l10n-es-6.0.5.2-24 is installed
  • OR libreoffice-l10n-et-6.0.5.2-24 is installed
  • OR libreoffice-l10n-eu-6.0.5.2-24 is installed
  • OR libreoffice-l10n-fa-6.0.5.2-24 is installed
  • OR libreoffice-l10n-fi-6.0.5.2-24 is installed
  • OR libreoffice-l10n-fr-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ga-6.0.5.2-24 is installed
  • OR libreoffice-l10n-gl-6.0.5.2-24 is installed
  • OR libreoffice-l10n-gu-6.0.5.2-24 is installed
  • OR libreoffice-l10n-he-6.0.5.2-24 is installed
  • OR libreoffice-l10n-hi-6.0.5.2-24 is installed
  • OR libreoffice-l10n-hr-6.0.5.2-24 is installed
  • OR libreoffice-l10n-hu-6.0.5.2-24 is installed
  • OR libreoffice-l10n-it-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ja-6.0.5.2-24 is installed
  • OR libreoffice-l10n-kk-6.0.5.2-24 is installed
  • OR libreoffice-l10n-kn-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ko-6.0.5.2-24 is installed
  • OR libreoffice-l10n-lt-6.0.5.2-24 is installed
  • OR libreoffice-l10n-lv-6.0.5.2-24 is installed
  • OR libreoffice-l10n-mai-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ml-6.0.5.2-24 is installed
  • OR libreoffice-l10n-mr-6.0.5.2-24 is installed
  • OR libreoffice-l10n-nb-6.0.5.2-24 is installed
  • OR libreoffice-l10n-nl-6.0.5.2-24 is installed
  • OR libreoffice-l10n-nn-6.0.5.2-24 is installed
  • OR libreoffice-l10n-nr-6.0.5.2-24 is installed
  • OR libreoffice-l10n-nso-6.0.5.2-24 is installed
  • OR libreoffice-l10n-or-6.0.5.2-24 is installed
  • OR libreoffice-l10n-pa-6.0.5.2-24 is installed
  • OR libreoffice-l10n-pl-6.0.5.2-24 is installed
  • OR libreoffice-l10n-pt_BR-6.0.5.2-24 is installed
  • OR libreoffice-l10n-pt_PT-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ro-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ru-6.0.5.2-24 is installed
  • OR libreoffice-l10n-si-6.0.5.2-24 is installed
  • OR libreoffice-l10n-sk-6.0.5.2-24 is installed
  • OR libreoffice-l10n-sl-6.0.5.2-24 is installed
  • OR libreoffice-l10n-sr-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ss-6.0.5.2-24 is installed
  • OR libreoffice-l10n-st-6.0.5.2-24 is installed
  • OR libreoffice-l10n-sv-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ta-6.0.5.2-24 is installed
  • OR libreoffice-l10n-te-6.0.5.2-24 is installed
  • OR libreoffice-l10n-th-6.0.5.2-24 is installed
  • OR libreoffice-l10n-tn-6.0.5.2-24 is installed
  • OR libreoffice-l10n-tr-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ts-6.0.5.2-24 is installed
  • OR libreoffice-l10n-uk-6.0.5.2-24 is installed
  • OR libreoffice-l10n-ve-6.0.5.2-24 is installed
  • OR libreoffice-l10n-xh-6.0.5.2-24 is installed
  • OR libreoffice-l10n-zh_CN-6.0.5.2-24 is installed
  • OR libreoffice-l10n-zh_TW-6.0.5.2-24 is installed
  • OR libreoffice-l10n-zu-6.0.5.2-24 is installed
  • OR libreoffice-mailmerge-6.0.5.2-24 is installed
  • OR libreoffice-math-6.0.5.2-24 is installed
  • OR libreoffice-officebean-6.0.5.2-24 is installed
  • OR libreoffice-pyuno-6.0.5.2-24 is installed
  • OR libreoffice-sdk-6.0.5.2-24 is installed
  • OR libreoffice-sdk-doc-6.0.5.2-24 is installed
  • OR libreoffice-writer-6.0.5.2-24 is installed
  • OR libreoffice-writer-extensions-6.0.5.2-24 is installed
  • OR libreofficekit-6.0.5.2-24 is installed
  • OR libreofficekit-devel-6.0.5.2-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • xorg-x11-libX11-7.4-5.11.15 is installed
  • OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libxml2-2.7.6-0.34 is installed
  • OR libxml2-32bit-2.7.6-0.34 is installed
  • OR libxml2-python-2.7.6-0.34 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 ft2demos-2.5.5-7.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-11 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • dbus-1-glib-0.100.2-3 is installed
  • OR dbus-1-glib-32bit-0.100.2-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libcares2-1.9.1-9.4 is installed
  • OR libcares2-32bit-1.9.1-9.4 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 git-core-2.16.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • libgcrypt-devel-1.8.2-6 is installed
  • OR libgcrypt20-1.8.2-6 is installed
  • OR libgcrypt20-32bit-1.8.2-6 is installed
  • OR libgcrypt20-hmac-1.8.2-6 is installed
  • OR libgcrypt20-hmac-32bit-1.8.2-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • libpcre2-posix2-10.31-1 is installed
  • OR pcre2-devel-10.31-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND libXi6-32bit-1.7.9-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP2 is installed
  • AND Package Information
  • MozillaFirefox-68.6.1-3.81 is installed
  • OR MozillaFirefox-devel-68.6.1-3.81 is installed
  • OR MozillaFirefox-translations-common-68.6.1-3.81 is installed
  • OR MozillaFirefox-translations-other-68.6.1-3.81 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 nasm-2.13.02-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
  • AND Package Information
  • python2-numpy-gnu-hpc-1.14.0-4.5 is installed
  • OR python2-numpy-gnu-hpc-devel-1.14.0-4.5 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-1.14.0-4.5 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-devel-1.14.0-4.5 is installed
  • OR python3-numpy-gnu-hpc-1.14.0-4.5 is installed
  • OR python3-numpy-gnu-hpc-devel-1.14.0-4.5 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-1.14.0-4.5 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-devel-1.14.0-4.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • libopenssl-1_0_0-devel-1.0.2n-3.3 is installed
  • OR libopenssl1_0_0-1.0.2n-3.3 is installed
  • OR openssl-1_0_0-1.0.2n-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
  • AND Package Information
  • libncurses5-6.1-5.6 is installed
  • OR libncurses5-32bit-6.1-5.6 is installed
  • OR ncurses-6.1-5.6 is installed
  • OR ncurses5-devel-6.1-5.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_6-default-5-2 is installed
  • OR kernel-livepatch-SLE15_Update_2-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
  • AND Package Information
  • kernel-default-4.12.14-197.21 is installed
  • OR kernel-default-livepatch-4.12.14-197.21 is installed
  • OR kernel-default-livepatch-devel-4.12.14-197.21 is installed
  • OR kernel-livepatch-4_12_14-197_21-default-1-3.3 is installed
  • OR kernel-livepatch-SLE15-SP1_Update_6-1-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.25 is installed
  • OR kernel-default-base-4.12.14-25.25 is installed
  • OR kernel-docs-4.12.14-25.25 is installed
  • OR kernel-docs-html-4.12.14-25.25 is installed
  • OR kernel-obs-qa-4.12.14-25.25 is installed
  • OR kselftests-kmp-default-4.12.14-25.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • bind-9.11.2-12.11 is installed
  • OR bind-lwresd-9.11.2-12.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
  • AND python2-Jinja2-2.10.1-3.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • subversion-1.10.0-3.3 is installed
  • OR subversion-server-1.10.0-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND Package Information
  • apache2-mod_php7-7.2.5-4.6 is installed
  • OR php7-7.2.5-4.6 is installed
  • OR php7-bcmath-7.2.5-4.6 is installed
  • OR php7-bz2-7.2.5-4.6 is installed
  • OR php7-calendar-7.2.5-4.6 is installed
  • OR php7-ctype-7.2.5-4.6 is installed
  • OR php7-curl-7.2.5-4.6 is installed
  • OR php7-dba-7.2.5-4.6 is installed
  • OR php7-devel-7.2.5-4.6 is installed
  • OR php7-dom-7.2.5-4.6 is installed
  • OR php7-enchant-7.2.5-4.6 is installed
  • OR php7-exif-7.2.5-4.6 is installed
  • OR php7-fastcgi-7.2.5-4.6 is installed
  • OR php7-fileinfo-7.2.5-4.6 is installed
  • OR php7-fpm-7.2.5-4.6 is installed
  • OR php7-ftp-7.2.5-4.6 is installed
  • OR php7-gd-7.2.5-4.6 is installed
  • OR php7-gettext-7.2.5-4.6 is installed
  • OR php7-gmp-7.2.5-4.6 is installed
  • OR php7-iconv-7.2.5-4.6 is installed
  • OR php7-intl-7.2.5-4.6 is installed
  • OR php7-json-7.2.5-4.6 is installed
  • OR php7-ldap-7.2.5-4.6 is installed
  • OR php7-mbstring-7.2.5-4.6 is installed
  • OR php7-mysql-7.2.5-4.6 is installed
  • OR php7-odbc-7.2.5-4.6 is installed
  • OR php7-opcache-7.2.5-4.6 is installed
  • OR php7-openssl-7.2.5-4.6 is installed
  • OR php7-pcntl-7.2.5-4.6 is installed
  • OR php7-pdo-7.2.5-4.6 is installed
  • OR php7-pear-7.2.5-4.6 is installed
  • OR php7-pear-Archive_Tar-7.2.5-4.6 is installed
  • OR php7-pgsql-7.2.5-4.6 is installed
  • OR php7-phar-7.2.5-4.6 is installed
  • OR php7-posix-7.2.5-4.6 is installed
  • OR php7-shmop-7.2.5-4.6 is installed
  • OR php7-snmp-7.2.5-4.6 is installed
  • OR php7-soap-7.2.5-4.6 is installed
  • OR php7-sockets-7.2.5-4.6 is installed
  • OR php7-sqlite-7.2.5-4.6 is installed
  • OR php7-sysvmsg-7.2.5-4.6 is installed
  • OR php7-sysvsem-7.2.5-4.6 is installed
  • OR php7-sysvshm-7.2.5-4.6 is installed
  • OR php7-tokenizer-7.2.5-4.6 is installed
  • OR php7-wddx-7.2.5-4.6 is installed
  • OR php7-xmlreader-7.2.5-4.6 is installed
  • OR php7-xmlrpc-7.2.5-4.6 is installed
  • OR php7-xmlwriter-7.2.5-4.6 is installed
  • OR php7-xsl-7.2.5-4.6 is installed
  • OR php7-zip-7.2.5-4.6 is installed
  • OR php7-zlib-7.2.5-4.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libjbig2-2.0-12 is installed
  • OR libjbig2-32bit-2.0-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_24-default-6-3 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • dbus-1-1.8.16-19 is installed
  • OR dbus-1-x11-1.8.16-19 is installed
  • OR libdbus-1-3-1.8.16-19 is installed
  • OR libdbus-1-3-32bit-1.8.16-19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND binutils-2.32-9.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND binutils-2.32-9.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • curl-7.37.0-37.23 is installed
  • OR libcurl4-7.37.0-37.23 is installed
  • OR libcurl4-32bit-7.37.0-37.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • curl-7.37.0-37.23 is installed
  • OR libcurl4-7.37.0-37.23 is installed
  • OR libcurl4-32bit-7.37.0-37.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • java-1_7_0-openjdk-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • nfs-client-1.3.0-34.22 is installed
  • OR nfs-doc-1.3.0-34.22 is installed
  • OR nfs-kernel-server-1.3.0-34.22 is installed
  • OR nfs-utils-1.3.0-34.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • nfs-client-1.3.0-34.22 is installed
  • OR nfs-doc-1.3.0-34.22 is installed
  • OR nfs-kernel-server-1.3.0-34.22 is installed
  • OR nfs-utils-1.3.0-34.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • xen-4.9.0_11-3.9 is installed
  • OR xen-doc-html-4.9.0_11-3.9 is installed
  • OR xen-libs-4.9.0_11-3.9 is installed
  • OR xen-libs-32bit-4.9.0_11-3.9 is installed
  • OR xen-tools-4.9.0_11-3.9 is installed
  • OR xen-tools-domU-4.9.0_11-3.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • xen-4.9.0_11-3.9 is installed
  • OR xen-doc-html-4.9.0_11-3.9 is installed
  • OR xen-libs-4.9.0_11-3.9 is installed
  • OR xen-libs-32bit-4.9.0_11-3.9 is installed
  • OR xen-tools-4.9.0_11-3.9 is installed
  • OR xen-tools-domU-4.9.0_11-3.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND sane-backends-1.0.24-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.28.2-2.53 is installed
  • OR libwebkit2gtk-4_0-37-2.28.2-2.53 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.28.2-2.53 is installed
  • OR typelib-1_0-WebKit2-4_0-2.28.2-2.53 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.28.2-2.53 is installed
  • OR webkit2gtk3-2.28.2-2.53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.28.2-2.53 is installed
  • OR libwebkit2gtk-4_0-37-2.28.2-2.53 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.28.2-2.53 is installed
  • OR typelib-1_0-WebKit2-4_0-2.28.2-2.53 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.28.2-2.53 is installed
  • OR webkit2gtk3-2.28.2-2.53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_100-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_100-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-2-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_162-94_69-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_21-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_162-94_69-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_21-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND shadow-4.2.1-27.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND shadow-4.2.1-27.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • bzip2-1.0.6-30.5 is installed
  • OR bzip2-doc-1.0.6-30.5 is installed
  • OR libbz2-1-1.0.6-30.5 is installed
  • OR libbz2-1-32bit-1.0.6-30.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • bzip2-1.0.6-30.5 is installed
  • OR bzip2-doc-1.0.6-30.5 is installed
  • OR libbz2-1-1.0.6-30.5 is installed
  • OR libbz2-1-32bit-1.0.6-30.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • gstreamer-plugins-base-1.2.4-2.3 is installed
  • OR libgstfft-1_0-0-32bit-1.2.4-2.3 is installed
  • OR typelib-1_0-GstAudio-1_0-1.2.4-2.3 is installed
  • OR typelib-1_0-GstPbutils-1_0-1.2.4-2.3 is installed
  • OR typelib-1_0-GstTag-1_0-1.2.4-2.3 is installed
  • OR typelib-1_0-GstVideo-1_0-1.2.4-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libpodofo0_9_2-0.9.2-3.6 is installed
  • OR podofo-0.9.2-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • evolution-3.22.6-19.9 is installed
  • OR evolution-lang-3.22.6-19.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • gstreamer-plugins-ugly-1.12.5-1 is installed
  • OR gstreamer-plugins-ugly-lang-1.12.5-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND bluez-cups-5.48-5.13 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • rabbitmq-server-3.4.4-2 is installed
  • OR rabbitmq-server-plugins-3.4.4-2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • 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
  • SUSE OpenStack Cloud 8 is installed
  • AND python-cryptography-2.0.3-3.3 is installed
  • BACK