From: Mike Brady Date: Sat, 3 Nov 2018 12:47:55 +0000 (+0000) Subject: Use "/dev/urandom" instead of "/dev/random" to generate a nonce for AirPlay passwords. X-Git-Tag: 3.3RC0~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e1dde37c06dda52712d2b3200cecee58043d00;p=thirdparty%2Fshairport-sync.git Use "/dev/urandom" instead of "/dev/random" to generate a nonce for AirPlay passwords. --- diff --git a/configure.ac b/configure.ac index cb19bb5b..335f2a6e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d20], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d21], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])