]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/openssh
Installer: set gpl_accepted marker after installation.
[people/pmueller/ipfire-2.x.git] / lfs / openssh
index 9e61bd156ce8903b46fde11deb793b2a213fb84a..c9ce7148bb842fe775087a7de1c26a32d9cf3908 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.7p1
+VER        = 5.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 = 50a800fd2c6def9e9a53068837e87b91
+$(DL_FILE)_MD5 = e6ee52e47c768bf0ec42a232b5d18fb0
 
 install : $(TARGET)
 
@@ -90,6 +90,8 @@ endif
            -e 's/^#\?IgnoreUserKnownHosts .*$$/IgnoreUserKnownHosts yes/' \
            -e 's/^#\?UsePAM .*$$//' \
            -e 's/^#\?X11Forwarding .*$$/X11Forwarding no/' \
+           -e 's/^#\?SyslogFacility AUTH .*$$/SyslogFacility AUTH/' \
+           -e 's/^#\?LogLevel INFO .*$$/LogLevel INFO/' \
            -e 's/^#\?AllowTcpForwarding .*$$/AllowTcpForwarding no/' \
            /etc/ssh/sshd_config
        @rm -rf $(DIR_APP)