This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ed029dfab959bca74bd43d86922727c2047eeb4d (commit)
from 69b61fe510dd9357040ad0a9f3a1449d913067a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ed029dfab959bca74bd43d869227…
commit ed029dfab959bca74bd43d86922727c2047eeb4d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Oct 26 10:56:04 2017 +0200
Enable GnuTLS fallback
On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for
example) the osmo_get_rand_id() would always return failure due to
missing getrandom() syscall.
To support such systems, let's add fallback code which uses GnuTLS
library. It can be disabled explicitly via '--disable-gnutls' option at
compile-time, otherwise ./configure will fail if both getrandom() and
GnuTLS are not available. When building with '--enable-embedded' the
fallback is disabled automatically.
Related: OS#1694
Change-Id: Ic77866ce65acf524b768882c751a4f9c0635740b
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 17 +++++++++++++++++
src/gsm/Makefile.am | 5 +++++
src/gsm/gsm_utils.c | 19 ++++++++++++++-----
3 files changed, 36 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications