diff options
-rw-r--r-- | base/openssh/.footprint | 3 | ||||
-rw-r--r-- | base/openssh/.md5sum | 2 | ||||
-rwxr-xr-x | base/openssh/Pkgfile | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/base/openssh/.footprint b/base/openssh/.footprint index b6ccbc256..642a4c898 100644 --- a/base/openssh/.footprint +++ b/base/openssh/.footprint @@ -20,6 +20,7 @@ drwxr-xr-x root/root etc/rc.d/rcsysinit.d/ drwxr-xr-x root/root etc/ssh/ -rw-r--r-- root/root etc/ssh/moduli -rw-r--r-- root/root etc/ssh/ssh_config +-rw-r--r-- root/root etc/ssh/ssh_prng_cmds -rw-r--r-- root/root etc/ssh/sshd_config drwxr-xr-x root/root etc/sysconfig/ drwxr-xr-x root/root usr/ @@ -36,6 +37,7 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/openssh/ -rwxr-xr-x root/root usr/lib/openssh/sftp-server -rws--x--x root/root usr/lib/openssh/ssh-keysign +-rwxr-xr-x root/root usr/lib/openssh/ssh-rand-helper drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/sshd drwxr-xr-x root/root usr/share/ @@ -57,6 +59,7 @@ drwxr-xr-x root/root usr/share/man/man5/ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/sftp-server.8.gz -rw-r--r-- root/root usr/share/man/man8/ssh-keysign.8.gz +-rw-r--r-- root/root usr/share/man/man8/ssh-rand-helper.8.gz -rw-r--r-- root/root usr/share/man/man8/sshd.8.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/lib/ diff --git a/base/openssh/.md5sum b/base/openssh/.md5sum index e9f17dd19..3e350b635 100644 --- a/base/openssh/.md5sum +++ b/base/openssh/.md5sum @@ -1,2 +1,2 @@ -ada79c7328a8551bdf55c95e631e7dad openssh-5.2p1.tar.gz +13563dbf61f36ca9a1e4254260131041 openssh-5.3p1.tar.gz 3dc8a0c96046ec3f058c0c2f226512f6 sshd diff --git a/base/openssh/Pkgfile b/base/openssh/Pkgfile index 551e8799a..0c3d641e9 100755 --- a/base/openssh/Pkgfile +++ b/base/openssh/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl, zlib, tcp_wrappers name=openssh -version=5.2p1 +version=5.3p1 release=1 source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz\ sshd\ |