]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/openssh
Updated openssh (5.3p1).
[people/pmueller/ipfire-2.x.git] / lfs / openssh
index c8b8c9ce5917e32c1ace68d40e39c52257121a8c..c64cd5692af02f865b672f7c75a59930f949e5e5 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.2p1
+VER        = 5.3p1
 
 THISAPP    = openssh-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ada79c7328a8551bdf55c95e631e7dad
+$(DL_FILE)_MD5 = 13563dbf61f36ca9a1e4254260131041
 
 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)