pax-utils: bump version to 1.2.2
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Mar 2017 23:20:28 +0000 (00:20 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 15 Mar 2017 12:37:09 +0000 (13:37 +0100)
Now the code checks for PR_SET_NO_NEW_PRIVS before using it, so the kernel
headers dependency can be removed.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pax-utils/Config.in
package/pax-utils/pax-utils.hash
package/pax-utils/pax-utils.mk

index e61d9b31f77747c66b8de99f9cac7ffab4faf701..58100e482afdd108f112cabdc4385b6f6dcc667f 100644 (file)
@@ -1,11 +1,7 @@
 config BR2_PACKAGE_PAX_UTILS
        bool "pax-utils"
-       depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 # needs PR_SET_NO_NEW_PRIVS
        help
          ELF related utils for ELF 32/64 binaries that can check files
          for security relevant properties.
 
          http://www.gentoo.org/proj/en/hardened/pax-utils.xml
-
-comment "pax-utils needs a toolchain w/ headers >= 3.5"
-       depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
index 399bae40da9e35fb3b802026b6e0c0c52eeaeced..c7558960220620278096e8187fc4b267da7b3da4 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414        pax-utils-1.1.4.tar.xz
+sha256 7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9        pax-utils-1.2.2.tar.xz
index 8d5f3eea73c777b01ca812e26ac11406e707f007..35ea8e8d874bc315620f553ae86dc685916d1183 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PAX_UTILS_VERSION = 1.1.4
+PAX_UTILS_VERSION = 1.2.2
 PAX_UTILS_SITE = http://distfiles.gentoo.org/distfiles
 PAX_UTILS_SOURCE = pax-utils-$(PAX_UTILS_VERSION).tar.xz
 PAX_UTILS_LICENSE = GPLv2