diff --git a/net/squid/Config.in b/net/squid/Config.in index bcc072f18..eeeb856ab 100644 --- a/net/squid/Config.in +++ b/net/squid/Config.in @@ -25,7 +25,7 @@ if PACKAGE_squid config SQUID_enable-ssl-crtd bool "Enable dynamic SSL certificate generation " depends on !SQUID_use-gnutls - default n + default y config SQUID_auth-basic bool "Enable the Basic authentication scheme" diff --git a/net/squid/Makefile b/net/squid/Makefile index c54f23735..1efd94b65 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squid PKG_VERSION:=4.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \