Oval Definition:oval:org.opensuse.security:def:11018
Revision Date:2020-12-04Version:1
Title:Security update for neomutt (Moderate)
Description:
This update for neomutt fixes the following issues:

Update neomutt to 20201120. Address boo#1179035, CVE-2020-28896.

* Security
- imap: close connection on all failures
* Features
- alias: add function to Alias/Query dialogs
- config: add validators for {imap,smtp,pop}_authenticators
- config: warn when signature file is missing or not readable
- smtp: support for native SMTP LOGIN auth mech
- notmuch: show originating folder in index
* Bug Fixes
- sidebar: prevent the divider colour bleeding out
- sidebar: fix
- notmuch: fix query for current email
- restore shutdown-hook functionality
- crash in reply-to
- user-after-free in folder-hook
- fix some leaks
- fix application of limits to modified mailboxes
- write Date header when postponing
* Translations
- 100% Lithuanian
- 100% Czech
- 70% Turkish
* Docs
- Document that $sort_alias affects the query menu
* Build
- improve ASAN flags
- add SASL and S/MIME to --everything
- fix contrib (un)install
* Code
- my_hdr compose screen notifications
- add contracts to the MXAPI
- maildir refactoring
- further reduce the use of global variables
* Upstream
- Add $count_alternatives to count attachments inside alternatives
- Changes from 20200925
* Features
- Compose: display user-defined headers
- Address Book / Query: live sorting
- Address Book / Query: patterns for searching
- Config: Add '+=' and '-=' operators for String Lists
- Config: Add '+=' operator for Strings
- Allow postfix query ':setenv NAME?' for env vars
* Bug Fixes
- Fix crash when searching with invalid regexes
- Compose: Prevent infinite loop of send2-hooks
- Fix sidebar on new/removed mailboxes
- Restore indentation for named mailboxes
- Prevent half-parsing an alias
- Remove folder creation prompt for POP path
- Show error if $message_cachedir doesn't point to a valid directory
- Fix tracking LastDir in case of IMAP paths with Unicode characters
- Make sure all mail gets applied the index limit
- Add warnings to -Q query CLI option
- Fix index tracking functionality
* Changed Config
- Add $compose_show_user_headers (yes)
* Translations
- 100% Czech
- 100% Lithuanian
- Split up usage strings
* Build
- Run shellcheck on hcachever.sh
- Add the Address Sanitizer
- Move compose files to lib under compose/
- Move address config into libaddress
- Update to latest acutest - fixes a memory leak in the unit tests
* Code
- Implement ARRAY API
- Deglobalised the Config Sort functions
- Refactor the Sidebar to be Event-Driven
- Refactor the Color Event
- Refactor the Commands list
- Make ctx_update_tables private
- Reduce the scope/deps of some Validator functions
- Use the Email's IMAP UID instead of an increasing number as index
- debug: log window focus
- Removed neomutt-sidebar-abbreviate-shorten-what-user-sees.patch.
No longer needed.

- Update to 20200821:
* Bug Fixes
- fix maildir flag generation
- fix query notmuch if file is missing
- notmuch: don't abort sync on error
- fix type checking for send config variables
* Changed Config
- $sidebar_format - Use %D rather than %B for named mailboxes
* Translations
- 96% Lithuanian
- 90% Polish
- fix(sidebar): abbreviate/shorten what user sees

- Fix sidebar mailbox name display problem.

- Update to 20200814:
* Notes
- Add one-liner docs to config items
See: neomutt -O -Q smart_wrap
- Remove the built-in editor
A large unused and unusable feature
* Security
- Add mitigation against DoS from thousands of parts
boo#1179113
* Features
- Allow index-style searching in postpone menu
- Open NeoMutt using a mailbox name
- Add cd command to change the current working directory
- Add tab-completion menu for patterns
- Allow renaming existing mailboxes
- Check for missing attachments in alternative parts
- Add one-liner docs to config items
* Bug Fixes
- Fix logic in checking an empty From address
- Fix Imap crash in cmd_parse_expunge()
- Fix setting attributes with S-Lang
- Fix: redrawing of $pager_index_lines
- Fix progress percentage for syncing large mboxes
- Fix sidebar drawing in presence of indentation + named mailboxes
- Fix retrieval of drafts when 'postponed' is not in the mailboxes list
- Do not add comments to address group terminators
- Fix alias sorting for degenerate addresses
- Fix attaching emails
- Create directories for nonexistent file hcache case
- Avoid creating mailboxes for failed subscribes
- Fix crash if rejecting cert
* Changed Config
- Add $copy_decode_weed, $pipe_decode_weed, $print_decode_weed
- Change default of $crypt_protected_headers_subject to '...'
- Add default keybindings to history-up/down
* Translations
- 100% Czech
- 100% Spanish
* Build
- Allow building against Lua 5.4
- Fix when sqlite3.h is missing
* Docs
- Add a brief section on stty to the manual
- Update section 'Terminal Keybindings' in the manual
- Clarify PGP Pseudo-header S duration
* Code
- Clean up String API
- Make the Sidebar more independent
- De-centralise the Config Variables
- Refactor dialogs
- Refactor: Help Bar generation
- Make more APIs Context-free
- Adjust the edata use in Maildir and Notmuch
- Window refactoring
- Convert libsend to use Config functions
- Refactor notifications to reduce noise
- Convert Keymaps to use STAILQ
- Track currently selected email by msgid
- Config: no backing global variable
- Add events for key binding
* Upstream
- Fix imap postponed mailbox use-after-free error
- Speed up thread sort when many long threads exist
- Fix ~v tagging when switching to non-threaded sorting
- Add message/global to the list of known 'message' types
- Print progress meter when copying/saving tagged messages
- Remove ansi formatting from autoview generated quoted replies
- Change postpone mode to write Date header too
- Unstuff format=flowed

- Update to 20200626:
* Bug Fixes
- Avoid opening the same hcache file twice
- Re-open Mailbox after folder-hook
- Fix the matching of the spoolfile Mailbox
- Fix link-thread to link all tagged emails
* Changed Config
- Add $tunnel_is_secure config, defaulting to true
* Upstream
- Don't check IMAP PREAUTH encryption if $tunnel is in use
- Add recommendation to use $ssl_force_tls
- Changes from 20200501:
* Security
- Abort GnuTLS certificate check if a cert in the chain is rejected
CVE-2020-14154 boo#1172906
- TLS: clear data after a starttls acknowledgement
CVE-2020-14954 boo#1173197
- Prevent possible IMAP MITM via PREAUTH response
CVE-2020-14093 boo#1172935
* Features
- add config operations +=/-= for number,long
- Address book has a comment field
- Query menu has a comment field
* Contrib
sample.neomuttrc-starter: Do not echo prompted password
* Bug Fixes
- make 'news://' and 'nntp://' schemes interchangeable
- Fix CRLF to LF conversion in base64 decoding
- Double comma in query
- compose: fix redraw after history
- Crash inside empty query menu
- mmdf: fix creating new mailbox
- mh: fix creating new mailbox
- mbox: error out when an mbox/mmdf is a pipe
- Fix list-reply by correct parsing of List-Post headers
- Decode references according to RFC2047
- fix tagged message count
- hcache: fix keylen not being considered when building the full key
- sidebar: fix path comparison
- Don't mess with the original pattern when running IMAP searches
- Handle IMAP 'NO' resps by issuing a msg instead of failing badly
- imap: use the connection delimiter if provided
- Memory leaks
* Changed Config
- $alias_format default changed to include %c comment
- $query_format default changed to include %e extra info
* Translations
- 100% Lithuanian
- 84% French
- Log the translation in use
* Docs
- Add missing commands unbind, unmacro to man pages
* Build
- Check size of long using LONG_MAX instead of __WORDSIZE
- Allow ./configure to not record cflags
- fix out-of-tree build
- Avoid locating gdbm symbols in qdbm library
* Code
- Refactor unsafe TAILQ returns
- add window notifications
- flip negative ifs
- Update to latest acutest.h
- test: add store tests
- test: add compression tests
- graphviz: email
- make more opcode info available
- refactor: main_change_folder()
- refactor: mutt_mailbox_next()
- refactor: generate_body()
- compress: add {min,max}_level to ComprOps
- emphasise empty loops: '// do nothing'
- prex: convert is_from() to use regex
- Refactor IMAP's search routines

- Update to 20200501:
* Bug Fixes
- Make sure buffers are initialized on error
- fix(sidebar): use abbreviated path if possible
* Translations
- 100% Lithuanian
* Docs
- make header cache config more explicit
- Changes from 20200424:
* Bug Fixes
- Fix history corruption
- Handle pretty much anything in a URL query part
- Correctly parse escaped characters in header phrases
- Fix crash reading received header
- Fix sidebar indentation
- Avoid crashing on failure to parse an IMAP mailbox
- Maildir: handle deleted emails correctly
- Ensure OP_NULL is always first
* Translations
- 100% Czech
* Build
- cirrus: enable pcre2, make pkgconf a special case
- Fix finding pcre2 w/o pkgconf
- build: tdb.h needs size_t, bring it in with stddef.h
- Changes from 20200417:
* Features
- Fluid layout for Compose Screen, see: vimeo.com/407231157
- Trivial Database (TDB) header cache backend
- RocksDB header cache backend
- Add and functions
* Bug Fixes
- add error for CLI empty emails
- Allow spaces and square brackets in paths
- browser: fix hidden mailboxes
- fix initial email display
- notmuch: fix time window search.
- fix resize bugs
- notmuch: fix entire-thread: update current email pointer
- sidebar: support indenting and shortening of names
- Handle variables inside backticks in sidebar_whitelist
- browser: fix mask regex error reporting
* Translations
- 100% Lithuanian
- 99% Chinese (simplified)
* Build
- Use regexes for common parsing tasks: urls, dates
- Add configure option --pcre2 -- Enable PCRE2 regular expressions
- Add configure option --tdb -- Use TDB for the header cache
- Add configure option --rocksdb -- Use RocksDB for the header cache
- Create libstore (key/value backends)
- Update to latest autosetup
- Update to latest acutest.h
- Rename doc/ directory to docs/
- make: fix location of .Po dependency files
- Change libcompress to be more universal
- Fix test fails on х32
- fix uidvalidity to unsigned 32-bit int
* Code
- Increase test coverage
- Fix memory leaks
- Fix null checks
* Upstream
- Buffer refactoring
- Fix use-after-free in mutt_str_replace()
- Clarify PGP Pseudo-header S duration
- Try to respect MUTT_QUIET for IMAP contexts too
- Limit recurse depth when parsing mime messages

- Update to 20200320:
* Bug Fixes
- Fix COLUMNS env var
- Fix sync after delete
- Fix crash in notmuch
- Fix sidebar indent
- Fix emptying trash
- Fix command line sending
- Fix reading large address lists
- Resolve symlinks only when necessary
* Translations
- lithuania 100% Lithuanian
- es 96% Spanish
* Docs
- Include OpenSSL/LibreSSL/GnuTLS version in neomutt -v output
- Fix case of GPGME and SQLite
* Build
- Create libcompress (lz4, zlib, zstd)
- Create libhistory
- Create libbcache
- Move zstrm to libconn
* Code
- Add more test coverage
- Rename magic to type
- Use mutt_file_fopen() on config variables
- Change commands to use intptr_t for data

- Update to 20200313:
* Window layout
- Sidebar is only visible when it's usable.
* Features
- UI: add number of old messages to sidebar_format
- UI: support ISO 8601 calendar date
- UI: fix commands that don’t need to have a non-empty mailbox
to be valid
- PGP: inform about successful decryption of inline PGP
messages
- PGP: try to infer the signing key from the From address
- PGP: enable GPGMe by default
- Notmuch: use query as name for vfolder-from-query
- IMAP: add network traffic compression
(COMPRESS=DEFLATE, RFC4978)
- Header cache: add support for generic header cache
compression
* Bug Fixes
- Fix uncollapse_jump
- Only try to perform entire-thread on maildir/mh mailboxes
- Fix crash in pager
- Avoid logging single new lines at the end of header fields
- Fix listing mailboxes
- Do not recurse a non-threaded message
- Fix initial window order
- Fix leaks on IMAP error paths
- Notmuch: compose(attach-message): support notmuch backend
- Fix IMAP flag comparison code
- Fix $move for IMAP mailboxes
- Maildir: maildir_mbox_check_stats should only update mailbox
stats if requested
- Fix unmailboxes for virtual mailboxes
- Maildir: sanitize filename before hashing
- OAuth: if 'login' name isn't available use 'user'
- Add error message on failed encryption
- Fix a bunch of crashes
- Force C locale for email date
- Abort if run without a terminal
* Changed Config
- $crypt_use_gpgme - Now defaults to 'yes' (enabled)
- $abort_backspace - Hitting backspace against an empty prompt
aborts the prompt
- $abort_key - String representation of key to abort prompts
- $arrow_string - Use an custom string for arrow_cursor
- $crypt_opportunistic_encrypt_strong_keys - Enable encryption
only when strong a key is available
- $header_cache_compress_dictionary - Filepath to dictionary
for zstd compression
- $header_cache_compress_level - Level of compression for
method
- $header_cache_compress_method - Enable generic hcache
database compression
- $imap_deflate - Compress network traffic
- $smtp_user - Username for the SMTP server
* Translations
- 100% Lithuanian
- 81% Spanish
- 78% Russian
* Build
- Add libdebug
- Rename public headers to lib.h
- Create libcompress for compressed folders code
* Code
- Refactor Windows and Dialogs
- Lots of code tidying
- Refactor: mutt_addrlist_{search,write}
- Lots of improvements to the Config code
- Use Buffers more pervasively
- Unify API function naming
- Rename library shared headers
- Refactor libconn gui dependencies
- Refactor: init.[ch]
- Refactor config to use subsets
- Config: add path type
- Remove backend deps from the connection code
* Upstream
- Allow ~b ~B ~h patterns in send2-hook
- Rename smime oppenc mode parameter to get_keys_by_addr()
- Add $crypt_opportunistic_encrypt_strong_keys config var
- Fix crash when polling a closed ssl connection
- Turn off auto-clear outside of autocrypt initialization
- Add protected-headers='v1' to Content-Type when protecting
headers
- Fix segv in IMAP postponed menu caused by reopen_allow
- Adding ISO 8601 calendar date
- Fix $fcc_attach to not prompt in batch mode
- Convert remaining mutt_encode_path() call to use struct
Buffer
- Fix rendering of replacement_char when Charset_is_utf8
- Update to latest acutest.h

- Update to 20191207:
* Features:
- compose: draw status bar with highlights
* Bug Fixes:
- crash opening notmuch mailbox
- crash in mutt_autocrypt_ui_recommendation
- Avoid negative allocation
- Mbox new mail
- Setting of DT_MAILBOX type variables from Lua
- imap: empty cmdbuf before connecting
- imap: select the mailbox on reconnect
- compose: fix attach message
* Build:
- make files conditional
* Code:
- enum-ify log levels
- fix function prototypes
- refactor virtual email lookups
- factor out global Context
- Changes from 20191129:
* Features:
- Add raw mailsize expando (%cr)
* Bug Fixes:
- Avoid double question marks in bounce confirmation msg
- Fix bounce confirmation
- fix new-mail flags and behaviour
- fix: browser
- fix ssl crash
- fix move to trash
- fix flickering
- Do not check hidden mailboxes for new mail
- Fix new_mail_command notifications
- fix crash in examine_mailboxes()
- fix crash in mutt_sort_threads()
- fix: crash after sending
- Fix crash in tunnel's conn_close
- fix fcc for deep dirs
- imap: fix crash when new mail arrives
- fix colour 'quoted9'
- quieten messages on exit
- fix: crash after failed mbox_check
- browser: default to a file/dir view when attaching a file
* Changed Config:
- Change $write_bcc to default off
* Docs:
- Add a bit more documentation about sending
- Clarify $write_bcc documentation.
- Update documentation for raw size expando
- docbook: set generate.consistent.ids to make generated html
reproducible
* Build:
- fix build/tests for 32-bit arches
- tests: fix test that would fail soon
- tests: fix context for failing idna tests

- Update to 20191111:
Bug fixes:
* browser: fix directory view
* fix crash in mutt_extract_token()
* force a screen refresh
* fix crash sending message from command line
* notmuch: use nm_default_uri if no mailbox data
* fix forward attachments
* fix: vfprintf undefined behaviour in body_handler
* Fix relative symlink resolution
* fix: trash to non-existent file/dir
* fix re-opening of mbox Mailboxes
* close logging as late as possible
* log unknown mailboxes
* fix crash in command line postpone
* fix memory leaks
* fix icommand parsing
* fix new mail interaction with mail_check_recent

This update was imported from the openSUSE:Leap:15.1:Update update project.
Family:unixClass:patch
Status:Reference(s):1005778
1006180
1011913
1012829
1013887
1015337
1015342
1016119
1019151
1019695
1020645
1022476
1022600
1022604
1023175
1024346
1024373
1025461
1026570
1028173
1028286
1029693
1030552
1031515
1031717
1031784
1033587
1034075
1034113
1034762
1036215
1036632
1037344
1037404
1037838
1037994
1038078
1038616
1038792
1039153
1039348
1039915
1040307
1040347
1040351
1041958
1042257
1042286
1042314
1042422
1042778
1043261
1043347
1043520
1043598
1043652
1043805
1043912
1044112
1044443
1044623
1044636
1045154
1045293
1045330
1045404
1045563
1045596
1045709
1045715
1045866
1045922
1045937
1046105
1046170
1046434
1046651
1046655
1046682
1046821
1046985
1047027
1047048
1047096
1047118
1047121
1047152
1047174
1047277
1047343
1047354
1047418
1047506
1047595
1047651
1047653
1047670
1047802
1048146
1048155
1048221
1048317
1048348
1048356
1048421
1048451
1048501
1048891
1048912
1048914
1048916
1048919
1049231
1049289
1049298
1049361
1049483
1049486
1049603
1049619
1049645
1049706
1049882
1050061
1050188
1050211
1050320
1050322
1050677
1051022
1051048
1051059
1051239
1051399
1051471
1051478
1051479
1051556
1051663
1051689
1051979
1052049
1052223
1052311
1052325
1052365
1052442
1052533
1052709
1052773
1052794
1052899
1052925
1053043
1053117
1057389
1080249
1172906
1172935
1173197
1179035
1179113
962075
964063
974215
998664
CVE-2008-4316
CVE-2009-0793
CVE-2009-2905
CVE-2010-2640
CVE-2010-2641
CVE-2010-2642
CVE-2010-2643
CVE-2012-0037
CVE-2012-3524
CVE-2013-0157
CVE-2013-4276
CVE-2014-9114
CVE-2015-5218
CVE-2016-0728
CVE-2016-2779
CVE-2016-2851
CVE-2016-5011
CVE-2017-1000083
CVE-2017-1000111
CVE-2017-1000112
CVE-2017-1000251
CVE-2017-10810
CVE-2017-11473
CVE-2017-2616
CVE-2017-5950
CVE-2017-7533
CVE-2017-7541
CVE-2017-7542
CVE-2017-8831
CVE-2018-16301
CVE-2018-6871
CVE-2018-7738
CVE-2019-1010006
CVE-2019-11459
CVE-2019-15165
CVE-2020-14093
CVE-2020-14154
CVE-2020-14954
CVE-2020-28896
openSUSE-SU-2020:2157-1
Platform(s):openSUSE 13.2
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Build System Kit 12 SP1
SUSE Linux Enterprise Build System Kit 12 SP2
SUSE Linux Enterprise Build System Kit 12 SP3
SUSE Linux Enterprise Build System Kit 12 SP4
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise for SAP 11 SP3
SUSE Linux Enterprise High Performance Computing 15 SP1
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP1
SUSE Linux Enterprise Real Time Extension 12 SP1
SUSE Linux Enterprise Real Time Extension 12 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP1
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP1
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 Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP4
SUSE Linux Enterprise Storage 6
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 12 SP5
SUSE Manager Proxy 4.0
SUSE Manager Server 4.0
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 15 SP1
Product(s):
Definition Synopsis
  • openSUSE 13.2 is installed
  • AND Package Information
  • libpng16-16-1.6.13-2.1.2 is installed
  • OR libpng16-16-32bit-1.6.13-2.1.2 is installed
  • OR libpng16-devel-1.6.13-2.1.2 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • openstack-neutron-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-dhcp-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-ha-tool-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-l3-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-lbaas-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-linuxbridge-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-metadata-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-metering-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-openvswitch-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-vpn-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-nova-2014.2.4~a0~dev80-14 is installed
  • OR openstack-nova-compute-2014.2.4~a0~dev80-14 is installed
  • OR python-neutron-2014.2.4~a0~dev103-10 is installed
  • OR python-nova-2014.2.4~a0~dev80-14 is installed
  • OR python-python-memcached-1.54-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP1 is installed
  • AND kernel-zfcpdump-3.12.51-60.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP2 is installed
  • AND kernel-zfcpdump-4.4.74-92.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP3 is installed
  • AND kernel-zfcpdump-4.4.82-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP4 is installed
  • AND kernel-zfcpdump-4.12.14-95.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND icedtea-web-1.4.1-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND a2ps-4.13-1326.37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.10.1 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10.1 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10.1 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10.1 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
  • OR mozilla-nspr-4.10.8-0.5.1 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5.1 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10.1 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10.1 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND tcpdump-4.5.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • MozillaFirefox-38.5.0esr-54 is installed
  • OR MozillaFirefox-translations-38.5.0esr-54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libXi-1.7.4-17 is installed
  • OR libXi6-1.7.4-17 is installed
  • OR libXi6-32bit-1.7.4-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libmysqlclient18-10.0.31-29.3 is installed
  • OR libmysqlclient18-32bit-10.0.31-29.3 is installed
  • OR libmysqlclient_r18-10.0.31-29.3 is installed
  • OR libmysqlclient_r18-32bit-10.0.31-29.3 is installed
  • OR mariadb-10.0.31-29.3 is installed
  • OR mariadb-client-10.0.31-29.3 is installed
  • OR mariadb-errormessages-10.0.31-29.3 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 Linux Enterprise for SAP 11 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.31.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.31.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 15 SP1 is installed
  • AND Package Information
  • neomutt-20201120-bp151.3.3.1 is installed
  • OR neomutt-doc-20201120-bp151.3.3.1 is installed
  • OR neomutt-lang-20201120-bp151.3.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.50-85.5.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP1 is installed
  • AND ofed-kmp-rt-1.5.2_2.6.33.18_rt31_0.3-0.9.13.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP1 is installed
  • AND Package Information
  • kernel-compute-3.12.58-14 is installed
  • OR kernel-compute-base-3.12.58-14 is installed
  • OR kernel-compute-devel-3.12.58-14 is installed
  • OR kernel-compute_debug-3.12.58-14 is installed
  • OR kernel-compute_debug-devel-3.12.58-14 is installed
  • OR kernel-devel-rt-3.12.58-14 is installed
  • OR kernel-rt-3.12.58-14 is installed
  • OR kernel-rt-base-3.12.58-14 is installed
  • OR kernel-rt-devel-3.12.58-14 is installed
  • OR kernel-rt_debug-3.12.58-14 is installed
  • OR kernel-rt_debug-devel-3.12.58-14 is installed
  • OR kernel-source-rt-3.12.58-14 is installed
  • OR kernel-syms-rt-3.12.58-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP3 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.4.139-3.17 is installed
  • OR dlm-kmp-rt-4.4.139-3.17 is installed
  • OR gfs2-kmp-rt-4.4.139-3.17 is installed
  • OR kernel-devel-rt-4.4.139-3.17 is installed
  • OR kernel-rt-4.4.139-3.17 is installed
  • OR kernel-rt-base-4.4.139-3.17 is installed
  • OR kernel-rt-devel-4.4.139-3.17 is installed
  • OR kernel-rt_debug-4.4.139-3.17 is installed
  • OR kernel-rt_debug-devel-4.4.139-3.17 is installed
  • OR kernel-source-rt-4.4.139-3.17 is installed
  • OR kernel-syms-rt-4.4.139-3.17 is installed
  • OR ocfs2-kmp-rt-4.4.139-3.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-base-0.10.21-2.36.1 is installed
  • OR gstreamer-0_10-plugins-base-32bit-0.10.21-2.36.1 is installed
  • OR gstreamer-0_10-plugins-base-doc-0.10.21-2.36.1 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.21-2.36.1 is installed
  • OR gstreamer-0_10-plugins-base-x86-0.10.21-2.36.1 is installed
  • OR libgstinterfaces-0_10-0-0.10.21-2.36.1 is installed
  • OR libgstinterfaces-0_10-0-32bit-0.10.21-2.36.1 is installed
  • OR libgstinterfaces-0_10-0-x86-0.10.21-2.36.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • glibc-2.11.1-0.34.1 is installed
  • OR glibc-32bit-2.11.1-0.34.1 is installed
  • OR glibc-devel-2.11.1-0.34.1 is installed
  • OR glibc-devel-32bit-2.11.1-0.34.1 is installed
  • OR glibc-html-2.11.1-0.34.1 is installed
  • OR glibc-i18ndata-2.11.1-0.34.1 is installed
  • OR glibc-info-2.11.1-0.34.1 is installed
  • OR glibc-locale-2.11.1-0.34.1 is installed
  • OR glibc-locale-32bit-2.11.1-0.34.1 is installed
  • OR glibc-locale-x86-2.11.1-0.34.1 is installed
  • OR glibc-profile-2.11.1-0.34.1 is installed
  • OR glibc-profile-32bit-2.11.1-0.34.1 is installed
  • OR glibc-profile-x86-2.11.1-0.34.1 is installed
  • OR glibc-x86-2.11.1-0.34.1 is installed
  • OR nscd-2.11.1-0.34.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • glibc-2.11.1-0.34.1 is installed
  • OR glibc-32bit-2.11.1-0.34.1 is installed
  • OR glibc-devel-2.11.1-0.34.1 is installed
  • OR glibc-devel-32bit-2.11.1-0.34.1 is installed
  • OR glibc-html-2.11.1-0.34.1 is installed
  • OR glibc-i18ndata-2.11.1-0.34.1 is installed
  • OR glibc-info-2.11.1-0.34.1 is installed
  • OR glibc-locale-2.11.1-0.34.1 is installed
  • OR glibc-locale-32bit-2.11.1-0.34.1 is installed
  • OR glibc-locale-x86-2.11.1-0.34.1 is installed
  • OR glibc-profile-2.11.1-0.34.1 is installed
  • OR glibc-profile-32bit-2.11.1-0.34.1 is installed
  • OR glibc-profile-x86-2.11.1-0.34.1 is installed
  • OR glibc-x86-2.11.1-0.34.1 is installed
  • OR nscd-2.11.1-0.34.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • postgresql-8.3.20-0.4.1 is installed
  • OR postgresql-contrib-8.3.20-0.4.1 is installed
  • OR postgresql-docs-8.3.20-0.4.1 is installed
  • OR postgresql-init-9.1-0.6.10.1 is installed
  • OR postgresql-libs-8.3.18-0.3.1 is installed
  • OR postgresql-libs-32bit-8.3.18-0.3.1 is installed
  • OR postgresql-libs-x86-8.3.18-0.3.1 is installed
  • OR postgresql-server-8.3.20-0.4.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • postgresql-8.3.20-0.4.1 is installed
  • OR postgresql-contrib-8.3.20-0.4.1 is installed
  • OR postgresql-docs-8.3.20-0.4.1 is installed
  • OR postgresql-init-9.1-0.6.10.1 is installed
  • OR postgresql-libs-8.3.18-0.3.1 is installed
  • OR postgresql-libs-32bit-8.3.18-0.3.1 is installed
  • OR postgresql-libs-x86-8.3.18-0.3.1 is installed
  • OR postgresql-server-8.3.20-0.4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • puppet-0.24.8-1.3 is installed
  • OR puppet-server-0.24.8-1.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND koan-2.0.10-0.38.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • libfreebl3-3.15.2-0.3.1 is installed
  • OR libfreebl3-32bit-3.15.2-0.3.1 is installed
  • OR mozilla-nspr-4.10.1-0.3.1 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3.1 is installed
  • OR mozilla-nss-3.15.2-0.3.1 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3.1 is installed
  • OR mozilla-nss-tools-3.15.2-0.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • xen-4.1.4_02-0.5.1 is installed
  • OR xen-devel-4.1.6_08-0.11.1 is installed
  • OR xen-doc-html-4.1.4_02-0.5.1 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5.1 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-libs-4.1.4_02-0.5.1 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5.1 is installed
  • OR xen-tools-4.1.4_02-0.5.1 is installed
  • OR xen-tools-domU-4.1.4_02-0.5.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • xen-4.1.4_02-0.5.1 is installed
  • OR xen-devel-4.1.6_08-0.11.1 is installed
  • OR xen-doc-html-4.1.4_02-0.5.1 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5.1 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-libs-4.1.4_02-0.5.1 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5.1 is installed
  • OR xen-tools-4.1.4_02-0.5.1 is installed
  • OR xen-tools-domU-4.1.4_02-0.5.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • xen-4.1.4_02-0.5.1 is installed
  • OR xen-devel-4.1.6_08-0.11.1 is installed
  • OR xen-doc-html-4.1.4_02-0.5.1 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5.1 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5.1 is installed
  • OR xen-libs-4.1.4_02-0.5.1 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5.1 is installed
  • OR xen-tools-4.1.4_02-0.5.1 is installed
  • OR xen-tools-domU-4.1.4_02-0.5.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND kvm-0.15.1-0.27.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND kvm-0.15.1-0.27.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • hplip-3.11.10-0.6.11.1 is installed
  • OR hplip-hpijs-3.11.10-0.6.11.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • hplip-3.11.10-0.6.11.1 is installed
  • OR hplip-hpijs-3.11.10-0.6.11.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND apache2-mod_perl-2.0.4-40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.37.1 is installed
  • OR libMagickCore1-6.4.3.6-7.37.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND binutils-2.23.1-0.23.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND binutils-2.23.1-0.23.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND NetworkManager-gnome-0.7.1-5.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.8.0esr-68.1 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-62.1 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND Package Information
  • salt-2016.11.4-43.10.2 is installed
  • OR salt-doc-2016.11.4-43.10.2 is installed
  • OR salt-minion-2016.11.4-43.10.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • curl-openssl1-7.19.7-1.64.1 is installed
  • OR libcurl4-openssl1-7.19.7-1.64.1 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.64.1 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.64.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • docker-1.3.2-9 is installed
  • OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
  • OR sle2docker-0.2.3-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • docker-1.3.2-9 is installed
  • OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
  • OR sle2docker-0.2.3-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • libxml2-2-2.9.1-6.2 is installed
  • OR libxml2-2-32bit-2.9.1-6.2 is installed
  • OR libxml2-doc-2.9.1-6.2 is installed
  • OR libxml2-tools-2.9.1-6.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • krb5-1.12.1-22 is installed
  • OR krb5-32bit-1.12.1-22 is installed
  • OR krb5-client-1.12.1-22 is installed
  • OR krb5-doc-1.12.1-22 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-22 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
  • OR krb5-server-1.12.1-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • krb5-1.12.1-22 is installed
  • OR krb5-32bit-1.12.1-22 is installed
  • OR krb5-client-1.12.1-22 is installed
  • OR krb5-doc-1.12.1-22 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-22 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
  • OR krb5-server-1.12.1-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND binutils-2.25.0-13.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-28.1 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-28.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.24 is installed
  • OR python3-3.4.6-25.24 is installed
  • OR python3-base-3.4.6-25.24 is installed
  • OR python3-curses-3.4.6-25.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.24 is installed
  • OR python3-3.4.6-25.24 is installed
  • OR python3-base-3.4.6-25.24 is installed
  • OR python3-curses-3.4.6-25.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • apache2-2.4.23-29.3 is installed
  • OR apache2-doc-2.4.23-29.3 is installed
  • OR apache2-example-pages-2.4.23-29.3 is installed
  • OR apache2-prefork-2.4.23-29.3 is installed
  • OR apache2-utils-2.4.23-29.3 is installed
  • OR apache2-worker-2.4.23-29.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • apache2-2.4.23-29.3 is installed
  • OR apache2-doc-2.4.23-29.3 is installed
  • OR apache2-example-pages-2.4.23-29.3 is installed
  • OR apache2-prefork-2.4.23-29.3 is installed
  • OR apache2-utils-2.4.23-29.3 is installed
  • OR apache2-worker-2.4.23-29.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • libruby2_1-2_1-2.1.9-15 is installed
  • OR ruby2.1-2.1.9-15 is installed
  • OR ruby2.1-stdlib-2.1.9-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_49-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_14-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-102 is installed
  • OR libopenssl0_9_8-0.9.8j-102 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_120-92_70-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • mozilla-nspr-devel-4.9.4-0.3 is installed
  • OR mozilla-nss-devel-3.14.1-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.13.2 is installed
  • OR MozillaFirefox-devel-31.8.0esr-0.13.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • LibVNCServer-0.9.1-159.1 is installed
  • OR LibVNCServer-devel-0.9.1-159.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • flac-1.3.0-6 is installed
  • OR flac-devel-1.3.0-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND Package Information
  • ldb-1.1.24-4 is installed
  • OR libdcerpc-atsvc-devel-4.2.4-6 is installed
  • OR libdcerpc-atsvc0-4.2.4-6 is installed
  • OR libdcerpc-devel-4.2.4-6 is installed
  • OR libdcerpc-samr-devel-4.2.4-6 is installed
  • OR libdcerpc-samr0-4.2.4-6 is installed
  • OR libgensec-devel-4.2.4-6 is installed
  • OR libldb-devel-1.1.24-4 is installed
  • OR libndr-devel-4.2.4-6 is installed
  • OR libndr-krb5pac-devel-4.2.4-6 is installed
  • OR libndr-nbt-devel-4.2.4-6 is installed
  • OR libndr-standard-devel-4.2.4-6 is installed
  • OR libnetapi-devel-4.2.4-6 is installed
  • OR libregistry-devel-4.2.4-6 is installed
  • OR libsamba-credentials-devel-4.2.4-6 is installed
  • OR libsamba-hostconfig-devel-4.2.4-6 is installed
  • OR libsamba-passdb-devel-4.2.4-6 is installed
  • OR libsamba-policy-devel-4.2.4-6 is installed
  • OR libsamba-policy0-4.2.4-6 is installed
  • OR libsamba-util-devel-4.2.4-6 is installed
  • OR libsamdb-devel-4.2.4-6 is installed
  • OR libsmbclient-devel-4.2.4-6 is installed
  • OR libsmbclient-raw-devel-4.2.4-6 is installed
  • OR libsmbconf-devel-4.2.4-6 is installed
  • OR libsmbldap-devel-4.2.4-6 is installed
  • OR libtalloc-devel-2.1.5-4 is installed
  • OR libtdb-devel-1.3.8-4 is installed
  • OR libtevent-devel-0.9.26-4 is installed
  • OR libtevent-util-devel-4.2.4-6 is installed
  • OR libwbclient-devel-4.2.4-6 is installed
  • OR pyldb-1.1.24-4 is installed
  • OR pyldb-devel-1.1.24-4 is installed
  • OR pytalloc-devel-2.1.5-4 is installed
  • OR samba-4.2.4-6 is installed
  • OR samba-core-devel-4.2.4-6 is installed
  • OR samba-test-devel-4.2.4-6 is installed
  • OR talloc-2.1.5-4 is installed
  • OR tdb-1.3.8-4 is installed
  • OR tevent-0.9.26-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • gnome-shell-3.20.4-77.7 is installed
  • OR gnome-shell-devel-3.20.4-77.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND liblcms-devel-1.19-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • gcc48-gij-4.8.5-24 is installed
  • OR gcc48-gij-32bit-4.8.5-24 is installed
  • OR libgcj48-4.8.5-24 is installed
  • OR libgcj48-32bit-4.8.5-24 is installed
  • OR libgcj48-jar-4.8.5-24 is installed
  • OR libgcj_bc1-4.8.5-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.643-146 is installed
  • OR flash-player-gnome-11.2.202.643-146 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-12.3 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND libnewt0_52-0.52.16-1 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 12 SP5 is installed
  • AND libpcap1-32bit-1.8.1-10.3 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • go1.4-1.4.3-6 is installed
  • OR go1.4-doc-1.4.3-6 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • mongodb-3.4.10-5 is installed
  • OR mongodb-mongoperf-3.4.10-5 is installed
  • OR mongodb-mongos-3.4.10-5 is installed
  • OR mongodb-server-3.4.10-5 is installed
  • OR mongodb-shell-3.4.10-5 is installed
  • BACK