Skip to content

Commit

Permalink
Merge pull request #2051 from mariux64/update-openssh
Browse files Browse the repository at this point in the history
Update openssh
  • Loading branch information
donald authored Mar 15, 2021
2 parents c30a411 + 077d6ef commit eb0ea4f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions openssh.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#!/bin/env beesh

# BEE_VERSION openssh-7.9_p1-2
# BEE_VERSION openssh-8.5_p1-0

# SRCURL[0]="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PKGVERSION}${PKGEXTRAVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/c6af50b7a474d04726a5aa747a5dce8f/openssh-7.9p1.tar.gz"
SRCURL[0]="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PKGVERSION}${PKGEXTRAVERSION}.tar.gz"

SYSCONFDIR=/etc/ssh
DATADIR=/usr/share/sshd
LIBEXECDIR=/usr/lib/openssh

mee_patch() {
# check-config fails anyway
Expand Down

0 comments on commit eb0ea4f

Please sign in to comment.