mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

* Remove the blacklist since the issue is gone with new version * Remove two CVE patches which have been fixed: - CVE-2016-3947 and CVE-2016-4553 * Rebased the patch for ptest. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
32 lines
1007 B
Diff
32 lines
1007 B
Diff
From bd58d3672bc267824000f34a37561c7ab2bd571f Mon Sep 17 00:00:00 2001
|
|
From: Jackie Huang <jackie.huang@windriver.com>
|
|
Date: Tue, 19 Jul 2016 01:56:23 -0400
|
|
Subject: [PATCH] squid: use serial-tests config needed by ptest
|
|
|
|
ptest needs buildtest-TESTS and runtest-TESTS targets.
|
|
serial-tests is required to generate those targets.
|
|
|
|
Upstream-Status: Inappropriate [default automake behavior incompatible with ptest]
|
|
|
|
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 05ad027..e324b93 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -10,7 +10,7 @@ AC_PREREQ(2.61)
|
|
AC_CONFIG_HEADERS([include/autoconf.h])
|
|
AC_CONFIG_AUX_DIR(cfgaux)
|
|
AC_CONFIG_SRCDIR([src/main.cc])
|
|
-AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects])
|
|
+AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects serial-tests])
|
|
AC_REVISION($Revision$)dnl
|
|
AC_PREFIX_DEFAULT(/usr/local/squid)
|
|
AM_MAINTAINER_MODE
|
|
--
|
|
2.8.1
|
|
|