Package Release Info

boinc-client-7.18.1-bp154.1.76

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

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

Change Logs

* Sat Oct 23 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Drop boinc-gui.desktop and icons, because upstream provides a
  desktop entry with icons now.
* Fri Oct 08 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 7.18.1
  * Exporting event log wrote just 6 lines, which was fixed.
* Fri Jul 16 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 7.18
  * A number of fixes for other platforms like Android
* Thu Jan 21 2021 Thorsten Kukuk <kukuk@suse.com>
- pwdutils was dropped long time ago
- fix building (/etc/init.d does not exist)
* Wed Jan 06 2021 Dirk Müller <dmueller@suse.com>
- update to 7.16.14:
  * macOS fixes
* Sat Sep 05 2020 Jan Engelhardt <jengelh@inai.de>
- Update to release 7.16.11
  * Changes to build procedure for other platforms
  * A locale-related fix is included
* Tue Aug 25 2020 Jan Engelhardt <jengelh@inai.de>
- Update to release 7.16.9
  * Linux client: fix X-based idle detection
  * Drop X11 fallback as Wayland can show a desktop session with no
    X11 servers, but XWayland can be started temporarily (and is
    useless for idle detection).
  * client: avoid CPU starvation when GPU computing is suspended
  * client: do nott allow an empty GUI RPC password
  * client: let a project master URL change from http: to https: without involving the user.
  * Fix CORS for GUI RPC via HTTP
  * Converted Java parts to Kotlin
  * transitioner: Fix race condition with file_upload_handler
- Drop boinc-guirpcauth.patch (mostly merged; upstream has a
  slightly different solution, though)
Version: 7.16.6-bp152.1.1
* 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 :(