Click here to visit the old openkoji buildsystem (Archived)

Information for build perl-Net-IP-Match-Regexp-1.01-36.fc41

ID3685
Package Nameperl-Net-IP-Match-Regexp
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.01
Release36.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Net-IP-Match-Regexp.git#e83e2318a867b20b29fd3e2abec84425aa69b1a9
SummaryEfficiently match IP addresses against ranges
DescriptionThis module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 27 Apr 2024 13:34:23 CST
CompletedSat, 27 Apr 2024 13:42:20 CST
Taskbuild (f41, /rpms/perl-Net-IP-Match-Regexp.git:e83e2318a867b20b29fd3e2abec84425aa69b1a9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Net-IP-Match-Regexp.git#e83e2318a867b20b29fd3e2abec84425aa69b1a9'}}
Tags
f41
RPMs
src
perl-Net-IP-Match-Regexp-1.01-36.fc41.src.rpm (info) (download)
noarch
perl-Net-IP-Match-Regexp-1.01-36.fc41.noarch.rpm (info) (download)
Logs
noarch
state.log
root.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Mar 01 2024 Emmanuel Seyman <emmanuel@seyman.fr> - 1.01-36 - Use /usr/bin/perl instead of %{__perl} - Use %license for the LICENSE file * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.01-30 - Perl 5.36 rebuild