Skip to content

openssh: update 8.5_p1 to 9.8_p1-1 #3129

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions openssh.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/env beesh

# BEE_VERSION openssh-8.5_p1-0
# BEE_VERSION openssh-9.8_p1-1

SRCURL[0]="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PKGVERSION}${PKGEXTRAVERSION}.tar.gz"
# SRCURL[0]="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PKGVERSION}${PKGEXTRAVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/bc04ff77796758c0b37bd0bc9314cd3f/openssh-9.8p1.tar.gz"

SYSCONFDIR=/etc/ssh

@@ -17,10 +18,12 @@ mee_configure() {
--with-md5-passwords \
--with-privsep-path=/var/lib/sshd \
--with-pam \
--with-xauth=/usr/bin/xauth
--with-xauth=/usr/bin/xauth \
--enable-dsa-keys
}

mee_install_post() {
mee_install() {
bee_install
mv -v ${D}${SYSCONFDIR}/ssh_config ${D}${SYSCONFDIR}/ssh_config.example
mv -v ${D}${SYSCONFDIR}/sshd_config ${D}${SYSCONFDIR}/sshd_config.example
install -v -m755 ${S}/contrib/ssh-copy-id ${D}${BINDIR}