From 14473c63cde4b60ee7b42db2c1a5d5db337aeb07 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Apr 2015 07:04:10 +0200 Subject: [PATCH] apr: update to 1.5.2. --- srcpkgs/apr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apr/template b/srcpkgs/apr/template index 7d4a7a53ee3..f8e6b0e7626 100644 --- a/srcpkgs/apr/template +++ b/srcpkgs/apr/template @@ -1,16 +1,16 @@ # Template file for 'apr' pkgname=apr -version=1.5.1 +version=1.5.2 revision=1 build_style=gnu-configure -configure_args="--with-devrandom=/dev/urandom --with-installbuilddir=/usr/share/apr-1/build" +configure_args="--with-devrandom=/dev/random --with-installbuilddir=/usr/share/apr-1/build" makedepends="libuuid-devel" short_desc="Apache Portable Runtime Library" maintainer="Juan RP " homepage="http://apr.apache.org/" license="Apache-2.0" distfiles="http://www.apache.org/dist/apr/apr-$version.tar.bz2" -checksum=e94abe431d4da48425fcccdb27b469bd0f8151488f82e5630a56f26590e198ac +checksum=7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a pre_build() { if [ "$CROSS_BUILD" ]; then