https://www.openssh.com/txt/release-9.4

* Add another mirror, since the .de ones were a bit lacking
at the time of update.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/openssh.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/openssh.make b/rules/openssh.make
index 5a1733f7c..15ae8b987 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -15,13 +15,14 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION        := 9.3p2
-OPENSSH_MD5    := e21180e7c902e596b047b5520842c2e1
+OPENSSH_VERSION        := 9.4p1
+OPENSSH_MD5    := 4bbd56a7ba51b0cd61debe8f9e77f8bb
 OPENSSH                := openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX := tar.gz
 OPENSSH_URL    := \
        
https://ftp.halifax.rwth-aachen.de/openbsd/OpenSSH/portable/$(OPENSSH).$(OPENSSH_SUFFIX)
 \
-       
https://mirror.hs-esslingen.de/pub/OpenBSD/OpenSSH/portable/$(OPENSSH).$(OPENSSH_SUFFIX)
+       
https://mirror.hs-esslingen.de/pub/OpenBSD/OpenSSH/portable/$(OPENSSH).$(OPENSSH_SUFFIX)
 \
+       
https://ftp.lysator.liu.se/pub/OpenBSD/OpenSSH/portable/$(OPENSSH).$(OPENSSH_SUFFIX)
 
 OPENSSH_SOURCE := $(SRCDIR)/$(OPENSSH).$(OPENSSH_SUFFIX)
 OPENSSH_DIR    := $(BUILDDIR)/$(OPENSSH)
-- 
2.34.1


Reply via email to