Merge pull request #15509 from hswong3i/openwrt-19.07-SQUID_enable-ssl-crtd
[openwrt-19.07][cherry-pick] squid: Enable dynamic SSL certificate generation
This commit is contained in:
commit
18b564ef5a
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ if PACKAGE_squid
|
||||||
config SQUID_enable-ssl-crtd
|
config SQUID_enable-ssl-crtd
|
||||||
bool "Enable dynamic SSL certificate generation "
|
bool "Enable dynamic SSL certificate generation "
|
||||||
depends on !SQUID_use-gnutls
|
depends on !SQUID_use-gnutls
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config SQUID_auth-basic
|
config SQUID_auth-basic
|
||||||
bool "Enable the Basic authentication scheme"
|
bool "Enable the Basic authentication scheme"
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=squid
|
PKG_NAME:=squid
|
||||||
PKG_VERSION:=4.12
|
PKG_VERSION:=4.12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \
|
PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \
|
||||||
|
|
Loading…
Reference in a new issue