Sun, 06 Oct 2024 13:38:06 UTC | login

Information for build php-paragonie-constant-time-encoding-2.2.2-4.fc29

ID30385
Package Namephp-paragonie-constant-time-encoding
Version2.2.2
Release4.fc29
Epoch
SummaryConstant-time Implementations of RFC 4648 Encoding
DescriptionBased on the constant-time base64 implementation made by Steve "Sc00bz" Thomas, this library aims to offer character encoding functions that do not leak information about what you are encoding/decoding via processor cache misses.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 27 May 2018 19:30:00 UTC
CompletedSun, 27 May 2018 19:30:00 UTC
Tags
f29
RPMs
src
php-paragonie-constant-time-encoding-2.2.2-4.fc29.src.rpm (info) (download)
noarch
php-paragonie-constant-time-encoding-2.2.2-4.fc29.noarch.rpm (info) (download)
Changelog * Thu May 03 2018 François Kooman <fkooman@tuxed.net> - 2.2.2-4 - also BuildRequire phpunit7 for future EL release * Thu May 03 2018 François Kooman <fkooman@tuxed.net> - 2.2.2-3 - simplify detection and use of PHPUnit 6 / PHPUnit 7 * Wed May 02 2018 François Kooman <fkooman@tuxed.net> - 2.2.2-2 - use Fedora template for generating autoloader - match phpunit version with composer.json * Tue May 01 2018 François Kooman <fkooman@tuxed.net> - 2.2.2-1 - update to 2.2.2 for PHP >= 7 - update dependencies - switch to phpab autoload generator * Mon Apr 30 2018 François Kooman <fkooman@tuxed.net> - 1.0.3-1 - update to 1.0.3 * Sat Mar 10 2018 François Kooman <fkooman@tuxed.net> - 1.0.2-1 - update to 1.0.2 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Mar 15 2017 François Kooman <fkooman@tuxed.net> - 1.0.1-4 - own parent directory - remove Requires paragonie/random_compat, only needed for build - BuildRequire php-pcre - rework check autoloader * Mon Mar 13 2017 François Kooman <fkooman@tuxed.net> - 1.0.1-3 - better follow SourceURL package guidelines for GH * Mon Feb 13 2017 François Kooman <fkooman@tuxed.net> - 1.0.1-2 - add random_compat as dependency to be able to run tests on PHP < 7 * Mon Feb 13 2017 François Kooman <fkooman@tuxed.net> - 1.0.1-1 - initial package