libcrypt-rc4-perl 2.02-4 source package in Ubuntu

Changelog

libcrypt-rc4-perl (2.02-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 22:30:34 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-rc4-perl_2.02-4.dsc 2.0 KiB ec3f64d8b186b7e51f7eb18fc5c90e7273aef8c279d80d87973863217668c248
libcrypt-rc4-perl_2.02.orig.tar.gz 4.1 KiB 5ec4425c6bc22207889630be7350d99686e62a44c6136960110203cd594ae0ea
libcrypt-rc4-perl_2.02-4.debian.tar.xz 2.3 KiB 210f39112ead196128cacc8fabc93dd76d8272eea30895fd7e52d61bf25fde34

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-rc4-perl: Perl implementation of the RC4 encryption algorithm

 Crypt::RC4 is intended to be a simple implementation of the RC4 algorithm,
 which can be used to generate a pseudo-random stream of bits (or keystream).
 .
 It should be noted that the RC4 algorithm itself is severely broken, and the
 upstream Perl module has not been updated since Dec 2001. It is included in
 Debian only because it is needed by other packages. In general this package
 should not be used for new projects, and where it is used appropriate
 defensive methods should be understood and applied.