diff options
author | Juergen Daubert <jue@jue.li> | 2015-11-26 10:05:42 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-11-26 10:05:42 +0100 |
commit | d2c20dcf7f6c8da31bc3a170e64296203d719376 (patch) | |
tree | b648ed8b230294d712a0ce372d6b691777e28c3f /dropbear | |
parent | 93a5ffc054389aa7e984402d48b797f69ac4eebc (diff) | |
download | opt-d2c20dcf7f6c8da31bc3a170e64296203d719376.tar.gz opt-d2c20dcf7f6c8da31bc3a170e64296203d719376.tar.xz |
dropbear: update to 2015.69
Diffstat (limited to 'dropbear')
-rw-r--r-- | dropbear/.footprint | 15 | ||||
-rw-r--r-- | dropbear/.md5sum | 2 | ||||
-rw-r--r-- | dropbear/Pkgfile | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/dropbear/.footprint b/dropbear/.footprint index 2dccda90d..09ceeab9b 100644 --- a/dropbear/.footprint +++ b/dropbear/.footprint @@ -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 diff --git a/dropbear/.md5sum b/dropbear/.md5sum index a58379189..d3ee79bfa 100644 --- a/dropbear/.md5sum +++ b/dropbear/.md5sum @@ -1,2 +1,2 @@ 3b758db19554e494b0a1d69996fe5d29 dropbear -7664ac10f7cc2301c530eb80c756fc5d dropbear-2015.68.tar.bz2 +00655c9f71147b0ab90860142d53e984 dropbear-2015.69.tar.bz2 diff --git a/dropbear/Pkgfile b/dropbear/Pkgfile index f0221e5a1..4dc5259cd 100644 --- a/dropbear/Pkgfile +++ b/dropbear/Pkgfile @@ -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 |