Revision Date: | 2022-07-06 | Version: | 1 |
Title: | Security update for rsyslog (Important) |
Description: |
This update for rsyslog fixes the following issues:
- CVE-2022-24903: fix potential heap buffer overflow in modules for TCP syslog reception (bsc#1199061)
Upgrade to rsyslog 8.2106.0 (bsc#1188039)
* NOTE: the prime new feature is support for TLS and non-TLS connections via imtcp in parallel. Furthermore, most TLS parameters can now be overriden at the input() level. The notable exceptions are certificate files, something that is due to be implemented as next step. * 2021-06-14: new global option 'parser.supportCompressionExtension' This permits to turn off rsyslog's single-message compression extension when it interferes with non-syslog message processing (the parser subsystem expects syslog messages, not generic text) closes https://github.com/rsyslog/rsyslog/issues/4598 * 2021-05-12: imtcp: add more override config params to input() It is now possible to override all module parameters at the input() level. Module parameters serve as defaults. Existing configs need no modification. * 2021-05-06: imtcp: add stream driver parameter to input() configuration This permits to have different inputs use different stream drivers and stream driver parameters. closes https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-29: imtcp: permit to run multiple inputs in parallel Previously, a single server was used to run all imtcp inputs. This had a couple of drawsbacks. First and foremost, we could not use different stream drivers in the varios inputs. This patch now provides a baseline to do that, but does still not implement the capability (in this sense it is a staging patch). Secondly, we now ensure that each input has at least one exclusive thread for processing, untangling the performance of multiple inputs from each other. see also: https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-27: tcpsrv bugfix: potential sluggishnes and hang on shutdown tcpsrv is used by multiple other modules (imtcp, imdiag, imgssapi, and, in theory, also others - even ones we do not know about). However, the internal synchornization did not properly take multiple tcpsrv users in consideration. As such, a single user could hang under some circumstances. This was caused by improperly awaking all users from a pthread condition wait. That in turn could lead to some sluggish behaviour and, in rare cases, a hang at shutdown. Note: it was highly unlikely to experience real problems with the officially provided modules. * 2021-04-22: refactoring of syslog/tcp driver parameter passing This has now been generalized to a parameter block, which makes it much cleaner and also easier to add new parameters in the future. * 2021-04-22: config script: add re_match_i() and re_extract_i() functions This provides case-insensitive regex functionality. closes https://github.com/rsyslog/rsyslog/issues/4429 - Update to rsyslog 8.2104.0: * rainerscript: call getgrnam_r repeatedly to get all group members * new contributed module imhiredis * new built-in function get_property() to access property vars * mmdblookup: add support for mmdb DB reload on HUP * script bugfix: empty array in foreach() improperly handled * imjournal bugfixes (handle leak, empty file) * new contributed function module fmunflatten * test bugfix: some tests did not work with newer TLS library versions * some improvements to project CI
- Update to rsyslog 8.2102.0: * omfwd: add stats counter for sent bytes * omfwd: add error reporting configuration option * action stats counter bugfix: failure count was not properly incremented * action stats counter bugfix: resume count was not incremented * omfwd bugfix: segfault or error if port not given * lookup table bugfix: data race on lookup table reload * testbench modernization * testbench: fix invalid sequence of kafka tests runs * testbench: fix kafkacat issues * testbench: fix year-dependendt clickhouse test
- Update to rsyslog 8.2012.0: * testbench bugfix: some tests did not work in make distcheck * immark: rewrite with many improvements * usability: re-phrase error message to help users better understand cause * add new system property $now-unixtimestamp * omfwd: add new rate limit option * omfwd bug: param 'StreamDriver.PermitExpiredCerts' is not 'off' by default
- Update to rsyslog 8.2010.0: * gnutls TLS subsystem bugfix: handshake error handling * core/msg bugfix: memory leak * core/msg bugfix: segfault in jsonPathFindNext() when root not an object * openssl TLS subsystem: improvments of error and status messages * add 'exists()' script function to check if variable exists * core bugfix: do not create empty JSON objects on non-existent key access * gnutls subsysem bugfix: potential hang on session closure * core/network bugfix: obey net.enableDNS=off when querying local hostname * core bugfix: potential segfault on query of PROGRAMNAME property * imtcp bugfix: broken connection not necessariy detected * new module: imhttp - http input * mmdarwin bugfix: potential zero uuid when reusing existing one * imdocker bugfix: build issue on some platforms * omudpspoof bugfix: make compatbile with Solaris build * testbench fix: python 3 incompatibility * core bugfix: segfault if disk-queue file cannot be created * cosmetic: fix dummy module name in debug output * config bugfix: intended warning emitted as error
- Update to rsyslog 8.39.0 * imfile: improve truncation detection * imjournal: work around journald excessive reloading behavior * errmsg: remove no longer needed code * queue bugfix: invalid error message on queue startup * bugfix imrelp: regression with legacy configuration startup fail * bugfix imudp: stall of connection and/or potential segfault * bugfix gcry crypto driver: small memleak * fix potential misadressing in encryption subsystem * ksi subsystem changes * bugfix core: regex compile error messages could be incorrect * bugfix core: potential hang on rsyslog termination * bugfix imkafka: system hang when backgrounded * bugfix imfile: file change was not reliably detected * bugfix imrelp: do not fail build if librelp does not have relpSrvSetLstnAddr * bugfix queue subsystem: DA queue did ignore encryption settings * bugfix KSI: lmsig-ksils12 module skips signing the last block * bugfix fmhash: function hash64mod sometimes returned wrong result * bugfix core/debug: data written to random fd 2 under some debug settings
- Update to rsyslog 8.38.0: * imfile: support for endmsg.regex * omhttp: new contribued module * imrelp: add support for seting address to bind to (#894) * ommysql: support mysql unix domain socket * omusrmsg: do not fall back to max username length of 8 * various bug fixes and minor updates to other modules and core * various fixes for memory leaks
- Update to rsyslog 8.36.0: * Liblogging-stdlog deprecated * OpenSSL based TLS driver added in addition to GnuTLS * GnuTLS TLS driver: support intermediate certificates * imptcp: add ability to configure socket backlog * fmhash: new hash function module * updates and fixes to various modules * omfwd: add support for bind-to-address for UDP * mmkubernetes: new module
- Update to rsyslog 8.33.1: * devcontainer: use some more sensible defaults * auto-detect if running inside a container (as pid 1) * config: add include() script object * template: add option to generate json 'container' * core/template: add format jsonf to constant template entries * config: add ability to disable config parameter ('config.enable') * script: permit to use environment variables during configuration * new global config parameter 'shutdown.enable.ctlc' * config optimizer: detect totally empty 'if' statements and optimize them out * template: constant entry can now also be formatted as json field * omstdout: support for new-style configuration parameters added * core: set TZ on startup if not already set * imjournal bugfix: file handle leak during journal rotation * lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected * script bugfix: replace() function worked incorrectly in some cases * core bugfix: misadressing in external command parser * core bugfix: small memory leak in external command parser * core bugfix: string not properly terminated when RFC5424 MSGID is used * bugfix: strndup() compatibility layer func copies too much
- Update to rsyslog 8.32.0 * libfastjson 0.99.8 required * libczmq >= 3.0.2 is now required for omczmq * libcurl is now needed for rsyslog core * rsyslogd: add capability to specify that no pid file shall be written * core improvements and bug fixes * RainerScript improvements and bug fixes * build fixes, including gcc7 fixes * various bug fixes in multiple modules * imudp: fix segfault in ratelimit code
- Update to rsyslog 8.30.0 * changed behaviour: all variables are now case-insensitive by default * core: handle (JSON) variables in case-insensitive way * imjournal: made switching to persistent journal in runtime possible * mmanon: complete refactor and enhancements * imfile: add 'fileoffset' metadata * RainerScript: add ltrim and rtrim functions * core: report module name when suspending action * core: add ability to limit number of error messages going to stderr * tcpsrv subsystem: improvate clarity of some error messages * imptcp: include module name in error msg * imtcp: include module name in error msg * tls improvement: better error message if certificate file cannot be read * omfwd: slightly improved error messages during config parsing * ommysql improvements * ommysql bugfix: do not duplicate entries on failed transaction * imtcp bugfix: parameter priorityString was ignored * template/bugfix: invalid template option conflict detection * core/actions: fix handling of data-induced errors * core/action bugfix: no 'action suspended' message during retry processing * core/action: if commitTransaction fails, try individual messages * core/ratelimit bugfix: race can lead to segfault * core bugfix: rsyslog aborts if errmsg is generated in early startup * core bugfix: informational messages was logged with error severity * core bugfix: --enable-debugless build was broken * queue bugfix: file write error message was incorrect * omrelp bugfix: segfault when rebindinterval parameter is used * omkafka bugfix: invalid load of failedmsg file on startup if disabled * kafka bugfix: problem on invalid kafka configuration values * imudp bugfix: UDP oversize message not properly handled * core bugfix: memory corruption during configuration parsing * core bugfix: race on worker thread termination during shutdown * omelasticsearch: avoid ES5 warnings while sending json in bulkmode * omelasticsearch bugfix: incompatibility with newer ElasticSearch version * imptcp bugfix: invalid mutex addressing on some platforms * imptcp bugfix: do not accept missing port in legacy listener definition
- Update to rsyslog 8.29.0: * imptcp: add experimental parameter 'multiline' * imptcp: framing-related error messages now also indicate remote peer * imtcp: framing-related error messages now also indicate remote peer * imptcp: add session statistics conunter * imtcp: add ability to specify GnuTLS priority string * impstats: add new ressoure counter 'openfiles' * pmnormalize: new parser module * core/queue: provide informational messages on thread startup and shutdown * omfwd/udp: improve error reporting, depricate maxerrormessages parameter * core: add parameters debug.file and debug.whitelist * core/net.c: improve UDP socket creation error messages * omfwd/udp: add 'udp.sendbuf' parameter * core: make rsyslog internal message rate-limiter configurable * omelasticsearch bugfixes and changed ES5 API support + avoid 404 during health check + avoid ES5 warnings while sending json + bugfix for memomry leak while writing error file * imfile bugfix: wildcard detection issue on path wildcards * omfwd bugfix: always give reason for suspension * omfwd bugfix: configured compression level was not properly used * imptcp bugfix: potential socket leak on session shutdown * omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking mode * imklog: fix permitnonkernelfacility not working * impstats bugfix: impstats does not handle HUP * core bugfix: segfault after configuration errors * core/queue bugfixes * lmsig_ksi: removed pre-KSI_LS12 components
- Update to rsyslog 8.28.0 * omfwd: add parameter 'tcp_frameDelimiter' * omkafka: large refactor of kafka subsystem * imfile: improved handling of atomically renamed file (w/ wildcards) * imfile: add capability to truncate oversize messages or split into multiple * mmdblookup fixes and extensions * bugfix: fixed multiple memory leaks * imptcp: add new parameter 'flowControl' * imrelp: add 'maxDataSize' config parameter * multiple modules: gtls: improve error if certificate file can't be opened * omsnare: allow different tab escapes * omelasticsearch: converted to use libfastjson instead of json-c * imjournal: _PID fallback * added fallback for _PID proprety when SYSLOG_PID is not available * introduced new option 'usepid' which sets which property should rsyslog use, it has 3 states system|syslog|both, default is both * deprecated 'usepidfromsystem' option, still can be used and override the 'usepid' * it is possible to revert previous default with usepid='syslog' * multiple modules: add better error messages when regcomp is failing * omhiredis: fix build warnings * imfile bugfix: files mv-ed in into directory were not handled * omprog bugfix: execve() incorrectly called * imfile bugfix: multiline timeout did not work if state file exists * lmsig_ksi-ls12 bugfix: build problems on some platforms * core bugfix: invalid object type assertion * regression fix: local hostname was not always detected properly... * bugfix: format security issues in zmq3 modules * bugfix build system: add libksi only to those binaries that need it * bugfix KSI ls12 components: invalid tree height calculation * bugfix imfile: fix multiline timeout code
- Update to rsyslog 8.27.0 - imkafka: add module - imptcp enhancements: * optionally emit an error message if incoming messages are truncated * optionally emit connection tracking message (on connection create and close) * add 'maxFrameSize' parameter to specify the maximum size permitted in octet-counted mode * add parameter 'discardTruncatedMsg' to permit truncation of oversize messages * improve octect-counted mode detection: if the octet count is larger then the set frame size (or overly large in general), it is now assumed that octet-stuffing mode is used. This probably solves a number of issues seen in real deployments. - imtcp enhancements: * add parameter 'discardTruncatedMsg' to permit truncation of oversize messages * add 'maxFrameSize' parameter to specify the maximum size permitted in octet-counted mode - imfile bugfix: 'file not found error' repeatedly being reported for configured non-existing file. In polling mode, this message appeared once in each polling cycle, causing a potentially very large amout of error messages. Note that they were usually emitted too infrequently to trigger the error message rate limiter, albeit often enough to be a major annoance. - imfile: in inotify mode, add error message if configured file cannot be found - imfile: add parameter 'fileNotFoundError' to optinally disable 'file not found' error messages - core: replaced gethostbyname() with getaddrinfo() call Gethostbyname() is generally considered obsolete, is not reentrant and cannot really work with IPv6. Changed the only place in rsyslog where this call remained. Thanks to github user jvymazal for the patch - omkafka: add 'origin' field to stats output See also https://github.com/rsyslog/rsyslog/issues/1508 Thanks to Yury Bushmelev for providing the patch. - imuxsock: rate-limiting also uses process name both for the actual limit procesing as well as warning messages emitted see also https://github.com/rsyslog/rsyslog/pull/1520 Thanks to github user jvymazal for the patch - Added new module: KSI log signing ver. 1.2 (lmsig_ksi_ls12) - rsylsog base functionality now builds on osx (Mac) Thanks to github user hdatma for his help in getting this done. - build now works on solaris again - imfile: fix cross-platform build issue see also https://github.com/rsyslog/rsyslog/issues/1494 Thanks to Felix Janda for bug report and solution suggestion. - bugfix core: segfault when no parser could parse message - core bugfix: memory leak when internal messages not processed internally
- Update to rsyslog 8.26.0: * liblognorm 2.0.3 is required for mmnormalize * enable internal error messages at all times * core: added logging name of source of rate-limited messages * omfwd: omfwd: add support for network namespaces * imrelp: honor input name if provided when submitting to impstats * imptcp: add ability to set owner/group/access perms for uds * mmnormalize: add ability to load a rulebase from action() parameter * pmrfc3164 improvements + permit to ignore leading space in MSG + permit to use at-sign in host names + permit to require tag to end in colon * add new global parameter 'umask' * core: make use of -T command line option more secure * omfile: add error if both file and dynafile are set * bugfix: build problem on MacOS (not a supported platform) * regression fix: in 8.25, str2num() returned error on empty string * bugfix omsnmp: improper handling of new-style configuration parameters * bugfix: rsyslog identifies itself as 'liblogging-stdlog' in internal messages * bugfix imfile: wrong files were monitored when using multiple imfile inputs * bugfix: setting net.aclResolveHostname/net.acladdhostnameonfail segfaults * bugfix: immark emitted error messages with text 'imuxsock' * bugfix tcpflood: build failed if RELP was disabled * fix gcc6 compiler warnings * the output module array passing interface has been removed
- Update to rsyslog 8.25.0: * imfile: add support for wildcards in directory names * add new global option 'parser.PermitSlashInProgramname' * mmdblookup: fix build issues, code cleanup * improved debug output for queue corruption cases * an error message is now displayed when a directory owner cannot be set * rainerscript: add new function ipv42num * rainerscript: add new function num2ipv4 * bugfix: ratelimiter does not work correctly is time is set back * core: fix potential message loss in old-style transactional interface * bugfix queue subsystem: queue corrupted if certain msg props are used * bugfix imjournal: fixed situation when time goes backwards * bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer * bugfix core: str2num mishandling empty strings * bugfix rainerscript: set/unset statement do not check variable name validity * bugfix mmrm1stspace: last character of rawmsg property was doubled * bugfix imtcp: fix very small (cosmetic) memory leak * However, the leak breaks memleak checks in the testbench. * fix segfault in libc
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1051798 1068678 1080238 1082318 1101642 1110456 1157818 1158812 1158958 1158959 1158960 1159491 1159715 1159847 1159850 1160309 1160414 1160438 1160439 1164719 1172091 1172115 1172234 1172236 1172240 1173641 1178288 1178490 1182653 1188039 1199061 928700 928701 CVE-2006-4197 CVE-2007-3126 CVE-2009-1885 CVE-2009-3736 CVE-2010-4540 CVE-2010-4541 CVE-2010-4542 CVE-2010-4543 CVE-2011-2896 CVE-2012-1152 CVE-2012-2812 CVE-2012-2813 CVE-2012-2814 CVE-2012-2836 CVE-2012-2837 CVE-2012-2840 CVE-2012-2841 CVE-2012-3236 CVE-2012-4510 CVE-2012-4559 CVE-2012-4560 CVE-2012-4561 CVE-2012-5576 CVE-2013-0176 CVE-2013-2126 CVE-2013-2127 CVE-2013-6393 CVE-2014-0017 CVE-2014-2525 CVE-2014-2892 CVE-2014-3248 CVE-2014-8132 CVE-2014-9130 CVE-2015-0252 CVE-2015-3146 CVE-2015-3414 CVE-2015-3415 CVE-2015-5185 CVE-2015-5198 CVE-2015-5199 CVE-2015-5200 CVE-2016-0729 CVE-2016-0739 CVE-2016-2099 CVE-2016-4463 CVE-2016-4994 CVE-2016-9957 CVE-2016-9958 CVE-2016-9959 CVE-2016-9960 CVE-2016-9961 CVE-2017-2626 CVE-2019-19244 CVE-2019-19317 CVE-2019-19603 CVE-2019-19645 CVE-2019-19646 CVE-2019-19880 CVE-2019-19923 CVE-2019-19924 CVE-2019-19925 CVE-2019-19926 CVE-2019-19959 CVE-2019-20218 CVE-2020-13434 CVE-2020-13435 CVE-2020-13630 CVE-2020-13631 CVE-2020-13632 CVE-2020-15358 CVE-2020-9327 CVE-2022-24903 SUSE-SU-2022:2314-1
|
Platform(s): | openSUSE 13.1 openSUSE 13.1 NonFree openSUSE 13.2 openSUSE 13.2 NonFree SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise for SAP 12 SUSE Linux Enterprise for SAP 12 SP1 SUSE Linux Enterprise for SAP 12 SP2 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 Performance Computing 12 SP5 SUSE Linux Enterprise Live Patching 12 SUSE Linux Enterprise Live Patching 12 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP3 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP2 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 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP2 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 SP2 SUSE Linux Enterprise Software Development Kit 12 SP3 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
| Product(s): | |
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed AND Package Information
dnsmasq-2.71-4.1 is installed
OR dnsmasq-utils-2.71-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 is installed
AND Package Information
cups-1.7.5-5 is installed
OR cups-ddk-1.7.5-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP1 is installed
AND Package Information
python-tdb-1.3.8-4 is installed
OR python-tevent-0.9.26-4 is installed
OR tdb-1.3.8-4 is installed
OR tevent-0.9.26-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP2 is installed
AND kernel-zfcpdump-4.4.74-92.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP3 is installed
AND kernel-zfcpdump-4.4.92-6.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP4 is installed
AND Package Information
ghostscript-mini-9.26a-23.19 is installed
OR ghostscript-mini-devel-9.26a-23.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
ghostscript-fonts-other-8.62-32.34.1 is installed
OR ghostscript-fonts-rus-8.62-32.34.1 is installed
OR ghostscript-fonts-std-8.62-32.34.1 is installed
OR ghostscript-library-8.62-32.34.1 is installed
OR ghostscript-omni-8.62-32.34.1 is installed
OR ghostscript-x11-8.62-32.34.1 is installed
OR libgimpprint-4.2.7-32.34.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libexif12-0.6.21-6 is installed
OR libexif12-32bit-0.6.21-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND libraw9-0.15.4-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
cups-pk-helper-0.2.5-5 is installed
OR cups-pk-helper-lang-0.2.5-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 12 is installed
AND Package Information
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 12 SP1 is installed
AND Package Information
compat-openssl098-0.9.8j-97.1 is installed
OR libopenssl0_9_8-0.9.8j-97.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 12 SP2 is installed
AND Package Information
compat-openssl098-0.9.8j-105.1 is installed
OR libopenssl0_9_8-0.9.8j-105.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP2 is installed
AND Package Information
cluster-md-kmp-default-4.4.21-69 is installed
OR cluster-network-kmp-default-4.4.21-69 is installed
OR dlm-kmp-default-4.4.21-69 is installed
OR gfs2-kmp-default-4.4.21-69 is installed
OR ocfs2-kmp-default-4.4.21-69 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND fence-agents-4.0.25+git.1485179354.eb43835-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP4 is installed
AND haproxy-1.6.11-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Performance Computing 12 SP5 is installed
AND Package Information
alsa-1.0.27.2-15 is installed
OR alsa-docs-1.0.27.2-15 is installed
OR libasound2-1.0.27.2-15 is installed
OR libasound2-32bit-1.0.27.2-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 is installed
AND Package Information
kgraft-patch-3_12_38-44-default-1-2 is installed
OR kgraft-patch-3_12_38-44-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_3-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_73-5-default-2-2.3 is installed
OR kgraft-patch-SLE12-SP3_Update_0-2-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-45 is installed
OR salt-api-2016.11.4-45 is installed
OR salt-bash-completion-2016.11.4-45 is installed
OR salt-cloud-2016.11.4-45 is installed
OR salt-doc-2016.11.4-45 is installed
OR salt-master-2016.11.4-45 is installed
OR salt-minion-2016.11.4-45 is installed
OR salt-proxy-2016.11.4-45 is installed
OR salt-ssh-2016.11.4-45 is installed
OR salt-syndic-2016.11.4-45 is installed
OR salt-zsh-completion-2016.11.4-45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
ruby2.1-rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-apache2-5.0.18-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND python3-3.4.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
apache2-mod_php5-5.2.6-50.24.1 is installed
OR php5-5.2.6-50.24.1 is installed
OR php5-bcmath-5.2.6-50.24.1 is installed
OR php5-bz2-5.2.6-50.24.1 is installed
OR php5-calendar-5.2.6-50.24.1 is installed
OR php5-ctype-5.2.6-50.24.1 is installed
OR php5-curl-5.2.6-50.24.1 is installed
OR php5-dba-5.2.6-50.24.1 is installed
OR php5-dbase-5.2.6-50.24.1 is installed
OR php5-dom-5.2.6-50.24.1 is installed
OR php5-exif-5.2.6-50.24.1 is installed
OR php5-fastcgi-5.2.6-50.24.1 is installed
OR php5-ftp-5.2.6-50.24.1 is installed
OR php5-gd-5.2.6-50.24.1 is installed
OR php5-gettext-5.2.6-50.24.1 is installed
OR php5-gmp-5.2.6-50.24.1 is installed
OR php5-hash-5.2.6-50.24.1 is installed
OR php5-iconv-5.2.6-50.24.1 is installed
OR php5-json-5.2.6-50.24.1 is installed
OR php5-ldap-5.2.6-50.24.1 is installed
OR php5-mbstring-5.2.6-50.24.1 is installed
OR php5-mcrypt-5.2.6-50.24.1 is installed
OR php5-mysql-5.2.6-50.24.1 is installed
OR php5-odbc-5.2.6-50.24.1 is installed
OR php5-openssl-5.2.6-50.24.1 is installed
OR php5-pcntl-5.2.6-50.24.1 is installed
OR php5-pdo-5.2.6-50.24.1 is installed
OR php5-pear-5.2.6-50.24.1 is installed
OR php5-pgsql-5.2.6-50.24.1 is installed
OR php5-pspell-5.2.6-50.24.1 is installed
OR php5-shmop-5.2.6-50.24.1 is installed
OR php5-snmp-5.2.6-50.24.1 is installed
OR php5-soap-5.2.6-50.24.1 is installed
OR php5-suhosin-5.2.6-50.24.1 is installed
OR php5-sysvmsg-5.2.6-50.24.1 is installed
OR php5-sysvsem-5.2.6-50.24.1 is installed
OR php5-sysvshm-5.2.6-50.24.1 is installed
OR php5-tokenizer-5.2.6-50.24.1 is installed
OR php5-wddx-5.2.6-50.24.1 is installed
OR php5-xmlreader-5.2.6-50.24.1 is installed
OR php5-xmlrpc-5.2.6-50.24.1 is installed
OR php5-xmlwriter-5.2.6-50.24.1 is installed
OR php5-xsl-5.2.6-50.24.1 is installed
OR php5-zip-5.2.6-50.24.1 is installed
OR php5-zlib-5.2.6-50.24.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
xen-4.1.6_04-0.5.1 is installed
OR xen-doc-html-4.1.6_04-0.5.1 is installed
OR xen-doc-pdf-4.1.6_04-0.5.1 is installed
OR xen-kmp-default-4.1.6_04_3.0.101_0.5-0.5.1 is installed
OR xen-kmp-pae-4.1.6_04_3.0.101_0.5-0.5.1 is installed
OR xen-kmp-trace-4.1.6_04_3.0.101_0.5-0.5.1 is installed
OR xen-libs-4.1.6_04-0.5.1 is installed
OR xen-libs-32bit-4.1.6_04-0.5.1 is installed
OR xen-tools-4.1.6_04-0.5.1 is installed
OR xen-tools-domU-4.1.6_04-0.5.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
xen-4.1.6_04-0.5.1 is installed
OR xen-doc-html-4.1.6_04-0.5.1 is installed
OR xen-doc-pdf-4.1.6_04-0.5.1 is installed
OR xen-kmp-default-4.1.6_04_3.0.101_0.5-0.5.1 is installed
OR xen-kmp-pae-4.1.6_04_3.0.101_0.5-0.5.1 is installed
OR xen-kmp-trace-4.1.6_04_3.0.101_0.5-0.5.1 is installed
OR xen-libs-4.1.6_04-0.5.1 is installed
OR xen-libs-32bit-4.1.6_04-0.5.1 is installed
OR xen-tools-4.1.6_04-0.5.1 is installed
OR xen-tools-domU-4.1.6_04-0.5.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
dbus-1-1.2.10-3.23.1 is installed
OR dbus-1-32bit-1.2.10-3.23.1 is installed
OR dbus-1-x11-1.2.10-3.23.1 is installed
OR dbus-1-x86-1.2.10-3.23.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND LibVNCServer-0.9.1-154.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.79.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.79.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.79.1 is installed
OR kernel-default-3.0.101-0.47.79.1 is installed
OR kernel-default-base-3.0.101-0.47.79.1 is installed
OR kernel-default-devel-3.0.101-0.47.79.1 is installed
OR kernel-default-man-3.0.101-0.47.79.1 is installed
OR kernel-ec2-3.0.101-0.47.79.1 is installed
OR kernel-ec2-base-3.0.101-0.47.79.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.79.1 is installed
OR kernel-pae-3.0.101-0.47.79.1 is installed
OR kernel-pae-base-3.0.101-0.47.79.1 is installed
OR kernel-pae-devel-3.0.101-0.47.79.1 is installed
OR kernel-source-3.0.101-0.47.79.1 is installed
OR kernel-syms-3.0.101-0.47.79.1 is installed
OR kernel-trace-3.0.101-0.47.79.1 is installed
OR kernel-trace-base-3.0.101-0.47.79.1 is installed
OR kernel-trace-devel-3.0.101-0.47.79.1 is installed
OR kernel-xen-3.0.101-0.47.79.1 is installed
OR kernel-xen-base-3.0.101-0.47.79.1 is installed
OR kernel-xen-devel-3.0.101-0.47.79.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
Mesa-9.0.3-0.28.29.2 is installed
OR Mesa-32bit-9.0.3-0.28.29.2 is installed
OR Mesa-x86-9.0.3-0.28.29.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libldap-openssl1-2_4-2-2.4.26-0.62.3 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.62.3 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.62.3 is installed
OR openldap2-client-openssl1-2.4.26-0.62.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND cifs-utils-6.4-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND dnsmasq-2.71-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND clamav-0.99.2-32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
rsyslog-8.2106.0-8.5.2 is installed
OR rsyslog-diag-tools-8.2106.0-8.5.2 is installed
OR rsyslog-doc-8.2106.0-8.5.2 is installed
OR rsyslog-module-gssapi-8.2106.0-8.5.2 is installed
OR rsyslog-module-gtls-8.2106.0-8.5.2 is installed
OR rsyslog-module-mmnormalize-8.2106.0-8.5.2 is installed
OR rsyslog-module-mysql-8.2106.0-8.5.2 is installed
OR rsyslog-module-pgsql-8.2106.0-8.5.2 is installed
OR rsyslog-module-relp-8.2106.0-8.5.2 is installed
OR rsyslog-module-snmp-8.2106.0-8.5.2 is installed
OR rsyslog-module-udpspoof-8.2106.0-8.5.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
rsyslog-8.2106.0-8.5.2 is installed
OR rsyslog-diag-tools-8.2106.0-8.5.2 is installed
OR rsyslog-doc-8.2106.0-8.5.2 is installed
OR rsyslog-module-gssapi-8.2106.0-8.5.2 is installed
OR rsyslog-module-gtls-8.2106.0-8.5.2 is installed
OR rsyslog-module-mmnormalize-8.2106.0-8.5.2 is installed
OR rsyslog-module-mysql-8.2106.0-8.5.2 is installed
OR rsyslog-module-pgsql-8.2106.0-8.5.2 is installed
OR rsyslog-module-relp-8.2106.0-8.5.2 is installed
OR rsyslog-module-snmp-8.2106.0-8.5.2 is installed
OR rsyslog-module-udpspoof-8.2106.0-8.5.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND libXvMC1-1.0.8-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_114-92_64-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.40.1 is installed
OR apache2-devel-2.2.12-1.40.1 is installed
OR apache2-doc-2.2.12-1.40.1 is installed
OR apache2-example-pages-2.2.12-1.40.1 is installed
OR apache2-prefork-2.2.12-1.40.1 is installed
OR apache2-utils-2.2.12-1.40.1 is installed
OR apache2-worker-2.2.12-1.40.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
ImageMagick-6.4.3.6-7.30.1 is installed
OR ImageMagick-devel-6.4.3.6-7.30.1 is installed
OR libMagick++-devel-6.4.3.6-7.30.1 is installed
OR libMagick++1-6.4.3.6-7.30.1 is installed
OR libMagickWand1-6.4.3.6-7.30.1 is installed
OR libMagickWand1-32bit-6.4.3.6-7.30.1 is installed
OR perl-PerlMagick-6.4.3.6-7.30.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND MozillaFirefox-devel-31.1.0esr-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND cyrus-sasl-devel-2.1.26-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND gdm-devel-3.10.0.1-52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND MozillaFirefox-devel-52.2.0esr-108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND libosip2-3.5.0-20.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcrecpp0-8.39-7.1 is installed
OR libpcrecpp0-32bit-8.39-7.1 is installed
OR pcre-8.39-7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND pidgin-plugin-otr-4.0.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
colord-1.3.3-12 is installed
OR colord-lang-1.3.3-12 is installed
|