]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Use "/dev/urandom" instead of "/dev/random" to generate a nonce for AirPlay passwords.
authorMike Brady <mikebrady@eircom.net>
Sat, 3 Nov 2018 12:47:55 +0000 (12:47 +0000)
committerMike Brady <mikebrady@eircom.net>
Sat, 3 Nov 2018 12:47:55 +0000 (12:47 +0000)
configure.ac

index cb19bb5b703bd0aac1110b0e8935faf1fdccb49e..335f2a6ecc80fcf0b779249f112068a673b2b022 100644 (file)
@@ -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])