From 47db112512e23853b60b6ecea208056818e10907 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Mon, 12 Nov 2007 13:02:19 +0000 Subject: Updated embedded PCRE to version 7.4 to avoid 2 CVE issues:- CVE-2007-1659 CVE-2007-1660 Fixes: bug # 628 --- src/OS/Makefile-Base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OS') diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index ac5a4d822..6740e733c 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-Base,v 1.11 2007/09/28 12:21:57 tom Exp $ +# $Cambridge: exim/src/OS/Makefile-Base,v 1.12 2007/11/12 13:02:19 nm4 Exp $ # This file is the basis of the main makefile for Exim and friends. The # makefile at the top level arranges to build the main makefile by calling @@ -655,7 +655,7 @@ $(MONBIN): $(HDRS) buildpcre: @(cd pcre; $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" \ - FE="$(FE)" CFLAGS="$(CFLAGS) $(PCRE_CFLAGS)" \ + FE="$(FE)" CFLAGS="$(CFLAGS) $(PCRE_CFLAGS) -DHAVE_CONFIG_H" \ RANLIB="$(RANLIB)" RM_COMMAND="$(RM_COMMAND)" HDRS="$(PHDRS)" \ INCLUDE="$(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE)") @if $(SHELL) $(SCRIPTS)/newer pcre/libpcre.a exim; then \ -- cgit v1.2.3