X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fopenssh;h=17772c14db15e5ece45b70065c7c05c7c1a73bd8;hp=c8b8c9ce5917e32c1ace68d40e39c52257121a8c;hb=33590570fb5ea3bad3232d208d7515cf43fcd701;hpb=5eac396d54533be6e7b8d77f9e583f81c73c101a diff --git a/lfs/openssh b/lfs/openssh index c8b8c9ce5..17772c14d 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.2p1 +VER = 6.4p1 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 = a62b88b884df0b09b8a8c5789ac9e51b 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)