Name: | php-paragonie-constant-time-encoding |
---|---|
Version: | 1.1.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 59679 |
License: | MIT |
RPM: | php-paragonie-constant-time-encoding-1.1.0-1.el7.noarch.rpm |
Source RPM: | php-paragonie-constant-time-encoding-1.1.0-1.el7.src.rpm |
Build Date: | Sat Feb 12 2022 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/paragonie/constant_time_encoding |
Summary: | Constant-Time Character Encoding in PHP Projects |
Description: | Based 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. |
- update to 1.1.0 - remove upstreamed patch (PR#16)
- add patch to fix unit tests on EPEL
- update to 1.0.4
- update to 1.0.3
- update to 1.0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- own parent directory - remove Requires paragonie/random_compat, only needed for build - BuildRequire php-pcre - rework check autoloader
- better follow SourceURL package guidelines for GH
- add random_compat as dependency to be able to run tests on PHP < 7