mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
squid: bump to version 3.4.1
New for 3.4 series: * SSL Server Certificate Validator * Multicast DNS * Transaction Annotations Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9fce881c38
commit
d738fc6b44
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SQUID_VERSION_MAJOR = 3.3
|
SQUID_VERSION_MAJOR = 3.4
|
||||||
SQUID_VERSION = $(SQUID_VERSION_MAJOR).11
|
SQUID_VERSION = $(SQUID_VERSION_MAJOR).1
|
||||||
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
||||||
SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
|
SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
|
||||||
SQUID_LICENSE = GPLv2+
|
SQUID_LICENSE = GPLv2+
|
||||||
@ -25,7 +25,7 @@ SQUID_CONF_OPT = --enable-async-io=8 --enable-linux-netfilter \
|
|||||||
--enable-auth-negotiate="wrapper" \
|
--enable-auth-negotiate="wrapper" \
|
||||||
--enable-auth-ntlm="fake" \
|
--enable-auth-ntlm="fake" \
|
||||||
--disable-strict-error-checking \
|
--disable-strict-error-checking \
|
||||||
--enable-external-acl-helpers="ip_user"
|
--enable-external-acl-helpers="session"
|
||||||
|
|
||||||
# On uClibc librt needs libpthread
|
# On uClibc librt needs libpthread
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user