]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/openssh
glib: Update to 2.68.3
[people/pmueller/ipfire-2.x.git] / lfs / openssh
index 5143f4154807af37dcce5821ac335d42fdf5f96d..ced1a7db97039f5d2c5a9bf7b80fbb922b4f58e9 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.4p1
+VER        = 8.6p1
 
 THISAPP    = openssh-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8f897870404c088e4aa7d1c1c58b526b
+$(DL_FILE)_MD5 = 805f7048aec6dd752584e570383a6f00
 
 install : $(TARGET)
 
@@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        # install custom OpenSSH server configuration
-       install -v -m 644 $(DIR_SRC)/config/ssh/sshd_config \
+       install -v -m 600 $(DIR_SRC)/config/ssh/sshd_config \
                /etc/ssh/sshd_config
 
        # install custom OpenSSH client configuration