Skip to content

Commit

Permalink
Merge pull request #3129 from mariux64/update-openssh-9.8_p1
Browse files Browse the repository at this point in the history
openssh: update 8.5_p1 to 9.8_p1-1
  • Loading branch information
wwwutz authored Jul 2, 2024
2 parents aba9fb4 + ce1a853 commit 9637222
Showing 1 changed file with 7 additions and 4 deletions.
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

Expand All @@ -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}
Expand Down

0 comments on commit 9637222

Please sign in to comment.