From 2b05847ed94e390cdfe7c15313ab7b623a1b0cf0 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 7 Nov 2011 23:38:48 +0000 Subject: Ressurect asterisk14 and upgrade to the latest 1.4.42, which should be free of any known vulnerabilities. --- net/asterisk14/files/patch-main::db.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net/asterisk14/files/patch-main::db.c (limited to 'net/asterisk14/files/patch-main::db.c') diff --git a/net/asterisk14/files/patch-main::db.c b/net/asterisk14/files/patch-main::db.c new file mode 100644 index 000000000000..0b26f3b2cca6 --- /dev/null +++ b/net/asterisk14/files/patch-main::db.c @@ -0,0 +1,21 @@ + +$FreeBSD$ + +--- main/db.c.orig Fri Jan 13 11:05:32 2006 ++++ main/db.c Fri Jan 13 11:06:55 2006 +@@ -35,6 +35,7 @@ + #include + #include + #include ++#include + + #include "asterisk.h" + +@@ -51,7 +52,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi + #include "asterisk/utils.h" + #include "asterisk/lock.h" + #include "asterisk/manager.h" +-#include "db1-ast/include/db.h" + + #ifdef __CYGWIN__ + #define dbopen __dbopen -- cgit v1.2.3