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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmime-base64-urlsafe-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 18:11:52 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmime-base64-urlsafe-perl_0.01-4.dsc 2.1 KiB 2779426b216e63fefbd950da7b689d2760fc86cd3f3094f785dbd1c61d015c77
libmime-base64-urlsafe-perl_0.01.orig.tar.gz 2.3 KiB cb9966c50538bb676ab67bc40a7c841019b23ba2243d0ffcc2ccf084e5c33798
libmime-base64-urlsafe-perl_0.01-4.debian.tar.xz 2.3 KiB 0ebfc5cedc14da5b81bb869de6076fac68322dae9749852104ca89e08f96d271

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