mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ipsec-tools: fix null dereference in racoon
* 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>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--- 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)
|
||||
Reference in New Issue
Block a user