From: Maniacikarus Date: Sun, 19 Oct 2008 16:42:48 +0000 (+0200) Subject: Applied SSH Patch to unleashe full power X-Git-Tag: v2.3-rc1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f22e302253e9cba375887764a6e5fa8b5891655c;p=ipfire-2.x.git Applied SSH Patch to unleashe full power --- diff --git a/lfs/openssh b/lfs/openssh index 4a873a341a..013dffacd5 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -39,8 +39,10 @@ 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 install : $(TARGET) @@ -73,6 +75,7 @@ $(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 \