Bug 40153 - Add Authen::SASL::Perl as explicit dependency
Summary: Add Authen::SASL::Perl as explicit dependency
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-17 05:54 UTC by David Cook
Modified: 2025-06-17 05:54 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-06-17 05:54:52 UTC
In Mattermost Jan Kissig mentioned how Authen::SASL::Perl wasn't automatically installed with Koha on a new server. 

At a glance libauthen-sasl-perl is just a recommendation of libemail-sender-perl, so if for whatever reason recommendations aren't installed, it will fail to install and Koha won't be able to send SMTP emails.

We'll need a newer version of Authen::SASL::Perl for bug 38338 anyway, so may as well make it explicit sooner rather than later.