* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2014-11-03 12:39 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2014-11-03 12:39 UTC (permalink / raw
To: gentoo-commits
commit: 50b1245fe13f49a1a39034ae50b55019aadb27a6
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 3 12:41:14 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov 3 12:41:14 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=50b1245f
Prepare release 0.9.0
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0c3c608..fa7e5a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.0], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2015-09-03 23:24 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2015-09-03 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 3f5a272935ad8b15678dee55dd74ae9a74eab3f0
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 23:28:14 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 23:28:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=3f5a2729
ChangeLog: updated
ChangeLog | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 6890a34..32a4be4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-09-03
+ * Prepare release 0.9.1
* scripts/paxmark.sh: make.conf can be a directory
* scripts/paxmark.sh: default to both PT and XT if
no PAX_MARKINGS are set in make.conf.
@@ -14,6 +15,7 @@
2014-10-03
+ * Prepare release 0.9.0
* scripts/paxmark.sh: backport improvements from pax-utils.eclass
* configure.ac: remove bash-isms
See: https://bugs.gentoo.org/525240
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2015-09-03 23:25 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2015-09-03 23:25 UTC (permalink / raw
To: gentoo-commits
commit: e78ced3ec9b3022296c2583d846414f915215694
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 23:30:08 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 23:30:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=e78ced3e
Prepare release 0.9.1
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index fa7e5a6..c05855d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.0], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.1], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2015-10-24 18:33 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2015-10-24 18:33 UTC (permalink / raw
To: gentoo-commits
commit: d13a3415215e058337124be2bb4948dc595e6517
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 18:36:56 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 18:39:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=d13a3415
configure.ac: check for <gelf.h> only if ptpax is enabled.
Reported-by: Jory Pratt <anarchy <AT> gentoo.org>
configure.ac | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c05855d..03e7c00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_PROG_SED
# Checks for header files.
AC_CHECK_HEADERS(
- [errno.h err.h fcntl.h gelf.h libgen.h stdio.h stdlib.h string.h \
+ [errno.h err.h fcntl.h libgen.h stdio.h stdlib.h string.h \
sys/mman.h sys/stat.h sys/types.h unistd.h],
[],
[AC_MSG_ERROR(["Missing necessary header"])]
@@ -73,6 +73,11 @@ AC_ARG_ENABLE(
AS_IF(
[test "x$enable_ptpax" != "xno"],
[
+ AC_CHECK_HEADERS(
+ [gelf.h],
+ [],
+ [AC_MSG_ERROR(["Missing necessary gelf.h"])]
+ )
AC_CHECK_LIB(
[elf],
[elf_begin],
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2015-10-27 19:48 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2015-10-27 19:48 UTC (permalink / raw
To: gentoo-commits
commit: ba0d429e2d9c4ca4910d3ee0417fb747eb405e4b
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 19:52:24 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 19:52:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=ba0d429e
Prepare release 0.9.2
ChangeLog | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 92f0b92..fd5c148 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-10-27
+ * Prepare release 0.9.2
* scripts/paxmark.sh: do not do a bash -l so we get /usr/sbin
in our path. Fixes bug #564142. Thanks Alexander Tsoy
<alexander@tsoy.me>.
diff --git a/configure.ac b/configure.ac
index 03e7c00..58bad71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.1], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.2], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2015-10-27 19:48 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2015-10-27 19:48 UTC (permalink / raw
To: gentoo-commits
commit: d1eb7a321e720ca56f356608b3ebea1bce13f211
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 19:49:53 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 19:50:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=d1eb7a32
ChangeLog: updated.
ChangeLog | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 32a4be4..92f0b92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-27
+
+ * scripts/paxmark.sh: do not do a bash -l so we get /usr/sbin
+ in our path. Fixes bug #564142. Thanks Alexander Tsoy
+ <alexander@tsoy.me>.
+ * configure.ac: check for <gelf.h> only if ptpax is enabled.
+ Thanks Jory Pratt <anarchy@gentoo.org>.
+
2015-09-03
* Prepare release 0.9.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2018-11-28 21:36 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2018-11-28 21:36 UTC (permalink / raw
To: gentoo-commits
commit: dc482c12d78df8292460c75572be0756da47e9c8
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 21:36:02 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 21:36:02 2018 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=dc482c12
Prepare release 0.9.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9d84e09..79f2bff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.2], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.3], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2018-12-13 18:21 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2018-12-13 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 513a74f96204b8999a0992e649c17bc5a122fa60
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 18:21:12 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 18:21:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=513a74f9
Prepare release 0.9.4
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 79f2bff..53e1be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.3], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.4], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
@ 2019-04-22 23:59 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2019-04-22 23:59 UTC (permalink / raw
To: gentoo-commits
commit: e4d8279db270dd8c9cd18f4f07282d4fa8d6ed58
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 23:59:35 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 23:59:35 2019 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=e4d8279d
Prepare release 0.9.5
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 53e1be6..6e04407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.4], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.5], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2019-04-23 0:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-03 23:24 [gentoo-commits] proj/elfix:elfix-0.9.x commit in: / Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2019-04-22 23:59 Anthony G. Basile
2018-12-13 18:21 Anthony G. Basile
2018-11-28 21:36 Anthony G. Basile
2015-10-27 19:48 Anthony G. Basile
2015-10-27 19:48 Anthony G. Basile
2015-10-24 18:33 Anthony G. Basile
2015-09-03 23:25 Anthony G. Basile
2014-11-03 12:39 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