Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for xen (Important) |
Description: |
xen was updated to fix 44 security issues.
These security issues were fixed: - CVE-2013-4533: Buffer overflow in the pxa2xx_ssp_load function in hw/arm/pxa2xx.c allowed remote attackers to cause a denial of service or possibly execute arbitrary code via a crafted s->rx_level value in a savevm image (bsc#864655). - CVE-2013-4534: Buffer overflow in hw/intc/openpic.c allowed remote attackers to cause a denial of service or possibly execute arbitrary code via vectors related to IRQDest elements (bsc#864811). - CVE-2013-4537: The ssi_sd_transfer function in hw/sd/ssi-sd.c allowed remote attackers to execute arbitrary code via a crafted arglen value in a savevm image (bsc#864391). - CVE-2013-4538: Multiple buffer overflows in the ssd0323_load function in hw/display/ssd0323.c allowed remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via crafted (1) cmd_len, (2) row, or (3) col values; (4) row_start and row_end values; or (5) col_star and col_end values in a savevm image (bsc#864769). - CVE-2013-4539: Multiple buffer overflows in the tsc210x_load function in hw/input/tsc210x.c might have allowed remote attackers to execute arbitrary code via a crafted (1) precision, (2) nextprecision, (3) function, or (4) nextfunction value in a savevm image (bsc#864805). - CVE-2014-0222: Integer overflow in the qcow_open function in block/qcow.c allowed remote attackers to cause a denial of service (crash) via a large L2 table in a QCOW version 1 image (bsc#877642). - CVE-2014-3640: The sosendto function in slirp/udp.c allowed local users to cause a denial of service (NULL pointer dereference) by sending a udp packet with a value of 0 in the source port and address, which triggers access of an uninitialized socket (bsc#897654). - CVE-2014-3689: The vmware-vga driver (hw/display/vmware_vga.c) allowed local guest users to write to qemu memory locations and gain privileges via unspecified parameters related to rectangle handling (bsc#901508). - CVE-2014-7815: The set_pixel_format function in ui/vnc.c allowed remote attackers to cause a denial of service (crash) via a small bytes_per_pixel value (bsc#902737). - CVE-2014-9718: The (1) BMDMA and (2) AHCI HBA interfaces in the IDE functionality had multiple interpretations of a function's return value, which allowed guest OS users to cause a host OS denial of service (memory consumption or infinite loop, and system crash) via a PRDT with zero complete sectors, related to the bmdma_prepare_buf and ahci_dma_prepare_buf functions (bsc#928393). - CVE-2015-1779: The VNC websocket frame decoder allowed remote attackers to cause a denial of service (memory and CPU consumption) via a large (1) websocket payload or (2) HTTP headers section (bsc#924018). - CVE-2015-5278: Infinite loop in ne2000_receive() function (bsc#945989). - CVE-2015-6855: hw/ide/core.c did not properly restrict the commands accepted by an ATAPI device, which allowed guest users to cause a denial of service or possibly have unspecified other impact via certain IDE commands, as demonstrated by a WIN_READ_NATIVE_MAX command to an empty drive, which triggers a divide-by-zero error and instance crash (bsc#945404). - CVE-2015-7512: Buffer overflow in the pcnet_receive function in hw/net/pcnet.c, when a guest NIC has a larger MTU, allowed remote attackers to cause a denial of service (guest OS crash) or execute arbitrary code via a large packet (bsc#957162). - CVE-2015-7549: pci: NULL pointer dereference issue (bsc#958917). - CVE-2015-8345: eepro100: infinite loop in processing command block list (bsc#956829). - CVE-2015-8504: VNC: floating point exception (bsc#958491). - CVE-2015-8550: Paravirtualized drivers were incautious about shared memory contents (XSA-155) (bsc#957988). - CVE-2015-8554: qemu-dm buffer overrun in MSI-X handling (XSA-164) (bsc#958007). - CVE-2015-8555: Information leak in legacy x86 FPU/XMM initialization (XSA-165) (bsc#958009). - CVE-2015-8558: Infinite loop in ehci_advance_state resulted in DoS (bsc#959005). - CVE-2015-8567: vmxnet3: host memory leakage (bsc#959387). - CVE-2015-8568: vmxnet3: host memory leakage (bsc#959387). - CVE-2015-8613: SCSI: stack based buffer overflow in megasas_ctrl_get_info (bsc#961358). - CVE-2015-8619: Stack based OOB write in hmp_sendkey routine (bsc#960334). - CVE-2015-8743: ne2000: OOB memory access in ioport r/w functions (bsc#960725). - CVE-2015-8744: vmxnet3: Incorrect l2 header validation lead to a crash via assert(2) call (bsc#960835). - CVE-2015-8745: Reading IMR registers lead to a crash via assert(2) call (bsc#960707). - CVE-2015-8817: OOB access in address_space_rw lead to segmentation fault (I) (bsc#969121). - CVE-2015-8818: OOB access in address_space_rw lead to segmentation fault (II) (bsc#969122). - CVE-2016-1568: AHCI use-after-free vulnerability in aio port commands (bsc#961332). - CVE-2016-1570: The PV superpage functionality in arch/x86/mm.c allowed local PV guests to obtain sensitive information, cause a denial of service, gain privileges, or have unspecified other impact via a crafted page identifier (MFN) to the (1) MMUEXT_MARK_SUPER or (2) MMUEXT_UNMARK_SUPER sub-op in the HYPERVISOR_mmuext_op hypercall or (3) unknown vectors related to page table updates (bsc#960861). - CVE-2016-1571: VMX: intercept issue with INVLPG on non-canonical address (XSA-168) (bsc#960862). - CVE-2016-1714: nvram: OOB r/w access in processing firmware configurations (bsc#961691). - CVE-2016-1922: NULL pointer dereference in vapic_write() (bsc#962320). - CVE-2016-1981: e1000 infinite loop in start_xmit and e1000_receive_iov routines (bsc#963782). - CVE-2016-2198: EHCI NULL pointer dereference in ehci_caps_write (bsc#964413). - CVE-2016-2270: Xen allowed local guest administrators to cause a denial of service (host reboot) via vectors related to multiple mappings of MMIO pages with different cachability settings (bsc#965315). - CVE-2016-2271: VMX when using an Intel or Cyrix CPU, allowed local HVM guest users to cause a denial of service (guest crash) via vectors related to a non-canonical RIP (bsc#965317). - CVE-2016-2391: usb: multiple eof_timers in ohci module lead to NULL pointer dereference (bsc#967013). - CVE-2016-2392: NULL pointer dereference in remote NDIS control message handling (bsc#967012). - CVE-2016-2538: Integer overflow in remote NDIS control message handling (bsc#967969). - CVE-2016-2841: ne2000: Infinite loop in ne2000_receive (bsc#969350). - XSA-166: ioreq handling possibly susceptible to multiple read issue (bsc#958523).
These non-security issues were fixed: - bsc#954872: script block-dmmd not working as expected - bsc#957698: DOM0 can't bring up on Dell PC - bsc#963923: domain weights not honored when sched-credit tslice is reduced - bsc#959332: SLES12SP1 PV guest is unreachable when restored or migrated - bsc#959695: Missing docs for xen
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012382 1013708 1013712 1013893 1015171 1015173 1015336 1015337 1015340 1015342 1015343 1017967 1019683 1019695 1019699 1020412 1020413 1020645 1021121 1022604 1023175 1024361 1024365 1024376 1027260 1027457 1027968 1030552 1031492 1033962 1042286 1043083 1046264 1047238 1047487 1048317 1048916 1050431 1050549 1050911 1051510 1053685 1054914 1055014 1055117 1056596 1056686 1060662 1061840 1061843 1062604 1063646 1064232 1064597 1064701 1065364 1065600 1065729 1066223 1066369 1068032 1068075 1069138 1070805 1071009 1071306 1076832 1078248 1078355 1078431 1078921 1079935 1080157 1082555 1082635 1083647 1083663 1085030 1085042 1085536 1085539 1086095 1086103 1086423 1086457 1086652 1087092 1089066 1090631 1090734 1090888 1091171 1091405 1091860 1093158 1093205 1094244 1094823 1094973 1096242 1096254 1096281 1096748 1097105 1098253 1098545 1098546 1098822 1099523 1099597 1099810 1099811 1099813 1099832 1099844 1099845 1099846 1099849 1099863 1099864 1099922 1099999 1100000 1100001 1100105 1100132 1101557 1101822 1101841 1102097 1102346 1102439 1102486 1102517 1102660 1102715 1102797 1102875 1102877 1102879 1102882 1102896 1103097 1103156 1103257 1103269 1103445 1103624 1103717 1104098 1104319 1104485 1104494 1104495 1104683 1104731 1104897 1104902 1105271 1105292 1105322 1105323 1105392 1105396 1105428 1105524 1105536 1105769 1106016 1106061 1106105 1106185 1106229 1106237 1106240 1106271 1106275 1106276 1106278 1106281 1106283 1106284 1106369 1106434 1106509 1106511 1106697 1106929 1106934 1106995 1107060 1107078 1107319 1107320 1107385 1107689 1107735 1107866 1107966 1108145 1108240 1108382 1109105 1109272 1109330 1109695 1109806 1109961 1110286 1110746 1110747 1111062 1111069 1111072 1111174 1111479 1111480 1111809 1112178 1112229 1112246 1112894 1112899 1112902 1112903 1112905 1112906 1112907 1112963 1113412 1113722 1113766 1114190 1114279 1114417 1114475 1114542 1114648 1114763 1114839 1114871 1114893 1115431 1115433 1115440 1115482 1115709 1116027 1116183 1116285 1116336 1116345 1116497 1116653 1116841 1116924 1116950 1116962 1117022 1117108 1117162 1117165 1117186 1117274 1117313 1117327 1117331 1117562 1117645 1117665 1117744 1118152 1118316 1118319 1118505 1118689 1118790 1118798 1118915 1118922 1118926 1118930 1118936 1119086 1119204 1119461 1119465 1119680 1119714 1119877 1119946 1119967 1119970 1120017 1120046 1120722 1120743 1120758 1120876 1120902 1120937 1120950 1121239 1121240 1121241 1121242 1121275 1121621 1121726 1122650 1122651 1122779 1122885 1123034 1123105 1123321 1123323 1123357 1123933 1123959 1124166 1124370 1124728 1124732 1124735 1124775 1124777 1124780 1124811 1125000 1125014 1125446 1125794 1125796 1125808 1125809 1125810 1125892 1129424 1129519 1129664 1131107 1131281 1131565 1133021 1133375 1134291 1134881 1134882 1135219 1135642 1135897 1135966 1135967 1136261 1137040 1137069 1137884 1138190 1138539 1139020 1139021 1139073 1139101 1139500 1140012 1140090 1140426 1140487 1141013 1141450 1141543 1141554 1142019 1142076 1142109 1142117 1142118 1142119 1142496 1142541 1142635 1142685 1142701 1142857 1143300 1143466 1143706 1143765 1143841 1143843 1144123 1144333 1144338 1144474 1144518 1144718 1144813 1144880 1144886 1144903 1144912 1144920 1144979 1145010 1145024 1145051 1145059 1145189 1145235 1145300 1145302 1145388 1145389 1145390 1145391 1145392 1145393 1145394 1145395 1145396 1145397 1145408 1145409 1145661 1145678 1145687 1145920 1145922 1145934 1145937 1145940 1145941 1145942 1146074 1146084 1146163 1146285 1146346 1146351 1146352 1146358 1146359 1146361 1146368 1146376 1146378 1146381 1146391 1146399 1146413 1146425 1146516 1146519 1146524 1146526 1146529 1146531 1146543 1146547 1146550 1146575 1146589 1146612 1146678 1146938 1148031 1148032 1148033 1148034 1148035 1148093 1148133 1148192 1148196 1148198 1148202 1148303 1148363 1148379 1148394 1148527 1148574 1148616 1148617 1148619 1148698 1148859 1148868 1149053 1149083 1149104 1149105 1149106 1149119 1149197 1149214 1149224 1149325 1149376 1149413 1149418 1149424 1149522 1149527 1149539 1149552 1149591 1149602 1149612 1149626 1149652 1149713 1149940 1149959 1149963 1149976 1150025 1150033 1150112 1150457 1150562 1150727 1150860 1150861 1150933 1151225 1152624 1153476 1153509 1153969 1154737 1154848 1154858 1154905 1154959 1155178 1155179 1155184 1155186 1155671 864391 864655 864769 864805 864811 877642 897654 901508 902737 924018 928393 945404 945989 954872 956829 957162 957698 957988 958007 958009 958491 958523 958917 959005 959332 959387 959695 960334 960707 960725 960835 960861 960862 961332 961358 961691 962320 963575 963782 963923 964413 965315 965317 966170 966172 967012 967013 967969 968565 969121 969122 969350 969470 969476 969477 970506 976944 985031 CVE-2013-4533 CVE-2013-4534 CVE-2013-4537 CVE-2013-4538 CVE-2013-4539 CVE-2014-0222 CVE-2014-3640 CVE-2014-3689 CVE-2014-7815 CVE-2014-9718 CVE-2015-1779 CVE-2015-5278 CVE-2015-6855 CVE-2015-7512 CVE-2015-7549 CVE-2015-8345 CVE-2015-8504 CVE-2015-8550 CVE-2015-8554 CVE-2015-8555 CVE-2015-8558 CVE-2015-8567 CVE-2015-8568 CVE-2015-8613 CVE-2015-8619 CVE-2015-8743 CVE-2015-8744 CVE-2015-8745 CVE-2015-8817 CVE-2015-8818 CVE-2016-1568 CVE-2016-1570 CVE-2016-1571 CVE-2016-1714 CVE-2016-1922 CVE-2016-1981 CVE-2016-2198 CVE-2016-2270 CVE-2016-2271 CVE-2016-2391 CVE-2016-2392 CVE-2016-2523 CVE-2016-2530 CVE-2016-2531 CVE-2016-2532 CVE-2016-2538 CVE-2016-2841 CVE-2016-9797 CVE-2016-9798 CVE-2016-9802 CVE-2016-9917 CVE-2016-9918 CVE-2017-13058 CVE-2017-18551 CVE-2018-10876 CVE-2018-10877 CVE-2018-10878 CVE-2018-10879 CVE-2018-10880 CVE-2018-10881 CVE-2018-10882 CVE-2018-10883 CVE-2018-10902 CVE-2018-10938 CVE-2018-1120 CVE-2018-1128 CVE-2018-1129 CVE-2018-11763 CVE-2018-12207 CVE-2018-12599 CVE-2018-12600 CVE-2018-12896 CVE-2018-13093 CVE-2018-13094 CVE-2018-13095 CVE-2018-15572 CVE-2018-16658 CVE-2018-16862 CVE-2018-16884 CVE-2018-17183 CVE-2018-17961 CVE-2018-17965 CVE-2018-17966 CVE-2018-18016 CVE-2018-18024 CVE-2018-18073 CVE-2018-18284 CVE-2018-19407 CVE-2018-19409 CVE-2018-19475 CVE-2018-19476 CVE-2018-19477 CVE-2018-19824 CVE-2018-19985 CVE-2018-20169 CVE-2018-20976 CVE-2018-21008 CVE-2018-2562 CVE-2018-2612 CVE-2018-2622 CVE-2018-2640 CVE-2018-2665 CVE-2018-2668 CVE-2018-5391 CVE-2018-6003 CVE-2018-6554 CVE-2018-6555 CVE-2018-9363 CVE-2018-9568 CVE-2019-0154 CVE-2019-0155 CVE-2019-10207 CVE-2019-10220 CVE-2019-11135 CVE-2019-14814 CVE-2019-14815 CVE-2019-14816 CVE-2019-14835 CVE-2019-15030 CVE-2019-15031 CVE-2019-15090 CVE-2019-15098 CVE-2019-15099 CVE-2019-15117 CVE-2019-15118 CVE-2019-15211 CVE-2019-15212 CVE-2019-15214 CVE-2019-15215 CVE-2019-15216 CVE-2019-15217 CVE-2019-15218 CVE-2019-15219 CVE-2019-15220 CVE-2019-15221 CVE-2019-15222 CVE-2019-15239 CVE-2019-15290 CVE-2019-15292 CVE-2019-15538 CVE-2019-15666 CVE-2019-15902 CVE-2019-15917 CVE-2019-15919 CVE-2019-15920 CVE-2019-15921 CVE-2019-15924 CVE-2019-15926 CVE-2019-15927 CVE-2019-16233 CVE-2019-3459 CVE-2019-3460 CVE-2019-6974 CVE-2019-7221 CVE-2019-7222 CVE-2019-8675 CVE-2019-8696 CVE-2019-9456 CVE-2019-9928 SUSE-SU-2016:0873-1 SUSE-SU-2016:1344-1 SUSE-SU-2018:0295-1 SUSE-SU-2018:0697-1 SUSE-SU-2018:2776-1 SUSE-SU-2018:3191-1 SUSE-SU-2018:3582-2 SUSE-SU-2018:4090-1 SUSE-SU-2019:0541-1 SUSE-SU-2019:1339-1 SUSE-SU-2019:1600-1 SUSE-SU-2019:2412-1 SUSE-SU-2019:3057-1
|
Platform(s): | openSUSE 13.2 openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP2 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for High Performance Computing 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE 13.2 is installed AND Package Information
GraphicsMagick-1.3.20-12.1 is installed
OR GraphicsMagick-devel-1.3.20-12.1 is installed
OR libGraphicsMagick++-Q16-3-1.3.20-12.1 is installed
OR libGraphicsMagick++-devel-1.3.20-12.1 is installed
OR libGraphicsMagick-Q16-3-1.3.20-12.1 is installed
OR libGraphicsMagick3-config-1.3.20-12.1 is installed
OR libGraphicsMagickWand-Q16-2-1.3.20-12.1 is installed
OR perl-GraphicsMagick-1.3.20-12.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.1 is installed
AND dracut-037-66.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND argyllcms-1.6.3-5.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.22 is installed
OR bind-libs-9.9.6P1-0.22 is installed
OR bind-libs-32bit-9.9.6P1-0.22 is installed
OR bind-utils-9.9.6P1-0.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND libcgroup1-0.41.rc1-1.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
gdk-pixbuf-lang-2.30.6-1.23 is installed
OR gdk-pixbuf-query-loaders-2.30.6-1.23 is installed
OR gdk-pixbuf-query-loaders-32bit-2.30.6-1.23 is installed
OR libgdk_pixbuf-2_0-0-2.30.6-1.23 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.30.6-1.23 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.30.6-1.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
colord-1.3.3-10.14 is installed
OR colord-gtk-lang-0.1.26-6.3 is installed
OR colord-lang-1.3.3-10.14 is installed
OR libcolord-gtk1-0.1.26-6.3 is installed
OR libcolord2-1.3.3-10.14 is installed
OR libcolord2-32bit-1.3.3-10.14 is installed
OR libcolorhug2-1.3.3-10.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
augeas-1.2.0-15.3 is installed
OR augeas-lenses-1.2.0-15.3 is installed
OR libaugeas0-1.2.0-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
AND Package Information
cluster-network-kmp-default-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-pae-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-ppc64-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-trace-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-xen-1.4_3.0.101_0.7.17-2.18 is installed
OR gfs2-kmp-default-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-pae-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-ppc64-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-trace-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-xen-2_3.0.101_0.7.17-0.7 is installed
OR ocfs2-kmp-default-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-pae-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-ppc64-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-trace-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-xen-1.6_3.0.101_0.7.17-0.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND Package Information
gnutls-2.4.1-24.39.57 is installed
OR libgnutls-extra26-2.4.1-24.39.57 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND Package Information
libpacemaker-devel-1.1.12-18 is installed
OR libpacemaker3-1.1.12-18 is installed
OR pacemaker-1.1.12-18 is installed
OR pacemaker-cli-1.1.12-18 is installed
OR pacemaker-remote-1.1.12-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.10.3-66.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 12 is installed
AND Package Information
libpmi0-17.02.9-6.10.1 is installed
OR libslurm29-16.05.8.1-6.1 is installed
OR libslurm31-17.02.9-6.10.1 is installed
OR pdsh-2.33-7.5.17 is installed
OR perl-slurm-17.02.9-6.10.1 is installed
OR slurm-17.02.9-6.10.1 is installed
OR slurm-auth-none-17.02.9-6.10.1 is installed
OR slurm-devel-17.02.9-6.10.1 is installed
OR slurm-doc-17.02.9-6.10.1 is installed
OR slurm-lua-17.02.9-6.10.1 is installed
OR slurm-munge-17.02.9-6.10.1 is installed
OR slurm-pam_slurm-17.02.9-6.10.1 is installed
OR slurm-plugins-17.02.9-6.10.1 is installed
OR slurm-sched-wiki-17.02.9-6.10.1 is installed
OR slurm-slurmdb-direct-17.02.9-6.10.1 is installed
OR slurm-slurmdbd-17.02.9-6.10.1 is installed
OR slurm-sql-17.02.9-6.10.1 is installed
OR slurm-torque-17.02.9-6.10.1 is installed
OR slurmlibs-16.05.8.1-6.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.61-52.69.2 is installed
OR kernel-ec2-devel-3.12.61-52.69.2 is installed
OR kernel-ec2-extra-3.12.61-52.69.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
nodejs4-4.6.0-8.1 is installed
OR nodejs4-devel-4.6.0-8.1 is installed
OR nodejs4-docs-4.6.0-8.1 is installed
OR npm4-4.6.0-8.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND LibVNCServer-0.9.1-160.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
mono-core-2.0.1-1.26 is installed
OR mono-data-2.0.1-1.26 is installed
OR mono-data-postgresql-2.0.1-1.26 is installed
OR mono-data-sqlite-2.0.1-1.26 is installed
OR mono-locale-extras-2.0.1-1.26 is installed
OR mono-nunit-2.0.1-1.26 is installed
OR mono-web-2.0.1-1.26 is installed
OR mono-winforms-2.0.1-1.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
mono-core-2.0.1-1.26 is installed
OR mono-data-2.0.1-1.26 is installed
OR mono-data-postgresql-2.0.1-1.26 is installed
OR mono-data-sqlite-2.0.1-1.26 is installed
OR mono-locale-extras-2.0.1-1.26 is installed
OR mono-nunit-2.0.1-1.26 is installed
OR mono-web-2.0.1-1.26 is installed
OR mono-winforms-2.0.1-1.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
boost-license-1.36.0-11 is installed
OR libboost_program_options1_36_0-1.36.0-11 is installed
OR libboost_regex1_36_0-1.36.0-11 is installed
OR libboost_signals1_36_0-1.36.0-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND amanda-2.5.2.1-188.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND amanda-2.5.2.1-188.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libpoppler-glib4-0.12.3-1.8 is installed
OR libpoppler-qt4-3-0.12.3-1.8 is installed
OR libpoppler5-0.12.3-1.8 is installed
OR poppler-tools-0.12.3-1.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libpoppler-glib4-0.12.3-1.8 is installed
OR libpoppler-qt4-3-0.12.3-1.8 is installed
OR libpoppler5-0.12.3-1.8 is installed
OR poppler-tools-0.12.3-1.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libpoppler-glib4-0.12.3-1.8 is installed
OR libpoppler-qt4-3-0.12.3-1.8 is installed
OR libpoppler5-0.12.3-1.8 is installed
OR poppler-tools-0.12.3-1.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
nagios-plugins-1.4.13-1 is installed
OR nagios-plugins-extras-1.4.13-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bsdtar-2.5.5-9 is installed
OR libarchive2-2.5.5-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bsdtar-2.5.5-9 is installed
OR libarchive2-2.5.5-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND kvm-1.4.2-37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND kvm-1.4.2-37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-52.9.0esr-72.38 is installed
OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-52.9.0esr-72.38 is installed
OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND LibVNCServer-0.9.1-160.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND LibVNCServer-0.9.1-160.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND ppc64-diag-2.6.7-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
openssh-openssl1-6.6p1-10 is installed
OR openssh-openssl1-helpers-6.6p1-10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
kernel-default-3.12.39-47 is installed
OR kernel-default-base-3.12.39-47 is installed
OR kernel-default-devel-3.12.39-47 is installed
OR kernel-default-man-3.12.39-47 is installed
OR kernel-devel-3.12.39-47 is installed
OR kernel-macros-3.12.39-47 is installed
OR kernel-source-3.12.39-47 is installed
OR kernel-syms-3.12.39-47 is installed
OR kernel-xen-3.12.39-47 is installed
OR kernel-xen-base-3.12.39-47 is installed
OR kernel-xen-devel-3.12.39-47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
kernel-default-3.12.39-47 is installed
OR kernel-default-base-3.12.39-47 is installed
OR kernel-default-devel-3.12.39-47 is installed
OR kernel-default-man-3.12.39-47 is installed
OR kernel-devel-3.12.39-47 is installed
OR kernel-macros-3.12.39-47 is installed
OR kernel-source-3.12.39-47 is installed
OR kernel-syms-3.12.39-47 is installed
OR kernel-xen-3.12.39-47 is installed
OR kernel-xen-base-3.12.39-47 is installed
OR kernel-xen-devel-3.12.39-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND apache2-mod_jk-1.2.40-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND busybox-1.21.1-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
MozillaFirefox-52.3.0esr-109.3 is installed
OR MozillaFirefox-devel-52.3.0esr-109.3 is installed
OR MozillaFirefox-translations-52.3.0esr-109.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
MozillaFirefox-52.3.0esr-109.3 is installed
OR MozillaFirefox-devel-52.3.0esr-109.3 is installed
OR MozillaFirefox-translations-52.3.0esr-109.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
evince-3.10.3-2.3.1 is installed
OR evince-lang-3.10.3-2.3.1 is installed
OR libevdocument3-4-3.10.3-2.3.1 is installed
OR libevview3-3-3.10.3-2.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libX11-1.6.2-8 is installed
OR libX11-6-1.6.2-8 is installed
OR libX11-6-32bit-1.6.2-8 is installed
OR libX11-data-1.6.2-8 is installed
OR libX11-xcb1-1.6.2-8 is installed
OR libX11-xcb1-32bit-1.6.2-8 is installed
OR libXfixes-5.0.1-7 is installed
OR libXfixes3-5.0.1-7 is installed
OR libXfixes3-32bit-5.0.1-7 is installed
OR libXi-1.7.4-14 is installed
OR libXi6-1.7.4-14 is installed
OR libXi6-32bit-1.7.4-14 is installed
OR libXrender-0.9.8-7 is installed
OR libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
OR libXtst-1.2.2-7 is installed
OR libXtst6-1.2.2-7 is installed
OR libXtst6-32bit-1.2.2-7 is installed
OR libXv-1.0.10-7 is installed
OR libXv1-1.0.10-7 is installed
OR libXv1-32bit-1.0.10-7 is installed
OR libXvMC-1.0.8-7 is installed
OR libXvMC1-1.0.8-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libX11-1.6.2-8 is installed
OR libX11-6-1.6.2-8 is installed
OR libX11-6-32bit-1.6.2-8 is installed
OR libX11-data-1.6.2-8 is installed
OR libX11-xcb1-1.6.2-8 is installed
OR libX11-xcb1-32bit-1.6.2-8 is installed
OR libXfixes-5.0.1-7 is installed
OR libXfixes3-5.0.1-7 is installed
OR libXfixes3-32bit-5.0.1-7 is installed
OR libXi-1.7.4-14 is installed
OR libXi6-1.7.4-14 is installed
OR libXi6-32bit-1.7.4-14 is installed
OR libXrender-0.9.8-7 is installed
OR libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
OR libXtst-1.2.2-7 is installed
OR libXtst6-1.2.2-7 is installed
OR libXtst6-32bit-1.2.2-7 is installed
OR libXv-1.0.10-7 is installed
OR libXv1-1.0.10-7 is installed
OR libXv1-32bit-1.0.10-7 is installed
OR libXvMC-1.0.8-7 is installed
OR libXvMC1-1.0.8-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
ghostscript-9.26-23.16 is installed
OR ghostscript-x11-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre1-0.2.7-12.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
ghostscript-9.26-23.16 is installed
OR ghostscript-x11-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre1-0.2.7-12.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-2-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-2-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
apache2-mod_apparmor-2.8.2-49 is installed
OR apparmor-docs-2.8.2-49 is installed
OR apparmor-parser-2.8.2-49 is installed
OR apparmor-profiles-2.8.2-49 is installed
OR apparmor-utils-2.8.2-49 is installed
OR libapparmor1-2.8.2-49 is installed
OR libapparmor1-32bit-2.8.2-49 is installed
OR pam_apparmor-2.8.2-49 is installed
OR pam_apparmor-32bit-2.8.2-49 is installed
OR perl-apparmor-2.8.2-49 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libssh2-1-1.4.3-20.6 is installed
OR libssh2-1-32bit-1.4.3-20.6 is installed
OR libssh2_org-1.4.3-20.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libssh2-1-1.4.3-20.6 is installed
OR libssh2-1-32bit-1.4.3-20.6 is installed
OR libssh2_org-1.4.3-20.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-6-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_10-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-6-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_10-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND apache2-mod_nss-1.0.14-10.14.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libmysqlclient18-10.0.28-17.2 is installed
OR mariadb-10.0.28-17.2 is installed
OR mariadb-client-10.0.28-17.2 is installed
OR mariadb-errormessages-10.0.28-17.2 is installed
OR mariadb-tools-10.0.28-17.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
beagle-0.3.8-56.51 is installed
OR beagle-devel-0.3.8-56.51 is installed
OR beagle-lang-0.3.8-56.44.45 is installed
OR mozilla-nspr-devel-4.9.5-0.3 is installed
OR mozilla-nss-devel-3.14.2-0.4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-devel-24.5.0esr-0.8 is installed
OR mozilla-nspr-devel-4.10.4-0.3 is installed
OR mozilla-nss-devel-3.16-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
apache2-2.2.12-1.51.52 is installed
OR apache2-devel-2.2.12-1.51.52 is installed
OR apache2-doc-2.2.12-1.51.52 is installed
OR apache2-example-pages-2.2.12-1.51.52 is installed
OR apache2-prefork-2.2.12-1.51.52 is installed
OR apache2-utils-2.2.12-1.51.52 is installed
OR apache2-worker-2.2.12-1.51.52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
xen-4.5.2_06-7 is installed
OR xen-devel-4.5.2_06-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
kernel-docs-4.4.155-94.50 is installed
OR kernel-obs-build-4.4.155-94.50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
apache2-2.4.23-29.27 is installed
OR apache2-devel-2.4.23-29.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-devel-60.9.0-109.86 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.51-52.31 is installed
OR kernel-default-extra-3.12.51-52.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.559-117 is installed
OR flash-player-gnome-11.2.202.559-117 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcrecpp0-8.39-7 is installed
OR libpcrecpp0-32bit-8.39-7 is installed
OR pcre-8.39-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libmysqlclient_r18-10.0.35-29.20 is installed
OR libmysqlclient_r18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
PackageKit-1.1.3-24.9 is installed
OR PackageKit-gstreamer-plugin-1.1.3-24.9 is installed
OR PackageKit-gtk3-module-1.1.3-24.9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND couchdb-1.6.1-2.7 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-53.0.2785.113-100 is installed
OR chromium-53.0.2785.113-100 is installed
OR chromium-desktop-gnome-53.0.2785.113-100 is installed
OR chromium-desktop-kde-53.0.2785.113-100 is installed
OR chromium-ffmpegsumo-53.0.2785.113-100 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
ffmpeg2-2.8.12-15 is installed
OR ffmpeg2-devel-2.8.12-15 is installed
OR libavcodec56-2.8.12-15 is installed
OR libavdevice56-2.8.12-15 is installed
OR libavfilter5-2.8.12-15 is installed
OR libavformat56-2.8.12-15 is installed
OR libavresample2-2.8.12-15 is installed
OR libavutil54-2.8.12-15 is installed
OR libpostproc53-2.8.12-15 is installed
OR libswresample1-2.8.12-15 is installed
OR libswscale3-2.8.12-15 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-69.0.3497.92-68 is installed
OR chromium-69.0.3497.92-68 is installed
|