diff options
author | 2005-01-25 15:15:35 +0000 | |
---|---|---|
committer | 2005-01-25 15:15:35 +0000 | |
commit | 634bd1f2a4b3b97251d57998117c3fde14c14d08 (patch) | |
tree | 7402829526182bd4bdffdbf005b12611ec1f6536 /net-analyzer/echoping/files | |
parent | fixed .so installing (bug #79412) and merged suggestions of Martin Wienold <m... (diff) | |
download | gentoo-2-634bd1f2a4b3b97251d57998117c3fde14c14d08.tar.gz gentoo-2-634bd1f2a4b3b97251d57998117c3fde14c14d08.tar.bz2 gentoo-2-634bd1f2a4b3b97251d57998117c3fde14c14d08.zip |
Initial release of echoping, thus closing bug #71388
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer/echoping/files')
-rw-r--r-- | net-analyzer/echoping/files/digest-echoping-5.2.0 | 1 | ||||
-rw-r--r-- | net-analyzer/echoping/files/maxtoread-5.2.0.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/echoping/files/digest-echoping-5.2.0 b/net-analyzer/echoping/files/digest-echoping-5.2.0 new file mode 100644 index 000000000000..45f38a6f17e4 --- /dev/null +++ b/net-analyzer/echoping/files/digest-echoping-5.2.0 @@ -0,0 +1 @@ +MD5 aef46a1d09a1083e99eb5e18e9184af2 echoping-5.2.0.tar.gz 120911 diff --git a/net-analyzer/echoping/files/maxtoread-5.2.0.patch b/net-analyzer/echoping/files/maxtoread-5.2.0.patch new file mode 100644 index 000000000000..154ceafae848 --- /dev/null +++ b/net-analyzer/echoping/files/maxtoread-5.2.0.patch @@ -0,0 +1,12 @@ +--- echoping.h.orig 2005-01-25 12:57:52.144117296 -0200 ++++ echoping.h 2005-01-25 12:58:11.392191144 -0200 +@@ -11,9 +11,7 @@ + #define DEFLINE 256 + #define MAXLINE 65535 + #define UDPMAX 65535 +-#ifdef HTTP + #define MAXTOREAD 150000 +-#endif + #ifdef SMTP + #define MAXSMTP 1024 + #define MAXSMTPLINES 30 |