aboutsummaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-06 15:11:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-07 07:22:42 +0000
commitd5f82899c4fb6072f992db6b1b19d9b6e26aeb95 (patch)
tree503f6c69ec0dfe32db9dafef2f9200661af6e822 /main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch
parent754c0c888f81d4fab2e7cde320816ff901bd451e (diff)
downloadaports-d5f82899c4fb6072f992db6b1b19d9b6e26aeb95.tar.bz2
aports-d5f82899c4fb6072f992db6b1b19d9b6e26aeb95.tar.xz
main/libc0.9.32: upgrade to 0.9.33
Diffstat (limited to 'main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch')
-rw-r--r--main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch b/main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch
index 74cd37c505..466c2fafe7 100644
--- a/main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch
+++ b/main/libc0.9.32/0002-resolv-res_query-for-CNAMEs.patch
@@ -1,7 +1,7 @@
-From 811e804c7a403783b0c4cc5eb75f24da809081d8 Mon Sep 17 00:00:00 2001
+From e7d64120a2cb382c1167977b0aefa388d5ab62e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi>
Date: Fri, 23 Dec 2011 14:15:16 +0100
-Subject: [PATCH] resolv: res_query for CNAMEs
+Subject: [PATCH 2/8] resolv: res_query for CNAMEs
From: http://lists.busybox.net/pipermail/uclibc/2009-June/042583.html
@@ -18,10 +18,10 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
-index 021d5bf..2371fb9 100644
+index a730584..632bfaf 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
-@@ -3099,11 +3099,9 @@ int res_query(const char *dname, int class, int type,
+@@ -3740,11 +3740,9 @@ int res_query(const char *dname, int class, int type,
free(a.dotted);
@@ -37,5 +37,5 @@ index 021d5bf..2371fb9 100644
return i;
}
--
-1.7.8
+1.7.8.4