Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for PostgreSQL 9.1 |
Description: |
The PostgreSQL database server was updated to version 9.1.12 to fix various security issues:
*
* Granting a role without ADMIN OPTION is supposed to prevent the grantee from adding or removing members from the granted role, but this restriction was easily bypassed by doing SET ROLE first. The security impact is mostly that a role member can revoke the access of others, contrary to the wishes of his grantor. Unapproved role member additions are a lesser concern, since an uncooperative role member could provide most of his rights to others anyway by creating views or SECURITY DEFINER functions. (CVE-2014-0060)
*
* The primary role of PL validator functions is to be called implicitly during CREATE FUNCTION, but they are also normal SQL functions that a user can call explicitly. Calling a validator on a function actually written in some other language was not checked for and could be exploited for privilege-escalation purposes. The fix involves adding a call to a privilege-checking function in each validator function. Non-core procedural languages will also need to make this change to their own validator functions, if any. (CVE-2014-0061)
*
* If the name lookups come to different conclusions due to concurrent activity, we might perform some parts of the DDL on a different table than other parts. At least in the case of CREATE INDEX, this can be used to cause the permissions checks to be performed against a different table than the index creation, allowing for a privilege escalation attack. (CVE-2014-0062)
*
* The MAXDATELEN constant was too small for the longest possible value of type interval, allowing a buffer overrun in interval_out(). Although the datetime input functions were more careful about avoiding buffer overrun, the limit was short enough to cause them to reject some valid inputs, such as input containing a very long timezone name. The ecpg library contained these vulnerabilities along with some of its own. (CVE-2014-0063)
*
* Several functions, mostly type input functions, calculated an allocation size without checking for overflow. If overflow did occur, a too-small buffer would be allocated and then written past. (CVE-2014-0064)
*
* Use strlcpy() and related functions to provide a clear guarantee that fixed-size buffers are not overrun. Unlike the preceding items, it is unclear whether these cases really represent live issues, since in most cases there appear to be previous constraints on the size of the input string. Nonetheless it seems prudent to silence all Coverity warnings of this type. (CVE-2014-0065)
*
* There are relatively few scenarios in which crypt() could return NULL, but contrib/chkpass would crash if it did. One practical case in which this could be an issue is if libc is configured to refuse to execute unapproved hashing algorithms (e.g., 'FIPS mode'). (CVE-2014-0066)
*
* Since the temporary server started by make check uses 'trust' authentication, another user on the same machine could connect to it as database superuser, and then potentially exploit the privileges of the operating-system user who started the tests. A future release will probably incorporate changes in the testing procedure to prevent this risk, but some public discussion is needed first. So for the moment, just warn people against using make check when there are untrusted users on the same machine. (CVE-2014-0067)
The complete list of bugs and more information can be found at: http://www.postgresql.org/docs/9.1/static/release-9-1-12.html
Security Issues references:
* CVE-2014-0060 * CVE-2014-0061 * CVE-2014-0062 * CVE-2014-0063 * CVE-2014-0064 * CVE-2014-0065 * CVE-2014-0066
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1001419 1002165 1003077 1003253 1003925 1004517 1005480 1005893 1006221 1007944 1008374 1008645 1008831 1008833 1008850 1009875 1010150 1010467 1010501 1010507 1010711 1010713 1010716 1011685 1011820 1012183 1012422 1012832 1012851 1012852 1012895 1013038 1013042 1013531 1013542 1014454 1014746 1015878 1016366 1016369 1017710 1018446 1019079 1019783 1021258 1025108 1031485 1035082 1043960 1117951 1160163 1162367 1173160 1173902 1173994 746702 762484 762963 764982 766283 773393 773401 773955 821612 824171 831299 840510 844175 864845 864846 864847 864850 864851 864852 864853 901553 907651 914939 927220 929141 930392 930496 931972 931973 931974 932040 933109 935436 935510 936058 936062 939460 945842 947003 953831 954002 955382 956514 960674 961923 962765 964468 966220 966826 967716 968771 969340 973691 979595 987576 989152 989261 991665 992566 992569 992906 992991 993890 993891 994296 994618 994759 995968 996329 996541 996557 997059 997401 997708 998689 999932 999943 CVE-2004-0230 CVE-2012-3432 CVE-2012-6704 CVE-2013-4351 CVE-2013-4402 CVE-2013-7439 CVE-2014-0060 CVE-2014-0061 CVE-2014-0062 CVE-2014-0063 CVE-2014-0064 CVE-2014-0065 CVE-2014-0066 CVE-2014-3566 CVE-2015-0848 CVE-2015-1350 CVE-2015-3165 CVE-2015-3166 CVE-2015-3167 CVE-2015-4500 CVE-2015-4501 CVE-2015-4506 CVE-2015-4509 CVE-2015-4511 CVE-2015-4517 CVE-2015-4519 CVE-2015-4520 CVE-2015-4521 CVE-2015-4522 CVE-2015-4588 CVE-2015-4695 CVE-2015-4696 CVE-2015-5276 CVE-2015-7174 CVE-2015-7175 CVE-2015-7176 CVE-2015-7177 CVE-2015-7180 CVE-2015-8710 CVE-2015-8956 CVE-2015-8962 CVE-2015-8964 CVE-2015-8970 CVE-2016-0823 CVE-2016-10009 CVE-2016-10011 CVE-2016-10088 CVE-2016-10196 CVE-2016-3841 CVE-2016-6828 CVE-2016-7042 CVE-2016-7097 CVE-2016-7117 CVE-2016-7425 CVE-2016-7910 CVE-2016-7911 CVE-2016-7916 CVE-2016-8399 CVE-2016-8632 CVE-2016-8633 CVE-2016-8646 CVE-2016-8858 CVE-2016-9555 CVE-2016-9685 CVE-2016-9756 CVE-2016-9793 CVE-2017-5429 CVE-2017-5430 CVE-2017-5432 CVE-2017-5433 CVE-2017-5434 CVE-2017-5435 CVE-2017-5436 CVE-2017-5438 CVE-2017-5439 CVE-2017-5440 CVE-2017-5441 CVE-2017-5442 CVE-2017-5443 CVE-2017-5444 CVE-2017-5445 CVE-2017-5446 CVE-2017-5447 CVE-2017-5448 CVE-2017-5449 CVE-2017-5451 CVE-2017-5454 CVE-2017-5455 CVE-2017-5456 CVE-2017-5459 CVE-2017-5460 CVE-2017-5461 CVE-2017-5462 CVE-2017-5464 CVE-2017-5465 CVE-2017-5466 CVE-2017-5467 CVE-2017-5469 CVE-2017-5470 CVE-2017-5472 CVE-2017-5551 CVE-2017-7749 CVE-2017-7750 CVE-2017-7751 CVE-2017-7752 CVE-2017-7754 CVE-2017-7755 CVE-2017-7756 CVE-2017-7757 CVE-2017-7758 CVE-2017-7761 CVE-2017-7763 CVE-2017-7764 CVE-2017-7765 CVE-2017-7768 CVE-2017-7778 CVE-2020-10745 CVE-2020-14318 CVE-2020-14323 CVE-2020-8492 SUSE-SU-2015:1091-1 SUSE-SU-2015:1334-1 SUSE-SU-2015:1378-1 SUSE-SU-2015:1703-1 SUSE-SU-2016:0187-1 SUSE-SU-2017:0494-1 SUSE-SU-2017:1661-1 SUSE-SU-2017:2235-1 SUSE-SU-2020:14291-1 SUSE-SU-2020:14306-1 SUSE-SU-2020:14437-1 SUSE-SU-2020:14525-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 openSUSE Leap 42.3 NonFree SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 High Availability Extension 11 SP2 SUSE Linux Enterprise Module for Basesystem 15 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 12 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Public Cloud 15 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS 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 11-SECURITY 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 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 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 5
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
kdenetwork4-filesharing-17.12.3-lp150.1.1 is installed
OR kdenetwork4-filesharing-lang-17.12.3-lp150.1.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
pspp-1.0.1-8 is installed
OR pspp-devel-1.0.1-8 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 NonFree is installed
AND xv-3.10a-1280.3.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
gpg2-2.0.9-25.33.37 is installed
OR gpg2-lang-2.0.9-25.33.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
evolution-data-server-2.28.2-0.32 is installed
OR evolution-data-server-32bit-2.28.2-0.32 is installed
OR evolution-data-server-lang-2.28.2-0.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.3.0esr-22 is installed
OR MozillaFirefox-translations-38.3.0esr-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
emacs-24.3-14 is installed
OR emacs-info-24.3-14 is installed
OR emacs-x11-24.3-14 is installed
OR etags-24.3-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
ImageMagick-6.8.8.1-8 is installed
OR libMagick++-6_Q16-3-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
eog-3.20.4-7 is installed
OR eog-lang-3.20.4-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND bogofilter-1.2.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
AND lighttpd-1.4.20-2.52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
apr-util-devel-1.6.1-2 is installed
OR libapr-util1-1.6.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gcab-1.1-1 is installed
OR gcab-devel-1.1-1 is installed
OR gcab-lang-1.1-1 is installed
OR libgcab-1_0-0-1.1-1 is installed
OR typelib-1_0-GCab-1_0-1.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
typelib-1_0-JavaScriptCore-4_0-2.26.2-3.34 is installed
OR typelib-1_0-WebKit2-4_0-2.26.2-3.34 is installed
OR typelib-1_0-WebKit2WebExtension-4_0-2.26.2-3.34 is installed
OR webkit2gtk3-2.26.2-3.34 is installed
OR webkit2gtk3-devel-2.26.2-3.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
ImageMagick-7.0.7.34-3.9 is installed
OR perl-PerlMagick-7.0.7.34-3.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
kernel-docs-4.12.14-197.4 is installed
OR kernel-obs-build-4.12.14-197.4 is installed
OR kernel-source-4.12.14-197.4 is installed
OR kernel-syms-4.12.14-197.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
libopenssl0_9_8-0.9.8j-59 is installed
OR libopenssl0_9_8-32bit-0.9.8j-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-23-default-4-10 is installed
OR kernel-livepatch-SLE15_Update_0-4-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
python3-base-3.6.8-3.16 is installed
OR python3-doc-3.6.8-3.16 is installed
OR python3-testsuite-3.6.8-3.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
libxslt-1.1.32-3.3 is installed
OR libxslt-devel-32bit-1.1.32-3.3 is installed
OR libxslt-python-1.1.32-3.3 is installed
OR libxslt1-32bit-1.1.32-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.48-52.27 is installed
OR kernel-ec2-devel-3.12.48-52.27 is installed
OR kernel-ec2-extra-3.12.48-52.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.5 is installed
OR kernel-azure-base-4.12.14-5.5 is installed
OR kernel-azure-devel-4.12.14-5.5 is installed
OR kernel-devel-azure-4.12.14-5.5 is installed
OR kernel-source-azure-4.12.14-5.5 is installed
OR kernel-syms-azure-4.12.14-5.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
libopenvswitch-2_8-0-2.8.2-4 is installed
OR openvswitch-2.8.2-4 is installed
OR openvswitch-devel-2.8.2-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-52.2.0esr-72.5 is installed
OR MozillaFirefox-branding-SLED-52-24.3 is installed
OR MozillaFirefox-translations-52.2.0esr-72.5 is installed
OR firefox-gcc5-5.3.1+r233831-7 is installed
OR firefox-libffi-gcc5-5.3.1+r233831-7 is installed
OR firefox-libffi4-5.3.1+r233831-7 is installed
OR firefox-libstdc++6-5.3.1+r233831-7 is installed
OR libfreebl3-3.29.5-47.3 is installed
OR libsoftokn3-3.29.5-47.3 is installed
OR mozilla-nss-3.29.5-47.3 is installed
OR mozilla-nss-tools-3.29.5-47.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
gnome-screensaver-2.24.0-14.27 is installed
OR gnome-screensaver-lang-2.24.0-14.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
gnome-screensaver-2.24.0-14.27 is installed
OR gnome-screensaver-lang-2.24.0-14.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND quagga-0.99.15-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND quagga-0.99.15-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND quagga-0.99.15-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND quagga-0.99.15-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND quagga-0.99.15-0.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND quagga-0.99.15-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
apache2-2.2.10-2.24 is installed
OR apache2-doc-2.2.10-2.24 is installed
OR apache2-example-pages-2.2.10-2.24 is installed
OR apache2-prefork-2.2.10-2.24 is installed
OR apache2-utils-2.2.10-2.24 is installed
OR apache2-worker-2.2.10-2.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.92 is installed
OR libMagickCore1-6.4.3.6-78.92 is installed
OR libMagickCore1-32bit-6.4.3.6-78.92 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.92 is installed
OR libMagickCore1-6.4.3.6-78.92 is installed
OR libMagickCore1-32bit-6.4.3.6-78.92 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND inn-2.4.2-170.21.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND inn-2.4.2-170.21.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND inn-2.4.2-170.21.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND acpid-1.0.6-91.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
libzmq3-4.0.4-3.3 is installed
OR zeromq-4.0.4-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
libzmq3-4.0.4-3.3 is installed
OR zeromq-4.0.4-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.45-84 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.45-84 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.45-84 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.45-84 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.45-84 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.5.1esr-59 is installed
OR MozillaFirefox-translations-45.5.1esr-59 is installed
OR libfreebl3-3.21.3-39 is installed
OR libfreebl3-32bit-3.21.3-39 is installed
OR libsoftokn3-3.21.3-39 is installed
OR libsoftokn3-32bit-3.21.3-39 is installed
OR mozilla-nss-3.21.3-39 is installed
OR mozilla-nss-32bit-3.21.3-39 is installed
OR mozilla-nss-tools-3.21.3-39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
cups-1.3.9-8.46.56.11 is installed
OR cups-client-1.3.9-8.46.56.11 is installed
OR cups-libs-1.3.9-8.46.56.11 is installed
OR cups-libs-32bit-1.3.9-8.46.56.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
cups-1.3.9-8.46.56.11 is installed
OR cups-client-1.3.9-8.46.56.11 is installed
OR cups-libs-1.3.9-8.46.56.11 is installed
OR cups-libs-32bit-1.3.9-8.46.56.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND LibVNCServer-0.9.1-154 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.108 is installed
OR kernel-bigmem-base-3.0.101-108.108 is installed
OR kernel-bigmem-devel-3.0.101-108.108 is installed
OR kernel-default-3.0.101-108.108 is installed
OR kernel-default-base-3.0.101-108.108 is installed
OR kernel-default-devel-3.0.101-108.108 is installed
OR kernel-default-man-3.0.101-108.108 is installed
OR kernel-ec2-3.0.101-108.108 is installed
OR kernel-ec2-base-3.0.101-108.108 is installed
OR kernel-ec2-devel-3.0.101-108.108 is installed
OR kernel-pae-3.0.101-108.108 is installed
OR kernel-pae-base-3.0.101-108.108 is installed
OR kernel-pae-devel-3.0.101-108.108 is installed
OR kernel-ppc64-3.0.101-108.108 is installed
OR kernel-ppc64-base-3.0.101-108.108 is installed
OR kernel-ppc64-devel-3.0.101-108.108 is installed
OR kernel-source-3.0.101-108.108 is installed
OR kernel-syms-3.0.101-108.108 is installed
OR kernel-trace-3.0.101-108.108 is installed
OR kernel-trace-base-3.0.101-108.108 is installed
OR kernel-trace-devel-3.0.101-108.108 is installed
OR kernel-xen-3.0.101-108.108 is installed
OR kernel-xen-base-3.0.101-108.108 is installed
OR kernel-xen-devel-3.0.101-108.108 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.108 is installed
OR kernel-bigmem-base-3.0.101-108.108 is installed
OR kernel-bigmem-devel-3.0.101-108.108 is installed
OR kernel-default-3.0.101-108.108 is installed
OR kernel-default-base-3.0.101-108.108 is installed
OR kernel-default-devel-3.0.101-108.108 is installed
OR kernel-default-man-3.0.101-108.108 is installed
OR kernel-ec2-3.0.101-108.108 is installed
OR kernel-ec2-base-3.0.101-108.108 is installed
OR kernel-ec2-devel-3.0.101-108.108 is installed
OR kernel-pae-3.0.101-108.108 is installed
OR kernel-pae-base-3.0.101-108.108 is installed
OR kernel-pae-devel-3.0.101-108.108 is installed
OR kernel-ppc64-3.0.101-108.108 is installed
OR kernel-ppc64-base-3.0.101-108.108 is installed
OR kernel-ppc64-devel-3.0.101-108.108 is installed
OR kernel-source-3.0.101-108.108 is installed
OR kernel-syms-3.0.101-108.108 is installed
OR kernel-trace-3.0.101-108.108 is installed
OR kernel-trace-base-3.0.101-108.108 is installed
OR kernel-trace-devel-3.0.101-108.108 is installed
OR kernel-xen-3.0.101-108.108 is installed
OR kernel-xen-base-3.0.101-108.108 is installed
OR kernel-xen-devel-3.0.101-108.108 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-18 is installed
OR openssh-openssl1-helpers-6.6p1-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-18 is installed
OR openssh-openssl1-helpers-6.6p1-18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND libgc1-7.2d-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND busybox-1.21.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_perl-2.0.8-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
res-signingkeys-3.0.37-52.23 is installed
OR smt-3.0.37-52.23 is installed
OR smt-support-3.0.37-52.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
res-signingkeys-3.0.37-52.23 is installed
OR smt-3.0.37-52.23 is installed
OR smt-support-3.0.37-52.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND apache-commons-httpclient-3.1-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
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-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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
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-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 SP4 is installed
AND Package Information
libproxy1-0.4.13-16 is installed
OR libproxy1-32bit-0.4.13-16 is installed
OR libproxy1-config-gnome3-0.4.13-16 is installed
OR libproxy1-config-gnome3-32bit-0.4.13-16 is installed
OR libproxy1-networkmanager-0.4.13-16 is installed
OR libproxy1-pacrunner-webkit-0.4.13-16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
MozillaFirefox-45.5.0esr-88 is installed
OR MozillaFirefox-translations-45.5.0esr-88 is installed
OR libfreebl3-3.21.3-50 is installed
OR libfreebl3-32bit-3.21.3-50 is installed
OR libfreebl3-hmac-3.21.3-50 is installed
OR libfreebl3-hmac-32bit-3.21.3-50 is installed
OR libsoftokn3-3.21.3-50 is installed
OR libsoftokn3-32bit-3.21.3-50 is installed
OR libsoftokn3-hmac-3.21.3-50 is installed
OR libsoftokn3-hmac-32bit-3.21.3-50 is installed
OR mozilla-nss-3.21.3-50 is installed
OR mozilla-nss-32bit-3.21.3-50 is installed
OR mozilla-nss-certs-3.21.3-50 is installed
OR mozilla-nss-certs-32bit-3.21.3-50 is installed
OR mozilla-nss-sysinit-3.21.3-50 is installed
OR mozilla-nss-sysinit-32bit-3.21.3-50 is installed
OR mozilla-nss-tools-3.21.3-50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
MozillaFirefox-45.5.0esr-88 is installed
OR MozillaFirefox-translations-45.5.0esr-88 is installed
OR libfreebl3-3.21.3-50 is installed
OR libfreebl3-32bit-3.21.3-50 is installed
OR libfreebl3-hmac-3.21.3-50 is installed
OR libfreebl3-hmac-32bit-3.21.3-50 is installed
OR libsoftokn3-3.21.3-50 is installed
OR libsoftokn3-32bit-3.21.3-50 is installed
OR libsoftokn3-hmac-3.21.3-50 is installed
OR libsoftokn3-hmac-32bit-3.21.3-50 is installed
OR mozilla-nss-3.21.3-50 is installed
OR mozilla-nss-32bit-3.21.3-50 is installed
OR mozilla-nss-certs-3.21.3-50 is installed
OR mozilla-nss-certs-32bit-3.21.3-50 is installed
OR mozilla-nss-sysinit-3.21.3-50 is installed
OR mozilla-nss-sysinit-32bit-3.21.3-50 is installed
OR mozilla-nss-tools-3.21.3-50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
dovecot22-2.2.13-2 is installed
OR dovecot22-backend-mysql-2.2.13-2 is installed
OR dovecot22-backend-pgsql-2.2.13-2 is installed
OR dovecot22-backend-sqlite-2.2.13-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44 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_85-default-3-2 is installed
OR kgraft-patch-3_12_74-60_64_85-xen-3-2 is installed
OR kgraft-patch-SLE12-SP1_Update_26-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND postgresql91-devel-9.1.12-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-devel-7.4-5.11.15 is installed
OR xorg-x11-libX11-devel-32bit-7.4-5.11.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libjavascriptcoregtk-1_0-0-2.2.7-3 is installed
OR libjavascriptcoregtk-1_0-0-32bit-2.2.7-3 is installed
OR libwebkit2gtk-3_0-25-2.2.7-3 is installed
OR libwebkitgtk-1_0-0-2.2.7-3 is installed
OR libwebkitgtk-1_0-0-32bit-2.2.7-3 is installed
OR libwebkitgtk2-lang-2.2.7-3 is installed
OR typelib-1_0-JavaScriptCore-3_0-2.2.7-3 is installed
OR typelib-1_0-WebKit-3_0-2.2.7-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND libzmq3-4.0.4-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND bogofilter-1.2.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
colord-1.3.3-12 is installed
OR colord-lang-1.3.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libatalk12-3.1.0-3.3 is installed
OR netatalk-3.1.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
freerdp-2.0.0~rc2-1 is installed
OR freerdp-devel-2.0.0~rc2-1 is installed
OR libfreerdp2-2.0.0~rc2-1 is installed
OR libwinpr2-2.0.0~rc2-1 is installed
OR winpr2-devel-2.0.0~rc2-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.1-61 is installed
|