From 5cafae4f1a9b6f63a1b51d468035eff912ff4a16 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 8 Nov 2010 13:40:35 -0300 Subject: squid: bump to version 3.1.9 Closes #2773 Fixes several security issues and host-openssl dependency for cf_gen. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/squid/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/squid/Config.in') diff --git a/package/squid/Config.in b/package/squid/Config.in index 587ddbec7..4ec7fa413 100644 --- a/package/squid/Config.in +++ b/package/squid/Config.in @@ -1,9 +1,11 @@ -comment "Squid requires a toolchain with C++ support enabled" - depends on !BR2_INSTALL_LIBSTDCPP +comment "Squid requires a toolchain with C++ and IPv6 support enabled" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 config BR2_PACKAGE_SQUID bool "squid" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_INET_IPV6 + select BR2_PACKAGE_LIBCAP help Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. -- cgit v1.2.3