dropbear: update to 2015.69

This commit is contained in:
Juergen Daubert 2015-11-26 10:05:42 +01:00
parent 93a5ffc054
commit d2c20dcf7f
3 changed files with 11 additions and 10 deletions

View File

@ -7,12 +7,13 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dbclient
-rwxr-xr-x root/root usr/bin/dropbearconvert
-rwxr-xr-x root/root usr/bin/dropbearkey
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dbclient.1.gz
-rw-r--r-- root/root usr/man/man1/dropbearconvert.1.gz
-rw-r--r-- root/root usr/man/man1/dropbearkey.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/dropbear.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/dropbear
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/dbclient.1.gz
-rw-r--r-- root/root usr/share/man/man1/dropbearconvert.1.gz
-rw-r--r-- root/root usr/share/man/man1/dropbearkey.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/dropbear.8.gz

View File

@ -1,2 +1,2 @@
3b758db19554e494b0a1d69996fe5d29 dropbear
7664ac10f7cc2301c530eb80c756fc5d dropbear-2015.68.tar.bz2
00655c9f71147b0ab90860142d53e984 dropbear-2015.69.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: zlib
name=dropbear
version=2015.68
version=2015.69
release=1
source=(http://matt.ucc.asn.au/$name/releases/$name-$version.tar.bz2 \
$name)
@ -14,7 +14,7 @@ build () {
sed -i 's|libexec|lib/ssh|; s|bin/X11|bin|' options.h
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install