Skip to content

Commit

Permalink
openssh: Securely download source archive
Browse files Browse the repository at this point in the history
SSL has been set up, so use it to securely download the source archive
over HTTPS.
  • Loading branch information
pmenzel committed Sep 4, 2017
1 parent 45a06ae commit 319aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssh.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BEE_VERSION openssh-7.4_p1-0

SRCURL[0]="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PKGVERSION}${PKGEXTRAVERSION}.tar.gz"
SRCURL[0]="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PKGVERSION}${PKGEXTRAVERSION}.tar.gz"

SYSCONFDIR=/etc/ssh
DATADIR=/usr/share/sshd
Expand Down

0 comments on commit 319aff6

Please sign in to comment.