Revision Date: | 2021-05-18 | Version: | 1 |
Title: | Security update for prosody (Important) |
Description: | This update for prosody fixes the following issues:
prosody was updated to 0.11.9:
Security:
* mod_limits, prosody.cfg.lua: Enable rate limits by default * certmanager: Disable renegotiation by default * mod_proxy65: Restrict access to local c2s connections by default * util.startup: Set more aggressive defaults for GC * mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits * mod_authinternal{plain,hashed}: Use constant-time string comparison for secrets * mod_dialback: Remove dialback-without-dialback feature * mod_dialback: Use constant-time comparison with hmac
Minor changes:
* util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp) * mod_c2s: Don’t throw errors in async code when connections are gone * mod_c2s: Fix traceback in session close when conn is nil * core.certmanager: Improve detection of LuaSec/OpenSSL capabilities * mod_saslauth: Use a defined SASL error * MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info * mod_saslauth: Don’t throw errors in async code when connections are gone * mod_pep: Advertise base pubsub feature (fixes #1632: mod_pep missing pubsub feature in disco) * prosodyctl check config: Add ‘gc’ to list of global options * prosodyctl about: Report libexpat version if known * util.xmppstream: Add API to dynamically configure the stanza size limit for a stream * util.set: Add is_set() to test if an object is a set * mod_http: Skip IP resolution in non-proxied case * mod_c2s: Log about missing conn on async state changes * util.xmppstream: Reduce internal default xmppstream limit to 1MB
Relevant: https://prosody.im/security/advisory_20210512
* boo#1186027: Prosody XMPP server advisory 2021-05-12 * CVE-2021-32919 * CVE-2021-32917 * CVE-2021-32917 * CVE-2021-32920 * CVE-2021-32918
Update to 0.11.8:
Security: * mod_saslauth: Disable ‘tls-unique’ channel binding with TLS 1.3 (#1542)
Fixes and improvements:
* net.websocket.frames: Improve websocket masking performance by using the new util.strbitop * util.strbitop: Library for efficient bitwise operations on strings
Minor changes:
* MUC: Correctly advertise whether the subject can be changed (#1155) * MUC: Preserve disco ‘node’ attribute (or lack thereof) in responses (#1595) * MUC: Fix logic bug causing unnecessary presence to be sent (#1615) * mod_bosh: Fix error if client tries to connect to component (#425) * mod_bosh: Pick out the ‘wait’ before checking it instead of earlier * mod_pep: Advertise base PubSub feature (#1632) * mod_pubsub: Fix notification stanza type setting (#1605) * mod_s2s: Prevent keepalives before client has established a stream * net.adns: Fix bug that sent empty DNS packets (#1619) * net.http.server: Don’t send Content-Length on 1xx/204 responses (#1596) * net.websocket.frames: Fix length calculation bug (#1598) * util.dbuffer: Make length API in line with Lua strings * util.dbuffer: Optimize substring operations * util.debug: Fix locals being reported under wrong stack frame in some cases * util.dependencies: Fix check for Lua bitwise operations library (#1594) * util.interpolation: Fix combination of filters and fallback values #1623 * util.promise: Preserve tracebacks * util.stanza: Reject ASCII control characters (#1606) * timers: Ensure timers can’t block other processing (#1620)
Update to 0.11.7:
Security:
* mod_websocket: Enforce size limits on received frames (fixes #1593)
Fixes and improvements:
* mod_c2s, mod_s2s: Make stanza size limits configurable * Add configuration options to control Lua garbage collection parameters * net.http: Backport SNI support for outgoing HTTP requests (#409) * mod_websocket: Process all data in the buffer on close frame and connection errors (fixes #1474, #1234) * util.indexedbheap: Fix heap data structure corruption, causing some timers to fail after a reschedule (fixes #1572)
Update to 0.11.6:
Fixes and improvements:
* mod_storage_internal: Fix error in time limited queries on items without ‘when’ field, fixes #1557 * mod_carbons: Fix handling of incoming MUC PMs #1540 * mod_csi_simple: Consider XEP-0353: Jingle Message Initiation important * mod_http_files: Avoid using inode in etag, fixes #1498: Fail to download file on FreeBSD * mod_admin_telnet: Create a DNS resolver per console session (fixes #1492: Telnet console DNS commands reduced usefulness) * core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixes #1513) * mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) (fixes #1574: Invalid XML input on s2s connection is logged unescaped) * mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) * mod_muc_mam: Remove spoofed archive IDs before archiving (fixes #1552: MUC MAM may strip its own archive id) * mod_muc_mam: Fix stanza id filter event name, fixes #1546: mod_muc_mam does not strip spoofed stanza ids * mod_muc_mam: Fix missing advertising of XEP-0359, fixes #1547: mod_muc_mam does not advertise stanza-id
Minor changes:
* net.http API: Add request:cancel() method * net.http API: Fix traceback on invalid URL passed to request() * MUC: Persist affiliation_data in new MUC format * mod_websocket: Fire event on session creation (thanks Aaron van Meerten) * MUC: Always include ‘affiliation’/‘role’ attributes, defaulting to ‘none’ if nil * mod_tls: Log when certificates are (re)loaded * mod_vcard4: Report correct error condition (fixes #1521: mod_vcard4 reports wrong error) * net.http: Re-expose destroy_request() function (fixes unintentional API breakage) * net.http.server: Strip port from Host header in IPv6 friendly way (fix #1302) * util.prosodyctl: Tell prosody do daemonize via command line flag (fixes #1514) * SASL: Apply saslprep where necessary, fixes #1560: Login fails if password contains special chars * net.http.server: Fix reporting of missing Host header * util.datamanager API: Fix iterating over “users” (thanks marc0s) * net.resolvers.basic: Default conn_type to ‘tcp’ consistently if unspecified (thanks marc0s) * mod_storage_sql: Fix check for deletion limits (fixes #1494) * mod_admin_telnet: Handle unavailable cipher info (fixes #1510: mod_admin_telnet backtrace) * Log warning when using prosodyctl start/stop/restart * core.certmanager: Look for privkey.pem to go with fullchain.pem (fixes #1526) * mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) * mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504) * mod_muc_mam: Don’t strip MUC tags, fix #1567: MUC tags stripped by mod_muc_mam * mod_pubsub, mod_pep: Ensure correct number of children of (fixes #1496) * mod_register_ibr: Add FORM_TYPE as required by XEP-0077 (fixes #1511) * mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497) * util.startup: Remove duplicated initialization of logging (fix #1527: startup: Logging initialized twice)
This update was imported from the openSUSE:Leap:15.2:Update update project. |
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012382 1015336 1015337 1015340 1019683 1019695 1020413 1020645 1023175 1027260 1027457 1031492 1032029 1033238 1037120 1040153 1040968 1042286 1042829 1043083 1043900 1045290 1046264 1046750 1047487 1048916 1050549 1065600 1066223 1068032 1070805 1077375 1078355 1079935 1080249 1083213 1083993 1086095 1086423 1086652 1088662 1089124 1089811 1091405 1093158 1094244 1094823 1094973 1096242 1096281 1099523 1099810 1100105 1101557 1102439 1102660 1102875 1102877 1102879 1102882 1102896 1103097 1103156 1103257 1103624 1104098 1104731 1105428 1106061 1106105 1106237 1106240 1106929 1107385 1107866 1108145 1108240 1109272 1109330 1109695 1109806 1110286 1111062 1111174 1111809 1112246 1112963 1113412 1113766 1114190 1114417 1114475 1114648 1114763 1114839 1114871 1114893 1115431 1115433 1115440 1115482 1115709 1116027 1116183 1116285 1116336 1116345 1116451 1116497 1116653 1116841 1116924 1116950 1116962 1117108 1117162 1117165 1117186 1117562 1117645 1117744 1118152 1118316 1118319 1118505 1118790 1118798 1118915 1118922 1118926 1118930 1118936 1119204 1119680 1119714 1119877 1119946 1119967 1119970 1120017 1120046 1120722 1120743 1120758 1120902 1120950 1121239 1121240 1121241 1121242 1121275 1121621 1121726 1121874 1122650 1122651 1122779 1122885 1123131 1123321 1123323 1123357 1123455 1123933 1124062 1124166 1124728 1124732 1124735 1124775 1124777 1124780 1124811 1124869 1125000 1125014 1125446 1125794 1125796 1125808 1125809 1125810 1125892 1127760 1127857 1128845 1135189 1135228 1186027 470073 806250 829430 854817 854824 858727 86241 866911 867362 87222 873351 876282 880891 890735 895814 896400 900186 900611 900877 901223 901277 903279 904627 906117 906194 907092 907966 908491 910805 910806 911442 911556 913042 914911 915183 915323 915911 915912 915913 915914 915996 916181 917630 918618 918852 919229 919409 921430 924071 924526 926369 926375 926953 927455 927558 927697 927786 928131 929475 929696 929793 929879 929974 930092 930399 930579 930599 930689 930691 930972 931124 931403 931538 931620 931860 931988 932348 932793 932897 932898 932899 932900 932967 933117 933429 933637 933896 933904 933907 934160 934423 935083 935085 935088 935174 935542 935881 935918 936012 936188 936190 936423 936445 936446 936502 936556 936831 936875 937032 937087 937609 937612 937613 937616 938022 938023 938024 940838 943075 945692 963964 963968 963975 985031 986216 CVE-2009-0946 CVE-2010-2497 CVE-2010-2805 CVE-2010-3053 CVE-2010-3054 CVE-2010-3311 CVE-2010-3814 CVE-2010-3855 CVE-2010-5298 CVE-2011-0226 CVE-2011-1000 CVE-2011-3256 CVE-2011-3439 CVE-2012-1126 CVE-2012-1127 CVE-2012-1128 CVE-2012-1129 CVE-2012-1130 CVE-2012-1131 CVE-2012-1132 CVE-2012-1133 CVE-2012-1134 CVE-2012-1135 CVE-2012-1136 CVE-2012-1137 CVE-2012-1138 CVE-2012-1139 CVE-2012-1140 CVE-2012-1141 CVE-2012-1142 CVE-2012-1143 CVE-2012-1144 CVE-2012-5615 CVE-2012-5668 CVE-2012-5669 CVE-2012-5670 CVE-2013-1431 CVE-2014-0195 CVE-2014-0198 CVE-2014-0221 CVE-2014-0224 CVE-2014-2240 CVE-2014-2241 CVE-2014-2494 CVE-2014-3470 CVE-2014-3566 CVE-2014-3567 CVE-2014-3568 CVE-2014-3686 CVE-2014-4207 CVE-2014-4258 CVE-2014-4260 CVE-2014-4274 CVE-2014-4287 CVE-2014-6463 CVE-2014-6464 CVE-2014-6469 CVE-2014-6474 CVE-2014-6478 CVE-2014-6484 CVE-2014-6489 CVE-2014-6491 CVE-2014-6494 CVE-2014-6495 CVE-2014-6496 CVE-2014-6500 CVE-2014-6505 CVE-2014-6507 CVE-2014-6520 CVE-2014-6530 CVE-2014-6551 CVE-2014-6555 CVE-2014-6559 CVE-2014-6564 CVE-2014-6568 CVE-2014-8146 CVE-2014-8147 CVE-2014-9656 CVE-2014-9657 CVE-2014-9658 CVE-2014-9659 CVE-2014-9660 CVE-2014-9661 CVE-2014-9662 CVE-2014-9663 CVE-2014-9664 CVE-2014-9665 CVE-2014-9666 CVE-2014-9667 CVE-2014-9668 CVE-2014-9669 CVE-2014-9670 CVE-2014-9671 CVE-2014-9672 CVE-2014-9673 CVE-2014-9674 CVE-2014-9675 CVE-2014-9728 CVE-2014-9729 CVE-2014-9730 CVE-2014-9731 CVE-2015-0210 CVE-2015-0374 CVE-2015-0381 CVE-2015-0382 CVE-2015-0391 CVE-2015-0411 CVE-2015-0432 CVE-2015-1774 CVE-2015-1805 CVE-2015-1863 CVE-2015-3212 CVE-2015-3811 CVE-2015-3812 CVE-2015-3813 CVE-2015-3814 CVE-2015-4036 CVE-2015-4167 CVE-2015-4551 CVE-2015-4692 CVE-2015-5212 CVE-2015-5213 CVE-2015-5214 CVE-2015-5364 CVE-2015-5366 CVE-2015-8629 CVE-2015-8630 CVE-2015-8631 CVE-2016-10244 CVE-2016-9811 CVE-2017-5837 CVE-2017-5839 CVE-2017-5842 CVE-2017-5844 CVE-2017-8105 CVE-2017-8287 CVE-2017-9432 CVE-2017-9433 CVE-2017-9445 CVE-2018-1055 CVE-2018-1120 CVE-2018-16858 CVE-2018-16862 CVE-2018-16884 CVE-2018-19407 CVE-2018-19824 CVE-2018-19985 CVE-2018-20169 CVE-2018-5391 CVE-2018-6871 CVE-2018-9568 CVE-2019-3459 CVE-2019-3460 CVE-2019-6974 CVE-2019-7221 CVE-2019-7222 CVE-2019-9928 CVE-2021-32917 CVE-2021-32918 CVE-2021-32919 CVE-2021-32920 openSUSE-SU-2021:0751-1 SUSE-SU-2015:0743-1 SUSE-SU-2015:1013-1 SUSE-SU-2015:1046-1
|
Platform(s): | openSUSE 13.2 SUSE Linux Enterprise Build System Kit 12 SUSE Linux Enterprise Build System Kit 12 SP1 SUSE Linux Enterprise Build System Kit 12 SP2 SUSE Linux Enterprise Build System Kit 12 SP3 SUSE Linux Enterprise Build System Kit 12 SP4 SUSE Linux Enterprise Desktop 11 SP2 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 for SAP 11 SP4 SUSE Linux Enterprise High Availability 12 SP1 SUSE Linux Enterprise High Availability 12 SP2 SUSE Linux Enterprise High Availability 12 SP3 SUSE Linux Enterprise High Availability 12 SP4 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Performance Computing 15 SP2 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 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 Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS 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 SP3 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server 15 SP2 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for SAP Applications 15 SP2 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 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 Storage 7 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 SP5 SUSE Manager Proxy 4.1 SUSE Manager Server 4.1 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 SUSE Package Hub for SUSE Linux Enterprise 15 SP2
| Product(s): | |
Definition Synopsis |
openSUSE 13.2 is installed AND Package Information
libsndfile-1.0.25-19.4.1 is installed
OR libsndfile-devel-1.0.25-19.4.1 is installed
OR libsndfile-progs-1.0.25-19.4.1 is installed
OR libsndfile1-1.0.25-19.4.1 is installed
OR libsndfile1-32bit-1.0.25-19.4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 is installed
AND kernel-zfcpdump-3.12.44-52.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP1 is installed
AND Package Information
krb5-mini-1.12.1-25 is installed
OR krb5-mini-devel-1.12.1-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP2 is installed
AND Package Information
libudev-mini-devel-228-150.7 is installed
OR libudev-mini1-228-150.7 is installed
OR systemd-mini-228-150.7 is installed
OR systemd-mini-devel-228-150.7 is installed
OR udev-mini-228-150.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP3 is installed
AND Package Information
libreoffice-6.0.3.2-43.30 is installed
OR libreoffice-sdk-6.0.3.2-43.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP4 is installed
AND Package Information
libreoffice-6.2.3.2-43.49 is installed
OR libreoffice-sdk-6.2.3.2-43.49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.7-0.3.1 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7.80 is installed
OR MozillaFirefox-translations-10.0.7-0.3.1 is installed
OR libfreebl3-3.13.6-0.5.1 is installed
OR libfreebl3-32bit-3.13.6-0.5.1 is installed
OR mozilla-nspr-4.9.2-0.6.1 is installed
OR mozilla-nspr-32bit-4.9.2-0.6.1 is installed
OR mozilla-nss-3.13.6-0.5.1 is installed
OR mozilla-nss-32bit-3.13.6-0.5.1 is installed
OR mozilla-nss-tools-3.13.6-0.5.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-31.8.0esr-0.10.1 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10.1 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10.1 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10.1 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
OR mozilla-nspr-4.10.8-0.5.1 is installed
OR mozilla-nspr-32bit-4.10.8-0.5.1 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10.1 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28.2 is installed
OR MozillaFirefox-translations-38.5.0esr-28.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
compat-openssl098-0.9.8j-66 is installed
OR libopenssl0_9_8-0.9.8j-66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
compat-openssl098-0.9.8j-87 is installed
OR libopenssl0_9_8-0.9.8j-87 is installed
OR libopenssl0_9_8-32bit-0.9.8j-87 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
jasper-1.900.14-181 is installed
OR libjasper1-1.900.14-181 is installed
OR libjasper1-32bit-1.900.14-181 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND wpa_supplicant-2.2-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libgcrypt-1.6.1-16.62 is installed
OR libgcrypt20-1.6.1-16.62 is installed
OR libgcrypt20-32bit-1.6.1-16.62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 11 SP4 is installed
AND clamsap-0.98.9-0.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP1 is installed
AND Package Information
ctdb-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP2 is installed
AND Package Information
ctdb-4.4.2-38.6 is installed
OR samba-4.4.2-38.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND Package Information
hawk-1.0.0+git.1448981395.15fb8b9-4.3 is installed
OR hawk-templates-1.0.0+git.1448981395.15fb8b9-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP4 is installed
AND Package Information
ctdb-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-4.6.16+git.169.064abe062be-3.46 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND lighttpd-1.4.20-2.54.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 15 SP2 is installed
AND prosody-0.11.9-bp152.2.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
containerd-0.2.5+gitr569_2a5e70c-15.3 is installed
OR docker-1.12.6-87.2 is installed
OR runc-0.1.1+gitr2819_50a19c6-15.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.35-43.2 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-43.2 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-43.2 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-43.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.39-47.1 is installed
OR kernel-ec2-devel-3.12.39-47.1 is installed
OR kernel-ec2-extra-3.12.39-47.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-36.1 is installed
OR php5-5.5.14-36.1 is installed
OR php5-bcmath-5.5.14-36.1 is installed
OR php5-bz2-5.5.14-36.1 is installed
OR php5-calendar-5.5.14-36.1 is installed
OR php5-ctype-5.5.14-36.1 is installed
OR php5-curl-5.5.14-36.1 is installed
OR php5-dba-5.5.14-36.1 is installed
OR php5-dom-5.5.14-36.1 is installed
OR php5-enchant-5.5.14-36.1 is installed
OR php5-exif-5.5.14-36.1 is installed
OR php5-fastcgi-5.5.14-36.1 is installed
OR php5-fileinfo-5.5.14-36.1 is installed
OR php5-fpm-5.5.14-36.1 is installed
OR php5-ftp-5.5.14-36.1 is installed
OR php5-gd-5.5.14-36.1 is installed
OR php5-gettext-5.5.14-36.1 is installed
OR php5-gmp-5.5.14-36.1 is installed
OR php5-iconv-5.5.14-36.1 is installed
OR php5-intl-5.5.14-36.1 is installed
OR php5-json-5.5.14-36.1 is installed
OR php5-ldap-5.5.14-36.1 is installed
OR php5-mbstring-5.5.14-36.1 is installed
OR php5-mcrypt-5.5.14-36.1 is installed
OR php5-mysql-5.5.14-36.1 is installed
OR php5-odbc-5.5.14-36.1 is installed
OR php5-opcache-5.5.14-36.1 is installed
OR php5-openssl-5.5.14-36.1 is installed
OR php5-pcntl-5.5.14-36.1 is installed
OR php5-pdo-5.5.14-36.1 is installed
OR php5-pear-5.5.14-36.1 is installed
OR php5-pgsql-5.5.14-36.1 is installed
OR php5-posix-5.5.14-36.1 is installed
OR php5-pspell-5.5.14-36.1 is installed
OR php5-shmop-5.5.14-36.1 is installed
OR php5-snmp-5.5.14-36.1 is installed
OR php5-soap-5.5.14-36.1 is installed
OR php5-sockets-5.5.14-36.1 is installed
OR php5-sqlite-5.5.14-36.1 is installed
OR php5-suhosin-5.5.14-36.1 is installed
OR php5-sysvmsg-5.5.14-36.1 is installed
OR php5-sysvsem-5.5.14-36.1 is installed
OR php5-sysvshm-5.5.14-36.1 is installed
OR php5-tokenizer-5.5.14-36.1 is installed
OR php5-wddx-5.5.14-36.1 is installed
OR php5-xmlreader-5.5.14-36.1 is installed
OR php5-xmlrpc-5.5.14-36.1 is installed
OR php5-xmlwriter-5.5.14-36.1 is installed
OR php5-xsl-5.5.14-36.1 is installed
OR php5-zip-5.5.14-36.1 is installed
OR php5-zlib-5.5.14-36.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.6.0esr-62.1 is installed
OR MozillaFirefox-translations-45.6.0esr-62.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-68.1 is installed
OR kernel-rt-base-3.0.101.rt130-68.1 is installed
OR kernel-rt-devel-3.0.101.rt130-68.1 is installed
OR kernel-rt_trace-3.0.101.rt130-68.1 is installed
OR kernel-rt_trace-base-3.0.101.rt130-68.1 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-68.1 is installed
OR kernel-source-rt-3.0.101.rt130-68.1 is installed
OR kernel-syms-rt-3.0.101.rt130-68.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 is installed
AND Package Information
MozillaFirefox-3.0.10-1.1.1 is installed
OR MozillaFirefox-branding-SLED-3.5-1.1.5 is installed
OR MozillaFirefox-translations-3.0.10-1.1.1 is installed
OR gconf2-2.24.0-7.5 is installed
OR gconf2-32bit-2.24.0-7.5 is installed
OR gconf2-x86-2.24.0-7.5 is installed
OR libfreebl3-3.12.3.1-1.2.1 is installed
OR libfreebl3-32bit-3.12.3.1-1.2.1 is installed
OR libfreebl3-x86-3.12.3.1-1.2.1 is installed
OR libidl-0.8.11-2.14 is installed
OR libidl-32bit-0.8.11-2.14 is installed
OR libidl-x86-0.8.11-2.14 is installed
OR mozilla-nspr-4.8-1.3.1 is installed
OR mozilla-nspr-32bit-4.8-1.3.1 is installed
OR mozilla-nspr-x86-4.8-1.3.1 is installed
OR mozilla-nss-3.12.3.1-1.2.1 is installed
OR mozilla-nss-32bit-3.12.3.1-1.2.1 is installed
OR mozilla-nss-tools-3.12.3.1-1.2.1 is installed
OR mozilla-nss-x86-3.12.3.1-1.2.1 is installed
OR mozilla-xulrunner190-1.9.0.10-1.1.1 is installed
OR mozilla-xulrunner190-32bit-1.9.0.10-1.1.1 is installed
OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1.1 is installed
OR mozilla-xulrunner190-translations-1.9.0.10-1.1.1 is installed
OR mozilla-xulrunner190-x86-1.9.0.10-1.1.1 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1.1 is installed
OR mozilla-xulrunner192-1.9.2.12-0.6.1 is installed
OR mozilla-xulrunner192-32bit-1.9.2.12-0.6.1 is installed
OR mozilla-xulrunner192-gnome-1.9.2.12-0.6.1 is installed
OR mozilla-xulrunner192-translations-1.9.2.12-0.6.1 is installed
OR mozilla-xulrunner192-x86-1.9.2.12-0.6.1 is installed
OR orbit2-2.14.16-2.16 is installed
OR orbit2-32bit-2.14.16-2.16 is installed
OR orbit2-x86-2.14.16-2.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND quagga-0.99.15-0.10.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND quagga-0.99.15-0.10.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND quagga-0.99.15-0.10.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
boost-license-1.36.0-12.3.1 is installed
OR libboost_program_options1_36_0-1.36.0-12.3.1 is installed
OR libboost_regex1_36_0-1.36.0-12.3.1 is installed
OR libboost_signals1_36_0-1.36.0-12.3.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
boost-license-1.36.0-12.3.1 is installed
OR libboost_program_options1_36_0-1.36.0-12.3.1 is installed
OR libboost_regex1_36_0-1.36.0-12.3.1 is installed
OR libboost_signals1_36_0-1.36.0-12.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
e2fsprogs-1.41.9-2.1 is installed
OR libcom_err2-1.41.9-2.1 is installed
OR libcom_err2-32bit-1.41.9-2.1 is installed
OR libcom_err2-x86-1.41.9-2.1 is installed
OR libext2fs2-1.41.9-2.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND Package Information
MozillaFirefox-10.0.12-0.4.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7.103 is installed
OR MozillaFirefox-translations-10.0.12-0.4.3 is installed
OR libfreebl3-3.14.1-0.3.1 is installed
OR libfreebl3-32bit-3.14.1-0.3.1 is installed
OR mozilla-nspr-4.9.4-0.3.1 is installed
OR mozilla-nspr-32bit-4.9.4-0.3.1 is installed
OR mozilla-nss-3.14.1-0.3.1 is installed
OR mozilla-nss-32bit-3.14.1-0.3.1 is installed
OR mozilla-nss-tools-3.14.1-0.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
coreutils-8.12-6.25.29.1 is installed
OR coreutils-lang-8.12-6.25.29.1 is installed
OR coreutils-x86-8.12-6.25.29.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
coreutils-8.12-6.25.29.1 is installed
OR coreutils-lang-8.12-6.25.29.1 is installed
OR coreutils-x86-8.12-6.25.29.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.28 is installed
OR apache2-doc-2.2.12-1.28 is installed
OR apache2-example-pages-2.2.12-1.28 is installed
OR apache2-prefork-2.2.12-1.28 is installed
OR apache2-utils-2.2.12-1.28 is installed
OR apache2-worker-2.2.12-1.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
MozillaFirefox-45.3.0esr-48.1 is installed
OR MozillaFirefox-branding-SLED-45.0-20.38 is installed
OR MozillaFirefox-translations-45.3.0esr-48.1 is installed
OR firefox-fontconfig-2.11.0-4.2 is installed
OR libfreebl3-3.21.1-26.2 is installed
OR libfreebl3-32bit-3.21.1-26.2 is installed
OR mozilla-nspr-4.12-25.2 is installed
OR mozilla-nspr-32bit-4.12-25.2 is installed
OR mozilla-nspr-devel-4.12-25.2 is installed
OR mozilla-nss-3.21.1-26.2 is installed
OR mozilla-nss-32bit-3.21.1-26.2 is installed
OR mozilla-nss-devel-3.21.1-26.2 is installed
OR mozilla-nss-tools-3.21.1-26.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13.2 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13.2 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
apache2-mod_php53-5.3.17-0.13 is installed
OR php53-5.3.17-0.13 is installed
OR php53-bcmath-5.3.17-0.13 is installed
OR php53-bz2-5.3.17-0.13 is installed
OR php53-calendar-5.3.17-0.13 is installed
OR php53-ctype-5.3.17-0.13 is installed
OR php53-curl-5.3.17-0.13 is installed
OR php53-dba-5.3.17-0.13 is installed
OR php53-dom-5.3.17-0.13 is installed
OR php53-exif-5.3.17-0.13 is installed
OR php53-fastcgi-5.3.17-0.13 is installed
OR php53-fileinfo-5.3.17-0.13 is installed
OR php53-ftp-5.3.17-0.13 is installed
OR php53-gd-5.3.17-0.13 is installed
OR php53-gettext-5.3.17-0.13 is installed
OR php53-gmp-5.3.17-0.13 is installed
OR php53-iconv-5.3.17-0.13 is installed
OR php53-intl-5.3.17-0.13 is installed
OR php53-json-5.3.17-0.13 is installed
OR php53-ldap-5.3.17-0.13 is installed
OR php53-mbstring-5.3.17-0.13 is installed
OR php53-mcrypt-5.3.17-0.13 is installed
OR php53-mysql-5.3.17-0.13 is installed
OR php53-odbc-5.3.17-0.13 is installed
OR php53-openssl-5.3.17-0.13 is installed
OR php53-pcntl-5.3.17-0.13 is installed
OR php53-pdo-5.3.17-0.13 is installed
OR php53-pear-5.3.17-0.13 is installed
OR php53-pgsql-5.3.17-0.13 is installed
OR php53-pspell-5.3.17-0.13 is installed
OR php53-shmop-5.3.17-0.13 is installed
OR php53-snmp-5.3.17-0.13 is installed
OR php53-soap-5.3.17-0.13 is installed
OR php53-suhosin-5.3.17-0.13 is installed
OR php53-sysvmsg-5.3.17-0.13 is installed
OR php53-sysvsem-5.3.17-0.13 is installed
OR php53-sysvshm-5.3.17-0.13 is installed
OR php53-tokenizer-5.3.17-0.13 is installed
OR php53-wddx-5.3.17-0.13 is installed
OR php53-xmlreader-5.3.17-0.13 is installed
OR php53-xmlrpc-5.3.17-0.13 is installed
OR php53-xmlwriter-5.3.17-0.13 is installed
OR php53-xsl-5.3.17-0.13 is installed
OR php53-zip-5.3.17-0.13 is installed
OR php53-zlib-5.3.17-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.44.1 is installed
OR bind-chrootenv-9.9.6P1-0.44.1 is installed
OR bind-devel-9.9.6P1-0.44.1 is installed
OR bind-doc-9.9.6P1-0.44.1 is installed
OR bind-libs-9.9.6P1-0.44.1 is installed
OR bind-libs-32bit-9.9.6P1-0.44.1 is installed
OR bind-utils-9.9.6P1-0.44.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
curl-openssl1-7.19.7-1.69.1 is installed
OR libcurl4-openssl1-7.19.7-1.69.1 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.69.1 is installed
OR libcurl4-openssl1-x86-7.19.7-1.69.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
xorg-x11-server-7.6_1.15.2-21 is installed
OR xorg-x11-server-extra-7.6_1.15.2-21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
xorg-x11-server-7.6_1.15.2-21 is installed
OR xorg-x11-server-extra-7.6_1.15.2-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
gnutls-3.2.15-4.1 is installed
OR libgnutls-openssl27-3.2.15-4.1 is installed
OR libgnutls28-3.2.15-4.1 is installed
OR libgnutls28-32bit-3.2.15-4.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
grub2-2.02~beta2-73 is installed
OR grub2-i386-pc-2.02~beta2-73 is installed
OR grub2-powerpc-ieee1275-2.02~beta2-73 is installed
OR grub2-s390x-emu-2.02~beta2-73 is installed
OR grub2-snapper-plugin-2.02~beta2-73 is installed
OR grub2-x86_64-efi-2.02~beta2-73 is installed
OR grub2-x86_64-xen-2.02~beta2-73 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
grub2-2.02~beta2-73 is installed
OR grub2-i386-pc-2.02~beta2-73 is installed
OR grub2-powerpc-ieee1275-2.02~beta2-73 is installed
OR grub2-s390x-emu-2.02~beta2-73 is installed
OR grub2-snapper-plugin-2.02~beta2-73 is installed
OR grub2-x86_64-efi-2.02~beta2-73 is installed
OR grub2-x86_64-xen-2.02~beta2-73 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libfreetype6-2.5.5-7.5.1 is installed
OR libfreetype6-32bit-2.5.5-7.5.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache2-2.4.23-14.7 is installed
OR apache2-doc-2.4.23-14.7 is installed
OR apache2-example-pages-2.4.23-14.7 is installed
OR apache2-prefork-2.4.23-14.7 is installed
OR apache2-utils-2.4.23-14.7 is installed
OR apache2-worker-2.4.23-14.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libXcursor-1.1.14-4.6 is installed
OR libXcursor1-1.1.14-4.6 is installed
OR libXcursor1-32bit-1.1.14-4.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libXcursor-1.1.14-4.6 is installed
OR libXcursor1-1.1.14-4.6 is installed
OR libXcursor1-32bit-1.1.14-4.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-2-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_15-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-2-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_15-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-daemon-1.0.15-4.181 is installed
OR apache-commons-daemon-javadoc-1.0.15-4.181 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_60-52_54-default-3-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_15-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_103-92_53-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_16-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
MozillaFirefox-60.7.2-109.80 is installed
OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
libksba-1.0.4-1.20 is installed
OR libksba-devel-1.0.4-1.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
ImageMagick-6.4.3.6-78.40.1 is installed
OR ImageMagick-devel-6.4.3.6-78.40.1 is installed
OR libMagick++-devel-6.4.3.6-78.40.1 is installed
OR libMagick++1-6.4.3.6-78.40.1 is installed
OR libMagickWand1-6.4.3.6-78.40.1 is installed
OR libMagickWand1-32bit-6.4.3.6-78.40.1 is installed
OR perl-PerlMagick-6.4.3.6-78.40.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND Package Information
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-devel-38.5.0esr-54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
libblkid-devel-2.25-37 is installed
OR libmount-devel-2.25-37 is installed
OR libsmartcols-devel-2.25-37 is installed
OR libuuid-devel-2.25-37 is installed
OR util-linux-2.25-37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
libXdmcp-1.1.1-12 is installed
OR libXdmcp-devel-1.1.1-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
libgcrypt-1.6.1-16.62 is installed
OR libgcrypt-devel-1.6.1-16.62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND freetype2-devel-2.6.3-7.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.457-80 is installed
OR flash-player-gnome-11.2.202.457-80 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
empathy-3.10.3-1.131 is installed
OR empathy-lang-3.10.3-1.131 is installed
OR telepathy-mission-control-plugin-goa-3.10.3-1.131 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcrecpp0-8.39-5 is installed
OR libpcrecpp0-32bit-8.39-5 is installed
OR pcre-8.39-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libraw-0.15.4-9 is installed
OR libraw9-0.15.4-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND telepathy-gabble-0.18.3-5 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND
chromedriver-64.0.3282.119-46 is installed
OR chromium-64.0.3282.119-46 is installed
OR libre2-0-20180101-5 is installed
OR re2-20180101-5 is installed
OR re2-devel-20180101-5 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
chromedriver-64.0.3282.119-46 is installed
OR chromium-64.0.3282.119-46 is installed
OR libre2-0-20180101-5 is installed
OR re2-20180101-5 is installed
OR re2-devel-20180101-5 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
kde-cli-tools5-5.5.5-12 is installed
OR kde-cli-tools5-lang-5.5.5-12 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-63.0.3239.84-40 is installed
OR chromium-63.0.3239.84-40 is installed
|