Crypt::RC5 is a Perl implementation of the RC5 encryption algorithm.
RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security
(now RSA Security) in 1994. It is a parameterized algorithm with a variable
block size, a variable key size, and a variable number of rounds.
This particular implementation is 32 bit. As such, it is suggested that a
minimum of 12 rounds be performed.
from Olivier Cherrier.
ok gsoares@
changes:
* POD typo fix. (patch by Salvatore Bonaccorso) [RT72600]
* Don't use deprecated shared memory mode (patch by Adam Benjamin)
* Log format. (pointed out by Adam Benjamin)
* command output parsing for newer gnupg (patch by Adam Benjamin)
* Fix for IPv6 introduced in v5.3,
! This is a release to fix IPv6 UDP port scanning as no other tool
! currently exists to do that.
! Beside this, amap is outdated, and nmap should be prefered
* Fixed UDP port scanning for IPv6
* Disabled web update
* added printing of [] brackets around IPv6 addresses (required)
* Fixed a bug in amapcrap that the trigger would not display
correctly
USE_GROFF is not needed and maintainer request drop maintainership.
ok sthen@ ok aja@
MRO::Compat instead of the deprecated module NEXT. Disable TEST_POD as
the POD coverage tests complain about undocumented code.
Catalyst::Plugin::Authentication::Store::DBIC is deprecated. Use
Catalyst::Authentication::Store::DBIx::Class instead.
From Andreas Voegele's repo
rc script not included from the original diff because ipguard needs to
be teached to return the proper code when failing to start.
maintainer timeout
from Gonzalo L. R.
- minitasn1: Upgraded to libtasn1 version 2.12 (pre-release).
- Corrected SRP-RSA ciphersuites when used under TLS 1.2.
- Fixed leaks in key generation.
* renaming libqca to libqca2 for the qca2 port
* removed conflict line from qca2 PLIST
* bumped qca2
* updated conflict line in qca PLIST
* bumped qca2
* updated WANTLIB of qca-ossl and bumped
* hooked qca2 up to the build in the ports/security/Makefile
OK shadchin@, espie@