summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-18 14:32:29 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-18 14:33:35 -0400
commit2fb10c0f8f71e70e590880ea3bac9009418e5eb5 (patch)
tree6a4deee66ab4fc9c264f53fa50c440ea97d29817 /app-misc
parentdev-util/pkgconfig: Drop 0.28-r2, 0.28-r3 and 0.29.1 (diff)
downloadgentoo-2fb10c0f8f71e70e590880ea3bac9009418e5eb5.tar.gz
gentoo-2fb10c0f8f71e70e590880ea3bac9009418e5eb5.tar.bz2
gentoo-2fb10c0f8f71e70e590880ea3bac9009418e5eb5.zip
app-misc/pax-utils: restore missing seccomp syscalls
Closes: https://bugs.gentoo.org/783459 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/pax-utils/Manifest2
-rw-r--r--app-misc/pax-utils/pax-utils-1.3.1.ebuild (renamed from app-misc/pax-utils/pax-utils-1.3.ebuild)5
2 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 7b4c152d3279..51100233c365 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
index 786da67c364c..64854b1beb39 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"