* add a patch to fix a null pointer dereference in src/racoon/gssapi.c (CVE-2015-4047) * refresh patches * bumb release number Signed-off-by: Nicolas Thill <nico@openwrt.org>
12 lines
313 B
Diff
12 lines
313 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -732,7 +732,8 @@ case $host in
|
|
],
|
|
[AC_MSG_RESULT(yes)
|
|
AC_DEFINE([HAVE_POLICY_FWD], [], [Have forward policy])],
|
|
- [AC_MSG_RESULT(no)])
|
|
+ [AC_MSG_RESULT(forced)
|
|
+ AC_DEFINE([HAVE_POLICY_FWD], [], [Have forward policy])])
|
|
;;
|
|
*)
|
|
AC_MSG_RESULT(no)
|