| Revision Date: | 2020-12-10 | Version: | 1 |
| Title: | Security update for nsd (Moderate) |
| Description: |
This update for nsd fixes the following issues:
nsd was updated to the new upstream release 4.3.4
FEATURES:
- Merge PR #141: ZONEMD RR type.
BUG FIXES:
- Fix that symlink does not interfere with chown of pidfile (boo#1179191, CVE-2020-28935) - Fix #128: Fix that the invalid port number is logged for sendmmsg failed: Invalid argument. - Fix #133: fix 0-init of local ( stack ) buffer. - Fix #134: IPV4_MINIMAL_RESPONSE_SIZE vs EDNS_MAX_MESSAGE_LEN. - Fix to add missing closest encloser NSEC3 for wildcard nodata type DS answer. - Fix #138: NSD returns non-EDNS answer when QUESTION is empty. - Fix #142: NODATA answers missin SOA in authority section after CNAME chain.
New upstream release 4.3.3:
FEATURES:
- Follow DNS flag day 2020 advice and set default EDNS message size to 1232. - Merged PR #113 with fixes. Instead of listing an IP-address to listen on, an interface name can be specified in nsd.conf, with ip-address: eth0. The IP-addresses for that interface are then used.
- New upstream release 4.3.2
FEATURES:
- Fix #96: log-only-syslog: yes sets to only use syslog, fixes that the default configuration and systemd results in duplicate log messages. - Fix #107: nsd -v shows configure line, openssl version and libevent version. - Fix #103 with #110: min-expire-time option. To provide a lower bound for expire period. Expressed in number of seconds or refresh+retry+1.
BUG FIXES:
- Fix to omit the listen-on lines from log at startup, unless verbose. - Fix #97: EDNS unknown version: query not in response. - Fix #99: Fix copying of socket properties with reuseport enabled. - Document default value for tcp-timeout. - Merge PR#102 from and0x000: add missing default in documentation for drop-updates. - Fix unlink of pidfile warning if not possible due to permissions, nsd can display the message at high verbosity levels. - Removed contrib/nsd.service, example is too complicated and not useful. - Merge #108 from Nomis: Make the max-retry-time description clearer. - Retry when udp send buffer is full to wait until buffer space is available. - Remove errno reset behaviour from sendmmsg and recvmmsg replacement functions. - Fix unit test for different nsd-control-setup -h exit code. - Merge #112 from jaredmauch: log old and new serials when NSD rejects an IXFR due to an old serial number. - Fix #106: Adhere better to xfrd bounds. Refresh and retry times. - Fix #105: Clearing hash_tree means just emptying the tree.
New upstream release 4.3.1
BUG FIXES: - Merge PR #91 by gearnode: nsd-control-setup recreate certificates. The '-r' option recreates certificates. Without it it creates them if they do not exist, and does not modify them otherwise.
New upstream release 4.3.0
FEATURES:
- Fix to use getrandom() for randomness, if available. - Fix #56: Drop sparse TSIG signing support in NSD. Sign every axfr packet with TSIG, according to the latest draft-ietf-dnsop-rfc2845bis-06, Section 5.3.1. - Merge pull request #59 from buddyns: add FreeBSD support for conf key ip-transparent. - Add feature to pin server processes to specific cpus. - Add feature to pin IP addresses to selected server processes. - Set process title to identify individual processes. - Merge PR#22: minimise-any: prefer polular and not large RRset, from Daisuke Higashi. - Add support for SO_BINDTODEVICE on Linux. - Add feature to drop queries with opcode UPDATE.
BUG FIXES:
- Fix whitespace in nsd.conf.sample.in, patch from Paul Wouters. - use-systemd is ignored in nsd.conf, when NSD is compiled with libsystemd it always signals readiness, if possible. - Note that use-systemd is not necessary and ignored in man page. - Fix responses for IXFR so that the authority section is not echoed in the response. - Fix that the retry wait does not exceed one day for zone transfers.
- Update keyring as per https://nlnetlabs.nl/people/
New upstream release 4.2.3:
* confine-to-zone configures NSD to not return out-of-zone additional information. * pidfile '' allows to run NSD without a pidfile * adds support for readiness notification with READY_FD * fix excessive logging of ixfr failures, it stops the log when fallback to axfr is possible. log is enabled at high verbosity. * The nsd.conf includes are sorted ascending, for include statements with a '*' from glob. * Fix log address and failure reason with tls handshake errors, squelches (the same as unbound) some unless high verbosity is used. * Number of different UDP handlers has been reduced to one. recvmmsg and sendmmsg implementations are now used on all platforms. * Socket options are now set in designated functions for easy reuse. * Socket setup has been simplified for easy reuse. * Configuration parser is now aware of the context in which an option was specified. * document that remote-control is a top-level nsd.conf attribute.
- Remove legacy upgrade of nsd users in %post (boo#1157331)
New upstream release 4.2.2:
* Fix #20: CVE-2019-13207 Stack-based Buffer Overflow in the dname_concatenate() function. Reported by Frederic Cambus. It causes the zone parser to crash on a malformed zone file, with assertions enabled, an assertion catches it. * Fix #19: Out-of-bounds read caused by improper validation of array index. Reported by Frederic Cambus. The zone parser fails on type SIG because of mismatched definition with RRSIG. * PR #23: Fix typo in nsd.conf man-page. * Fix that NSD warns for wrong length of the hash in SSHFP records. * Fix #25: NSD doesn't refresh zones after extended downtime, it refreshes the old zones. * Set no renegotiation on the SSL context to stop client session renegotiation. * Fix #29: SSHFP check NULL pointer dereference. * Fix #30: SSHFP check failure due to missing domain name. * Fix to timeval_add in minievent for remaining second in microseconds. * PR #31: nsd-control: Add missing stdio header. * PR #32: tsig: Fix compilation without HAVE_SSL. * Cleanup tls context on xfrd exit. * Fix #33: Fix segfault in service of remaining streams on exit. * Fix error message for out of zone data to have more information.
New upstream release 4.2.1:
* FEATURES:
- Added num.tls and num.tls6 stat counters. - PR #12: send-buffer-size, receive-buffer-size, tcp-reject-overflow options for nsd.conf, from Jeroen Koekkoek. - Fix #14, tcp connections have 1/10 to be active and have to work every second, and then they get time to complete during a reload, this is a process that lingers with the old version during a version update.
* BUG FIXES:
- Fix #13: Stray dot at the end of some log entries, removes dot after updated serial number in log entry. - Fix TLS cipher selection, the previous was redundant, prefers CHACHA20-POLY1305 over AESGCM and was not as readable as it could be. - Fix #15: crash in SSL library, initialize variables for TCP access when TLS is configured. - Fix tls handshake event callback function mistake, reported by Mykhailo Danylenko. - Fix output of nsd-checkconf -h.
New upstream release 4.2.0:
* Implement TCP fast open * Added DNS over TLS * TLS OCSP stapling support with the tls-service-ocsp option * New option hide-identity can be used in nsd.conf to stop NSD from responding with the hostname for probe queries that elicit the chaos class response, this is conform RFC4892 * Disable TLS1.0, TLS1.1 and weak ciphers, enable CIPHER_SERVER_PREFERENCE
Update to upstream release 4.1.27:
FEATURES:
- Deny ANY with only one RR in response, by default. Patch from Daisuke Higashi. The deny-any statement in nsd.conf sets ANY queries over UDP to be further moved to TCP as well. Also no additional section processig for type ANY, reducing the response size. - Fix #4215: on-the-fly change of TSIG keys with patch from Igor, adds nsd-control print_tsig, update_tsig, add_tsig, assoc_tsig and del_tsig. These changes are gone after reload, edit the config file (or a file included from it) to make changes that last after restart.
BUG FIXES:
Update to upstream release 4.1.26:
* FEATURES:
- DNSTAP support for NSD, --enable-dnstap and then config in nsd.conf. - Support SO_REUSEPORT_LB in FreeBSD 12 with the reuseport: yes option in nsd.conf. - Added nsd-control changezone. nsd-control changezone name pattern allows the change of a zone pattern option without downtime for the zone, in one operation.
* BUG FIXES:
- Fix #4194: Zone file parser derailed by non-FQDN names in RHS of DNSSEC RRs. - Fix #4202: nsd-control delzone incorrect exit code on error. - Fix to not set GLOB_NOSORT so the nsd.conf include: files are sorted and in a predictable order. - Fix #3433: document that reconfig does not change per-zone stats.
Update to upstream release 4.1.25:
* FEATURES:
- nsd-control prints neater errors for file failures.
* BUG FIXES:
- Fix that nsec3 precompile deletion happens before the RRs of the zone are deleted. - Fix printout of accepted remote control connection for unix sockets. - Fix use_systemd typo/leftover in remote.c. - Fix codingstyle in nsd-checkconf.c in patch from Sharp Liu. - append_trailing_slash has one implementation and is not repeated differently. - Fix coding style in nsd.c - Fix to combine the same error function into one, from Xiaobo Liu. - Fix initialisation in remote.c. - please clang analyzer and fix parse of IPSECKEY with bad gateway. - Fix nsd-checkconf fail on bad zone name. - Annotate exit functions with noreturn. - Remove unused if clause during server service startup. - Fix #4156: Fix systemd service manager state change notification When it is compiled, systemd readiness signalling is enabled. The option in nsd.conf is not used, it is ignored when read.
Update to upstream release 4.1.24:
- Features
* #4102: control interface via local socket * configure --enable-systemd (needs pkg-config and libsystemd) can be used to then use-systemd: yes in nsd.conf and have readiness signalling with systemd. * RFC8162 support, for record type SMIMEA. - Bug Fixes * Patch to fix openwrt for mac os build darwin detection in configure. * Fix that first control-interface determines if TLS is used. Warn when IP address interfaces are used without TLS. * #4106: Fix that stats printed from nsd-control are recast from unsigned long to unsigned (remote.c). * Fix that type CAA (and URI) in the zone file can contain dots when not in quotes. * #4133: Fix that when IXFR contains a zone with broken NSEC3PARAM chain, NSD leniently attempts to find a working NSEC3PARAM.
Update to upstream release 4.1.23:
- Fix NSD time sensitive TSIG compare vulnerability.
Update to upstream release 4.1.22:
- Features: * refuse-any sends truncation (+TC) in reply to ANY queries over UDP, and allows TCP queries like normal. * Use accept4 to speed up answer of TCP queries - Bug fixes: * Fix nsec3 hash of parent and child co-hosted nsec3 enabled zones. * Fix to use same condition for nsec3 hash allocation and free.
- Changes in version 4.1.21:
- Features: * --enable-memclean cleans up memory for use with memory checkers, eg. valgrind. * refuse-any nsd.conf option that refuses queries of type ANY. * lower memory usage for tcp connections, so tcp-count can be higher. - Bug fixes: * Fix spelling error in xfr-inspect. * Fix buffer size warnings from compiler on filename lengths.
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1024288 1024291 1083507 1091070 1136936 1141322 1150003 1150250 1157331 1158527 1159819 1168669 1168994 1169746 1170908 1171978 1173032 1175626 1175656 1177352 1179191 CVE-2009-2911 CVE-2009-4273 CVE-2010-0411 CVE-2010-0412 CVE-2010-1205 CVE-2011-0461 CVE-2011-2483 CVE-2011-2501 CVE-2011-2690 CVE-2011-2691 CVE-2011-2692 CVE-2011-3328 CVE-2013-2002 CVE-2013-2005 CVE-2013-6954 CVE-2014-0333 CVE-2014-2524 CVE-2014-3467 CVE-2014-3468 CVE-2014-3469 CVE-2014-3675 CVE-2014-3676 CVE-2014-3677 CVE-2014-6271 CVE-2014-7169 CVE-2014-7186 CVE-2014-7187 CVE-2014-9495 CVE-2015-0973 CVE-2017-18207 CVE-2017-2579 CVE-2017-2580 CVE-2018-10392 CVE-2019-11727 CVE-2019-11745 CVE-2019-13207 CVE-2019-1547 CVE-2019-1563 CVE-2019-17006 CVE-2020-10713 CVE-2020-12399 CVE-2020-12402 CVE-2020-28935 CVE-2020-7070 openSUSE-SU-2020:2222-1 SUSE-SU-2018:1563-1 SUSE-SU-2019:14101-1 SUSE-SU-2019:14174-1 SUSE-SU-2020:14418-1 SUSE-SU-2020:14490-1 SUSE-SU-2020:14516-1
|
| Platform(s): | openSUSE Leap 15.0 openSUSE Leap 15.1 openSUSE Leap 42.3 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 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise High Performance Computing 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Containers 15 SUSE Linux Enterprise Module for Containers 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Public Cloud 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS 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 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS 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 Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud Crowbar 8 SUSE Package Hub for SUSE Linux Enterprise 12
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 15.0 is installed AND dosbox-0.74.3-lp151.3.3 is installed
|
| Definition Synopsis |
| openSUSE Leap 15.1 is installed
AND Package Information
libsass-3.6.1-lp151.3.3 is installed
OR libsass-3_6_1-1-3.6.1-lp151.3.3 is installed
OR libsass-devel-3.6.1-lp151.3.3 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.3 is installed
AND Package Information
accountsservice-0.6.42-6 is installed
OR accountsservice-lang-0.6.42-6 is installed
OR libaccountsservice0-0.6.42-6 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
libwebkit-1_0-2-1.2.7-0.15 is installed
OR libwebkit-lang-1.2.7-0.15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
gpg2-2.0.9-25.33.41 is installed
OR gpg2-lang-2.0.9-25.33.41 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
finch-2.10.9-5 is installed
OR libpurple-2.10.9-5 is installed
OR libpurple-lang-2.10.9-5 is installed
OR libpurple-meanwhile-2.10.9-5 is installed
OR libpurple-tcl-2.10.9-5 is installed
OR pidgin-2.10.9-5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
bash-4.3-78 is installed
OR bash-doc-4.3-78 is installed
OR bash-lang-4.3-78 is installed
OR libreadline6-6.3-78 is installed
OR libreadline6-32bit-6.3-78 is installed
OR readline-doc-6.3-78 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
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 |
| SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libopenssl1_1-1.1.1-2.3 is installed
OR libopenssl1_1-32bit-1.1.1-2.3 is installed
OR openssl-1_1-1.1.1-2.3 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND nsd-4.3.4-bp152.2.3.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
bzip2-1.0.6-3 is installed
OR libbz2-1-1.0.6-3 is installed
OR libbz2-1-32bit-1.0.6-3 is installed
OR libbz2-devel-1.0.6-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
gstreamer-1.12.5-1 is installed
OR gstreamer-lang-1.12.5-1 is installed
OR libgstreamer-1_0-0-1.12.5-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Containers 15 is installed
AND helm-mirror-0.2.1-1.7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND containerd-1.2.2-5.9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gstreamer-plugins-bad-1.12.5-1 is installed
OR gstreamer-plugins-bad-devel-1.12.5-1 is installed
OR gstreamer-plugins-bad-lang-1.12.5-1 is installed
OR libgstadaptivedemux-1_0-0-1.12.5-1 is installed
OR libgstbadallocators-1_0-0-1.12.5-1 is installed
OR libgstbadaudio-1_0-0-1.12.5-1 is installed
OR libgstbadbase-1_0-0-1.12.5-1 is installed
OR libgstbadvideo-1_0-0-1.12.5-1 is installed
OR libgstbasecamerabinsrc-1_0-0-1.12.5-1 is installed
OR libgstcodecparsers-1_0-0-1.12.5-1 is installed
OR libgstinsertbin-1_0-0-1.12.5-1 is installed
OR libgstmpegts-1_0-0-1.12.5-1 is installed
OR libgstplayer-1_0-0-1.12.5-1 is installed
OR libgsturidownloader-1_0-0-1.12.5-1 is installed
OR libgstwayland-1_0-0-1.12.5-1 is installed
OR typelib-1_0-GstBadAllocators-1_0-1.12.5-1 is installed
OR typelib-1_0-GstGL-1_0-1.12.5-1 is installed
OR typelib-1_0-GstInsertBin-1_0-1.12.5-1 is installed
OR typelib-1_0-GstMpegts-1_0-1.12.5-1 is installed
OR typelib-1_0-GstPlayer-1_0-1.12.5-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
libIlmImf-2_2-23-2.2.1-3.3 is installed
OR libIlmImfUtil-2_2-23-2.2.1-3.3 is installed
OR openexr-devel-2.2.1-3.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
FastCGI-2.4.0-2 is installed
OR FastCGI-devel-2.4.0-2 is installed
OR libfcgi0-2.4.0-2 is installed
OR perl-FastCGI-2.4.0-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
ant-antlr-1.9.10-3.3 is installed
OR ant-apache-bcel-1.9.10-3.3 is installed
OR ant-apache-bsf-1.9.10-3.3 is installed
OR ant-apache-log4j-1.9.10-3.3 is installed
OR ant-apache-oro-1.9.10-3.3 is installed
OR ant-apache-regexp-1.9.10-3.3 is installed
OR ant-apache-resolver-1.9.10-3.3 is installed
OR ant-commons-logging-1.9.10-3.3 is installed
OR ant-javamail-1.9.10-3.3 is installed
OR ant-jdepend-1.9.10-3.3 is installed
OR ant-junit-1.9.10-3.3 is installed
OR ant-manual-1.9.10-3.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
kernel-default-4.12.14-150.22 is installed
OR reiserfs-kmp-default-4.12.14-150.22 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.201-3.16 is installed
OR java-1_8_0-openjdk-demo-1.8.0.201-3.16 is installed
OR java-1_8_0-openjdk-devel-1.8.0.201-3.16 is installed
OR java-1_8_0-openjdk-headless-1.8.0.201-3.16 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_19-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_5-2-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND soundtouch-1.8.0-3.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.39-47 is installed
OR kernel-ec2-devel-3.12.39-47 is installed
OR kernel-ec2-extra-3.12.39-47 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 15 SP1 is installed
AND python3-keystoneclient-3.15.0-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Server Applications 15 is installed
AND cyrus-sasl-sqlauxprop-2.1.26-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
libvirt-5.1.0-8.6 is installed
OR libvirt-admin-5.1.0-8.6 is installed
OR libvirt-bash-completion-5.1.0-8.6 is installed
OR libvirt-client-5.1.0-8.6 is installed
OR libvirt-daemon-5.1.0-8.6 is installed
OR libvirt-daemon-config-network-5.1.0-8.6 is installed
OR libvirt-daemon-config-nwfilter-5.1.0-8.6 is installed
OR libvirt-daemon-driver-interface-5.1.0-8.6 is installed
OR libvirt-daemon-driver-libxl-5.1.0-8.6 is installed
OR libvirt-daemon-driver-lxc-5.1.0-8.6 is installed
OR libvirt-daemon-driver-network-5.1.0-8.6 is installed
OR libvirt-daemon-driver-nodedev-5.1.0-8.6 is installed
OR libvirt-daemon-driver-nwfilter-5.1.0-8.6 is installed
OR libvirt-daemon-driver-qemu-5.1.0-8.6 is installed
OR libvirt-daemon-driver-secret-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-core-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-disk-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-iscsi-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-logical-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-mpath-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-rbd-5.1.0-8.6 is installed
OR libvirt-daemon-driver-storage-scsi-5.1.0-8.6 is installed
OR libvirt-daemon-hooks-5.1.0-8.6 is installed
OR libvirt-daemon-lxc-5.1.0-8.6 is installed
OR libvirt-daemon-qemu-5.1.0-8.6 is installed
OR libvirt-daemon-xen-5.1.0-8.6 is installed
OR libvirt-devel-5.1.0-8.6 is installed
OR libvirt-doc-5.1.0-8.6 is installed
OR libvirt-lock-sanlock-5.1.0-8.6 is installed
OR libvirt-nss-5.1.0-8.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-11 is installed
OR php5-5.5.14-11 is installed
OR php5-bcmath-5.5.14-11 is installed
OR php5-bz2-5.5.14-11 is installed
OR php5-calendar-5.5.14-11 is installed
OR php5-ctype-5.5.14-11 is installed
OR php5-curl-5.5.14-11 is installed
OR php5-dba-5.5.14-11 is installed
OR php5-dom-5.5.14-11 is installed
OR php5-enchant-5.5.14-11 is installed
OR php5-exif-5.5.14-11 is installed
OR php5-fastcgi-5.5.14-11 is installed
OR php5-fileinfo-5.5.14-11 is installed
OR php5-fpm-5.5.14-11 is installed
OR php5-ftp-5.5.14-11 is installed
OR php5-gd-5.5.14-11 is installed
OR php5-gettext-5.5.14-11 is installed
OR php5-gmp-5.5.14-11 is installed
OR php5-iconv-5.5.14-11 is installed
OR php5-intl-5.5.14-11 is installed
OR php5-json-5.5.14-11 is installed
OR php5-ldap-5.5.14-11 is installed
OR php5-mbstring-5.5.14-11 is installed
OR php5-mcrypt-5.5.14-11 is installed
OR php5-mysql-5.5.14-11 is installed
OR php5-odbc-5.5.14-11 is installed
OR php5-openssl-5.5.14-11 is installed
OR php5-pcntl-5.5.14-11 is installed
OR php5-pdo-5.5.14-11 is installed
OR php5-pear-5.5.14-11 is installed
OR php5-pgsql-5.5.14-11 is installed
OR php5-pspell-5.5.14-11 is installed
OR php5-shmop-5.5.14-11 is installed
OR php5-snmp-5.5.14-11 is installed
OR php5-soap-5.5.14-11 is installed
OR php5-sockets-5.5.14-11 is installed
OR php5-sqlite-5.5.14-11 is installed
OR php5-suhosin-5.5.14-11 is installed
OR php5-sysvmsg-5.5.14-11 is installed
OR php5-sysvsem-5.5.14-11 is installed
OR php5-sysvshm-5.5.14-11 is installed
OR php5-tokenizer-5.5.14-11 is installed
OR php5-wddx-5.5.14-11 is installed
OR php5-xmlreader-5.5.14-11 is installed
OR php5-xmlrpc-5.5.14-11 is installed
OR php5-xmlwriter-5.5.14-11 is installed
OR php5-xsl-5.5.14-11 is installed
OR php5-zip-5.5.14-11 is installed
OR php5-zlib-5.5.14-11 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
apache2-mod_php53-5.3.17-112.93 is installed
OR php53-5.3.17-112.93 is installed
OR php53-bcmath-5.3.17-112.93 is installed
OR php53-bz2-5.3.17-112.93 is installed
OR php53-calendar-5.3.17-112.93 is installed
OR php53-ctype-5.3.17-112.93 is installed
OR php53-curl-5.3.17-112.93 is installed
OR php53-dba-5.3.17-112.93 is installed
OR php53-dom-5.3.17-112.93 is installed
OR php53-exif-5.3.17-112.93 is installed
OR php53-fastcgi-5.3.17-112.93 is installed
OR php53-fileinfo-5.3.17-112.93 is installed
OR php53-ftp-5.3.17-112.93 is installed
OR php53-gd-5.3.17-112.93 is installed
OR php53-gettext-5.3.17-112.93 is installed
OR php53-gmp-5.3.17-112.93 is installed
OR php53-iconv-5.3.17-112.93 is installed
OR php53-intl-5.3.17-112.93 is installed
OR php53-json-5.3.17-112.93 is installed
OR php53-ldap-5.3.17-112.93 is installed
OR php53-mbstring-5.3.17-112.93 is installed
OR php53-mcrypt-5.3.17-112.93 is installed
OR php53-mysql-5.3.17-112.93 is installed
OR php53-odbc-5.3.17-112.93 is installed
OR php53-openssl-5.3.17-112.93 is installed
OR php53-pcntl-5.3.17-112.93 is installed
OR php53-pdo-5.3.17-112.93 is installed
OR php53-pear-5.3.17-112.93 is installed
OR php53-pgsql-5.3.17-112.93 is installed
OR php53-pspell-5.3.17-112.93 is installed
OR php53-shmop-5.3.17-112.93 is installed
OR php53-snmp-5.3.17-112.93 is installed
OR php53-soap-5.3.17-112.93 is installed
OR php53-suhosin-5.3.17-112.93 is installed
OR php53-sysvmsg-5.3.17-112.93 is installed
OR php53-sysvsem-5.3.17-112.93 is installed
OR php53-sysvshm-5.3.17-112.93 is installed
OR php53-tokenizer-5.3.17-112.93 is installed
OR php53-wddx-5.3.17-112.93 is installed
OR php53-xmlreader-5.3.17-112.93 is installed
OR php53-xmlrpc-5.3.17-112.93 is installed
OR php53-xmlwriter-5.3.17-112.93 is installed
OR php53-xsl-5.3.17-112.93 is installed
OR php53-zip-5.3.17-112.93 is installed
OR php53-zlib-5.3.17-112.93 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
apache2-mod_php53-5.3.17-112.93 is installed
OR php53-5.3.17-112.93 is installed
OR php53-bcmath-5.3.17-112.93 is installed
OR php53-bz2-5.3.17-112.93 is installed
OR php53-calendar-5.3.17-112.93 is installed
OR php53-ctype-5.3.17-112.93 is installed
OR php53-curl-5.3.17-112.93 is installed
OR php53-dba-5.3.17-112.93 is installed
OR php53-dom-5.3.17-112.93 is installed
OR php53-exif-5.3.17-112.93 is installed
OR php53-fastcgi-5.3.17-112.93 is installed
OR php53-fileinfo-5.3.17-112.93 is installed
OR php53-ftp-5.3.17-112.93 is installed
OR php53-gd-5.3.17-112.93 is installed
OR php53-gettext-5.3.17-112.93 is installed
OR php53-gmp-5.3.17-112.93 is installed
OR php53-iconv-5.3.17-112.93 is installed
OR php53-intl-5.3.17-112.93 is installed
OR php53-json-5.3.17-112.93 is installed
OR php53-ldap-5.3.17-112.93 is installed
OR php53-mbstring-5.3.17-112.93 is installed
OR php53-mcrypt-5.3.17-112.93 is installed
OR php53-mysql-5.3.17-112.93 is installed
OR php53-odbc-5.3.17-112.93 is installed
OR php53-openssl-5.3.17-112.93 is installed
OR php53-pcntl-5.3.17-112.93 is installed
OR php53-pdo-5.3.17-112.93 is installed
OR php53-pear-5.3.17-112.93 is installed
OR php53-pgsql-5.3.17-112.93 is installed
OR php53-pspell-5.3.17-112.93 is installed
OR php53-shmop-5.3.17-112.93 is installed
OR php53-snmp-5.3.17-112.93 is installed
OR php53-soap-5.3.17-112.93 is installed
OR php53-suhosin-5.3.17-112.93 is installed
OR php53-sysvmsg-5.3.17-112.93 is installed
OR php53-sysvsem-5.3.17-112.93 is installed
OR php53-sysvshm-5.3.17-112.93 is installed
OR php53-tokenizer-5.3.17-112.93 is installed
OR php53-wddx-5.3.17-112.93 is installed
OR php53-xmlreader-5.3.17-112.93 is installed
OR php53-xmlrpc-5.3.17-112.93 is installed
OR php53-xmlwriter-5.3.17-112.93 is installed
OR php53-xsl-5.3.17-112.93 is installed
OR php53-zip-5.3.17-112.93 is installed
OR php53-zlib-5.3.17-112.93 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
libvorbis-1.2.0-79.20.14 is installed
OR libvorbis-32bit-1.2.0-79.20.14 is installed
OR libvorbis-doc-1.2.0-79.20.14 is installed
OR libvorbis-x86-1.2.0-79.20.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
libvorbis-1.2.0-79.20.14 is installed
OR libvorbis-32bit-1.2.0-79.20.14 is installed
OR libvorbis-doc-1.2.0-79.20.14 is installed
OR libvorbis-x86-1.2.0-79.20.14 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
libfreebl3-3.53.1-38.23 is installed
OR libfreebl3-32bit-3.53.1-38.23 is installed
OR libsoftokn3-3.53.1-38.23 is installed
OR libsoftokn3-32bit-3.53.1-38.23 is installed
OR mozilla-nspr-4.25-29.12 is installed
OR mozilla-nspr-32bit-4.25-29.12 is installed
OR mozilla-nspr-devel-4.25-29.12 is installed
OR mozilla-nss-3.53.1-38.23 is installed
OR mozilla-nss-32bit-3.53.1-38.23 is installed
OR mozilla-nss-certs-3.53.1-38.23 is installed
OR mozilla-nss-certs-32bit-3.53.1-38.23 is installed
OR mozilla-nss-devel-3.53.1-38.23 is installed
OR mozilla-nss-tools-3.53.1-38.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
libfreebl3-3.53.1-38.23 is installed
OR libfreebl3-32bit-3.53.1-38.23 is installed
OR libsoftokn3-3.53.1-38.23 is installed
OR libsoftokn3-32bit-3.53.1-38.23 is installed
OR mozilla-nspr-4.25-29.12 is installed
OR mozilla-nspr-32bit-4.25-29.12 is installed
OR mozilla-nspr-devel-4.25-29.12 is installed
OR mozilla-nss-3.53.1-38.23 is installed
OR mozilla-nss-32bit-3.53.1-38.23 is installed
OR mozilla-nss-certs-3.53.1-38.23 is installed
OR mozilla-nss-certs-32bit-3.53.1-38.23 is installed
OR mozilla-nss-devel-3.53.1-38.23 is installed
OR mozilla-nss-tools-3.53.1-38.23 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
xen-4.4.3_06-22.15 is installed
OR xen-doc-html-4.4.3_06-22.15 is installed
OR xen-kmp-default-4.4.3_06_k3.12.48_52.27-22.15 is installed
OR xen-libs-4.4.3_06-22.15 is installed
OR xen-libs-32bit-4.4.3_06-22.15 is installed
OR xen-tools-4.4.3_06-22.15 is installed
OR xen-tools-domU-4.4.3_06-22.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
xen-4.4.3_06-22.15 is installed
OR xen-doc-html-4.4.3_06-22.15 is installed
OR xen-kmp-default-4.4.3_06_k3.12.48_52.27-22.15 is installed
OR xen-libs-4.4.3_06-22.15 is installed
OR xen-libs-32bit-4.4.3_06-22.15 is installed
OR xen-tools-4.4.3_06-22.15 is installed
OR xen-tools-domU-4.4.3_06-22.15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
curl-7.37.0-31 is installed
OR libcurl4-7.37.0-31 is installed
OR libcurl4-32bit-7.37.0-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
curl-7.37.0-31 is installed
OR libcurl4-7.37.0-31 is installed
OR libcurl4-32bit-7.37.0-31 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
bash-4.2-75 is installed
OR bash-doc-4.2-75 is installed
OR libreadline6-6.2-75 is installed
OR libreadline6-32bit-6.2-75 is installed
OR readline-doc-6.2-75 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
libspice-server1-0.12.5-10 is installed
OR spice-0.12.5-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
libspice-server1-0.12.5-10 is installed
OR spice-0.12.5-10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.35-38.29 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.35-38.29 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.35-38.29 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.35-38.29 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.35-38.29 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
ghostscript-9.15-6 is installed
OR ghostscript-x11-9.15-6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180703-13.25 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.126-94.22 is installed
OR kernel-default-base-4.4.126-94.22 is installed
OR kernel-default-devel-4.4.126-94.22 is installed
OR kernel-default-man-4.4.126-94.22 is installed
OR kernel-devel-4.4.126-94.22 is installed
OR kernel-macros-4.4.126-94.22 is installed
OR kernel-source-4.4.126-94.22 is installed
OR kernel-syms-4.4.126-94.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.126-94.22 is installed
OR kernel-default-base-4.4.126-94.22 is installed
OR kernel-default-devel-4.4.126-94.22 is installed
OR kernel-default-man-4.4.126-94.22 is installed
OR kernel-devel-4.4.126-94.22 is installed
OR kernel-macros-4.4.126-94.22 is installed
OR kernel-source-4.4.126-94.22 is installed
OR kernel-syms-4.4.126-94.22 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND ft2demos-2.6.3-7.10 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
libdcerpc-binding0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-doc-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
libdcerpc-binding0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-4.6.16+git.169.064abe062be-3.46 is installed
OR libdcerpc0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-nbt0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr-standard0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-4.6.16+git.169.064abe062be-3.46 is installed
OR libndr0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-4.6.16+git.169.064abe062be-3.46 is installed
OR libnetapi0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-credentials0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-errors0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-passdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamba-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsamdb0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbconf0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-4.6.16+git.169.064abe062be-3.46 is installed
OR libsmbldap0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-4.6.16+git.169.064abe062be-3.46 is installed
OR libtevent-util0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-4.6.16+git.169.064abe062be-3.46 is installed
OR libwbclient0-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-client-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-doc-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-libs-32bit-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-4.6.16+git.169.064abe062be-3.46 is installed
OR samba-winbind-32bit-4.6.16+git.169.064abe062be-3.46 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
kernel-azure-4.12.14-6.26 is installed
OR kernel-azure-base-4.12.14-6.26 is installed
OR kernel-azure-devel-4.12.14-6.26 is installed
OR kernel-devel-azure-4.12.14-6.26 is installed
OR kernel-source-azure-4.12.14-6.26 is installed
OR kernel-syms-azure-4.12.14-6.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
kernel-azure-4.12.14-6.26 is installed
OR kernel-azure-base-4.12.14-6.26 is installed
OR kernel-azure-devel-4.12.14-6.26 is installed
OR kernel-devel-azure-4.12.14-6.26 is installed
OR kernel-source-azure-4.12.14-6.26 is installed
OR kernel-syms-azure-4.12.14-6.26 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP4 is installed
AND apache2-mod_nss-1.0.14-19.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
augeas-1.10.1-2 is installed
OR augeas-lenses-1.10.1-2 is installed
OR libaugeas0-1.10.1-2 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 davfs2-1.5.2-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-3-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-3-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-3-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
compat-openssl098-0.9.8j-106.12 is installed
OR libopenssl0_9_8-0.9.8j-106.12 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND libvirt-client-32bit-1.2.5-13 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gd-2.1.0-17 is installed
OR gd-32bit-2.1.0-17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
dia-0.97.3-15 is installed
OR dia-lang-0.97.3-15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
evince-3.20.1-6.16 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.16 is installed
OR typelib-1_0-EvinceView-3_0-3.20.1-6.16 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND libgio-fam-2.48.2-10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
xorg-x11-server-1.19.6-8.3 is installed
OR xorg-x11-server-wayland-1.19.6-8.3 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 7 is installed
AND Package Information
ruby2.1-rubygem-sprockets-2_12-2.12.5-1.3 is installed
OR rubygem-sprockets-2_12-2.12.5-1.3 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud Crowbar 8 is installed
AND python-Django-1.11.11-3.3 is installed
|