openbsd-ports/net/quagga/patches/patch-ospfclient_Makefile_in
sthen 87d697fd01 SECURITY update to quagga 0.99.19
CVE-2011-3323: ospf6d *stack-based buffer overflow*, inter-area-prefix LSAs
CVE-2011-3324: ospf6d assertion failure; DD LSAs with over-length header
CVE-2011-3325: ospf crash(?) if a hello has a truncated header or invalid type
CVE-2011-3326: ospf null deref if a link state update LSA has an unknown type
CVE-2011-3327: bgp buffer overflow with malformed UPDATE (extended communities)
2011-09-27 09:45:53 +00:00

14 lines
434 B
Plaintext

$OpenBSD: patch-ospfclient_Makefile_in,v 1.8 2011/09/27 09:45:53 sthen Exp $
--- ospfclient/Makefile.in.orig Mon Sep 26 15:56:08 2011
+++ ospfclient/Makefile.in Tue Sep 27 08:03:25 2011
@@ -125,7 +125,8 @@ CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CURSES = @CURSES@
CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
+DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
+INSTALL_SDATA = @INSTALL@ -m 600
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOC = @DOC@