Click here to visit the old openkoji buildsystem (Archived)

Information for build perl-Tie-EncryptedHash-1.24-43.fc41

ID4646
Package Nameperl-Tie-EncryptedHash
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.24
Release43.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Tie-EncryptedHash.git#9bb2281ab355905550940c7e2ab17f9defbf8d7d
SummaryHashes (and objects based on hashes) with encrypting fields
DescriptionTie::EncryptedHash augments Perl hash semantics to build secure, encrypting containers of data. Tie::EncryptedHash introduces special hash fields that are coupled with encrypt/decrypt routines to encrypt assignments at STORE() and decrypt retrievals at FETCH(). By design, encrypting fields are associated with keys that begin in single underscore. The remaining keyspace is used for accessing normal hash fields, which are retained without modification. While the password is set, a Tie::EncryptedHash behaves exactly like a standard Perl hash. This is its transparent mode of access. Encrypting and normal fields are identical in this mode. When password is deleted, encrypting fields are accessible only as ciphertext. This is Tie::EncryptedHash's opaque mode of access, optimized for serialization. Encryption is done with Crypt::CBC(3), which encrypts in the cipher block chaining mode with Blowfish, DES or IDEA. Tie::EncryptedHash uses Blowfish by default, but can be instructed to employ any cipher supported by Crypt::CBC(3).
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 27 Apr 2024 14:46:19 CST
CompletedSat, 27 Apr 2024 14:57:02 CST
Taskbuild (f41, /rpms/perl-Tie-EncryptedHash.git:9bb2281ab355905550940c7e2ab17f9defbf8d7d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Tie-EncryptedHash.git#9bb2281ab355905550940c7e2ab17f9defbf8d7d'}}
Tags
f41
RPMs
src
perl-Tie-EncryptedHash-1.24-43.fc41.src.rpm (info) (download)
noarch
perl-Tie-EncryptedHash-1.24-43.fc41.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
build.log
state.log
installed_pkgs.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-38 - Perl 5.36 rebuild