Closed CasparChou closed 1 year ago
Hi @CasparChou
IN case you're interested in providing a feature request, to rebuild the debian package requires the following steps:
+++ b/debian/rules
@@ -45,6 +45,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := BUILDCXXFLAGS="$(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS)"
--enable-zph-qos \
--enable-ecap \
--disable-translation \
@@ -8,7 +8,7 @@ Homepage: http://www.squid-cache.org
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-squid/pkg-squid3.git/
Vcs-Browser: https://anonscm.debian.org/git/pkg-squid/pkg-squid3.git/
-Build-Depends: libldap2-dev, libpam0g-dev, libdb-dev, cdbs, libsasl2-dev, debhelper (>=10), libcppunit-dev, libkrb5-dev, comerr-dev, libcap2-dev [linux-any], libecap3-dev (>= 1.0.1-2), libexpat1-dev, libxml2-dev, libltdl-dev, dpkg-dev (>= 1.16.1~), pkg-config, libnetfilter-conntrack-dev [linux-any], nettle-dev, libgnutls28-dev, lsb-release, dh-apparmor, dh-autoreconf
+Build-Depends: libldap2-dev, libpam0g-dev, libdb-dev, cdbs, libsasl2-dev, debhelper (>=10), libcppunit-dev, libkrb5-dev, comerr-dev, libcap2-dev [linux-any], libecap3-dev (>= 1.0.1-2), libexpat1-dev, libxml2-dev, libltdl-dev, dpkg-dev (>= 1.16.1~), pkg-config, libnetfilter-conntrack-dev [linux-any], nettle-dev, libgnutls28-dev, lsb-release, dh-apparmor, dh-autoreconf, libssl1.0-dev
dch -i
and fill in as appropriatethanks, Karl.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
As title
the main.yaml shows this role can config squid to listen https but it should recompile the squid with
--with-openssl
optionhope it can be an option to run at the first steps (instead of package manager install)