From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] OpenSSH: update to 8.1p1 Date: Thu, 05 Dec 2019 11:21:21 +0000 Message-ID: <9B216ACB-BE56-47A3-9599-02FD6E7BDEB6@ipfire.org> In-Reply-To: <6add6f75-e271-cae9-ffab-52fb28163b9e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8120093202640435634==" List-Id: --===============8120093202640435634== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Michael Tremer > On 4 Dec 2019, at 16:30, Peter Müller wrote: > > Please refer to https://www.openssh.com/txt/release-8.1 for release notes. > > Signed-off-by: Peter Müller > --- > lfs/openssh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/openssh b/lfs/openssh > index d7d33cbbb..64e72d654 100644 > --- a/lfs/openssh > +++ b/lfs/openssh > @@ -24,7 +24,7 @@ > > include Config > > -VER = 8.0p1 > +VER = 8.1p1 > > THISAPP = openssh-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = bf050f002fe510e1daecd39044e1122d > +$(DL_FILE)_MD5 = 513694343631a99841e815306806edf0 > > install : $(TARGET) > > -- > 2.16.4 --===============8120093202640435634==--