]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssh
Squid-accounting: New Version using dma mailservice
[ipfire-2.x.git] / lfs / openssh
index 7e6e3764152c30b6a8badca9a76114085ab74a10..22d1de5bfdb4b2840938d1a5549cc4c605eb255c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.8p1
+VER        = 7.1p1
 
 THISAPP    = openssh-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 08f72de6751acfbd0892b5f003922701
+$(DL_FILE)_MD5 = 8709736bc8a8c253bc4eeb4829888ca5
 
 install : $(TARGET)
 
@@ -90,6 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
            -e 's/^#\?SyslogFacility AUTH .*$$/SyslogFacility AUTH/' \
            -e 's/^#\?LogLevel INFO .*$$/LogLevel INFO/' \
            -e 's/^#\?AllowTcpForwarding .*$$/AllowTcpForwarding no/' \
+           -e 's/^#\?PermitRootLogin .*$$/PermitRootLogin yes/' \
            /etc/ssh/sshd_config
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)