Bug#503912: libc6: getaddrinfo V4MAPPED behaviour is not according to standard and manpage

2008-10-29 Thread Joost Yervante Damad
Package: libc6 Version: 2.7-15 Severity: normal Hello, the getaddrinfo call with a hints set to AI_V4MAPPED should return IPv4 mapped addresses if they are available. hints.ai_family = AF_INET6; hints.ai_socktype = SOCK_STREAM; hints.ai_protocol = 0; /* Any protocol */ hints.ai_canonname = NULL

Bug#503912: test program

2008-11-01 Thread Joost Yervante Damad
Hi, I didn't come up with a patch, the code is quite overwhelming... however, please find in attachment a simple C++ program that shows the problem. Thanks, Joost Damad #include #include #include #include #include #include #include #include #include static std::string toString(const s

Bug#165358: workaround for __libc_fork and winex 2.0

2002-10-28 Thread Joost Yervante Damad
Hi, if I add the following patch to the debian/patches dir and the debian/patches/0list, winex 2.0 works fine for me again: #! /bin/sh -e if [ $# -ne 2 ]; then echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1 fi case "$1" in -patch) patch -d "$2" -f --no-b

Bug#165358: workaround for __libc_fork and winex 2.0

2002-10-29 Thread Joost Yervante Damad
Hi, if I add the following patch to the debian/patches dir and the debian/patches/0list, winex 2.0 works fine for me again: #! /bin/sh -e if [ $# -ne 2 ]; then echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1 fi case "$1" in -patch) patch -d "$2" -f --no-b