[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-136-g0a7a83f
From: |
Giuseppe Scrivano |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-136-g0a7a83f |
Date: |
Wed, 26 Oct 2011 11:17:58 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via 0a7a83f5295621022b5b6691ae7d47c5b29ae463 (commit)
via ab911d3656ea6ca210c198c585c7a3a243ecdbf6 (commit)
via 3e57e3a14f30d1cfa4ca7d7567d35d8f69b5a288 (commit)
from bbc7f34b6a2b8a9910d53c4122216073b677eafa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=0a7a83f5295621022b5b6691ae7d47c5b29ae463
commit 0a7a83f5295621022b5b6691ae7d47c5b29ae463
Author: Giuseppe Scrivano <address@hidden>
Date: Wed Oct 26 13:15:57 2011 +0200
bootstrap.conf: Include module ioctl.
diff --git a/ChangeLog b/ChangeLog
index 0220a34..e5ad686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-10-26 Giuseppe Scrivano <address@hidden>
+ * bootstrap.conf: Include module ioctl.
+
* libicmp/icmp_address.c: Do not include <stddef.h>. Revert change of
2011-10-25.
* ftpd/Makefile.am (LDADD): Put iu_LIBRARIES as last element of LDADD.
diff --git a/bootstrap.conf b/bootstrap.conf
index 8675fe8..0d1985e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -64,6 +64,7 @@ git-version-gen
glob
gnupload
inttostr
+ioctl
maintainer-makefile
malloc-gnu
mempcpy
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=ab911d3656ea6ca210c198c585c7a3a243ecdbf6
commit ab911d3656ea6ca210c198c585c7a3a243ecdbf6
Author: Giuseppe Scrivano <address@hidden>
Date: Wed Oct 26 13:11:59 2011 +0200
libicmp/icmp_address.c: Do not include <stddef.h>. Revert change of
2011-10-25.
diff --git a/ChangeLog b/ChangeLog
index a1b3b20..0220a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-10-26 Giuseppe Scrivano <address@hidden>
+ * libicmp/icmp_address.c: Do not include <stddef.h>. Revert change of
2011-10-25.
+
* ftpd/Makefile.am (LDADD): Put iu_LIBRARIES as last element of LDADD.
* libicmp/icmp_timestamp.c: Include <stddef.h>; reverts parts of
diff --git a/libicmp/icmp_address.c b/libicmp/icmp_address.c
index 9fce752..9a9ebc3 100644
--- a/libicmp/icmp_address.c
+++ b/libicmp/icmp_address.c
@@ -19,8 +19,6 @@
#include <config.h>
-#include <stddef.h>
-
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=3e57e3a14f30d1cfa4ca7d7567d35d8f69b5a288
commit 3e57e3a14f30d1cfa4ca7d7567d35d8f69b5a288
Author: Giuseppe Scrivano <address@hidden>
Date: Wed Oct 26 13:03:28 2011 +0200
ftpd/Makefile.am (LDADD): Put iu_LIBRARIES as last element of LDADD
diff --git a/ChangeLog b/ChangeLog
index 6b1a008..a1b3b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-2011-10-25 Giuseppe Scrivano <address@hidden>
+2011-10-26 Giuseppe Scrivano <address@hidden>
+
+ * ftpd/Makefile.am (LDADD): Put iu_LIBRARIES as last element of LDADD.
* libicmp/icmp_timestamp.c: Include <stddef.h>; reverts parts of
2011-10-15.
diff --git a/ftpd/Makefile.am b/ftpd/Makefile.am
index 7c49591..b97d7f5 100644
--- a/ftpd/Makefile.am
+++ b/ftpd/Makefile.am
@@ -35,6 +35,6 @@ AM_CPPFLAGS = $(PATHDEF_FTPWELCOME) $(PATHDEF_FTPUSERS) \
$(PATHDEF_FTPLOGINMESG) $(PATHDEF_FTPCHROOT) $(PATHDEF_FTPDPID) \
$(PATHDEF_DEVNULL) $(PATHDEF_NOLOGIN) $(PATHDEF_BSHELL)
-LDADD = $(iu_LIBRARIES) $(LIBLS) $(LIBCRYPT) $(LIBWRAP) $(LIBPAM)
+LDADD = $(LIBLS) $(LIBCRYPT) $(LIBWRAP) $(LIBPAM) $(iu_LIBRARIES)
EXTRA_DIST = ftpcmd.c
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 +++++++-
bootstrap.conf | 1 +
ftpd/Makefile.am | 2 +-
libicmp/icmp_address.c | 2 --
4 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-136-g0a7a83f,
Giuseppe Scrivano <=