Skip to content

Releases: BOINC/boinc

BOINC Client/Manager Release 8.2.5

15 Jul 10:27
client_release/8.2/8.2.5
fbad583
Compare
Choose a tag to compare
Pre-release

Changelog

Bugs fixed

Improvements

Client/Manager Release 8.2.4

09 Jun 01:07
client_release/8.2/8.2.4
0798cc3
Compare
Choose a tag to compare

Changelog

Full Changelog: client_release/8.2/8.2.2...client_release/8.2/8.2.4

BOINC Client/Manager Release 8.2.2

26 Apr 22:26
client_release/8.2/8.2.2
301a029
Compare
Choose a tag to compare
Pre-release

Linux only release

Issues fixed

Full Changelog: client_release/8.2/8.2.1...client_release/8.2/8.2.2

BOINC Client/Manager Release 8.2.1

16 Apr 23:11
client_release/8.2/8.2.1
dcfd1e7
Compare
Choose a tag to compare

BOINC Client/Manager Release 8.2.0

12 Apr 00:25
client_release/8.2/8.2.0
7f58199
Compare
Choose a tag to compare
Pre-release

What's Changed

Read more

VBoxWrapper Release 26210

24 Mar 14:45
vboxwrapper/26210
e395c5e
Compare
Choose a tag to compare

This release contains next fixes:

server_release/1.4/1.4.7

21 Dec 23:05
Compare
Choose a tag to compare

Release Notes

Introduction

The BOINC development community is pleased to announce a new server release.
These release notes provide an overview of the new features, bugs fixed and any known issues.
The new features included in this release are:

  • None

Bugs Fixed

  • Fixed various vulnerabilities

Please see the git comparison with v1.4.5 for the details.

Known issues

  • None

Download

The server release can be obtained with the following commands.

git clone https://github.com/BOINC/boinc.git
cd boinc
git checkout tags/server_release/1.4/1.4.7 -b server_release/1.4.7

The code can then be built as described in the documentation.

./_autosetup
./configure --disable-client --disable-manager
make

Install

To setup a new BOINC server, please follow the guide. If you are new to BOINC please ensure to review the Technical Documentation first.

Upgrade

An existing BOINC server can be upgraded with the upgrade tool.

Change Log

#5967: Web: fix various vulnerabilities
#5968: Web: fix various XSS vulnerabilities

Full Changelog: server_release/1.4/1.4.5...server_release/1.4/1.4.7

server_release/1.4/1.4.6

07 Mar 12:57
Compare
Choose a tag to compare

Release Notes

Introduction

The BOINC development community is pleased to announce a new server release.
These release notes provide an overview of the new features, bugs fixed and any known issues.
The new features included in this release are:

  • None

Bugs Fixed

  • Fixed various vulnerabilities

Please see the git comparison with v1.4.5 for the details.

Known issues

  • None

Download

The server release can be obtained with the following commands.

git clone https://github.com/BOINC/boinc.git
cd boinc
git checkout tags/server_release/1.4/1.4.6 -b server_release/1.4.6

The code can then be built as described in the documentation.

./_autosetup
./configure --disable-client --disable-manager
make

Install

To setup a new BOINC server, please follow the guide. If you are new to BOINC please ensure to review the Technical Documentation first.

Upgrade

An existing BOINC server can be upgraded with the upgrade tool.

Change Log

#5967: Web: fix various vulnerabilities

Server Release v1.4.5

19 Dec 11:52
Compare
Choose a tag to compare

Release Notes

Introduction

The BOINC development community is pleased to announce a new server release.
These release notes provide an overview of the new features, bugs fixed and any known issues.
The new features included in this release are:

  • None

Bugs Fixed

  • Remove vulnerabilities in tree_threader and in unused badge function

Please see the git comparison with v1.4.4 for the details.

Known issues

  • None

Download

The server release can be obtained with the following commands.

git clone https://github.com/BOINC/boinc.git
cd boinc
git checkout tags/server_release/1.4/1.4.5 -b server_release/1.4.5

The code can then be built as described in the documentation.

./_autosetup
./configure --disable-client --disable-manager
make

Install

To setup a new BOINC server, please follow the guide. If you are new to BOINC please ensure to review the Technical Documentation first.

Upgrade

An existing BOINC server can be upgraded with the upgrade tool.

Change Log

#5964: Web: remove vulnerabilities in tree_threader and in unused badge function

Server Release v1.4.4

17 Dec 12:54
Compare
Choose a tag to compare

Release Notes

Introduction

The BOINC development community is pleased to announce a new server release.
These release notes provide an overview of the new features, bugs fixed and any known issues.
The new features included in this release are:

  • None

Bugs Fixed

  • Sanitize user URLs to prevent XSS attacks
  • Don't allow special chars in user names.
  • Fixed SQL injection vulnerability.

Please see the git comparison with v1.4.3 for the details.

Known issues

  • None

Download

The server release can be obtained with the following commands.

git clone https://github.com/BOINC/boinc.git
cd boinc
git checkout tags/server_release/1.4/1.4.4 -b server_release/1.4.4

The code can then be built as described in the documentation.

./_autosetup
./configure --disable-client --disable-manager
make

Install

To setup a new BOINC server, please follow the guide. If you are new to BOINC please ensure to review the Technical Documentation first.

Upgrade

An existing BOINC server can be upgraded with the upgrade tool.

Change Log

#54950: Web: sanitize user URLs to prevent XSS attacks
#5846: web: don't allow special chars in user names.
#5962: fix vulnerability in yucky consent code