diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-01-04 10:16:29 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-01-04 10:16:29 +0100 |
commit | f93cf8f0dffeee34935f187af3d08a2f3eb3fde1 (patch) | |
tree | 0538d14ad0f1935b697d013499d3585106eba5e4 /lib | |
parent | d782c12d603fcbcc8bcf7b18860e9a16a27f4b1b (diff) | |
parent | 2f4652e03c237178f45969e609b2d300b0d5af2b (diff) |
Merge tag 'debian/0.5.6-1' into debian/buster-backports
interimap Debian release 0.5.6-1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index 0c4fc89..a171554 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -16,7 +16,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. #---------------------------------------------------------------------- -package Net::IMAP::InterIMAP v0.5.5; +package Net::IMAP::InterIMAP v0.5.6; use v5.20.0; use warnings; use strict; @@ -24,7 +24,7 @@ use strict; use Compress::Raw::Zlib qw/Z_OK Z_STREAM_END Z_FULL_FLUSH Z_SYNC_FLUSH MAX_WBITS/; use Config::Tiny (); use Errno qw/EEXIST EINTR/; -use Net::SSLeay 1.83 (); +use Net::SSLeay 1.86_06 (); use List::Util qw/all first/; use POSIX ':signal_h'; use Socket qw/SOCK_STREAM SOCK_RAW SOCK_CLOEXEC IPPROTO_TCP SHUT_RDWR |