Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
comment "squid needs a toolchain w/ C++, headers >= 3.0"
|
||||
comment "squid needs a toolchain w/ C++"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
config BR2_PACKAGE_SQUID
|
||||
bool "squid"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
# needs fork()
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
|
||||
select BR2_PACKAGE_LIBCAP
|
||||
help
|
||||
Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.15.tar.bz2.asc
|
||||
md5 59d6732a4ebd3f63e2164d9847dc37c0 squid-3.5.15.tar.bz2
|
||||
sha1 72279380ea94aa731f5cf82f3fb50f9250f1692a squid-3.5.15.tar.bz2
|
||||
# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.20.tar.xz.asc
|
||||
md5 48fb18679a30606de98882528beab3a7 squid-3.5.20.tar.xz
|
||||
sha1 2bb6d3568e7167c9b99fea092a97287d0e430863 squid-3.5.20.tar.xz
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
SQUID_VERSION_MAJOR = 3.5
|
||||
SQUID_VERSION = $(SQUID_VERSION_MAJOR).15
|
||||
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.bz2
|
||||
SQUID_VERSION = $(SQUID_VERSION_MAJOR).20
|
||||
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
||||
SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
|
||||
SQUID_LICENSE = GPLv2+
|
||||
SQUID_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user