]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/openssh
Added esniper.
[people/teissler/ipfire-2.x.git] / lfs / openssh
index 1245b57d9c1b594c12f89a38040c514108b3d5c2..5e2f6865d54fb15c2dcb2d9b6be9d9622055725f 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.3p2
+VER        = 4.7p1
 
 THISAPP    = openssh-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7e9880ac20a9b9db0d3fea30a9ff3d46
+$(DL_FILE)_MD5 = 50a800fd2c6def9e9a53068837e87b91
 
 install : $(TARGET)
 
@@ -89,7 +89,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
            -e 's/^#\?X11Forwarding .*$$/X11Forwarding no/' \
            -e 's/^#\?AllowTcpForwarding .*$$/AllowTcpForwarding no/' \
            /etc/ssh/sshd_config
-       touch /var/ipfire/remote/enablessh
-       chown nobody:nobody /var/ipfire/remote/enablessh
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)