]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/openssh
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / openssh
index ced1a7db97039f5d2c5a9bf7b80fbb922b4f58e9..bd278960f4a87598f480603a33a60239fbaf1a8c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.6p1
+VER        = 8.9p1
 
 THISAPP    = openssh-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 805f7048aec6dd752584e570383a6f00
+$(DL_FILE)_MD5 = f33910174f0af52491277211e2b105bb
 
 install : $(TARGET)
 
@@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        # install custom OpenSSH server configuration
-       install -v -m 600 $(DIR_SRC)/config/ssh/sshd_config \
+       install -v -m 644 $(DIR_SRC)/config/ssh/sshd_config \
                /etc/ssh/sshd_config
 
        # install custom OpenSSH client configuration