diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 09:53:25 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 09:53:25 +0100 |
| commit | 2288ec26df8e47d9b699e46eecd05eb3570f03a0 (patch) | |
| tree | 1d204b70e027fd737f6aae1b7308ae959f5bd0b9 /package/net-tools | |
| parent | 45e7808c41c2e66266f738aa5eff70ce18cc04ac (diff) | |
| parent | 667bc9e981847a1d117a2fc7110948075a268bdd (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/net-tools')
| -rw-r--r-- | package/net-tools/Makefile | 2 | ||||
| -rw-r--r-- | package/net-tools/patches/patch-lib_inet_c | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/package/net-tools/Makefile b/package/net-tools/Makefile index 711f150ef..e550059a4 100644 --- a/package/net-tools/Makefile +++ b/package/net-tools/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= net-tools PKG_VERSION:= 1.60 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 888774accab40217dde927e21979c165 PKG_DESCR:= Linux net-tools PKG_SECTION:= net diff --git a/package/net-tools/patches/patch-lib_inet_c b/package/net-tools/patches/patch-lib_inet_c new file mode 100644 index 000000000..915cb7131 --- /dev/null +++ b/package/net-tools/patches/patch-lib_inet_c @@ -0,0 +1,11 @@ +--- net-tools-1.60.orig/lib/inet.c 2000-05-22 23:27:13.000000000 +0200 ++++ net-tools-1.60/lib/inet.c 2013-12-27 18:00:30.000000000 +0100 +@@ -224,7 +224,7 @@ static int INET_rresolve(char *name, siz + + static void INET_reserror(char *text) + { +- herror(text); ++ perror(text); + } + + |
