Sat, 04 May 2024 16:13:03 UTC | login

Information for build msgpuck-2.0.10-3.fc29

ID68778
Package Namemsgpuck
Version2.0.10
Release3.fc29
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
StartedThu, 09 Aug 2018 17:58:08 UTC
CompletedThu, 09 Aug 2018 18:56:25 UTC
Taskbuild (f29-candidate, msgpuck-2.0.10-3.fc29.src.rpm)
Tags
f29
f30
RPMs
src
msgpuck-2.0.10-3.fc29.src.rpm (info) (download)
riscv64
msgpuck-devel-2.0.10-3.fc29.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. * Tue Aug 09 2016 Roman Tsisyk <roman@tsisyk.com> 1.0.3-1 - Add mp_decode_strbin() and mp_decode_strbinl() - Add mp_fprint() for debug output