libmime-base64-urlsafe-perl 0.01-2.1 source package in Ubuntu

Changelog

libmime-base64-urlsafe-perl (0.01-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 02 Jan 2021 00:20:07 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmime-base64-urlsafe-perl_0.01-2.1.dsc 2.2 KiB 691bd7a29ad12aeb3597a0a4d50fb40b3cc4081a7d00405f21bd8db4e7f8cc5f
libmime-base64-urlsafe-perl_0.01.orig.tar.gz 2.3 KiB cb9966c50538bb676ab67bc40a7c841019b23ba2243d0ffcc2ccf084e5c33798
libmime-base64-urlsafe-perl_0.01-2.1.debian.tar.xz 2.2 KiB 8a1c21c262171b63b5fcf6065c5d74253b7e434fbd5b19810de74a34aef01c80

Available diffs

No changes file available.

Binary packages built by this source

libmime-base64-urlsafe-perl: Perl version of Python's URL-safe base64 codec

 MIME::Base64::URLSafe is a perl version of python's URL-safe base64 encoder /
 decoder.
 .
 When embedding binary data in URL, it is preferable to use base64 encoding.
 However, two characters ('+' and '/') used in the standard base64 encoding have
 special meanings in URLs, often leading to re-encoding with URL-encoding, or
 worse, interoperability problems.
 .
 To overcome the problem, the module provides a variation of base64 codec
 compatible with python's urlsafe_b64encode / urlsafe_b64decode