Skip to content

Commit f8e312e

Browse files
committed
1.6.11 and 1.5.10 releases
1 parent ec3d53b commit f8e312e

4 files changed

Lines changed: 31 additions & 14 deletions

File tree

_data/releases.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"stable": {
33
"name": "Stable version",
4-
"version": "1.6.10",
4+
"version": "1.6.11",
55
"sources": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.10/roundcubemail-1.6.10.tar.gz",
9-
"size": "3.8 MB",
10-
"checksum": "63f47ded363063c59a47031c1e3aca7e1df89254e7ce9dced699cdbfadd9d39f"
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.11/roundcubemail-1.6.11.tar.gz",
9+
"size": "3.7 MB",
10+
"checksum": "199e2713f55da2e91af0e2382b2abf7dab6e1bf1f773317c8a4e64dadc0fae8f"
1111
},
1212
{
1313
"package": "Complete",
14-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.10/roundcubemail-1.6.10-complete.tar.gz",
14+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.11/roundcubemail-1.6.11-complete.tar.gz",
1515
"size": "5.6 MB",
16-
"checksum": "03cfac2f494dd99c25c35efb0ad4d333f248e32f25f4204fbc8f2731bfbaf0e4"
16+
"checksum": "a230e432065555bfa27bea3fcf4ac672f2359ef28ad84f5945ea3ccf702e7466"
1717
},
1818
{
1919
"package": "Framework",
20-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.10/roundcube-framework-1.6.10.tar.gz",
20+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.11/roundcube-framework-1.6.11.tar.gz",
2121
"size": "1.1 MB",
22-
"checksum": "2cbdcc955ef0d47f9551d373ddce38401f70861b62beaff05720f56e1fde6575"
22+
"checksum": "a2a1fe1c7e6ed5895b6d98393e038b33b0ddf9b7d80eed4fb36192b2c20e8694"
2323
}
2424
]
2525
},
@@ -33,10 +33,10 @@
3333
"name": "LTS versions",
3434
"sources": [
3535
{
36-
"package": "1.5.9 - Complete",
37-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.9/roundcubemail-1.5.9-complete.tar.gz",
38-
"size": "7.4 MB",
39-
"checksum": "f0af30b8b3491c2d349344c4fdfb4fbbf0c16eefa73496c424f737e232ed13dc"
36+
"package": "1.5.10 - Complete",
37+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.10/roundcubemail-1.5.10-complete.tar.gz",
38+
"size": "7.3 MB",
39+
"checksum": "556b016ff8581a5dd233eb0b59d9ff4df7b82b95fef7bf403c19c4e59f374901"
4040
}
4141
]
4242
},
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: article
3+
title: Security updates 1.6.11 and 1.5.10 released
4+
tags: releases updates security
5+
---
6+
7+
We just published security updates to the 1.6 and 1.5 LTS versions of Roundcube Webmail.
8+
They both contain a fix for recently reported security vulnerability.
9+
10+
## Security fixes
11+
12+
- Fix Post-Auth RCE via PHP Object Deserialization reported by firs0v.
13+
14+
See the full changelogs in the release notes on the Github download pages for the updated versions
15+
[1.6.11](https://github.com/roundcube/roundcubemail/releases/tag/1.6.11) and [1.5.10](https://github.com/roundcube/roundcubemail/releases/tag/1.5.10).
16+
17+
We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.5.x with this new versions.

download/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2 id="sources">Other sources and downloads <a class="anchor" href="#sources" a
100100
</div>
101101

102102
<div class="alert alert-warning" role="alert">
103-
<p>
103+
<p class="m-0">
104104
<b>Native mobile apps?</b> This project does not provide any native apps for mobile devices.
105105
We're not affiliated with any such application and we do not recommend any. Be careful, some of these
106106
apps use project's name without permission and their quality or intentions are questionable.

support/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>Need help?</h1>
1818
</div>
1919

2020
<div class="alert alert-warning mb-4" role="alert">
21-
<p>
21+
<p class="m-0">
2222
<b>Native mobile apps?</b> This project does not provide support for any native apps for mobile devices.
2323
We're not affiliated with any such application and we do not recommend any. Be careful, some of these
2424
apps use project's name without permission and their quality or intentions are questionable.

0 commit comments

Comments
 (0)