Path to this page:
./
security/p5-Crypt-CBC,
Perl5 cipher block chaining mode for various crypto algorithms
Branch: pkgsrc-2021Q2,
Version: 3.04,
Package name: p5-Crypt-CBC-3.04,
Maintainer: pkgsrc-usersThis is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC). In combination with a block cipher
such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt
messages of arbitrarily long length. The encrypted messages are
compatible with the encryption format used by SSLeay.
In addition to this module you will need to install the MD5 module,
and one or more of the Crypt::DES, Crypt::IDEA, or Crypt::Blowfish
modules.
Master sites: (Expand)
SHA1: fcc0b2a836f1148b91fd17e6e2f36509978f6877
RMD160: 79a7ada687c38b38a93bddb1e80a920bdad1f8e6
Filesize: 39.294 KB
Version history: (Expand)
- (2021-07-05) Updated to version: p5-Crypt-CBC-3.04
- (2021-07-01) Package added to pkgsrc.se, version p5-Crypt-CBC-3.03nb1 (created)
CVS history: (Expand)
2021-07-04 21:07:42 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #6476 - requested by nia
security/p5-Crypt-CBC: 32-bit build fix
Revisions pulled up:
- security/p5-Crypt-CBC/Makefile 1.49
- security/p5-Crypt-CBC/distinfo 1.19
---
Module Name: pkgsrc
Committed By: nia
Date: Fri Jul 2 11:27:21 UTC 2021
Modified Files:
pkgsrc/security/p5-Crypt-CBC: Makefile distinfo
Log message:
p5-Crypt-CBC: Update to 3.04.
Fix packaging on 32-bit platforms by disabling int128 dependency.
3.04 Mon 17 May 2021 10:58:37 AM EDT
- Fixed bug involving manually-specified IV not being used in some \
circumstances.
|