Package Release Info

boinc-client-7.16.6-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

boinc-client
boinc-client-lang
boinc-manager
boinc-manager-lang
libboinc-devel
libboinc7

Change Logs

* Wed Apr 22 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 7.16.6
  * client: add <ignore_tty> config file option (Unix)
  * client: if an output file is missing or bad length,
    mark workunit as error.
  * client: on startup, check for active task finish files.
  * client: fix bug in missing-file logic that cause task
    abort at startup.
  * client: fix bug that caused jobs to run after client exit.
  * client: don't unsuspend before sending quit message.
  * client: send task descriptions if requested by AM.
* Sun Dec 01 2019 Jan Engelhardt <jengelh@inai.de>
- Update to release 7.16.3
  * If output file is missing on startup, flag task as error.
  * Let project specify directories in logical file names.
  * Fix security vulnerability involving logical file names.
  * Make "reread config files" work for ncpus.
  * Support fetch of files over GUI RPC; allow projects to supply
    their own web-based GUI.
  * Support GUI RPCs as HTTP Post requests.
  * Enable "Other options" in simple view if no client connected.
  * Clear "vm_extensions_disabled" flag on startup.
  * Fix work fetch bug when max_concurrent used.
  * Unsuspend jobs before telling them to quit.
  * Sanity check job runtime limits.
  * Fix overflow in OpenCL GPU FLOPS calculation.
- Do not ignore errors from groupadd/useradd
* Tue Sep 10 2019 Christophe Giboudeaux <christophe@krop.fr>
- Build boinc-client using -ffat-lto-objects
* Sat Dec 15 2018 aaronpuchert@alice-dsl.net
- Update to version 7.14.2.
  * Fix GPU detection when run with --detach_console or using $PATH
  * Update NVIDIA GPU detection for recent models
  * Change simple prefs dialog behavior to match advanced
  * If using a dynamic account manager, show AM user name in
    Manager rather than randomly-generated project account names
  * Move new-version URLs from cc_config.xml to nvc_config.xml
    (so that WCG can customize)
* Mon Aug 06 2018 jengelh@inai.de
- Remove unnecessary ldconfig from devel subpackage
* Tue Jul 24 2018 aaronpuchert@alice-dsl.net
- Update to version 7.12.1.
- Remove doc package, since the files have been removed from the
  source. Actually it wasn't even the documentation, but the
  server code.
- Disable idle detection via the XSS API and remove dependency to
  libXScrnSaver-devel. This feature requires access to a running
  X server, which the BOINC client does not have in OpenSUSE.
- Rename the devel package and provide the correct dependency.
  The devel package provides the headers for libboinc, and has
  nothing to do with the BOINC client.
- Add conflict to original devel package.
- Remove unnecessary dependency to libxslt.
- Update systemd service file with changes from upstream: start
  after network-online.target, and use "ProtectHome=true".
- Move bash completion file to /usr/share tree to fix rpmlint.
- Declare license files as %license.
- Don't install `notes` and `todo` - these are internal notes of
  the developers and not helpful to users.
- Drop 0001-MGR-support-wxWidgets-without-webview.patch, which has
  landed upstream (commit 27bb3c9e).
- libboinc-shared.patch: Build shared libraries for client and
  static libraries for science apps. Science apps are distributed
  as binaries over the BOINC network, so dynamic linking doesn't
  make sense. But we can use dynamic linking for the client.
- build-client-scripts.patch: Add some targets to fix build.
- Fix default path for boincscr.
* Wed Jul 11 2018 chris@computersalat.de
- Update to 7.8.6
  * can't find any useful ChangeLog :(