Oval Definition:oval:org.opensuse.security:def:11130
Revision Date:2021-09-16Version:1
Title:Security update for fail2ban (Important)
Description:

This update for fail2ban fixes the following issues:

- CVE-2021-32749: prevent a command injection via mail command (boo#1188610)

- Integrate change to resolve boo#1146856 and boo#1180738

Update to 0.11.2

- increased stability, filter and action updates New Features and Enhancements

fail2ban-regex: - speedup formatted output (bypass unneeded stats creation) - extended with prefregex statistic - more informative output for `datepattern` (e. g. set from filter) - pattern : description * parsing of action in jail-configs considers space between action-names as separator also (previously only new-line was allowed), for example `action = a b` would specify 2 actions `a` and `b` * new filter and jail for GitLab recognizing failed application logins (gh#fail2ban/fail2ban#2689) * new filter and jail for Grafana recognizing failed application logins (gh#fail2ban/fail2ban#2855) * new filter and jail for SoftEtherVPN recognizing failed application logins (gh#fail2ban/fail2ban#2723) * `filter.d/guacamole.conf` extended with `logging` parameter to follow webapp-logging if it's configured (gh#fail2ban/fail2ban#2631) * `filter.d/bitwarden.conf` enhanced to support syslog (gh#fail2ban/fail2ban#2778) * introduced new prefix `{UNB}` for `datepattern` to disable word boundaries in regex; * datetemplate: improved anchor detection for capturing groups `(^...)`; * datepattern: improved handling with wrong recognized timestamps (timezones, no datepattern, etc) as well as some warnings signaling user about invalid pattern or zone (gh#fail2ban/fail2ban#2814): - filter gets mode in-operation, which gets activated if filter starts processing of new messages; in this mode a timestamp read from log-line that appeared recently (not an old line), deviating too much from now (up too 24h), will be considered as now (assuming a timezone issue), so could avoid unexpected bypass of failure (previously exceeding `findtime`); - better interaction with non-matching optional datepattern or invalid timestamps; - implements special datepattern `{NONE}` - allow to find failures totally without date-time in log messages, whereas filter will use now as timestamp (gh#fail2ban/fail2ban#2802) * performance optimization of `datepattern` (better search algorithm in datedetector, especially for single template); * fail2ban-client: extended to unban IP range(s) by subnet (CIDR/mask) or hostname (DNS), gh#fail2ban/fail2ban#2791; * extended capturing of alternate tags in filter, allowing combine of multiple groups to single tuple token with new tag prefix `` with all value of `` tags (gh#fail2ban/fail2ban#2755) - Fixes * [stability] prevent race condition - no ban if filter (backend) is continuously busy if too many messages will be found in log, e. g. initial scan of large log-file or journal (gh#fail2ban/fail2ban#2660) * pyinotify-backend sporadically avoided initial scanning of log-file by start * python 3.9 compatibility (and Travis CI support) * restoring a large number (500+ depending on files ulimit) of current bans when using PyPy fixed * manual ban is written to database, so can be restored by restart (gh#fail2ban/fail2ban#2647) * `jail.conf`: don't specify `action` directly in jails (use `action_` or `banaction` instead) * no mails-action added per default anymore (e. g. to allow that `action = %(action_mw)s` should be specified per jail or in default section in jail.local), closes gh#fail2ban/fail2ban#2357 * ensure we've unique action name per jail (also if parameter `actname` is not set but name deviates from standard name, gh#fail2ban/fail2ban#2686) * don't use `%(banaction)s` interpolation because it can be complex value (containing `[...]` and/or quotes), so would bother the action interpolation * fixed type conversion in config readers (take place after all interpolations get ready), that allows to specify typed parameters variable (as substitutions) as well as to supply it in other sections or as init parameters. * `action.d/*-ipset*.conf`: several ipset actions fixed (no timeout per default anymore), so no discrepancy between ipset and fail2ban (removal from ipset will be managed by fail2ban only, gh#fail2ban/fail2ban#2703) * `action.d/cloudflare.conf`: fixed `actionunban` (considering new-line chars and optionally real json-parsing with `jq`, gh#fail2ban/fail2ban#2140, gh#fail2ban/fail2ban#2656) * `action.d/nftables.conf` (type=multiport only): fixed port range selector, replacing `:` with `-` (gh#fail2ban/fail2ban#2763) * `action.d/firewallcmd-*.conf` (multiport only): fixed port range selector, replacing `:` with `-` (gh#fail2ban/fail2ban#2821) * `action.d/bsd-ipfw.conf`: fixed selection of rule-no by large list or initial `lowest_rule_num` (gh#fail2ban/fail2ban#2836) * `filter.d/common.conf`: avoid substitute of default values in related `lt_*` section, `__prefix_line` should be interpolated in definition section (inside the filter-config, gh#fail2ban/fail2ban#2650) * `filter.d/dovecot.conf`: - add managesieve and submission support (gh#fail2ban/fail2ban#2795); - accept messages with more verbose logging (gh#fail2ban/fail2ban#2573); * `filter.d/courier-smtp.conf`: prefregex extended to consider port in log-message (gh#fail2ban/fail2ban#2697) * `filter.d/traefik-auth.conf`: filter extended with parameter mode (`normal`, `ddos`, `aggressive`) to handle the match of username differently (gh#fail2ban/fail2ban#2693): - `normal`: matches 401 with supplied username only - `ddos`: matches 401 without supplied username only - `aggressive`: matches 401 and any variant (with and without username) * `filter.d/sshd.conf`: normalizing of user pattern in all RE's, allowing empty user (gh#fail2ban/fail2ban#2749)

Update to 0.11.1:

Increment ban time (+ observer) functionality introduced. * Database functionality extended with bad ips. * New tags (usable in actions): - `` - ban count of this offender if known as bad (started by 1 for unknown) - `` - current ban-time of the ticket (prolongation can be retarded up to 10 sec.) * Introduced new action command `actionprolong` to prolong ban-time (e. g. set new timeout if expected); * algorithm of restore current bans after restart changed: update the restored ban-time (and therefore end of ban) of the ticket with ban-time of jail (as maximum), for all tickets with ban-time greater (or persistent) * added new setup-option `--without-tests` to skip building and installing of tests files (gh-2287). * added new command `fail2ban-client get banip ?sep-char|--with-time?` to get the banned ip addresses (gh-1916). * purge database will be executed now (within observer). restoring currently banned ip after service restart fixed (now < timeofban + bantime), ignore old log failures (already banned) * upgrade database: update new created table `bips` with entries from table `bans` (allows restore current bans after upgrade from version <= 0.10)

- removal of SuSEfirewall2-fail2ban for factory versions since SuSEfirewall2 will be removed from Factory (see sr#713247): * removed references to SuSEfirewall2 service * use references to SuSEfirewall2 only for older distributions * Removed installation recommendation of the fail2ban-SuSEfirewall2 package for all distributions as it is deprecated. - changed fail2ban unit file location (boo#1145181, gh#fail2ban/fail2ban#2474)
Family:unixClass:patch
Status:Reference(s):1003077
1008842
1009682
1012620
1012985
1015703
1015787
1015821
1017512
1018100
1018263
1018419
1018446
1019168
1019514
1020048
1020795
1021256
1021374
1021762
1021913
1022559
1022971
1023164
1023207
1023377
1023762
1023824
1023888
1023992
1024081
1024234
1024309
1024508
1024788
1025039
1025235
1025354
1025802
1026024
1026722
1026914
1027066
1027178
1027189
1027190
1027974
1028041
1028415
1028595
1028648
1028895
1029470
1029850
1029986
1030118
1030213
1030593
1030901
1031003
1031052
1031080
1031440
1031567
1031579
1031662
1031842
1032125
1032141
1032344
1032345
1033336
1034670
103470
1034700
1035576
1035699
1035738
1035877
1036752
1038261
1048510
1065276
1066156
1068251
1068885
1070428
1071558
1074254
1075724
1076308
1088591
1137825
1145181
1146856
1180738
1188610
799133
857926
897422
900214
900218
901334
906831
907016
914939
917630
922853
930399
931620
937444
940946
954763
968697
970083
971933
979215
982783
983212
984530
985561
988065
989056
993832
CVE-2009-1210
CVE-2009-1267
CVE-2009-1268
CVE-2009-1269
CVE-2009-3241
CVE-2009-3242
CVE-2009-3243
CVE-2010-1455
CVE-2010-1674
CVE-2010-1675
CVE-2010-2993
CVE-2010-3445
CVE-2010-4300
CVE-2010-4301
CVE-2010-4538
CVE-2011-0024
CVE-2011-0538
CVE-2011-0713
CVE-2011-1138
CVE-2011-1139
CVE-2011-1140
CVE-2011-1143
CVE-2011-1590
CVE-2011-1591
CVE-2011-1592
CVE-2011-1957
CVE-2011-1958
CVE-2011-1959
CVE-2011-2174
CVE-2011-2175
CVE-2011-2597
CVE-2011-2698
CVE-2011-3266
CVE-2011-3360
CVE-2011-3483
CVE-2012-2392
CVE-2012-2393
CVE-2012-2394
CVE-2012-3548
CVE-2012-4048
CVE-2012-4049
CVE-2012-4285
CVE-2012-4286
CVE-2012-4287
CVE-2012-4288
CVE-2012-4289
CVE-2012-4290
CVE-2012-4291
CVE-2012-4292
CVE-2012-4293
CVE-2012-4294
CVE-2012-4295
CVE-2012-4296
CVE-2012-4297
CVE-2012-4298
CVE-2012-5237
CVE-2012-5238
CVE-2012-5239
CVE-2012-5240
CVE-2012-5592
CVE-2012-5593
CVE-2012-5594
CVE-2012-5595
CVE-2012-5596
CVE-2012-5597
CVE-2012-5598
CVE-2012-5599
CVE-2012-5600
CVE-2012-5601
CVE-2012-5602
CVE-2013-1572
CVE-2013-1573
CVE-2013-1574
CVE-2013-1575
CVE-2013-1576
CVE-2013-1577
CVE-2013-1578
CVE-2013-1579
CVE-2013-1580
CVE-2013-1581
CVE-2013-1582
CVE-2013-1583
CVE-2013-1584
CVE-2013-1585
CVE-2013-1586
CVE-2013-1587
CVE-2013-1588
CVE-2013-1589
CVE-2013-1590
CVE-2013-2475
CVE-2013-2476
CVE-2013-2477
CVE-2013-2478
CVE-2013-2479
CVE-2013-2480
CVE-2013-2481
CVE-2013-2482
CVE-2013-2483
CVE-2013-2484
CVE-2013-2485
CVE-2013-2486
CVE-2013-2487
CVE-2013-2488
CVE-2013-3555
CVE-2013-3556
CVE-2013-3557
CVE-2013-3558
CVE-2013-3559
CVE-2013-3560
CVE-2013-3561
CVE-2013-3562
CVE-2013-4083
CVE-2013-4920
CVE-2013-4921
CVE-2013-4922
CVE-2013-4923
CVE-2013-4924
CVE-2013-4925
CVE-2013-4926
CVE-2013-4927
CVE-2013-4928
CVE-2013-4929
CVE-2013-4930
CVE-2013-4931
CVE-2013-4932
CVE-2013-4933
CVE-2013-4934
CVE-2013-4935
CVE-2013-4936
CVE-2013-5717
CVE-2013-5718
CVE-2013-5719
CVE-2013-5720
CVE-2013-5721
CVE-2013-5722
CVE-2013-6336
CVE-2013-6337
CVE-2013-6338
CVE-2013-6339
CVE-2013-6340
CVE-2013-7112
CVE-2013-7113
CVE-2013-7114
CVE-2014-0558
CVE-2014-0564
CVE-2014-0569
CVE-2014-2281
CVE-2014-2282
CVE-2014-2283
CVE-2014-2299
CVE-2014-2907
CVE-2014-3693
CVE-2014-4020
CVE-2014-5044
CVE-2014-5161
CVE-2014-5162
CVE-2014-5163
CVE-2014-5164
CVE-2014-5165
CVE-2014-8962
CVE-2014-9028
CVE-2015-0559
CVE-2015-0560
CVE-2015-0561
CVE-2015-0562
CVE-2015-0563
CVE-2015-0564
CVE-2015-1350
CVE-2015-2188
CVE-2015-2189
CVE-2015-2191
CVE-2015-3811
CVE-2015-3812
CVE-2015-3813
CVE-2015-3814
CVE-2015-5276
CVE-2015-7542
CVE-2015-7830
CVE-2015-8711
CVE-2015-8712
CVE-2015-8713
CVE-2015-8714
CVE-2015-8715
CVE-2015-8716
CVE-2015-8717
CVE-2015-8718
CVE-2015-8719
CVE-2015-8720
CVE-2015-8721
CVE-2015-8722
CVE-2015-8723
CVE-2015-8724
CVE-2015-8725
CVE-2015-8726
CVE-2015-8727
CVE-2015-8728
CVE-2015-8729
CVE-2015-8730
CVE-2015-8731
CVE-2015-8732
CVE-2015-8733
CVE-2016-10044
CVE-2016-10200
CVE-2016-10208
CVE-2016-1245
CVE-2016-2117
CVE-2016-2342
CVE-2016-2523
CVE-2016-2530
CVE-2016-2531
CVE-2016-2532
CVE-2016-3070
CVE-2016-4049
CVE-2016-5243
CVE-2016-5350
CVE-2016-5351
CVE-2016-5352
CVE-2016-5353
CVE-2016-5354
CVE-2016-5355
CVE-2016-5356
CVE-2016-5357
CVE-2016-5358
CVE-2016-5359
CVE-2016-6354
CVE-2016-6504
CVE-2016-6505
CVE-2016-6506
CVE-2016-6507
CVE-2016-6508
CVE-2016-6509
CVE-2016-6510
CVE-2016-6511
CVE-2016-7117
CVE-2016-7175
CVE-2016-7176
CVE-2016-7177
CVE-2016-7178
CVE-2016-7179
CVE-2016-7180
CVE-2016-9191
CVE-2016-9373
CVE-2016-9374
CVE-2016-9375
CVE-2016-9376
CVE-2016-9588
CVE-2016-9604
CVE-2017-1000211
CVE-2017-11406
CVE-2017-11407
CVE-2017-11408
CVE-2017-11410
CVE-2017-11411
CVE-2017-11671
CVE-2017-13765
CVE-2017-13766
CVE-2017-13767
CVE-2017-15191
CVE-2017-15192
CVE-2017-15193
CVE-2017-15908
CVE-2017-16227
CVE-2017-17083
CVE-2017-17084
CVE-2017-17085
CVE-2017-17935
CVE-2017-17997
CVE-2017-2647
CVE-2017-2671
CVE-2017-5495
CVE-2017-5596
CVE-2017-5597
CVE-2017-5669
CVE-2017-5753
CVE-2017-5897
CVE-2017-5986
CVE-2017-6014
CVE-2017-6074
CVE-2017-6214
CVE-2017-6345
CVE-2017-6346
CVE-2017-6348
CVE-2017-6353
CVE-2017-6951
CVE-2017-7187
CVE-2017-7261
CVE-2017-7294
CVE-2017-7308
CVE-2017-7616
CVE-2017-7645
CVE-2017-7700
CVE-2017-7701
CVE-2017-7702
CVE-2017-7703
CVE-2017-7704
CVE-2017-7705
CVE-2017-7745
CVE-2017-7746
CVE-2017-7747
CVE-2017-7748
CVE-2017-8106
CVE-2017-9343
CVE-2017-9344
CVE-2017-9345
CVE-2017-9346
CVE-2017-9347
CVE-2017-9348
CVE-2017-9349
CVE-2017-9350
CVE-2017-9351
CVE-2017-9352
CVE-2017-9353
CVE-2017-9354
CVE-2017-9432
CVE-2017-9617
CVE-2017-9766
CVE-2018-1049
CVE-2018-1106
CVE-2018-11354
CVE-2018-11355
CVE-2018-11356
CVE-2018-11357
CVE-2018-11358
CVE-2018-11359
CVE-2018-11360
CVE-2018-11361
CVE-2018-11362
CVE-2018-14339
CVE-2018-14340
CVE-2018-14341
CVE-2018-14342
CVE-2018-14343
CVE-2018-14344
CVE-2018-14367
CVE-2018-14368
CVE-2018-14369
CVE-2018-14370
CVE-2018-16056
CVE-2018-16057
CVE-2018-16058
CVE-2018-5334
CVE-2018-5335
CVE-2018-5336
CVE-2018-7320
CVE-2018-7321
CVE-2018-7322
CVE-2018-7323
CVE-2018-7324
CVE-2018-7325
CVE-2018-7326
CVE-2018-7327
CVE-2018-7328
CVE-2018-7329
CVE-2018-7330
CVE-2018-7331
CVE-2018-7332
CVE-2018-7333
CVE-2018-7334
CVE-2018-7335
CVE-2018-7336
CVE-2018-7337
CVE-2018-7417
CVE-2018-7418
CVE-2018-7419
CVE-2018-7420
CVE-2018-7421
CVE-2018-9256
CVE-2018-9259
CVE-2018-9260
CVE-2018-9261
CVE-2018-9262
CVE-2018-9263
CVE-2018-9264
CVE-2018-9265
CVE-2018-9266
CVE-2018-9267
CVE-2018-9268
CVE-2018-9269
CVE-2018-9270
CVE-2018-9271
CVE-2018-9272
CVE-2018-9273
CVE-2018-9274
CVE-2018-9838
CVE-2019-12387
CVE-2021-32749
openSUSE-SU-2021:1274-1
Platform(s):openSUSE 13.2
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Build System Kit 12
SUSE Linux Enterprise Build System Kit 12 SP1
SUSE Linux Enterprise Build System Kit 12 SP2
SUSE Linux Enterprise Build System Kit 12 SP3
SUSE Linux Enterprise Build System Kit 12 SP4
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 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 High Availability 12
SUSE Linux Enterprise High Availability 12 SP2
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise High Performance Computing 15 SP1
SUSE Linux Enterprise High Performance Computing 15 SP2
SUSE Linux Enterprise High Performance Computing 15 SP3
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
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 Real Time Extension 12 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
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-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP1
SUSE Linux Enterprise Server 15 SP2
SUSE Linux Enterprise Server 15 SP3
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 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP1
SUSE Linux Enterprise Server for SAP Applications 15 SP2
SUSE Linux Enterprise Server for SAP Applications 15 SP3
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise 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 Storage 7
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 SP5
SUSE Manager Proxy 4.0
SUSE Manager Proxy 4.1
SUSE Manager Proxy 4.2
SUSE Manager Server 4.0
SUSE Manager Server 4.1
SUSE Manager Server 4.2
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
SUSE Package Hub for SUSE Linux Enterprise 15 SP2
SUSE Package Hub for SUSE Linux Enterprise 15 SP3
Product(s):
Definition Synopsis
  • openSUSE 13.2 is installed
  • AND Package Information
  • quassel-0.10.0-3.4.1 is installed
  • OR quassel-base-0.10.0-3.4.1 is installed
  • OR quassel-client-0.10.0-3.4.1 is installed
  • OR quassel-core-0.10.0-3.4.1 is installed
  • OR quassel-mono-0.10.0-3.4.1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-requests-2.8.1-6.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 is installed
  • AND Package Information
  • libreoffice-4.3.3.2-6 is installed
  • OR libreoffice-sdk-4.3.3.2-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP1 is installed
  • AND kernel-zfcpdump-3.12.74-60.64.40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP2 is installed
  • AND lynx-2.8.7-28.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP3 is installed
  • AND Package Information
  • ocaml-4.03.0-8.3 is installed
  • OR ocaml-ocamldoc-4.03.0-8.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP4 is installed
  • AND python-Twisted-15.2.1-9.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • libldb1-3.6.3-0.33.39.1 is installed
  • OR libldb1-32bit-3.6.3-0.33.39.1 is installed
  • OR libsmbclient0-3.6.3-0.33.39.1 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39.1 is installed
  • OR libtalloc1-3.4.3-1.50.1 is installed
  • OR libtalloc1-32bit-3.4.3-1.50.1 is installed
  • OR libtalloc2-3.6.3-0.33.39.1 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39.1 is installed
  • OR libtdb1-3.6.3-0.33.39.1 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39.1 is installed
  • OR libtevent0-3.6.3-0.33.39.1 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39.1 is installed
  • OR libwbclient0-3.6.3-0.33.39.1 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39.1 is installed
  • OR samba-3.6.3-0.33.39.1 is installed
  • OR samba-32bit-3.6.3-0.33.39.1 is installed
  • OR samba-client-3.6.3-0.33.39.1 is installed
  • OR samba-client-32bit-3.6.3-0.33.39.1 is installed
  • OR samba-doc-3.6.3-0.33.39.1 is installed
  • OR samba-krb-printing-3.6.3-0.33.39.1 is installed
  • OR samba-winbind-3.6.3-0.33.39.1 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • emacs-22.3-4.42.1 is installed
  • OR emacs-info-22.3-4.42.1 is installed
  • OR emacs-x11-22.3-4.42.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • flash-player-11.2.202.559-0.32.1 is installed
  • OR flash-player-gnome-11.2.202.559-0.32.1 is installed
  • OR flash-player-kde4-11.2.202.559-0.32.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • flac-1.3.0-6 is installed
  • OR libFLAC8-1.3.0-6 is installed
  • OR libFLAC8-32bit-1.3.0-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • xen-4.5.3_08-17 is installed
  • OR xen-kmp-default-4.5.3_08_k3.12.59_60.45-17 is installed
  • OR xen-libs-4.5.3_08-17 is installed
  • OR xen-libs-32bit-4.5.3_08-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.82-6.6 is installed
  • OR kernel-default-devel-4.4.82-6.6 is installed
  • OR kernel-default-extra-4.4.82-6.6 is installed
  • OR kernel-devel-4.4.82-6.6 is installed
  • OR kernel-macros-4.4.82-6.6 is installed
  • OR kernel-source-4.4.82-6.6 is installed
  • OR kernel-syms-4.4.82-6.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libpython2_7-1_0-2.7.13-28.16 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.16 is installed
  • OR python-2.7.13-28.16 is installed
  • OR python-base-2.7.13-28.16 is installed
  • OR python-curses-2.7.13-28.16 is installed
  • OR python-devel-2.7.13-28.16 is installed
  • OR python-tk-2.7.13-28.16 is installed
  • OR python-xml-2.7.13-28.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 is installed
  • AND Package Information
  • ctdb-4.2.4-18.17 is installed
  • OR samba-4.2.4-18.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP2 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.4.90-92.45 is installed
  • OR cluster-network-kmp-default-4.4.90-92.45 is installed
  • OR dlm-kmp-default-4.4.90-92.45 is installed
  • OR gfs2-kmp-default-4.4.90-92.45 is installed
  • OR kernel-default-4.4.90-92.45 is installed
  • OR ocfs2-kmp-default-4.4.90-92.45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND Package Information
  • cluster-network-1.4-2.32.2.14 is installed
  • OR cluster-network-kmp-bigmem-1.4_3.0.101_108.7-2.32.2.14 is installed
  • OR cluster-network-kmp-default-1.4_3.0.101_108.7-2.32.2.14 is installed
  • OR cluster-network-kmp-pae-1.4_3.0.101_108.7-2.32.2.14 is installed
  • OR cluster-network-kmp-ppc64-1.4_3.0.101_108.7-2.32.2.14 is installed
  • OR cluster-network-kmp-trace-1.4_3.0.101_108.7-2.32.2.14 is installed
  • OR cluster-network-kmp-xen-1.4_3.0.101_108.7-2.32.2.14 is installed
  • OR drbd-8.4.4-0.27.2.1 is installed
  • OR drbd-bash-completion-8.4.4-0.27.2.1 is installed
  • OR drbd-heartbeat-8.4.4-0.27.2.1 is installed
  • OR drbd-kmp-8.4.4-0.27.2.13 is installed
  • OR drbd-kmp-bigmem-8.4.4_3.0.101_108.7-0.27.2.13 is installed
  • OR drbd-kmp-default-8.4.4_3.0.101_108.7-0.27.2.13 is installed
  • OR drbd-kmp-pae-8.4.4_3.0.101_108.7-0.27.2.13 is installed
  • OR drbd-kmp-ppc64-8.4.4_3.0.101_108.7-0.27.2.13 is installed
  • OR drbd-kmp-trace-8.4.4_3.0.101_108.7-0.27.2.13 is installed
  • OR drbd-kmp-xen-8.4.4_3.0.101_108.7-0.27.2.13 is installed
  • OR drbd-pacemaker-8.4.4-0.27.2.1 is installed
  • OR drbd-udev-8.4.4-0.27.2.1 is installed
  • OR drbd-utils-8.4.4-0.27.2.1 is installed
  • OR drbd-xen-8.4.4-0.27.2.1 is installed
  • OR gfs2-2-0.24.2.14 is installed
  • OR gfs2-kmp-bigmem-2_3.0.101_108.7-0.24.2.14 is installed
  • OR gfs2-kmp-default-2_3.0.101_108.7-0.24.2.14 is installed
  • OR gfs2-kmp-pae-2_3.0.101_108.7-0.24.2.14 is installed
  • OR gfs2-kmp-ppc64-2_3.0.101_108.7-0.24.2.14 is installed
  • OR gfs2-kmp-trace-2_3.0.101_108.7-0.24.2.14 is installed
  • OR gfs2-kmp-xen-2_3.0.101_108.7-0.24.2.14 is installed
  • OR ocfs2-1.6-0.28.3.4 is installed
  • OR ocfs2-kmp-bigmem-1.6_3.0.101_108.7-0.28.3.4 is installed
  • OR ocfs2-kmp-default-1.6_3.0.101_108.7-0.28.3.4 is installed
  • OR ocfs2-kmp-pae-1.6_3.0.101_108.7-0.28.3.4 is installed
  • OR ocfs2-kmp-ppc64-1.6_3.0.101_108.7-0.28.3.4 is installed
  • OR ocfs2-kmp-trace-1.6_3.0.101_108.7-0.28.3.4 is installed
  • OR ocfs2-kmp-xen-1.6_3.0.101_108.7-0.28.3.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 15 SP1 is installed
  • AND
  • fail2ban-0.11.2-bp153.2.3.1 is installed
  • OR monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 15 SP2 is installed
  • AND
  • fail2ban-0.11.2-bp153.2.3.1 is installed
  • OR monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 15 SP3 is installed
  • AND
  • fail2ban-0.11.2-bp153.2.3.1 is installed
  • OR monitoring-plugins-fail2ban-0.11.2-bp153.2.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • ruby2.1-rubygem-rack-1_4-1.4.5-8.10 is installed
  • OR rubygem-rack-1_4-1.4.5-8.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.26-37.1 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.26-37.1 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.26-37.1 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.26-37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.36-38.1 is installed
  • OR kernel-ec2-devel-3.12.36-38.1 is installed
  • OR kernel-ec2-extra-3.12.36-38.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-30.1 is installed
  • OR php5-5.5.14-30.1 is installed
  • OR php5-bcmath-5.5.14-30.1 is installed
  • OR php5-bz2-5.5.14-30.1 is installed
  • OR php5-calendar-5.5.14-30.1 is installed
  • OR php5-ctype-5.5.14-30.1 is installed
  • OR php5-curl-5.5.14-30.1 is installed
  • OR php5-dba-5.5.14-30.1 is installed
  • OR php5-dom-5.5.14-30.1 is installed
  • OR php5-enchant-5.5.14-30.1 is installed
  • OR php5-exif-5.5.14-30.1 is installed
  • OR php5-fastcgi-5.5.14-30.1 is installed
  • OR php5-fileinfo-5.5.14-30.1 is installed
  • OR php5-fpm-5.5.14-30.1 is installed
  • OR php5-ftp-5.5.14-30.1 is installed
  • OR php5-gd-5.5.14-30.1 is installed
  • OR php5-gettext-5.5.14-30.1 is installed
  • OR php5-gmp-5.5.14-30.1 is installed
  • OR php5-iconv-5.5.14-30.1 is installed
  • OR php5-intl-5.5.14-30.1 is installed
  • OR php5-json-5.5.14-30.1 is installed
  • OR php5-ldap-5.5.14-30.1 is installed
  • OR php5-mbstring-5.5.14-30.1 is installed
  • OR php5-mcrypt-5.5.14-30.1 is installed
  • OR php5-mysql-5.5.14-30.1 is installed
  • OR php5-odbc-5.5.14-30.1 is installed
  • OR php5-openssl-5.5.14-30.1 is installed
  • OR php5-pcntl-5.5.14-30.1 is installed
  • OR php5-pdo-5.5.14-30.1 is installed
  • OR php5-pear-5.5.14-30.1 is installed
  • OR php5-pgsql-5.5.14-30.1 is installed
  • OR php5-pspell-5.5.14-30.1 is installed
  • OR php5-shmop-5.5.14-30.1 is installed
  • OR php5-snmp-5.5.14-30.1 is installed
  • OR php5-soap-5.5.14-30.1 is installed
  • OR php5-sockets-5.5.14-30.1 is installed
  • OR php5-sqlite-5.5.14-30.1 is installed
  • OR php5-suhosin-5.5.14-30.1 is installed
  • OR php5-sysvmsg-5.5.14-30.1 is installed
  • OR php5-sysvsem-5.5.14-30.1 is installed
  • OR php5-sysvshm-5.5.14-30.1 is installed
  • OR php5-tokenizer-5.5.14-30.1 is installed
  • OR php5-wddx-5.5.14-30.1 is installed
  • OR php5-xmlreader-5.5.14-30.1 is installed
  • OR php5-xmlrpc-5.5.14-30.1 is installed
  • OR php5-xmlwriter-5.5.14-30.1 is installed
  • OR php5-xsl-5.5.14-30.1 is installed
  • OR php5-zip-5.5.14-30.1 is installed
  • OR php5-zlib-5.5.14-30.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.44.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.44.1 is installed
  • OR bind-devel-9.9.6P1-0.44.1 is installed
  • OR bind-doc-9.9.6P1-0.44.1 is installed
  • OR bind-libs-9.9.6P1-0.44.1 is installed
  • OR bind-utils-9.9.6P1-0.44.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP3 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.4.162-3.29 is installed
  • OR dlm-kmp-rt-4.4.162-3.29 is installed
  • OR gfs2-kmp-rt-4.4.162-3.29 is installed
  • OR kernel-devel-rt-4.4.162-3.29 is installed
  • OR kernel-rt-4.4.162-3.29 is installed
  • OR kernel-rt-base-4.4.162-3.29 is installed
  • OR kernel-rt-devel-4.4.162-3.29 is installed
  • OR kernel-rt_debug-4.4.162-3.29 is installed
  • OR kernel-rt_debug-devel-4.4.162-3.29 is installed
  • OR kernel-source-rt-4.4.162-3.29 is installed
  • OR kernel-syms-rt-4.4.162-3.29 is installed
  • OR ocfs2-kmp-rt-4.4.162-3.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND NetworkManager-gnome-0.7.0.r1053-11.11.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libpng12-0-1.2.31-5.31.1 is installed
  • OR libpng12-0-32bit-1.2.31-5.31.1 is installed
  • OR libpng12-0-x86-1.2.31-5.31.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libpng12-0-1.2.31-5.31.1 is installed
  • OR libpng12-0-32bit-1.2.31-5.31.1 is installed
  • OR libpng12-0-x86-1.2.31-5.31.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • dhcp-3.1.3.ESV-0.3 is installed
  • OR dhcp-client-3.1.3.ESV-0.3 is installed
  • OR dhcp-relay-3.1.3.ESV-0.3 is installed
  • OR dhcp-server-3.1.3.ESV-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • curl-7.19.7-1.20.27.9 is installed
  • OR libcurl4-7.19.7-1.20.27.9 is installed
  • OR libcurl4-32bit-7.19.7-1.20.27.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50.1 is installed
  • OR php5-bz2-5.2.14-0.7.30.50.1 is installed
  • OR php5-calendar-5.2.14-0.7.30.50.1 is installed
  • OR php5-ctype-5.2.14-0.7.30.50.1 is installed
  • OR php5-curl-5.2.14-0.7.30.50.1 is installed
  • OR php5-dba-5.2.14-0.7.30.50.1 is installed
  • OR php5-dbase-5.2.14-0.7.30.50.1 is installed
  • OR php5-dom-5.2.14-0.7.30.50.1 is installed
  • OR php5-exif-5.2.14-0.7.30.50.1 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50.1 is installed
  • OR php5-ftp-5.2.14-0.7.30.50.1 is installed
  • OR php5-gd-5.2.14-0.7.30.50.1 is installed
  • OR php5-gettext-5.2.14-0.7.30.50.1 is installed
  • OR php5-gmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-hash-5.2.14-0.7.30.50.1 is installed
  • OR php5-iconv-5.2.14-0.7.30.50.1 is installed
  • OR php5-json-5.2.14-0.7.30.50.1 is installed
  • OR php5-ldap-5.2.14-0.7.30.50.1 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50.1 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50.1 is installed
  • OR php5-mysql-5.2.14-0.7.30.50.1 is installed
  • OR php5-odbc-5.2.14-0.7.30.50.1 is installed
  • OR php5-openssl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pdo-5.2.14-0.7.30.50.1 is installed
  • OR php5-pear-5.2.14-0.7.30.50.1 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50.1 is installed
  • OR php5-pspell-5.2.14-0.7.30.50.1 is installed
  • OR php5-shmop-5.2.14-0.7.30.50.1 is installed
  • OR php5-snmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-soap-5.2.14-0.7.30.50.1 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50.1 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50.1 is installed
  • OR php5-wddx-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50.1 is installed
  • OR php5-xsl-5.2.14-0.7.30.50.1 is installed
  • OR php5-zip-5.2.14-0.7.30.50.1 is installed
  • OR php5-zlib-5.2.14-0.7.30.50.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50.1 is installed
  • OR php5-bz2-5.2.14-0.7.30.50.1 is installed
  • OR php5-calendar-5.2.14-0.7.30.50.1 is installed
  • OR php5-ctype-5.2.14-0.7.30.50.1 is installed
  • OR php5-curl-5.2.14-0.7.30.50.1 is installed
  • OR php5-dba-5.2.14-0.7.30.50.1 is installed
  • OR php5-dbase-5.2.14-0.7.30.50.1 is installed
  • OR php5-dom-5.2.14-0.7.30.50.1 is installed
  • OR php5-exif-5.2.14-0.7.30.50.1 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50.1 is installed
  • OR php5-ftp-5.2.14-0.7.30.50.1 is installed
  • OR php5-gd-5.2.14-0.7.30.50.1 is installed
  • OR php5-gettext-5.2.14-0.7.30.50.1 is installed
  • OR php5-gmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-hash-5.2.14-0.7.30.50.1 is installed
  • OR php5-iconv-5.2.14-0.7.30.50.1 is installed
  • OR php5-json-5.2.14-0.7.30.50.1 is installed
  • OR php5-ldap-5.2.14-0.7.30.50.1 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50.1 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50.1 is installed
  • OR php5-mysql-5.2.14-0.7.30.50.1 is installed
  • OR php5-odbc-5.2.14-0.7.30.50.1 is installed
  • OR php5-openssl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pdo-5.2.14-0.7.30.50.1 is installed
  • OR php5-pear-5.2.14-0.7.30.50.1 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50.1 is installed
  • OR php5-pspell-5.2.14-0.7.30.50.1 is installed
  • OR php5-shmop-5.2.14-0.7.30.50.1 is installed
  • OR php5-snmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-soap-5.2.14-0.7.30.50.1 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50.1 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50.1 is installed
  • OR php5-wddx-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50.1 is installed
  • OR php5-xsl-5.2.14-0.7.30.50.1 is installed
  • OR php5-zip-5.2.14-0.7.30.50.1 is installed
  • OR php5-zlib-5.2.14-0.7.30.50.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50.1 is installed
  • OR php5-bz2-5.2.14-0.7.30.50.1 is installed
  • OR php5-calendar-5.2.14-0.7.30.50.1 is installed
  • OR php5-ctype-5.2.14-0.7.30.50.1 is installed
  • OR php5-curl-5.2.14-0.7.30.50.1 is installed
  • OR php5-dba-5.2.14-0.7.30.50.1 is installed
  • OR php5-dbase-5.2.14-0.7.30.50.1 is installed
  • OR php5-dom-5.2.14-0.7.30.50.1 is installed
  • OR php5-exif-5.2.14-0.7.30.50.1 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50.1 is installed
  • OR php5-ftp-5.2.14-0.7.30.50.1 is installed
  • OR php5-gd-5.2.14-0.7.30.50.1 is installed
  • OR php5-gettext-5.2.14-0.7.30.50.1 is installed
  • OR php5-gmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-hash-5.2.14-0.7.30.50.1 is installed
  • OR php5-iconv-5.2.14-0.7.30.50.1 is installed
  • OR php5-json-5.2.14-0.7.30.50.1 is installed
  • OR php5-ldap-5.2.14-0.7.30.50.1 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50.1 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50.1 is installed
  • OR php5-mysql-5.2.14-0.7.30.50.1 is installed
  • OR php5-odbc-5.2.14-0.7.30.50.1 is installed
  • OR php5-openssl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pdo-5.2.14-0.7.30.50.1 is installed
  • OR php5-pear-5.2.14-0.7.30.50.1 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50.1 is installed
  • OR php5-pspell-5.2.14-0.7.30.50.1 is installed
  • OR php5-shmop-5.2.14-0.7.30.50.1 is installed
  • OR php5-snmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-soap-5.2.14-0.7.30.50.1 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50.1 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50.1 is installed
  • OR php5-wddx-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50.1 is installed
  • OR php5-xsl-5.2.14-0.7.30.50.1 is installed
  • OR php5-zip-5.2.14-0.7.30.50.1 is installed
  • OR php5-zlib-5.2.14-0.7.30.50.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • mono-core-2.6.7-0.9.1 is installed
  • OR mono-data-2.6.7-0.9.1 is installed
  • OR mono-data-postgresql-2.6.7-0.9.1 is installed
  • OR mono-data-sqlite-2.6.7-0.9.1 is installed
  • OR mono-locale-extras-2.6.7-0.9.1 is installed
  • OR mono-nunit-2.6.7-0.9.1 is installed
  • OR mono-web-2.6.7-0.9.1 is installed
  • OR mono-winforms-2.6.7-0.9.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • mono-core-2.6.7-0.9.1 is installed
  • OR mono-data-2.6.7-0.9.1 is installed
  • OR mono-data-postgresql-2.6.7-0.9.1 is installed
  • OR mono-data-sqlite-2.6.7-0.9.1 is installed
  • OR mono-locale-extras-2.6.7-0.9.1 is installed
  • OR mono-nunit-2.6.7-0.9.1 is installed
  • OR mono-web-2.6.7-0.9.1 is installed
  • OR mono-winforms-2.6.7-0.9.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • libexif-0.6.17-2 is installed
  • OR libexif-32bit-0.6.17-2 is installed
  • OR libexif-x86-0.6.17-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND dhcpcd-3.2.3-45.5.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • curl-7.19.7-1.38.1 is installed
  • OR libcurl4-7.19.7-1.38.1 is installed
  • OR libcurl4-32bit-7.19.7-1.38.1 is installed
  • OR libcurl4-x86-7.19.7-1.38.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • curl-7.19.7-1.38.1 is installed
  • OR libcurl4-7.19.7-1.38.1 is installed
  • OR libcurl4-32bit-7.19.7-1.38.1 is installed
  • OR libcurl4-x86-7.19.7-1.38.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • NetworkManager-0.7.1_git20090811-3.28 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.3.0esr-50.1 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND LibVNCServer-0.9.1-154 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • curl-openssl1-7.19.7-1.70.8.1 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.8.1 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.8.1 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.70.8.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libsndfile-1.0.25-25 is installed
  • OR libsndfile1-1.0.25-25 is installed
  • OR libsndfile1-32bit-1.0.25-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libsndfile-1.0.25-25 is installed
  • OR libsndfile1-1.0.25-25 is installed
  • OR libsndfile1-32bit-1.0.25-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND davfs2-1.5.2-2.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND clamav-0.99.2-32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND clamav-0.99.2-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • avahi-0.6.32-30.36 is installed
  • OR avahi-lang-0.6.32-30.36 is installed
  • OR avahi-utils-0.6.32-30.36 is installed
  • OR libavahi-client3-0.6.32-30.36 is installed
  • OR libavahi-client3-32bit-0.6.32-30.36 is installed
  • OR libavahi-common3-0.6.32-30.36 is installed
  • OR libavahi-common3-32bit-0.6.32-30.36 is installed
  • OR libavahi-core7-0.6.32-30.36 is installed
  • OR libdns_sd-0.6.32-30.36 is installed
  • OR libdns_sd-32bit-0.6.32-30.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND ucode-intel-20180425-13.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND ucode-intel-20180425-13.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_12-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_12-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • kernel-default-4.4.120-92.70 is installed
  • OR kernel-default-base-4.4.120-92.70 is installed
  • OR kernel-default-devel-4.4.120-92.70 is installed
  • OR kernel-devel-4.4.120-92.70 is installed
  • OR kernel-macros-4.4.120-92.70 is installed
  • OR kernel-source-4.4.120-92.70 is installed
  • OR kernel-syms-4.4.120-92.70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_51-52_31-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_9-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_62-60_62-default-10-2 is installed
  • OR kgraft-patch-3_12_62-60_62-xen-10-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_7-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-105 is installed
  • OR libopenssl0_9_8-0.9.8j-105 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • bytefx-data-mysql-2.6.7-0.13 is installed
  • OR mono-core-2.6.7-0.13 is installed
  • OR mono-data-2.6.7-0.13 is installed
  • OR mono-data-firebird-2.6.7-0.13 is installed
  • OR mono-data-oracle-2.6.7-0.13 is installed
  • OR mono-data-postgresql-2.6.7-0.13 is installed
  • OR mono-data-sqlite-2.6.7-0.13 is installed
  • OR mono-data-sybase-2.6.7-0.13 is installed
  • OR mono-devel-2.6.7-0.13 is installed
  • OR mono-extras-2.6.7-0.13 is installed
  • OR mono-jscript-2.6.7-0.13 is installed
  • OR mono-locale-extras-2.6.7-0.13 is installed
  • OR mono-nunit-2.6.7-0.13 is installed
  • OR mono-wcf-2.6.7-0.13 is installed
  • OR mono-web-2.6.7-0.13 is installed
  • OR mono-winforms-2.6.7-0.13 is installed
  • OR mono-winfxcore-2.6.7-0.13 is installed
  • OR monodoc-core-2.6.7-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.60.1 is installed
  • OR ImageMagick-devel-6.4.3.6-7.60.1 is installed
  • OR libMagick++-devel-6.4.3.6-7.60.1 is installed
  • OR libMagick++1-6.4.3.6-7.60.1 is installed
  • OR libMagickWand1-6.4.3.6-7.60.1 is installed
  • OR libMagickWand1-32bit-6.4.3.6-7.60.1 is installed
  • OR perl-PerlMagick-6.4.3.6-7.60.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • libxml2-2.9.1-10 is installed
  • OR libxml2-devel-2.9.1-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND Package Information
  • LibVNCServer-0.9.9-16 is installed
  • OR LibVNCServer-devel-0.9.9-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • kernel-docs-4.4.140-94.42 is installed
  • OR kernel-obs-build-4.4.140-94.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND quagga-devel-1.1.1-17.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND bash-lang-4.2-75.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-33 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libuuid-devel-2.28-42 is installed
  • OR util-linux-2.28-42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.82-6.6 is installed
  • OR kernel-default-extra-4.4.82-6.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • PackageKit-gstreamer-plugin-1.1.3-24.9 is installed
  • OR PackageKit-gtk3-module-1.1.3-24.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND
  • chromedriver-69.0.3497.81-65 is installed
  • OR chromium-69.0.3497.81-65 is installed
  • OR libre2-0-20180901-11 is installed
  • OR libre2-0-32bit-20180901-lp150.7.3 is installed
  • OR re2-20180901-11 is installed
  • OR re2-devel-20180901-11 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND
  • chromedriver-69.0.3497.81-65 is installed
  • OR chromium-69.0.3497.81-65 is installed
  • OR libre2-0-20180901-11 is installed
  • OR libre2-0-32bit-20180901-lp150.7.3 is installed
  • OR re2-20180901-11 is installed
  • OR re2-devel-20180901-11 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • chromedriver-53.0.2785.113-100 is installed
  • OR chromium-53.0.2785.113-100 is installed
  • OR chromium-desktop-gnome-53.0.2785.113-100 is installed
  • OR chromium-desktop-kde-53.0.2785.113-100 is installed
  • OR chromium-ffmpegsumo-53.0.2785.113-100 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-59.0.3071.104-23 is installed
  • OR chromium-59.0.3071.104-23 is installed
  • BACK