dropbear: update to 2013.58

This commit is contained in:
Juergen Daubert 2013-04-19 17:15:57 +02:00
parent 4b54bd2dc7
commit 02d127fc4f
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,2 @@
e499ac93e2ce3c14c3806c4f74e74371 dropbear
cfec3dd3d3945bb2531a263fcee9603a dropbear-2013.57.tar.bz2
8d3579bbbfcea48404a3219643076450 dropbear-2013.58.tar.bz2

View File

@ -4,13 +4,17 @@
# Depends on: zlib
name=dropbear
version=2013.57
version=2013.58
release=1
source=(http://matt.ucc.asn.au/$name/releases/$name-$version.tar.bz2 \
$name)
build () {
cd $name-$version
# /proc/net/rt_cache might be rather big, don't use it to gather entropy
sed -i 's/rt_cache/unix/' random.c
sed -i 's|libexec|lib/ssh|; s|X11R6/bin|bin|; s|bin/X11|bin|' options.h
./configure --prefix=/usr
make