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 747C61382C5 for ; Sun, 18 Apr 2021 18:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC60E0809; Sun, 18 Apr 2021 18:34:33 +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 93A1FE0809 for ; Sun, 18 Apr 2021 18:34:33 +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 9D0A3340BE2 for ; Sun, 18 Apr 2021 18:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E21C3 for ; Sun, 18 Apr 2021 18:34:31 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1618770815.2fb10c0f8f71e70e590880ea3bac9009418e5eb5.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pax-utils/Manifest app-misc/pax-utils/pax-utils-1.3.1.ebuild app-misc/pax-utils/pax-utils-1.3.ebuild X-VCS-Directories: app-misc/pax-utils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2fb10c0f8f71e70e590880ea3bac9009418e5eb5 X-VCS-Branch: master Date: Sun, 18 Apr 2021 18:34:31 +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: 5004255c-d675-4204-bc47-bc03fdf03fb6 X-Archives-Hash: 89dd5f65cf011991512db80771f9da9a commit: 2fb10c0f8f71e70e590880ea3bac9009418e5eb5 Author: Mike Frysinger gentoo org> AuthorDate: Sun Apr 18 18:32:29 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Apr 18 18:33:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb10c0f app-misc/pax-utils: restore missing seccomp syscalls Closes: https://bugs.gentoo.org/783459 Signed-off-by: Mike Frysinger gentoo.org> app-misc/pax-utils/Manifest | 2 +- app-misc/pax-utils/{pax-utils-1.3.ebuild => pax-utils-1.3.1.ebuild} | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest index 7b4c152d327..51100233c36 100644 --- a/app-misc/pax-utils/Manifest +++ b/app-misc/pax-utils/Manifest @@ -1,2 +1,2 @@ DIST pax-utils-1.2.9.tar.xz 705188 BLAKE2B 9eb9309f0317683dd06e491e6647ba20986f2cb248432fad0ed0eb277711e8d38c5b5148bc0b44e6dbc3d5d3d0093bccd4d10c057090801c49246a63f3bc0899 SHA512 47271cd75818728342e2a074fa05da24fce51ef0eeedb28237138525d7c86c207ca2b5d206fd02cb34529590340b726a14c54b205c65204539a51fb78ac55d41 -DIST pax-utils-1.3.tar.xz 717672 BLAKE2B 56e9677b96e38d8efbe0f1fd3e8d92f30b636a87a25cb73fc7452bd34546b25bc0c7dd05133ac99c88cbdb403a8a261f1ba55f6ba80d4571fd907284255c0e2c SHA512 8c200a217ca0a6f8dda74af9216f244d1ddb93ace1b853428cfcd26d1e0429ae199ebf54376ee3885f43ae42445341c76e1ee846def68376ae7aa63a788eeeab +DIST pax-utils-1.3.1.tar.xz 718384 BLAKE2B eef34077dfaceba1bf6f3d56b5e9990090e6d6c5d8c14f7f4bd8506040f0abdcf1a7bd52c643092faa74d991f22ed48c96924572a50c556aaf879dd411569457 SHA512 1a3a463f3864a420b4dcdd8e5736fbee785ed7cb19545966819493cc98d3cea670eb44592c7f100188b2d45b58908bc1f8e2e010f8842c51b70495b260a03102 diff --git a/app-misc/pax-utils/pax-utils-1.3.ebuild b/app-misc/pax-utils/pax-utils-1.3.1.ebuild similarity index 93% rename from app-misc/pax-utils/pax-utils-1.3.ebuild rename to app-misc/pax-utils/pax-utils-1.3.1.ebuild index 786da67c364..64854b1beb3 100644 --- a/app-misc/pax-utils/pax-utils-1.3.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" PYTHON_COMPAT=( python3_{7,8,9} ) @@ -10,7 +10,8 @@ inherit python-single-r1 toolchain-funcs DESCRIPTION="ELF utils that can check files for security relevant properties" HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities" SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" + https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz + https://dev.gentoo.org/~vapier/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"