Thu, 23 May 2024 16:46:35 UTC | login

Information for build msgpuck-2.0.10-3.fc30

ID82727
Package Namemsgpuck
Version2.0.10
Release3.fc30
Epoch
SummaryMsgPack binary serialization library in a self-contained header
DescriptionMsgPack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small. msgpuck is very lightweight header-only library designed to be embedded to your application by the C/C++ compiler. The library is fully documented and covered by unit tests.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 08 Dec 2018 04:54:06 UTC
CompletedSat, 08 Dec 2018 06:10:49 UTC
Taskbuild (f30-candidate, msgpuck-2.0.10-3.fc30.src.rpm)
Tags
f30
f31
RPMs
src
msgpuck-2.0.10-3.fc30.src.rpm (info) (download)
riscv64
msgpuck-devel-2.0.10-3.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 24 2017 Roman Tsisyk <roman@tsisyk.com> 2.0.10-1 - Drop MP_SOURCE support, please link libmsgpuck.a. - Add -fPIC to libmsgpuck.a to allow using from shared libraries. - Add helpers to decode any number to int64/double. - Fix possible integer overflow in mp_check(). - Fix a typo in MP_HINT decoding. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 16 2016 Roman Tsisyk <roman@tsisyk.com> 1.1.3-1 - Add mp_snprint() function. - Change mp_fprint() to return the number of bytes printed instead of 0. - Fix CVE-2016-9036.