From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libhtp: Update to 0.5.30 Date: Fri, 06 Sep 2019 14:52:51 +0200 Message-ID: <20190906125251.2430-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5666899904563395028==" List-Id: --===============5666899904563395028== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 --===============5666899904563395028==--