Fri, 26 Apr 2024 17:14:38 UTC | login

Information for build mhash-0.9.9.9-10.el7

ID24203
Package Namemhash
Version0.9.9.9
Release10.el7
Epoch
SummaryThread-safe hash algorithms library
DescriptionMhash is a free library which provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. The HMAC support implements the basics for message authentication, following RFC 2104. In the later versions some key generation algorithms, which use hash algorithms, have been added. Currently, the library supports the algorithms: ADLER32, GOST, HAVAL256, HAVAL224, HAVAL192, HAVAL160, HAVAL128, MD5, MD4, MD2, RIPEMD128/160/256/320, TIGER, TIGER160, TIGER128, SHA1/224/256/384/512, Whirlpool, SNEFRU128/256, CRC32B and CRC32 checksums.
Built byarrfab
State complete
Volume DEFAULT
StartedWed, 12 Sep 2018 07:36:34 UTC
CompletedWed, 12 Sep 2018 07:45:26 UTC
Taskbuild (infrastructure7-el7, mhash-0.9.9.9-10.el7.src.rpm)
Tags
infra7-infra-common-candidate
infra7-infra-common-release
infra7-infra-common-testing
infrastructure7-testing
RPMs
src
mhash-0.9.9.9-10.el7.src.rpm (info) (download)
aarch64
mhash-0.9.9.9-10.el7.aarch64.rpm (info) (download)
mhash-devel-0.9.9.9-10.el7.aarch64.rpm (info) (download)
mhash-debuginfo-0.9.9.9-10.el7.aarch64.rpm (info) (download)
ppc64
mhash-0.9.9.9-10.el7.ppc64.rpm (info) (download)
mhash-devel-0.9.9.9-10.el7.ppc64.rpm (info) (download)
mhash-debuginfo-0.9.9.9-10.el7.ppc64.rpm (info) (download)
ppc64le
mhash-0.9.9.9-10.el7.ppc64le.rpm (info) (download)
mhash-devel-0.9.9.9-10.el7.ppc64le.rpm (info) (download)
mhash-debuginfo-0.9.9.9-10.el7.ppc64le.rpm (info) (download)
x86_64
mhash-0.9.9.9-10.el7.x86_64.rpm (info) (download)
mhash-devel-0.9.9.9-10.el7.x86_64.rpm (info) (download)
mhash-debuginfo-0.9.9.9-10.el7.x86_64.rpm (info) (download)
Logs
ppc64
root.log
build.log
state.log
aarch64
root.log
build.log
state.log
ppc64le
root.log
build.log
state.log
x86_64
root.log
build.log
state.log
Changelog * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.9.9.9-2 - bump rawhide, fixed the last bug * Wed Jul 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.9.9.9-1 - update to 0.9.9.9 - apply all the fixes that I could find * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 16 2009 Dennis Gilmore <dennis@ausil.us> - 0.9.9-6 - fix memory alignment issues * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.9-5 - Autorebuild for GCC 4.3 * Tue Oct 23 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.9-4 - Remove AC_CHECK_SIZEOF definitions from mhash_config.h since stdint.h is used. Add a guard after running configure. This shall fix the multiarch conflict in mhash-devel (#342601). * Tue Aug 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - rebuilt * Thu Aug 02 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.9-2 - Clarify licence (LGPLv2+). * Fri Apr 06 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.9-1 - Update to 0.9.9 (bug-fixes). * Mon Feb 19 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.8-1 - Update to 0.9.8 (includes the patch). * Fri Feb 02 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.7.1-4 - Fix big-endian memory leaks in haval.c - Patch is sufficient to pass test-suite on ppc. Fixes #226987. * Fri Feb 02 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.7.1-2 - Add check section. * Sat Nov 25 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.7.1-1 - Update to 0.9.7.1. * Mon Aug 28 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-5 - rebuilt * Wed Feb 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-4 - rebuilt for FC5 - Disable static library. * Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-3 - rebuilt * Thu Apr 07 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-2 - rebuilt * Wed Jan 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.2-1 - Update to 0.9.2. * Sun Apr 18 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.1-0.fdr.1 - Update to 0.9.1. - Add EVR to virtual provides. - Move some doc files into the main package. * Tue Aug 12 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.8.18-0.fdr.1 - Initial package.