summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-05-24 08:44:37 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-05-24 08:44:37 +0000
commitb8ad3b2a34e19ebcd65f0530e8921ce1aab9f174 (patch)
treedcf1508e4dbbe79005d9becd8c1feca7c154c3a7 /STATUS
parent8794eb44ae2afc49ef5681e5e0236d87f9715c52 (diff)
downloadlibapr-b8ad3b2a34e19ebcd65f0530e8921ce1aab9f174.tar.gz
Fix failures/segfaults on Linux systems with IPv6 disabled:
* test/testsockets.c (V6_NOT_ENABLED): New macro (tcp6_socket, udp6_socket): Call NOT_IMPL if IPv6 is not enabled. (sendto_receivefrom): Fall back to IPv4 if IPv6 is not enabled. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 1 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index 3989bc893..577613f17 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2004/04/09 01:36:32 $]
+Last modified at [$Date: 2004/05/24 08:44:37 $]
Release:
@@ -68,10 +68,6 @@ CURRENT test/testall -v EXCEPTIONS:
* various tests fail on Unix in VPATH builds.
- * 'testsockets' will fail on some systems such as Linux where IPv6
- can be "supported" but not "enabled", and socket(PF_INET6, ...)
- can fail.
-
* 'testipsub' will tickle an Solaris 8 getaddrinfo() IPv6 bug,
causing the test to hang. Configure with --disable-ipv6 if
using an unpatched Solaris 8 installation.