Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
38019e08
Unverified
Commit
38019e08
authored
Aug 30, 2021
by
IKEDA Soji
Committed by
GitHub
Aug 30, 2021
Browse files
Merge pull request #1231 from ikedas/update_cpanfile_6.2.65b.2
Update cpanfile
parents
e816a043
7465ce3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
cpanfile
View file @
38019e08
...
...
@@ -208,7 +208,7 @@ feature 'x509-auth', 'Required to extract user certificates for SSL clients and
};
feature 'smime', 'Required to sign, verify, encrypt and decrypt S/MIME messages.' => sub {
requires 'Convert::ASN1';
requires 'Convert::ASN1'
, '>= 0.14'
;
requires 'Crypt::SMIME', '>= 0.15';
# Required to extract user certificates for SSL clients and S/MIME messages.
# Note: On versions < 1.808, the value() method for extension was broken.
...
...
src/sbin/sympa_wizard.pl.in
View file @
38019e08
...
...
@@ -571,8 +571,7 @@ sub check_modules {
$rv
;
printf
gettext
(
'
>>>>>>> You must update "%s" to version "%s" <<<<<<.
')
.
"
\n
",
$mod
,
$cpan_modules
->
{
$mod
}{
required_version
};
.
"
\n
",
$mod
,
$rv
;
install_module
(
$mod
,
{'
default
'
=>
$default
},
$cpan_modules
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment