From e2903617caf4656e3b2c32d33c4b103e86188f21 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 7 Jun 2013 12:54:34 +0200 Subject: [PATCH] openssh: update to 6.2p2. --- config/rootfiles/core/69/filelists/openssh | 1 + lfs/openssh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 config/rootfiles/core/69/filelists/openssh diff --git a/config/rootfiles/core/69/filelists/openssh b/config/rootfiles/core/69/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/69/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/lfs/openssh b/lfs/openssh index 774e18a2f..3d4ef2f96 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 IPFire Team # +# 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 = 6.1p1 +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 = 3345cbf4efe90ffb06a78670ab2d05d5 +$(DL_FILE)_MD5 = be46174dcbb77ebb4ea88ef140685de1 install : $(TARGET) -- 2.39.2