X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fopenssh;h=bc6fa3cade62f9622a80010933cf997fc3aa4f54;hb=78d060860bd7a10e44d147fe73e5c63fa6edcbc7;hp=4a873a341aba191aa693c92935369d56cc56310f;hpb=ea317fe337f95e1e9d14dcd85b3cf90b18f89cab;p=ipfire-2.x.git diff --git a/lfs/openssh b/lfs/openssh index 4a873a341a..bc6fa3cade 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 5.1p1 +VER = 6.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 = 03f2d0c1b5ec60d4ac9997a146d2faec +$(DL_FILE)_MD5 = 3e9800e6bca1fbac0eea4d41baa7f239 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)