* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2012-12-29 15:11 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2012-12-29 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 89f698b791c392d6ea64865e13237de9ffc948e3
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 15:11:28 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 15:11:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=89f698b7
Prepare release 0.8.0
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4fbf6b2..08966cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.0], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2013-01-06 17:21 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2013-01-06 17:21 UTC (permalink / raw
To: gentoo-commits
commit: fda1c853315f4ec05520bd2d9d34845ad038346c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 6 17:20:54 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jan 6 17:20:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=fda1c853
Prepare release 0.8.1
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 08966cf..8d17617 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.0], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.1], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2013-05-20 20:08 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2013-05-20 20:08 UTC (permalink / raw
To: gentoo-commits
commit: 41a41aa7c50b10154d4155ebd44f45cd163ae255
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 20:07:59 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon May 20 20:07:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=41a41aa7
Prepare release 0.8.2
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index c4f46c4..c56a45a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.1], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.2], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2013-05-21 2:22 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2013-05-21 2:22 UTC (permalink / raw
To: gentoo-commits
commit: 78ddc749c348f52263c7097d2077159210fabd8d
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 02:20:54 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue May 21 02:21:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=78ddc749
ChangeLog: updated
---
ChangeLog | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index dc7b00f..03ee71e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-05-20
+
+ * Bump to automake 1.12
+ * Add check if ELF_C_RDWR_MMAP is declared in libelf.h. This distinguishes
+ elfutils from libelf. The former will not build on uclibc, but the laster
+ does not provide ELF_C_RDWR_MMAP.
+ * Clean up the tests so they work for all combinations of --{en,dis}able-{pt,xt}pax
+ * Add a bash utility which does pax-marking like the eclass. This is for
+ build systems that do pax-marking during the build.
+
2012-12-28
* src/paxctl-ng.c: -L/-l alone report if PT_PAX/XATTR_PAX is supported.
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2013-05-21 15:25 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2013-05-21 15:25 UTC (permalink / raw
To: gentoo-commits
commit: 63f72752abde732bfae1bd019b1d71aa69c5028e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 15:24:27 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue May 21 15:24:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=63f72752
Prepare release 0.8.3
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index c56a45a..0f40bd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.2], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.3], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2013-11-07 14:53 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2013-11-07 14:53 UTC (permalink / raw
To: gentoo-commits
commit: d488192faaff410eaf8f9dcdac109422f4250702
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 14:53:43 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 14:53:43 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=d488192f
Prepare release 0.8.4
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0f40bd2..541f925 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.3], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.4], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2013-11-07 14:53 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2013-11-07 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 648ec9aff9ce401edea3729c103360d9bdc94b08
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 14:51:48 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 14:52:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=648ec9af
ChangeLog: updated
---
ChangeLog | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index c6b049f..06c7268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-26
+
+ * Return EXIT_SUCCESS if user.pax.flags is done after paxctl-ng -d. This
+ addresses https://bugs.gentoo.org/485908
+
2013-05-20
* Bump to automake 1.12
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2014-06-07 14:26 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2014-06-07 14:26 UTC (permalink / raw
To: gentoo-commits
commit: deb99030ff068210b13326cc7a8d096d6d8f1cc8
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 14:27:37 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 14:27:37 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=deb99030
ChangeLog: updated
---
ChangeLog | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 06c7268..f12f272 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-07
+
+ * Prepare release 0.8.5
+ * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to
+ make the code portable to musl (and BSD).
+
2013-09-26
* Return EXIT_SUCCESS if user.pax.flags is done after paxctl-ng -d. This
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2014-06-07 14:37 Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2014-06-07 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 40cd7ea147d6667a9275c61248f3943531c1f541
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 14:38:11 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 14:38:11 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=40cd7ea1
Prepare release 0.8.5
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a1b0c33..63e4116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.4], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.5], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
2014-08-19 14:02 [gentoo-commits] proj/elfix:elfix-0.8.x commit in: / Anthony G. Basile
@ 2014-07-30 16:42 ` Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2014-07-30 16:42 UTC (permalink / raw
To: gentoo-commits
commit: 93e9b5dd7d516bcda6a935ee910fd9df8a4b8f10
Author: Maxim Kammerer <mk <AT> dee <DOT> su>
AuthorDate: Wed Jul 30 04:52:08 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:43:07 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=93e9b5dd
configure.ac: Build fix-gnustack conditionally on --enable-ptpax
X-Gentoo-Bug: 518524
X-Gentoo-Bug-URL: https://bugs.gentoo.org/518524
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 63e4116..ffd2609 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,6 @@ AC_CHECK_HEADERS(
# Checks for DECLs.
AC_CHECK_DECL([ELF_C_RDWR_MMAP],[],[],[[#include <libelf.h>]])
-AM_CONDITIONAL([BUILD_ELF],[test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_PID_T
@@ -107,6 +106,8 @@ AS_IF(
]
)
+AM_CONDITIONAL([BUILD_ELF],[test "x$enable_ptpax" = "xyes" && test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
+
AC_ARG_ENABLE(
[xtpax],
AS_HELP_STRING(
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2014-07-30 16:42 Anthony G. Basile
2014-08-19 14:02 ` Anthony G. Basile
0 siblings, 1 reply; 15+ messages in thread
From: Anthony G. Basile @ 2014-07-30 16:42 UTC (permalink / raw
To: gentoo-commits
commit: d4bc45f98b6f1839a695751a99cccc7a1a39a7ba
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 16:41:54 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:43:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=d4bc45f9
ChangeLog, TODO: updated
---
ChangeLog | 7 +++++++
TODO | 1 +
2 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index f12f272..3b53794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-07-30
+
+ * Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
+ on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
+ The future solution will be break out fix-gnustack.
+ See: https://bugs.gentoo.org/518524
+
2014-06-07
* Prepare release 0.8.5
diff --git a/TODO b/TODO
index 3a16c66..a61aa2c 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
* src/paxctl-ng.c, scripts/paxmodule.c: reduce the shared code to a convenience library
* misc/revdep-pax-np: (non-gentoo) use $PATH to find all exe's and ldd for libraries
+ * Break out fix-gnustack into its own package. See: https://bugs.gentoo.org/518524
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
2014-08-19 14:02 Anthony G. Basile
@ 2014-07-30 16:44 ` Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2014-07-30 16:44 UTC (permalink / raw
To: gentoo-commits
commit: 8f28260bf70e1383f08f4c3e4fce67f2afded7f1
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 16:45:27 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:45:27 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=8f28260b
Prepare release 0.8.6
---
ChangeLog | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3b53794..a79b0e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2014-07-30
+ * Prepare release 0.8.6
* Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
The future solution will be break out fix-gnustack.
diff --git a/configure.ac b/configure.ac
index ffd2609..7edb142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.5], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.6], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2014-08-19 14:02 Anthony G. Basile
2014-07-30 16:42 ` Anthony G. Basile
0 siblings, 1 reply; 15+ messages in thread
From: Anthony G. Basile @ 2014-08-19 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 93e9b5dd7d516bcda6a935ee910fd9df8a4b8f10
Author: Maxim Kammerer <mk <AT> dee <DOT> su>
AuthorDate: Wed Jul 30 04:52:08 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:43:07 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=93e9b5dd
configure.ac: Build fix-gnustack conditionally on --enable-ptpax
X-Gentoo-Bug: 518524
X-Gentoo-Bug-URL: https://bugs.gentoo.org/518524
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 63e4116..ffd2609 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,6 @@ AC_CHECK_HEADERS(
# Checks for DECLs.
AC_CHECK_DECL([ELF_C_RDWR_MMAP],[],[],[[#include <libelf.h>]])
-AM_CONDITIONAL([BUILD_ELF],[test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_PID_T
@@ -107,6 +106,8 @@ AS_IF(
]
)
+AM_CONDITIONAL([BUILD_ELF],[test "x$enable_ptpax" = "xyes" && test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
+
AC_ARG_ENABLE(
[xtpax],
AS_HELP_STRING(
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
@ 2014-08-19 14:02 Anthony G. Basile
2014-07-30 16:44 ` Anthony G. Basile
0 siblings, 1 reply; 15+ messages in thread
From: Anthony G. Basile @ 2014-08-19 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 8f28260bf70e1383f08f4c3e4fce67f2afded7f1
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 16:45:27 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:45:27 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=8f28260b
Prepare release 0.8.6
---
ChangeLog | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3b53794..a79b0e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2014-07-30
+ * Prepare release 0.8.6
* Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
The future solution will be break out fix-gnustack.
diff --git a/configure.ac b/configure.ac
index ffd2609..7edb142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.5], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.6], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
2014-07-30 16:42 Anthony G. Basile
@ 2014-08-19 14:02 ` Anthony G. Basile
0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2014-08-19 14:02 UTC (permalink / raw
To: gentoo-commits
commit: d4bc45f98b6f1839a695751a99cccc7a1a39a7ba
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 16:41:54 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:43:46 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=d4bc45f9
ChangeLog, TODO: updated
---
ChangeLog | 7 +++++++
TODO | 1 +
2 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index f12f272..3b53794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-07-30
+
+ * Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
+ on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
+ The future solution will be break out fix-gnustack.
+ See: https://bugs.gentoo.org/518524
+
2014-06-07
* Prepare release 0.8.5
diff --git a/TODO b/TODO
index 3a16c66..a61aa2c 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
* src/paxctl-ng.c, scripts/paxmodule.c: reduce the shared code to a convenience library
* misc/revdep-pax-np: (non-gentoo) use $PATH to find all exe's and ldd for libraries
+ * Break out fix-gnustack into its own package. See: https://bugs.gentoo.org/518524
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2014-08-19 14:02 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 14:02 [gentoo-commits] proj/elfix:elfix-0.8.x commit in: / Anthony G. Basile
2014-07-30 16:42 ` Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2014-08-19 14:02 Anthony G. Basile
2014-07-30 16:44 ` Anthony G. Basile
2014-07-30 16:42 Anthony G. Basile
2014-08-19 14:02 ` Anthony G. Basile
2014-06-07 14:37 Anthony G. Basile
2014-06-07 14:26 Anthony G. Basile
2013-11-07 14:53 Anthony G. Basile
2013-11-07 14:53 Anthony G. Basile
2013-05-21 15:25 Anthony G. Basile
2013-05-21 2:22 Anthony G. Basile
2013-05-20 20:08 Anthony G. Basile
2013-01-06 17:21 Anthony G. Basile
2012-12-29 15:11 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox