pax-utils: update to 1.1.7.
This commit is contained in:
parent
a66f63ac27
commit
706e1277ed
|
@ -0,0 +1,22 @@
|
||||||
|
--- 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,6 +1,6 @@
|
||||||
# Template file for 'pax-utils'
|
# Template file for 'pax-utils'
|
||||||
pkgname=pax-utils
|
pkgname=pax-utils
|
||||||
version=1.1.6
|
version=1.1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-caps"
|
configure_args="--with-caps"
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
|
homepage="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
|
||||||
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
|
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12
|
checksum=bb9bdbf0888de9444b53b78f7b8069af9832bac7cef0588030b8ce49e8ebad10
|
||||||
|
|
Loading…
Reference in New Issue