pax-utils: update to 1.2.
This commit is contained in:
parent
ff3f086c1d
commit
411609369f
2 changed files with 4 additions and 26 deletions
|
@ -1,22 +0,0 @@
|
||||||
--- paxldso.h.orig
|
|
||||||
+++ paxldso.h
|
|
||||||
@@ -53,16 +53,15 @@
|
|
||||||
extern array_t *ldpaths;
|
|
||||||
extern int ldso_config_load(const char *fname);
|
|
||||||
#else
|
|
||||||
+static array_t _ldpaths = array_init_decl;
|
|
||||||
+static array_t *ldpaths = &_ldpaths;
|
|
||||||
+
|
|
||||||
static inline int ldso_config_load(const char *fname)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#if PAX_LDSO_CACHE || PAX_LDSO_CONFIG
|
|
||||||
extern void paxldso_cleanup(void);
|
|
||||||
-#else
|
|
||||||
-# define paxldso_cleanup()
|
|
||||||
-#endif
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'pax-utils'
|
# Template file for 'pax-utils'
|
||||||
pkgname=pax-utils
|
pkgname=pax-utils
|
||||||
version=1.1.7
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-caps"
|
configure_args="--with-caps"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
short_desc="PaX aware and related utilities for ELF binaries"
|
short_desc="PaX aware and related utilities for ELF binaries"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
|
homepage="https://cgit.gentoo.org/proj/pax-utils.git/"
|
||||||
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
|
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
|
||||||
checksum=bb9bdbf0888de9444b53b78f7b8069af9832bac7cef0588030b8ce49e8ebad10
|
checksum=99cd71603507dcb65f512c8be87fb3248545113918d6d416e5fb99be73aa81b5
|
||||||
|
|
Loading…
Reference in a new issue