* libnetfilter_log patches
@ 2012-10-08 13:15 Jan Engelhardt
2012-10-08 13:15 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
0 siblings, 1 reply; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:15 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
The following changes since commit fee63b81ee432d0b3e03ffcf9f54cda99476f267:
build: remove unused lines in Makefile.am (2012-06-24 14:57:48 +0200)
are available in the git repository at:
git://git.inai.de/libnetfilter_log master
for you to fetch changes up to 1aa23946431ac593568ccac0e0b6925e7dfd7bd3:
build: resolve automake-1.12 warnings (2012-10-08 15:15:07 +0200)
----------------------------------------------------------------
Jan Engelhardt (1):
build: resolve automake-1.12 warnings
configure.ac | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] build: resolve automake-1.12 warnings
2012-10-08 13:15 libnetfilter_log patches Jan Engelhardt
@ 2012-10-08 13:15 ` Jan Engelhardt
0 siblings, 0 replies; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:15 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
am/ltlibrary.am: warning: 'libnetfilter_log.la': linking libtool
libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
'configure.ac'
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index fe6e75f..e6e1317 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
tar-pax no-dist-gzip dist-bzip2 1.6])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
1.7.10.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* libnfnetlink patches
@ 2012-10-09 14:02 Jan Engelhardt
2012-10-09 14:02 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
0 siblings, 1 reply; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-09 14:02 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
The following changes since commit 1166116e34af868bc814aea338c246e49a7a8748:
bump version to 1.0.1 (2012-10-08 10:51:16 +0200)
are available in the git repository at:
git://git.inai.de/libnfnetlink master
for you to fetch changes up to 97a3960000c9803f91d3a59a734d1e1aa721fcc3:
build: resolve automake-1.12 warnings (2012-10-09 15:59:48 +0200)
----------------------------------------------------------------
Jan Engelhardt (1):
build: resolve automake-1.12 warnings
configure.ac | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] build: resolve automake-1.12 warnings
2012-10-09 14:02 libnfnetlink patches Jan Engelhardt
@ 2012-10-09 14:02 ` Jan Engelhardt
0 siblings, 0 replies; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-09 14:02 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
am/ltlibrary.am: warning: 'libnfnetlink.la': linking libtool libraries
using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac'
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index ed549df..0926a1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
tar-pax no-dist-gzip dist-bzip2 1.6])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
1.7.10.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* libnetfilter_queue patches
@ 2012-10-08 13:17 Jan Engelhardt
2012-10-08 13:17 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
0 siblings, 1 reply; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:17 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
The following changes since commit f5d092dd3145d427c7c2ed668e3ac899875c9612:
bump version to 1.0.2 (2012-10-08 12:28:40 +0200)
are available in the git repository at:
git://git.inai.de/libnetfilter_queue master
for you to fetch changes up to e40bec63be85d4458d2bdef7b23641e578ea2640:
build: resolve automake-1.12 warnings (2012-10-08 15:16:32 +0200)
----------------------------------------------------------------
Jan Engelhardt (1):
build: resolve automake-1.12 warnings
bl | 2 ++
configure.ac | 1 +
2 files changed, 3 insertions(+)
create mode 100644 bl
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] build: resolve automake-1.12 warnings
2012-10-08 13:17 libnetfilter_queue patches Jan Engelhardt
@ 2012-10-08 13:17 ` Jan Engelhardt
2012-10-08 15:17 ` Pablo Neira Ayuso
0 siblings, 1 reply; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:17 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
am/ltlibrary.am: warning: 'libnetfilter_queue.la': linking libtool
libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
'configure.ac'
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
bl | 2 ++
configure.ac | 1 +
2 files changed, 3 insertions(+)
create mode 100644 bl
diff --git a/bl b/bl
new file mode 100644
index 0000000..57eb8dd
--- /dev/null
+++ b/bl
@@ -0,0 +1,2 @@
+Error: '/home/jengelh/code/libnetfilter_queue' is not an osc project dir or working copy
+Current directory looks like git.
diff --git a/configure.ac b/configure.ac
index 0a1fbd6..07747a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
tar-pax no-dist-gzip dist-bzip2 1.6])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
1.7.10.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] build: resolve automake-1.12 warnings
2012-10-08 13:17 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
@ 2012-10-08 15:17 ` Pablo Neira Ayuso
2012-10-08 15:33 ` Jan Engelhardt
0 siblings, 1 reply; 9+ messages in thread
From: Pablo Neira Ayuso @ 2012-10-08 15:17 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: netfilter-devel
On Mon, Oct 08, 2012 at 03:17:19PM +0200, Jan Engelhardt wrote:
> am/ltlibrary.am: warning: 'libnetfilter_queue.la': linking libtool
> libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
> 'configure.ac'
>
> Signed-off-by: Jan Engelhardt <jengelh@inai.de>
> ---
> bl | 2 ++
> configure.ac | 1 +
> 2 files changed, 3 insertions(+)
> create mode 100644 bl
>
> diff --git a/bl b/bl
> new file mode 100644
> index 0000000..57eb8dd
> --- /dev/null
> +++ b/bl
> @@ -0,0 +1,2 @@
> +Error: '/home/jengelh/code/libnetfilter_queue' is not an osc project dir or working copy
> +Current directory looks like git.
This slipped through accidentally, please fix it and will pull.
Thanks.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] build: resolve automake-1.12 warnings
2012-10-08 15:17 ` Pablo Neira Ayuso
@ 2012-10-08 15:33 ` Jan Engelhardt
0 siblings, 0 replies; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 15:33 UTC (permalink / raw)
To: Pablo Neira Ayuso; +Cc: netfilter-devel
On Monday 2012-10-08 17:17, Pablo Neira Ayuso wrote:
>On Mon, Oct 08, 2012 at 03:17:19PM +0200, Jan Engelhardt wrote:
>> am/ltlibrary.am: warning: 'libnetfilter_queue.la': linking libtool
>> libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
>> 'configure.ac'
>>
>> Signed-off-by: Jan Engelhardt <jengelh@inai.de>
>> ---
>> bl | 2 ++
>> configure.ac | 1 +
>> 2 files changed, 3 insertions(+)
>> create mode 100644 bl
>>
>> diff --git a/bl b/bl
>> new file mode 100644
>> index 0000000..57eb8dd
>> --- /dev/null
>> +++ b/bl
>> @@ -0,0 +1,2 @@
>> +Error: '/home/jengelh/code/libnetfilter_queue' is not an osc project dir or working copy
>> +Current directory looks like git.
>
>This slipped through accidentally, please fix it and will pull.
Done and pushed (into my git).
commit 956a8407175cb72ac18513a43f63331af8b3b744
Author: Jan Engelhardt <jengelh@inai.de>
Date: Mon Oct 8 15:16:32 2012 +0200
build: resolve automake-1.12 warnings
am/ltlibrary.am: warning: 'libnetfilter_queue.la': linking libtool
libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
'configure.ac'
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 0a1fbd6..07747a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
tar-pax no-dist-gzip dist-bzip2 1.6])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
^ permalink raw reply related [flat|nested] 9+ messages in thread
* libnetfilter_cttimeout patches
@ 2012-10-08 13:14 Jan Engelhardt
2012-10-08 13:14 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
0 siblings, 1 reply; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:14 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
The following changes since commit 7415dd1320f4d49b12437ead8ff47d307c848caa:
build: remove unnecessary pkgconfig->config.status dependency (2012-06-24 14:51:57 +0200)
are available in the git repository at:
git://git.inai.de/libnetfilter_cttimeout master
for you to fetch changes up to b6947ed7d2bead6972d554bf38b20ae6f55c9b46:
build: resolve automake-1.12 warnings (2012-10-08 15:13:34 +0200)
----------------------------------------------------------------
Jan Engelhardt (1):
build: resolve automake-1.12 warnings
configure.ac | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] build: resolve automake-1.12 warnings
2012-10-08 13:14 libnetfilter_cttimeout patches Jan Engelhardt
@ 2012-10-08 13:14 ` Jan Engelhardt
0 siblings, 0 replies; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:14 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
am/ltlibrary.am: warning: 'libnetfilter_cttimeout.la': linking
libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR'
in 'configure.ac'
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index a4cf468..d79e941 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2
1.6 subdir-objects])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
1.7.10.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* libnetfilter_conntrack patches
@ 2012-10-08 13:12 Jan Engelhardt
2012-10-08 13:12 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
0 siblings, 1 reply; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:12 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
(Uncritical, since it only fixes a warning, not an error.)
===
The following changes since commit 4cea72f6badb1bfbef7d804edebec053d6769393:
update LIBVERSION (2012-10-08 11:09:30 +0200)
are available in the git repository at:
git://git.inai.de/libnetfilter_conntrack master
for you to fetch changes up to 1044ffcc44ad49b27467548ac79b03d9861c8a45:
build: resolve automake-1.12 warnings (2012-10-08 15:11:07 +0200)
----------------------------------------------------------------
Jan Engelhardt (1):
build: resolve automake-1.12 warnings
configure.ac | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] build: resolve automake-1.12 warnings
2012-10-08 13:12 libnetfilter_conntrack patches Jan Engelhardt
@ 2012-10-08 13:12 ` Jan Engelhardt
0 siblings, 0 replies; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:12 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
am/ltlibrary.am: warning: 'libnetfilter_conntrack.la': linking
libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR'
in 'configure.ac'
(multiple instances)
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 76c582e..514d11d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
tar-pax no-dist-gzip dist-bzip2 1.6])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
1.7.10.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* libnetfilter_acct patches
@ 2012-10-08 13:08 Jan Engelhardt
2012-10-08 13:08 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
0 siblings, 1 reply; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:08 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
(This is all non-critical; the absence of AM_PROG_AR does not make
building fail.)
===
The following changes since commit ac67061eee650e5638bf8b792a47038ed895c21d:
build: remove unnecessary pkgconfig->config.status dependency (2012-06-24 14:56:07 +0200)
are available in the git repository at:
git://git.inai.de/libnetfilter_acct master
for you to fetch changes up to 912f17c49e54edae656524ddfb8ae974e9dadde3:
build: resolve automake-1.12 warnings (2012-10-08 15:07:12 +0200)
----------------------------------------------------------------
Jan Engelhardt (1):
build: resolve automake-1.12 warnings
configure.ac | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] build: resolve automake-1.12 warnings
2012-10-08 13:08 libnetfilter_acct patches Jan Engelhardt
@ 2012-10-08 13:08 ` Jan Engelhardt
0 siblings, 0 replies; 9+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:08 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
am/ltlibrary.am: warning: 'libnetfilter_acct.la': linking libtool
libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
'configure.ac'
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index e4aa2e4..3b1b3c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2
1.6 subdir-objects])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
1.7.10.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-10-09 14:02 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 13:15 libnetfilter_log patches Jan Engelhardt
2012-10-08 13:15 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
-- strict thread matches above, loose matches on Subject: below --
2012-10-09 14:02 libnfnetlink patches Jan Engelhardt
2012-10-09 14:02 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 13:17 libnetfilter_queue patches Jan Engelhardt
2012-10-08 13:17 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 15:17 ` Pablo Neira Ayuso
2012-10-08 15:33 ` Jan Engelhardt
2012-10-08 13:14 libnetfilter_cttimeout patches Jan Engelhardt
2012-10-08 13:14 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 13:12 libnetfilter_conntrack patches Jan Engelhardt
2012-10-08 13:12 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 13:08 libnetfilter_acct patches Jan Engelhardt
2012-10-08 13:08 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).