mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
* There are difference spaces between inetutils-1.8/COPYING
and inetutils-1.9.1/COPYING,so md5sum is changed.
* the following patches are accepted by inetutils 1.9.1 upstream
inetutils-1.8-1005-ftpd-add-daemon-D-nommu-support.patch
inetutils-1.8-1004-detect-fork-support.patch
inetutils-1.8-1003-use-daemon-from-the-C-library-when-possible.patch
inetutils-1.8-1002-rshd-detect-__rcmd_errstr-support-in-the-C-lib.patch
inetutils-1.8-1001-ftp-rename-ruserpass-to-avoid-C-library-collision.patch
inetutils-1.8-0002-argp-fix-program_invocation_name-detection.patch
Signed-off-by: Chunrong Guo <b40290@freescale.com>
18 lines
490 B
Diff
18 lines
490 B
Diff
Upstream-Status: Pending
|
|
|
|
remove m4_esyscmd function
|
|
|
|
Signed-off-by: Chunrong Guo <b40290@freescale.com>
|
|
--- inetutils-1.9.1/configure.ac 2012-01-06 22:05:05.000000000 +0800
|
|
+++ inetutils-1.9.1/configure.ac 2012-11-12 14:01:11.732957019 +0800
|
|
@@ -20,8 +20,7 @@
|
|
|
|
AC_PREREQ(2.59)
|
|
|
|
-AC_INIT([GNU inetutils],
|
|
- m4_esyscmd([build-aux/git-version-gen .tarball-version 's/inetutils-/v/;s/_/./g']),
|
|
+AC_INIT([GNU inetutils],[1.9.1],
|
|
[bug-inetutils@gnu.org])
|
|
|
|
AC_CONFIG_SRCDIR([src/inetd.c])
|