From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63D6B13933E for ; Thu, 1 Jul 2021 09:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 897B5E083E; Thu, 1 Jul 2021 09:47:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CFA4E083E for ; Thu, 1 Jul 2021 09:47:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46630340139 for ; Thu, 1 Jul 2021 09:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C11D92B for ; Thu, 1 Jul 2021 09:47:10 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1625132414.658f408104e8bb2c7bdb27d5ffdba4aafda3f0a5.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libhtp/Manifest net-libs/libhtp/libhtp-0.5.37.ebuild net-libs/libhtp/libhtp-0.5.38.ebuild X-VCS-Directories: net-libs/libhtp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 658f408104e8bb2c7bdb27d5ffdba4aafda3f0a5 X-VCS-Branch: master Date: Thu, 1 Jul 2021 09:47:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ddaf88e6-dc04-4ce2-afa4-83bd3e742574 X-Archives-Hash: 1d39b32860acd7e824a135e33fe8cd75 commit: 658f408104e8bb2c7bdb27d5ffdba4aafda3f0a5 Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 1 09:34:04 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jul 1 09:40:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658f4081 net-libs/libhtp: add 0.5.38, drop 0.5.37 Signed-off-by: Marek Szuba gentoo.org> net-libs/libhtp/Manifest | 2 +- net-libs/libhtp/{libhtp-0.5.37.ebuild => libhtp-0.5.38.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest index a3a8c9fc6e5..afa2a683f1c 100644 --- a/net-libs/libhtp/Manifest +++ b/net-libs/libhtp/Manifest @@ -1 +1 @@ -DIST libhtp-0.5.37.tar.gz 497609 BLAKE2B 74dfe93495781fb918b4703c5f9a9a37abde3da8833b8b17c183200cc04d5abb20b1dd28acfe9cc5eefce486b5e29c381077d75fe6a0e1bd584ceb3a1d19d93f SHA512 e2a16862703e2541cecb841bc93fe1ea72f580fb5ed2c54583072bee4843b41510dae53a0e76105d2ee2e06ea5e3410c280296a98fbf8e24f7cf2705356bb9e2 +DIST libhtp-0.5.38.tar.gz 497753 BLAKE2B 84c4a89914dfadb9e3ab076e6f2354034cd384e7e76c9cbf00a7bf344cfcd7c24de200bd1af7f37356b00fbe13196fd3e49896f301b75fa05ce5b4e4ed297115 SHA512 6f2aa3b564948bde738ff60b917d64ffdcb71bbd5b25f11270ce16400fab6b8aab5c0e2372aff7f6be8818efab4b90843df527604835547691a4585fec9a19fe diff --git a/net-libs/libhtp/libhtp-0.5.37.ebuild b/net-libs/libhtp/libhtp-0.5.38.ebuild similarity index 100% rename from net-libs/libhtp/libhtp-0.5.37.ebuild rename to net-libs/libhtp/libhtp-0.5.38.ebuild