X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fopenssh;h=17772c14db15e5ece45b70065c7c05c7c1a73bd8;hp=013dffacd5a0ea9b45a5131830414a3d67f28a1e;hb=33590570fb5ea3bad3232d208d7515cf43fcd701;hpb=f22e302253e9cba375887764a6e5fa8b5891655c diff --git a/lfs/openssh b/lfs/openssh index 013dffacd..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.1p1 +VER = 6.4p1 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -39,10 +39,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -openssh-5.1p1-hpn13v5.diff = $(DL_FROM)/openssh-5.1p1-hpn13v5.diff -$(DL_FILE)_MD5 = 03f2d0c1b5ec60d4ac9997a146d2faec -openssh-5.1p1-hpn13v5.diff_MD5 = a3d3deec7369363224d97df658440216 +$(DL_FILE)_MD5 = a62b88b884df0b09b8a8c5789ac9e51b install : $(TARGET) @@ -75,7 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ifeq "$(PADLOCK)" "1" cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssh-4.7p1-padlock.patch endif - cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/openssh-5.1p1-hpn13v5.diff cd $(DIR_APP) && sed -i "s/lkrb5 -ldes/lkrb5/" configure cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc/ssh \ --libexecdir=/usr/lib/openssh --with-md5-passwords \ @@ -93,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)