-
How soon you plan to release?
Makes more sense for me to pack the new release instead to apply Andreas' (thanks) patch.
2009-07-22 17:57:16 UTC by midget
-
The patch by ametzler seems indeed to work (thanks to him). I've committed it (r426) and will make a new release soon.
2009-06-30 14:26:33 UTC by bortz
-
bortz committed revision 426 to the echoping SVN repository, changing 2 files.
2009-06-30 14:19:07 UTC by bortz
-
bortz committed revision 425 to the echoping SVN repository, changing 1 files.
2009-06-30 14:18:15 UTC by bortz
-
bortz committed revision 424 to the echoping SVN repository, changing 1 files.
2009-06-30 14:17:37 UTC by bortz
-
This should work:
----------------------------
--- echoping-6.0.2.orig/configure.ac
+++ echoping-6.0.2/configure.ac
@@ -92,14 +93,21 @@
AC_ARG_WITH(gnutls,
[ --with-gnutls[=DIR] SSL/TLS crypt support (needs GNU TLS), the argument DIR should not be necessary],dnl
[if test "$withval" != "no"; then
- AC_DEFINE(GNUTLS,,[Crypto (TLS) support])
- GNUTLS=1
- CPPFLAGS="${CPPFLAGS}...
2009-06-28 13:15:28 UTC by ametzler
-
Hi bortz,
I'm echoping's Debian package maintainer. Do you remember me?
I've got this bug report under Debian [0] and I was wondering if you can provide a solution for it directly in echoping source to be buildable when gnutls26 reaches 2.7.x version.
[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529820
Thanks in advance.
2009-06-24 23:21:51 UTC by midget
-
IWBN to have DTLS (RFC 4347) support. OpenSSL has DTLS since 2007. (GnuTLS has not, so it would work only when compiled with OpenSSL.)
2009-06-16 08:21:58 UTC by bortz
-
bortz committed revision 423 to the echoping SVN repository, changing 1 files.
2009-05-09 21:20:09 UTC by bortz
-
Unfortunately, the standard resolver API is v4-only. To query name servers with IPv6, we would need to make the UDP packet (may be with the help of the resolver library) and to send it with the regular socket calls. See http://stackoverflow.com/questions/388930/using-the-name-resolver-of-resolv-h-with-ipv6 for a discussion.
2009-03-13 20:36:27 UTC by bortz