Update Roundcube to v1.6 due to PHP 8.1 (Ubuntu 22.04 LTS)

Bug #1985806 reported by Maddes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
roundcube (Ubuntu)
New
Undecided
Unassigned

Bug Description

Roundcube v1.6 is the first release [1] to support PHP 8.1, which is the default PHP version in Ubuntu 22.04 LTS.
Debian updated the package [2] at the end of July 2022.
Please include in next release 22.04.1

[1] https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released
[2] https://packages.debian.org/bookworm/roundcube

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: roundcube 1.5.0+dfsg.1-2
ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
Uname: Linux 5.15.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Thu Aug 11 20:58:27 2022
InstallationDate: Installed on 2021-06-30 (407 days ago)
InstallationMedia: Ubuntu-Server 21.04 "Hirsute Hippo" - Release amd64 (20210421)
PackageArchitecture: all
SourcePackage: roundcube
UpgradeStatus: Upgraded to jammy on 2022-06-06 (66 days ago)

Revision history for this message
Maddes (maddes.b) wrote :
Revision history for this message
Christian Deligant (christian-deligant) wrote :

I can confirm the issue.
To at least make a vanilla install of roundcube from repo I had to add these instructions in the config.inc.php

$config['imap_conn_options'] = array(
  'ssl' => array(
     'verify_peer' => false,
     'verify_peer_name' => false,
     'verify_depth' => 3,
     'cafile' => '/etc/ssl/certs/ca-certificates.crt',
   ),
 );

Please note the "verify_peer_name" key and the correct path for certificates respect the same config in the defaults!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.