From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libhtp: Update to 0.5.30 Date: Fri, 06 Sep 2019 13:53:55 +0100 Message-ID: In-Reply-To: <20190906125251.2430-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7058080529760410517==" List-Id: --===============7058080529760410517== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Reviewed-by: Michael Tremer > On 6 Sep 2019, at 13:52, Stefan Schantl wrote: > > Fixes #12170 > > Signed-off-by: Stefan Schantl > --- > lfs/libhtp | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/libhtp b/lfs/libhtp > index 212514dfb..bec93a935 100644 > --- a/lfs/libhtp > +++ b/lfs/libhtp > @@ -24,7 +24,7 @@ > > include Config > > -VER = 0.5.29 > +VER = 0.5.30 > > THISAPP = libhtp-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 5feb73647723db5b458d00faddb30954 > +$(DL_FILE)_MD5 = ec0d8c57f9c611719e07668bbad7e685 > > install : $(TARGET) > > -- > 2.20.1 > --===============7058080529760410517==--