X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fopenssh;h=3d4ef2f960431b69d529ec4d27626af66137b9cd;hb=71ce1f7a0e85cd00097acb3d68ff57ac1e5f60ee;hp=9e61bd156ce8903b46fde11deb793b2a213fb84a;hpb=f24c9564f015f017b07f8498bbe51edf9ba1c801;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/openssh b/lfs/openssh index 9e61bd156..3d4ef2f96 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 = 4.7p1 +VER = 6.2p2 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 = be46174dcbb77ebb4ea88ef140685de1 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)