libcrypt-cbc-perl 2.33-2 source package in Ubuntu

Changelog

libcrypt-cbc-perl (2.33-2) unstable; urgency=medium

  [ Xavier Guimard ]
  * Remove Gustavo Franco from uploaders list (Closes: #729387)
  * Bump Standards-Version to 3.9.5

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

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

  [ Xavier Guimard ]
  * Add upstream/metadata
  * Declare compliance with policy 4.2.1
  * Bump debhelper compat to 10
  * Update description

 -- Xavier Guimard <email address hidden>  Mon, 27 Aug 2018 14:43:38 +0200

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
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-cbc-perl_2.33-2.dsc 2.3 KiB 498bfdab4a6eed0082f2e26b11d197ae5fbef444d392faa0d59e0d5ffa8a24cd
libcrypt-cbc-perl_2.33.orig.tar.gz 22.9 KiB 6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645
libcrypt-cbc-perl_2.33-2.debian.tar.xz 3.5 KiB 673bcf7fe0e39cb4182885d7206c04ad6c6c4daa46c9e781572080cacba7326a

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-cbc-perl: implementation of cipher block chaining (CBC) mode

 In combination with a block cipher such as Crypt::Rijndael or
 Crypt::Blowfish, you can encrypt and decrypt messages of arbitrarily
 long length using Crypt::CBC. The encrypted messages are compatible
 with the encryption format used by SSLeay.