Oval Definition:oval:org.opensuse.security:def:26454
Revision Date:2020-12-01Version:1
Title:Security update for python-Jinja2 (Moderate)
Description:

This update for python-Jinja2 fixes the following issues:

- Update to 2.8 - Added `target` parameter to urlize function. - Added support for `followsymlinks` to the file system loader. - The truncate filter now counts the length. - Added equalto filter that helps with select filters. - Changed cache keys to use absolute file names if available instead of load names. - Fixed loop length calculation for some iterators. - Changed how Jinja2 enforces strings to be native strings in Python 2 to work when people break their default encoding. - Added :func:`make_logging_undefined` which returns an undefined object that logs failures into a logger. - If unmarshalling of cached data fails the template will be reloaded now. - Implemented a block ``set`` tag. - Default cache size was incrased to 400 from a low 50. - Fixed ``is number`` test to accept long integers in all Python versions. - Changed ``is number`` to accept Decimal as a number. - Added a check for default arguments followed by non-default arguments. This change makes ``{% macro m(x, y=1, z) %}...{% endmacro %}`` a syntax error. The previous behavior for this code was broken anyway (resulting in the default value being applied to `y`). - Add ability to use custom subclasses of ``jinja2.compiler.CodeGenerator`` and ``jinja2.runtime.Context`` by adding two new attributes to the environment (`code_generator_class` and `context_class`) (pull request ``#404``). - added support for context/environment/evalctx decorator functions on the finalize callback of the environment. - escape query strings for urlencode properly. Previously slashes were not escaped in that place. - Add 'base' parameter to 'int' filter. - Tests are removed from the package (not distributed in the tar.gz)

- Use %python_version over %py_ver: better portability to RHEL

- run testsuite during build

- adjust dependency to use up to date package name for python-MarkupSafe

- Update to 2.7.3 (boo#858239, CVE-2014-0012) - Security issue: Corrected the security fix for the cache folder. This fix was provided by RedHat.

- fix package build (file selection missing)

- avoid rebuildcycle with vim

- update to 2.7.2: - Prefix loader was not forwarding the locals properly to inner loaders. This is now fixed. - Security issue: Changed the default folder for the filesystem cache to be user specific and read and write protected on UNIX systems. See `Debian bug 734747`_ for more information.

- Require python-setuptools instead of distribute (upstreams merged)

- Avoid 'Recommends:' on old rpm distros

- update to 2.7.1: - Fixed a bug with ``call_filter`` not working properly on environment and context filters. - Fixed lack of Python 3 support for bytecode caches. - Reverted support for defining blocks in included templates as this broke existing templates for users. - Fixed some warnings with hashing of undefineds and nodes if Python is run with warnings for Python 3. - Added support for properly hashing undefined objects. - Fixed a bug with the title filter not working on already uppercase strings.

- update to 2.7: - Choice and prefix loaders now dispatch source and template lookup separately in order to work in combination with module loaders as advertised. - Fixed filesizeformat. - Added a non-silent option for babel extraction. - Added `urlencode` filter that automatically quotes values for URL safe usage with utf-8 as only supported encoding. If applications want to change this encoding they can override the filter. - Added `keep-trailing-newline` configuration to environments and templates to optionally preserve the final trailing newline. - Accessing `last` on the loop context no longer causes the iterator to be consumed into a list. - Python requirement changed: 2.6, 2.7 or >= 3.3 are required now, supported by same source code, using the 'six' compatibility library. - Allow `contextfunction` and other decorators to be applied to `__call__`. - Added support for changing from newline to different signs in the `wordwrap` filter. - Added support for ignoring memcache errors silently. - Added support for keeping the trailing newline in templates. - Added finer grained support for stripping whitespace on the left side of blocks. - Added `map`, `select`, `reject`, `selectattr` and `rejectattr` filters. - Added support for `loop.depth` to figure out how deep inside a recursive loop the code is. - Disabled py_compile for pypy and python 3.

- Fix building python 3 package on openSUSE 11.4 x86_64

- Add 2to3 buildrequires to allow for proper conversion of python 3 version

- Add python 3 package - Simplify vim plugin packaging - Add suggests for vim and emacs in their respective packages - Removed test for obsolete openSUSE version

- Simplified macro usage

- Split of 'vim' and 'emacs' sub-packages that contain syntax highlighting support for both editors

- Set license to BSD-3-Clause (SPDX style) - Require python-distribute instead of python-setuptools

- Update to version 2.6: * internal attributes now raise an internal attribute error now instead of returning an undefined. This fixes problems when passing undefined objects to Python semantics expecting APIs. * traceback support now works properly for PyPy. (Tested with 1.4) * implemented operator intercepting for sandboxed environments. This allows application developers to disable builtin operators for better security. (For instance limit the mathematical operators to actual integers instead of longs) * groupby filter now supports dotted notation for grouping by attributes of attributes. * scoped blocks not properly treat toplevel assignments and imports. Previously an import suddenly 'disappeared' in a scoped block. * automatically detect newer Python interpreter versions before loading code from bytecode caches to prevent segfaults on invalid opcodes. The segfault in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in the underlying Python interpreter. If you notice Jinja2 segfaulting in earlier versions after an upgrade of the Python interpreter you don't have to upgrade, it's enough to flush the bytecode cache. This just no longer makes this necessary, Jinja2 will automatically detect these cases now. * the sum filter can now sum up values by attribute. This is a backwards incompatible change. The argument to the filter previously was the optional starting index which defaultes to zero. This now became the second argument to the function because it's rarely used. * like sum, sort now also makes it possible to order items by attribute. * like sum and sort, join now also is able to join attributes of objects as string. * the internal eval context now has a reference to the environment. * added a mapping test to see if an object is a dict or an object with a similar interface.

- Renamed to python-Jinja2 - Fix wrong EOL encodings

- Do not require python-setuptools, buildrequires is sufficient - Removed authors from description - Changed license to BSD3c

- rpmlint issues cleanup * fdupes, tar.bz2 tarball, ... - package docs again (lost with last revision)

- re-generated spec file with py2pack * now builds for Fedora and Mandriva

- Update to 2.2.1; - Fixed changes file name.

- initial package (2.1.1)
Family:unixClass:patch
Status:Reference(s):1135418
779700
858239
865539
866902
869827
872912
875378
875803
882089
896023
898031
899558
901317
903850
903967
903970
905465
905467
906439
910441
913001
917376
927967
929339
960674
CVE-2006-4811
CVE-2007-0238
CVE-2007-0239
CVE-2007-1351
CVE-2009-0945
CVE-2009-0946
CVE-2010-0395
CVE-2010-2497
CVE-2010-2805
CVE-2010-2935
CVE-2010-2936
CVE-2010-3053
CVE-2010-3054
CVE-2010-3311
CVE-2010-3450
CVE-2010-3451
CVE-2010-3452
CVE-2010-3453
CVE-2010-3454
CVE-2010-3689
CVE-2010-3702
CVE-2010-3704
CVE-2010-3814
CVE-2010-3855
CVE-2010-4253
CVE-2010-4643
CVE-2011-0226
CVE-2011-2895
CVE-2011-3193
CVE-2011-3256
CVE-2011-3439
CVE-2011-3922
CVE-2012-0862
CVE-2012-1126
CVE-2012-1127
CVE-2012-1128
CVE-2012-1129
CVE-2012-1130
CVE-2012-1131
CVE-2012-1132
CVE-2012-1133
CVE-2012-1134
CVE-2012-1135
CVE-2012-1136
CVE-2012-1137
CVE-2012-1138
CVE-2012-1139
CVE-2012-1140
CVE-2012-1141
CVE-2012-1142
CVE-2012-1143
CVE-2012-1144
CVE-2012-2944
CVE-2012-4405
CVE-2012-4929
CVE-2012-5668
CVE-2012-5669
CVE-2012-5670
CVE-2012-6093
CVE-2012-6109
CVE-2013-0183
CVE-2013-0184
CVE-2013-0254
CVE-2013-0262
CVE-2013-0263
CVE-2013-4156
CVE-2013-4342
CVE-2013-4549
CVE-2014-0012
CVE-2014-1518
CVE-2014-1520
CVE-2014-1523
CVE-2014-1524
CVE-2014-1529
CVE-2014-1530
CVE-2014-1531
CVE-2014-1532
CVE-2014-3575
CVE-2014-3618
CVE-2014-3693
CVE-2014-5044
CVE-2014-8594
CVE-2014-8595
CVE-2014-8866
CVE-2014-8867
CVE-2014-9030
CVE-2014-9657
CVE-2014-9658
CVE-2014-9660
CVE-2014-9661
CVE-2014-9663
CVE-2014-9664
CVE-2014-9665
CVE-2014-9667
CVE-2014-9669
CVE-2014-9670
CVE-2014-9671
CVE-2014-9672
CVE-2014-9673
CVE-2014-9674
CVE-2014-9675
CVE-2015-0240
CVE-2015-0295
CVE-2015-1858
CVE-2015-1859
CVE-2015-1860
CVE-2015-3456
CVE-2015-8710
CVE-2019-11037
openSUSE-SU-2019:0244-1
openSUSE-SU-2020:0014-1
SUSE-SU-2015:0371-1
SUSE-SU-2015:0927-1
SUSE-SU-2016:0187-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.3
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 Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 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 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 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 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
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 SP5
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • seamonkey-2.46-9.2 is installed
  • OR seamonkey-translations-common-2.46-9.2 is installed
  • OR seamonkey-translations-other-2.46-9.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • curl-7.37.0-15.1 is installed
  • OR libcurl-devel-7.37.0-15.1 is installed
  • OR libcurl4-7.37.0-15.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND hyper-v-7-3.3 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • python-keystoneclient-1.0.0-14 is installed
  • OR python-keystoneclient-doc-1.0.0-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.5esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.5esr-0.4 is installed
  • OR libfreebl3-3.14.3-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nspr-4.9.6-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.6-0.3 is installed
  • OR mozilla-nss-3.14.3-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.3-0.4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.30 is installed
  • OR libMagick++1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • OR libMagickWand1-6.4.3.6-7.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.7.0esr-37 is installed
  • OR MozillaFirefox-translations-38.7.0esr-37 is installed
  • OR libfreebl3-3.20.2-28 is installed
  • OR libfreebl3-32bit-3.20.2-28 is installed
  • OR libsoftokn3-3.20.2-28 is installed
  • OR libsoftokn3-32bit-3.20.2-28 is installed
  • OR mozilla-nspr-4.12-24 is installed
  • OR mozilla-nspr-32bit-4.12-24 is installed
  • OR mozilla-nss-3.20.2-28 is installed
  • OR mozilla-nss-32bit-3.20.2-28 is installed
  • OR mozilla-nss-tools-3.20.2-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • MozillaFirefox-38.2.1esr-45 is installed
  • OR MozillaFirefox-branding-SLE-31.0-14 is installed
  • OR MozillaFirefox-translations-38.2.1esr-45 is installed
  • OR libfreebl3-3.19.2.0-26 is installed
  • OR libfreebl3-32bit-3.19.2.0-26 is installed
  • OR libsoftokn3-3.19.2.0-26 is installed
  • OR libsoftokn3-32bit-3.19.2.0-26 is installed
  • OR mozilla-nss-3.19.2.0-26 is installed
  • OR mozilla-nss-32bit-3.19.2.0-26 is installed
  • OR mozilla-nss-certs-3.19.2.0-26 is installed
  • OR mozilla-nss-certs-32bit-3.19.2.0-26 is installed
  • OR mozilla-nss-tools-3.19.2.0-26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • strongswan-5.1.3-22 is installed
  • OR strongswan-doc-5.1.3-22 is installed
  • OR strongswan-ipsec-5.1.3-22 is installed
  • OR strongswan-libs0-5.1.3-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libX11-1.6.2-11 is installed
  • OR libX11-6-1.6.2-11 is installed
  • OR libX11-6-32bit-1.6.2-11 is installed
  • OR libX11-data-1.6.2-11 is installed
  • OR libX11-xcb1-1.6.2-11 is installed
  • OR libX11-xcb1-32bit-1.6.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND cvs-1.12.12-182.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • python2-salt-2018.3.0-46.28 is installed
  • OR salt-2018.3.0-46.28 is installed
  • OR salt-api-2018.3.0-46.28 is installed
  • OR salt-bash-completion-2018.3.0-46.28 is installed
  • OR salt-cloud-2018.3.0-46.28 is installed
  • OR salt-doc-2018.3.0-46.28 is installed
  • OR salt-master-2018.3.0-46.28 is installed
  • OR salt-minion-2018.3.0-46.28 is installed
  • OR salt-proxy-2018.3.0-46.28 is installed
  • OR salt-ssh-2018.3.0-46.28 is installed
  • OR salt-syndic-2018.3.0-46.28 is installed
  • OR salt-zsh-completion-2018.3.0-46.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • glib2-devel-2.54.3-2 is installed
  • OR glib2-lang-2.54.3-2 is installed
  • OR glib2-tools-2.54.3-2 is installed
  • OR libgio-2_0-0-2.54.3-2 is installed
  • OR libgio-2_0-0-32bit-2.54.3-2 is installed
  • OR libglib-2_0-0-2.54.3-2 is installed
  • OR libglib-2_0-0-32bit-2.54.3-2 is installed
  • OR libgmodule-2_0-0-2.54.3-2 is installed
  • OR libgmodule-2_0-0-32bit-2.54.3-2 is installed
  • OR libgobject-2_0-0-2.54.3-2 is installed
  • OR libgobject-2_0-0-32bit-2.54.3-2 is installed
  • OR libgthread-2_0-0-2.54.3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • containerd-0.2.9+gitr706_06b9cb351610-16.8 is installed
  • OR docker-17.09.1_ce-98.8 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2066_7b2b1feb1de4-10 is installed
  • OR docker-runc-1.0.0rc4+gitr3338_3f2f8b84a77f-1.3 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2066_7b2b1feb1de4-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • gd-2.2.5-2 is installed
  • OR gd-devel-2.2.5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND cvs-1.12.12-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-66 is installed
  • OR libopenssl0_9_8-0.9.8j-66 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-66 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND ntp-4.2.8p11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.67-60.64.21 is installed
  • OR kernel-ec2-devel-3.12.67-60.64.21 is installed
  • OR kernel-ec2-extra-3.12.67-60.64.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php7-7.0.7-50.9 is installed
  • OR php7-7.0.7-50.9 is installed
  • OR php7-bcmath-7.0.7-50.9 is installed
  • OR php7-bz2-7.0.7-50.9 is installed
  • OR php7-calendar-7.0.7-50.9 is installed
  • OR php7-ctype-7.0.7-50.9 is installed
  • OR php7-curl-7.0.7-50.9 is installed
  • OR php7-dba-7.0.7-50.9 is installed
  • OR php7-dom-7.0.7-50.9 is installed
  • OR php7-enchant-7.0.7-50.9 is installed
  • OR php7-exif-7.0.7-50.9 is installed
  • OR php7-fastcgi-7.0.7-50.9 is installed
  • OR php7-fileinfo-7.0.7-50.9 is installed
  • OR php7-fpm-7.0.7-50.9 is installed
  • OR php7-ftp-7.0.7-50.9 is installed
  • OR php7-gd-7.0.7-50.9 is installed
  • OR php7-gettext-7.0.7-50.9 is installed
  • OR php7-gmp-7.0.7-50.9 is installed
  • OR php7-iconv-7.0.7-50.9 is installed
  • OR php7-imap-7.0.7-50.9 is installed
  • OR php7-intl-7.0.7-50.9 is installed
  • OR php7-json-7.0.7-50.9 is installed
  • OR php7-ldap-7.0.7-50.9 is installed
  • OR php7-mbstring-7.0.7-50.9 is installed
  • OR php7-mcrypt-7.0.7-50.9 is installed
  • OR php7-mysql-7.0.7-50.9 is installed
  • OR php7-odbc-7.0.7-50.9 is installed
  • OR php7-opcache-7.0.7-50.9 is installed
  • OR php7-openssl-7.0.7-50.9 is installed
  • OR php7-pcntl-7.0.7-50.9 is installed
  • OR php7-pdo-7.0.7-50.9 is installed
  • OR php7-pear-7.0.7-50.9 is installed
  • OR php7-pear-Archive_Tar-7.0.7-50.9 is installed
  • OR php7-pgsql-7.0.7-50.9 is installed
  • OR php7-phar-7.0.7-50.9 is installed
  • OR php7-posix-7.0.7-50.9 is installed
  • OR php7-pspell-7.0.7-50.9 is installed
  • OR php7-shmop-7.0.7-50.9 is installed
  • OR php7-snmp-7.0.7-50.9 is installed
  • OR php7-soap-7.0.7-50.9 is installed
  • OR php7-sockets-7.0.7-50.9 is installed
  • OR php7-sqlite-7.0.7-50.9 is installed
  • OR php7-sysvmsg-7.0.7-50.9 is installed
  • OR php7-sysvsem-7.0.7-50.9 is installed
  • OR php7-sysvshm-7.0.7-50.9 is installed
  • OR php7-tokenizer-7.0.7-50.9 is installed
  • OR php7-wddx-7.0.7-50.9 is installed
  • OR php7-xmlreader-7.0.7-50.9 is installed
  • OR php7-xmlrpc-7.0.7-50.9 is installed
  • OR php7-xmlwriter-7.0.7-50.9 is installed
  • OR php7-xsl-7.0.7-50.9 is installed
  • OR php7-zip-7.0.7-50.9 is installed
  • OR php7-zlib-7.0.7-50.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • kernel-default-3.0.101-0.47.102 is installed
  • OR kernel-default-base-3.0.101-0.47.102 is installed
  • OR kernel-default-devel-3.0.101-0.47.102 is installed
  • OR kernel-ec2-3.0.101-0.47.102 is installed
  • OR kernel-ec2-base-3.0.101-0.47.102 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.102 is installed
  • OR kernel-pae-3.0.101-0.47.102 is installed
  • OR kernel-pae-base-3.0.101-0.47.102 is installed
  • OR kernel-pae-devel-3.0.101-0.47.102 is installed
  • OR kernel-source-3.0.101-0.47.102 is installed
  • OR kernel-syms-3.0.101-0.47.102 is installed
  • OR kernel-trace-3.0.101-0.47.102 is installed
  • OR kernel-trace-base-3.0.101-0.47.102 is installed
  • OR kernel-trace-devel-3.0.101-0.47.102 is installed
  • OR kernel-xen-3.0.101-0.47.102 is installed
  • OR kernel-xen-base-3.0.101-0.47.102 is installed
  • OR kernel-xen-devel-3.0.101-0.47.102 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • libmysqlclient15-5.0.67-13.26 is installed
  • OR libmysqlclient15-32bit-5.0.67-13.26 is installed
  • OR libmysqlclient15-x86-5.0.67-13.26 is installed
  • OR libmysqlclient_r15-5.0.67-13.26 is installed
  • OR mysql-5.0.67-13.26 is installed
  • OR mysql-Max-5.0.67-13.26 is installed
  • OR mysql-client-5.0.67-13.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • libmysqlclient15-5.0.67-13.26 is installed
  • OR libmysqlclient15-32bit-5.0.67-13.26 is installed
  • OR libmysqlclient15-x86-5.0.67-13.26 is installed
  • OR libmysqlclient_r15-5.0.67-13.26 is installed
  • OR mysql-5.0.67-13.26 is installed
  • OR mysql-Max-5.0.67-13.26 is installed
  • OR mysql-client-5.0.67-13.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND man-2.5.2-17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXrender-7.4-1.16 is installed
  • OR xorg-x11-libXrender-32bit-7.4-1.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.34 is installed
  • OR libMagickCore1-6.4.3.6-7.34 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.34 is installed
  • OR libMagickCore1-6.4.3.6-7.34 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libopenssl-devel-0.9.8j-0.66 is installed
  • OR libopenssl0_9_8-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
  • OR openssl-0.9.8j-0.50 is installed
  • OR openssl-doc-0.9.8j-0.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • libopenssl-devel-0.9.8j-0.66 is installed
  • OR libopenssl0_9_8-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
  • OR openssl-0.9.8j-0.50 is installed
  • OR openssl-doc-0.9.8j-0.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libopenssl-devel-0.9.8j-0.66 is installed
  • OR libopenssl0_9_8-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
  • OR openssl-0.9.8j-0.50 is installed
  • OR openssl-doc-0.9.8j-0.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • libopenssl-devel-0.9.8j-0.66 is installed
  • OR libopenssl0_9_8-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
  • OR openssl-0.9.8j-0.50 is installed
  • OR openssl-doc-0.9.8j-0.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libopenssl-devel-0.9.8j-0.66 is installed
  • OR libopenssl0_9_8-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
  • OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
  • OR openssl-0.9.8j-0.50 is installed
  • OR openssl-doc-0.9.8j-0.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13.18-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13.18-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13.18-0.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND ed-0.2-1001.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.33 is installed
  • OR bind-chrootenv-9.9.6P1-0.33 is installed
  • OR bind-devel-9.9.6P1-0.33 is installed
  • OR bind-doc-9.9.6P1-0.33 is installed
  • OR bind-libs-9.9.6P1-0.33 is installed
  • OR bind-libs-32bit-9.9.6P1-0.33 is installed
  • OR bind-utils-9.9.6P1-0.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.33 is installed
  • OR bind-chrootenv-9.9.6P1-0.33 is installed
  • OR bind-devel-9.9.6P1-0.33 is installed
  • OR bind-doc-9.9.6P1-0.33 is installed
  • OR bind-libs-9.9.6P1-0.33 is installed
  • OR bind-libs-32bit-9.9.6P1-0.33 is installed
  • OR bind-utils-9.9.6P1-0.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • cups-1.3.9-8.46.52 is installed
  • OR cups-client-1.3.9-8.46.52 is installed
  • OR cups-libs-1.3.9-8.46.52 is installed
  • OR cups-libs-32bit-1.3.9-8.46.52 is installed
  • OR cups-libs-x86-1.3.9-8.46.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • cups-1.3.9-8.46.52 is installed
  • OR cups-client-1.3.9-8.46.52 is installed
  • OR cups-libs-1.3.9-8.46.52 is installed
  • OR cups-libs-32bit-1.3.9-8.46.52 is installed
  • OR cups-libs-x86-1.3.9-8.46.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • cups-1.3.9-8.46.52 is installed
  • OR cups-client-1.3.9-8.46.52 is installed
  • OR cups-libs-1.3.9-8.46.52 is installed
  • OR cups-libs-32bit-1.3.9-8.46.52 is installed
  • OR cups-libs-x86-1.3.9-8.46.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • cups-1.3.9-8.46.52 is installed
  • OR cups-client-1.3.9-8.46.52 is installed
  • OR cups-libs-1.3.9-8.46.52 is installed
  • OR cups-libs-32bit-1.3.9-8.46.52 is installed
  • OR cups-libs-x86-1.3.9-8.46.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • cups-1.3.9-8.46.52 is installed
  • OR cups-client-1.3.9-8.46.52 is installed
  • OR cups-libs-1.3.9-8.46.52 is installed
  • OR cups-libs-32bit-1.3.9-8.46.52 is installed
  • OR cups-libs-x86-1.3.9-8.46.52 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.4_04-0.9 is installed
  • OR xen-doc-html-4.2.4_04-0.9 is installed
  • OR xen-doc-pdf-4.2.4_04-0.9 is installed
  • OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-libs-4.2.4_04-0.9 is installed
  • OR xen-libs-32bit-4.2.4_04-0.9 is installed
  • OR xen-tools-4.2.4_04-0.9 is installed
  • OR xen-tools-domU-4.2.4_04-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.4_04-0.9 is installed
  • OR xen-doc-html-4.2.4_04-0.9 is installed
  • OR xen-doc-pdf-4.2.4_04-0.9 is installed
  • OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-libs-4.2.4_04-0.9 is installed
  • OR xen-libs-32bit-4.2.4_04-0.9 is installed
  • OR xen-tools-4.2.4_04-0.9 is installed
  • OR xen-tools-domU-4.2.4_04-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.4_04-0.9 is installed
  • OR xen-doc-html-4.2.4_04-0.9 is installed
  • OR xen-doc-pdf-4.2.4_04-0.9 is installed
  • OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-libs-4.2.4_04-0.9 is installed
  • OR xen-libs-32bit-4.2.4_04-0.9 is installed
  • OR xen-tools-4.2.4_04-0.9 is installed
  • OR xen-tools-domU-4.2.4_04-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.4_04-0.9 is installed
  • OR xen-doc-html-4.2.4_04-0.9 is installed
  • OR xen-doc-pdf-4.2.4_04-0.9 is installed
  • OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
  • OR xen-libs-4.2.4_04-0.9 is installed
  • OR xen-libs-32bit-4.2.4_04-0.9 is installed
  • OR xen-tools-4.2.4_04-0.9 is installed
  • OR xen-tools-domU-4.2.4_04-0.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • freeradius-server-2.1.1-7.16 is installed
  • OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
  • OR freeradius-server-doc-2.1.1-7.16 is installed
  • OR freeradius-server-libs-2.1.1-7.16 is installed
  • OR freeradius-server-utils-2.1.1-7.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.5 is installed
  • OR xen-doc-html-4.2.5_21-45.5 is installed
  • OR xen-doc-pdf-4.2.5_21-45.5 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.5 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.5 is installed
  • OR xen-libs-4.2.5_21-45.5 is installed
  • OR xen-libs-32bit-4.2.5_21-45.5 is installed
  • OR xen-tools-4.2.5_21-45.5 is installed
  • OR xen-tools-domU-4.2.5_21-45.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.5 is installed
  • OR xen-doc-html-4.2.5_21-45.5 is installed
  • OR xen-doc-pdf-4.2.5_21-45.5 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.5 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.5 is installed
  • OR xen-libs-4.2.5_21-45.5 is installed
  • OR xen-libs-32bit-4.2.5_21-45.5 is installed
  • OR xen-tools-4.2.5_21-45.5 is installed
  • OR xen-tools-domU-4.2.5_21-45.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • perl-5.10.0-64.81.13 is installed
  • OR perl-32bit-5.10.0-64.81.13 is installed
  • OR perl-Module-Build-0.2808.01-0.81.13 is installed
  • OR perl-Test-Simple-0.72-0.81.13 is installed
  • OR perl-base-5.10.0-64.81.13 is installed
  • OR perl-doc-5.10.0-64.81.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-common-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-other-60.8.0esr-78.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-common-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-other-60.8.0esr-78.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.65 is installed
  • OR libMagickCore1-6.4.3.6-7.65 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.65 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.65 is installed
  • OR libMagickCore1-6.4.3.6-7.65 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.65 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • freetype2-2.3.7-25.35.36 is installed
  • OR freetype2-32bit-2.3.7-25.35.36 is installed
  • OR freetype2-x86-2.3.7-25.35.36 is installed
  • OR ft2demos-2.3.7-25.35.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • libsqlite3-0-3.7.6.3-1.4.7.9 is installed
  • OR libsqlite3-0-32bit-3.7.6.3-1.4.7.9 is installed
  • OR sqlite3-3.7.6.3-1.4.7.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • libsqlite3-0-3.7.6.3-1.4.7.9 is installed
  • OR libsqlite3-0-32bit-3.7.6.3-1.4.7.9 is installed
  • OR sqlite3-3.7.6.3-1.4.7.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • guestfs-data-1.26.9-1 is installed
  • OR guestfs-tools-1.26.9-1 is installed
  • OR guestfsd-1.26.9-1 is installed
  • OR libguestfs0-1.26.9-1 is installed
  • OR perl-Sys-Guestfs-1.26.9-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • e2fsprogs-1.42.11-7 is installed
  • OR libcom_err2-1.42.11-7 is installed
  • OR libcom_err2-32bit-1.42.11-7 is installed
  • OR libext2fs2-1.42.11-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_57-default-11-2 is installed
  • OR kgraft-patch-3_12_74-60_64_57-xen-11-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_20-11-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_57-default-11-2 is installed
  • OR kgraft-patch-3_12_74-60_64_57-xen-11-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_20-11-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND sudo-1.8.10p3-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND sudo-1.8.10p3-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • augeas-1.2.0-10 is installed
  • OR augeas-lenses-1.2.0-10 is installed
  • OR libaugeas0-1.2.0-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • xen-4.7.6_02-43.36 is installed
  • OR xen-doc-html-4.7.6_02-43.36 is installed
  • OR xen-libs-4.7.6_02-43.36 is installed
  • OR xen-libs-32bit-4.7.6_02-43.36 is installed
  • OR xen-tools-4.7.6_02-43.36 is installed
  • OR xen-tools-domU-4.7.6_02-43.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • xen-4.7.6_02-43.36 is installed
  • OR xen-doc-html-4.7.6_02-43.36 is installed
  • OR xen-libs-4.7.6_02-43.36 is installed
  • OR xen-libs-32bit-4.7.6_02-43.36 is installed
  • OR xen-tools-4.7.6_02-43.36 is installed
  • OR xen-tools-domU-4.7.6_02-43.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_103-92_56-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_103-92_56-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_32-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_11-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libsoup-2.54.1-5.3 is installed
  • OR libsoup-2_4-1-2.54.1-5.3 is installed
  • OR libsoup-2_4-1-32bit-2.54.1-5.3 is installed
  • OR libsoup-lang-2.54.1-5.3 is installed
  • OR typelib-1_0-Soup-2_4-2.54.1-5.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libsoup-2.54.1-5.3 is installed
  • OR libsoup-2_4-1-2.54.1-5.3 is installed
  • OR libsoup-2_4-1-32bit-2.54.1-5.3 is installed
  • OR libsoup-lang-2.54.1-5.3 is installed
  • OR typelib-1_0-Soup-2_4-2.54.1-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • guestfs-data-1.32.4-19 is installed
  • OR guestfs-tools-1.32.4-19 is installed
  • OR guestfsd-1.32.4-19 is installed
  • OR libguestfs0-1.32.4-19 is installed
  • OR perl-Sys-Guestfs-1.32.4-19 is installed
  • OR python-libguestfs-1.32.4-19 is installed
  • OR virt-p2v-1.32.4-19 is installed
  • OR virt-v2v-1.32.4-19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libIlmImf-Imf_2_1-21-2.1.0-6.10 is installed
  • OR openexr-2.1.0-6.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libIlmImf-Imf_2_1-21-2.1.0-6.10 is installed
  • OR openexr-2.1.0-6.10 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • ghostscript-9.27-23.28 is installed
  • OR ghostscript-x11-9.27-23.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • ghostscript-9.27-23.28 is installed
  • OR ghostscript-x11-9.27-23.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • gc-7.2d-5 is installed
  • OR libgc1-7.2d-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • ghostscript-devel-8.62-32.34 is installed
  • OR ghostscript-ijs-devel-8.62-32.34 is installed
  • OR libgimpprint-devel-4.2.7-32.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-devel-24.5.0esr-0.8 is installed
  • OR mozilla-nspr-devel-4.10.4-0.3 is installed
  • OR mozilla-nss-devel-3.16-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • libreoffice-4.0.3.3.26-0.10 is installed
  • OR libreoffice-base-4.0.3.3.26-0.10 is installed
  • OR libreoffice-base-drivers-postgresql-4.0.3.3.26-0.10 is installed
  • OR libreoffice-base-extensions-4.0.3.3.26-0.10 is installed
  • OR libreoffice-calc-4.0.3.3.26-0.10 is installed
  • OR libreoffice-calc-extensions-4.0.3.3.26-0.10 is installed
  • OR libreoffice-draw-4.0.3.3.26-0.10 is installed
  • OR libreoffice-draw-extensions-4.0.3.3.26-0.10 is installed
  • OR libreoffice-filters-optional-4.0.3.3.26-0.10 is installed
  • OR libreoffice-gnome-4.0.3.3.26-0.10 is installed
  • OR libreoffice-impress-4.0.3.3.26-0.10 is installed
  • OR libreoffice-impress-extensions-4.0.3.3.26-0.10 is installed
  • OR libreoffice-kde-4.0.3.3.26-0.10 is installed
  • OR libreoffice-kde4-4.0.3.3.26-0.10 is installed
  • OR libreoffice-l10n-prebuilt-4.0.3.3.26-0.10 is installed
  • OR libreoffice-mailmerge-4.0.3.3.26-0.10 is installed
  • OR libreoffice-math-4.0.3.3.26-0.10 is installed
  • OR libreoffice-mono-4.0.3.3.26-0.10 is installed
  • OR libreoffice-officebean-4.0.3.3.26-0.10 is installed
  • OR libreoffice-pyuno-4.0.3.3.26-0.10 is installed
  • OR libreoffice-sdk-4.0.3.3.26-0.10 is installed
  • OR libreoffice-writer-4.0.3.3.26-0.10 is installed
  • OR libreoffice-writer-extensions-4.0.3.3.26-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.569-120 is installed
  • OR flash-player-gnome-11.2.202.569-120 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • imap-2007e_suse-19 is installed
  • OR libc-client2007e_suse-2007e_suse-19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-70 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND kernel-default-extra-4.4.73-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-base-0.10.36-17 is installed
  • OR gstreamer-0_10-plugins-base-32bit-0.10.36-17 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.36-17 is installed
  • OR libgstapp-0_10-0-0.10.36-17 is installed
  • OR libgstapp-0_10-0-32bit-0.10.36-17 is installed
  • OR libgstinterfaces-0_10-0-0.10.36-17 is installed
  • OR libgstinterfaces-0_10-0-32bit-0.10.36-17 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND ruby2.1-rubygem-bson-1_11-1.11.1-2 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • python-Jinja2-2.8-2 is installed
  • OR python-Jinja2-emacs-2.8-2 is installed
  • OR python-Jinja2-vim-2.8-2 is installed
  • BACK