diff options
author | Dan Theisen <djt@hxx.in> | 2019-06-25 16:34:19 +0000 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2019-06-26 09:36:09 +0000 |
commit | 849c6d27691fb7901ad3e364ffa4cc69f6cb26e3 (patch) | |
tree | 7fe143d50db233a5ac8f605f8fe846bb281aae6b /user/iputils/fix-idn.patch | |
parent | ce23089ab69352506edeb69fb0b195c8dee57709 (diff) | |
download | packages-849c6d27691fb7901ad3e364ffa4cc69f6cb26e3.tar.gz packages-849c6d27691fb7901ad3e364ffa4cc69f6cb26e3.tar.bz2 packages-849c6d27691fb7901ad3e364ffa4cc69f6cb26e3.tar.xz packages-849c6d27691fb7901ad3e364ffa4cc69f6cb26e3.zip |
user/iputils: bump to 20190515
Diffstat (limited to 'user/iputils/fix-idn.patch')
-rw-r--r-- | user/iputils/fix-idn.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/user/iputils/fix-idn.patch b/user/iputils/fix-idn.patch deleted file mode 100644 index 4aaae8e82..000000000 --- a/user/iputils/fix-idn.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- iputils-s20180629/ping.c.orig 2018-06-29 11:00:46.000000000 -0700 -+++ iputils-s20180629/ping.c 2018-07-06 01:09:10.479830175 -0700 -@@ -207,9 +210,10 @@ - - #ifdef USE_IDN - setlocale(LC_ALL, ""); --#endif -+ - if (!strcmp(setlocale(LC_ALL, NULL), "C")) - hints.ai_flags &= ~ AI_CANONIDN; -+#endif - - /* Support being called using `ping4` or `ping6` symlinks */ - if (argv[0][strlen(argv[0])-1] == '4') |