Skip to content

Update openssh #2051

Merged
merged 2 commits into from
Mar 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be needed after all.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, LIBEXECDIR is probably used by bee_configure. I still have the list files without and with the changes here. The yhow the difference, I just overlooked it.


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