Skip to content

Commit

Permalink
update to libressl 3.9.2, openssh 9.9p1
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Oct 15, 2024
1 parent dc503bd commit 03a6712
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 371 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
all: pivy-tool pivy-agent pivy-box

LIBRESSL_VER = 3.8.2
LIBRESSL_VER = 3.9.2
LIBRESSL_URL = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$(LIBRESSL_VER).tar.gz

OPENSSH_VER = 9.5p1
OPENSSH_VER = 9.9p1
OPENSSH_URL = https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$(OPENSSH_VER).tar.gz

OPENSSH = $(CURDIR)/openssh
Expand Down Expand Up @@ -243,7 +243,8 @@ _OBSD_COMPAT= \
base64.c \
bsd-setres_id.c \
vis.c \
bsd-poll.c
bsd-poll.c \
timingsafe_bcmp.c

_LIBSSH_SOURCES= \
sshbuf.c \
Expand Down
Loading

0 comments on commit 03a6712

Please sign in to comment.