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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

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

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

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 19:29:57 +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
libmime-base64-urlsafe-perl_0.01-3.dsc 2.1 KiB 7549d6713ae9c0c838ae7d693eacbad3981ab6263c0c28b63737c5062b5e3615
libmime-base64-urlsafe-perl_0.01.orig.tar.gz 2.3 KiB cb9966c50538bb676ab67bc40a7c841019b23ba2243d0ffcc2ccf084e5c33798
libmime-base64-urlsafe-perl_0.01-3.debian.tar.xz 2.3 KiB 62c752eed95bf378385383c96aca10d750f1f9ae11c3ad647a4af957c9a5d1cd

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