php-constant-time 2.7.0-1 source package in Ubuntu

Changelog

php-constant-time (2.7.0-1) unstable; urgency=medium

  [ Tim Düsterhus ]
  * Apply PHP 8.2's `SensitiveParameter` attribute to all string parameters
  * Make PHPUnit data providers static (Closes: #1070525)
  * Make `CanonicalTrait::getNextChar()` an abstract method instead a
    `@method` comment

  [ David Prévot ]
  * Track version 2 for now (Trixie?)
  * Update Standards-Version to 4.7.0

 -- David Prévot <email address hidden>  Fri, 10 May 2024 08:32:04 +0200

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-constant-time_2.7.0-1.dsc 1.8 KiB f810718173668871c2a7b4a46f243ac569dfdbbdd88743ccedf05b539224a490
php-constant-time_2.7.0.orig.tar.xz 12.4 KiB 3d603e1018fee01fac4f946bf305b56ea4fc4ccd6ea15e1b6607a9b5c67e8e6d
php-constant-time_2.7.0-1.debian.tar.xz 6.3 KiB 2226a112f9ddb35a90ad76b660e23c6f205f4a2c59de4ceca3fc0d4abdc31201

Available diffs

No changes file available.

Binary packages built by this source

php-constant-time: Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)

 This library aims to offer character encoding functions that do not leak
 information about what you are encoding/decoding via processor cache misses.