Skip to content

Commit

Permalink
openssh: 9.6p1 -> 9.7p1
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Mar 12, 2024
1 parent 310e49b commit 3bbe0ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openssh/.md5sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
5e90def5af3ffb27e149ca6fff12bef3 openssh-9.6p1.tar.gz
1100f170ca1bc669038ca3743e074094 openssh-9.7p1.tar.gz
7457cdb56dc2e888eb8e33d4ab582554 pam.sshd
a105c4941d4fffbcaf00da3636522b41 rc.sshd
8 changes: 4 additions & 4 deletions openssh/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Depends on: libmd linux-pam openssl zlib

name=openssh
version=9.6p1
version=9.7p1
release=1
source="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz
rc.sshd pam.sshd"
Expand Down Expand Up @@ -41,9 +41,9 @@ build() {
sed -i '/^#UsePAM/aUsePAM yes' $PKG/etc/ssh/sshd_config

# ssh-copy-id
cd ../$name-$version
install -m 0755 -Dt $PKG/usr/bin/ contrib/ssh-copy-id
install -m 0644 -Dt $PKG/usr/share/man/man1/ contrib/ssh-copy-id.1
cd ../$name-$version/contrib
install -m 0755 -Dt $PKG/usr/bin/ ssh-copy-id
install -m 0644 -Dt $PKG/usr/share/man/man1/ ssh-copy-id.1

# remove junk
rm -r $PKG/var
Expand Down

0 comments on commit 3bbe0ca

Please sign in to comment.