From patchwork Sat Feb 23 20:22:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2091 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id C64CC88B0B3 for ; Sat, 23 Feb 2019 09:22:54 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 4462ms5gSMz5JPrx; Sat, 23 Feb 2019 09:22:53 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1550913774; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:list-id:list-unsubscribe:list-subscribe:list-post; bh=XZKvj7AyGN+f4ECCpDVfcWzj51/2KEhuitkiT7+3nq8=; b=LThFvSmt45VD2Fnzl3gQF+wHuaF2xUlpJSBCbfFk4ROvMmaQYOtj38ZbHWa+rpJ8yfEjJC ODKGgNyIzXl+YVkwQePjJKgSs28EyjWZekGqYtx/mJFKCsqOgZz2Wxd7kNK+DruOIVL/rM JHYn4Wp6g88IX5s6ZqzgT8IqASdbdksx3u8TZRH9t5WiTMN5+Po7V+MnEFu8s5Upxv+D4c pE3a12vorLRYHXWJxJw+f8yo7b5qgTocfN2gV9Kb4EqcRh/yi/lHCYpvaHnJcXDyh3mvBD ccezsLc1fPii7w/fsTmuvK8jcA4KoMtIiM/GwR6SqN8ovNvEnswlfPjFY4Gc9w== Received: from tuxedo.stevee (213162068233.public.t-mobile.at [213.162.68.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4462mq29lRz5JPrv; Sat, 23 Feb 2019 09:22:51 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1550913771; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=XZKvj7AyGN+f4ECCpDVfcWzj51/2KEhuitkiT7+3nq8=; b=hkzNKopVqCFGbowhD+E/RPy3rTivJpkmmgD3RUbl0DaRcGCkzGMh63Zcmyg3tYAtmhWlJ0 L7dsNaKyIfXFfFaT/UN70xUO85ZZvFYLafcrLnx5jpuI9vhminUk3Cx4zPzNpH0UphNyvp 1/kp1XZWSj92DG+JYhZ1Wm21KPMDhUfkPjacx5Gn5djPVxa/P37AozVLnLsayFb4P//Ds1 2AvkSPva9OJMzHNked4Je/8sOVENnXaaCP8kOlKsTGix1ALpERuKbGDNP7R0eY7iWuVPsK JaUI7OkQRLFxfPRnHnDvuUFA9NFyDF6ojLgFzjsqKdW8p/hw9V149h9NORumBg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libhtp: Update to 0.5.29 Date: Sat, 23 Feb 2019 10:22:46 +0100 Message-Id: <20190223092246.13938-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Spam-Status: No, score=2.44 X-Rspamd-Server: mail01.i.ipfire.org Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-Spamd-Result: default: False [2.44 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_MISSING_CHARSET(2.50)[]; MIME_GOOD(-0.10)[text/plain]; BROKEN_CONTENT_TYPE(1.50)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.46)[-0.819,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8412, ipnet:213.162.64.0/19, country:AT]; RCVD_TLS_ALL(0.00)[] X-Spam-Level: ** X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" X-Spam: Yes This is a minor release to the latest stable version of libhtp Signed-off-by: Stefan Schantl --- libhtp/libhtp.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhtp/libhtp.nm b/libhtp/libhtp.nm index ce7e7f5cf..8bb4ebf9c 100644 --- a/libhtp/libhtp.nm +++ b/libhtp/libhtp.nm @@ -4,7 +4,7 @@ ############################################################################### name = libhtp -version = 0.5.20 +version = 0.5.29 release = 1 groups = System/Libraries