pkgsrc/security/zebedee/patches/patch-ab
taca 39290a3818 Update zebedee package to 2.5.3 which includes security fix (possible DoS).
* Release 2.5.3

Fix file descriptor leak when IP address lookup fails.

Fix problem with running a server in "reverse" mode and detached -- only
apparent on Windows.

Add "maxconnections" to alleviate DoS attack.

Check for target port 0 to avoid DoS.

Linux 64-bit port (a result of the "Linux on POWER" contest) courtesy of
Stew Benedict <stewb@linuxcontrol.net>. Use the "linux64" OS target.

Upgraded version of bzip2 and zlib.
2005-09-18 13:51:09 +00:00

15 lines
359 B
Text

$NetBSD: patch-ab,v 1.2 2005/09/18 13:51:09 taca Exp $
--- zebedee.c.orig 2005-09-03 07:20:23.000000000 +0900
+++ zebedee.c
@@ -59,8 +59,8 @@ typedef Huge *mpz_t;
#define mpz_clear(z) huge_free(z)
#endif
-#include "blowfish.h"
-#include "zlib.h"
+#include <openssl/blowfish.h>
+#include <zlib.h>
#ifndef DONT_HAVE_BZIP2
#include "bzlib.h"
#endif