diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-11-08 13:40:35 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-29 20:11:21 +0100 |
commit | 5cafae4f1a9b6f63a1b51d468035eff912ff4a16 (patch) | |
tree | 198833749d3d2f92b1c0cd9e2e1067388fe767cf /package/squid/Config.in | |
parent | e7fbeda8013d74ef9b179d67efd0ec2ac5d271d5 (diff) |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/squid/Config.in')
-rw-r--r-- | package/squid/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
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. |