Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 16:01:22 +0300
From:      Pavel Timofeev <timp87@gmail.com>
To:        ports-list freebsd <freebsd-ports@freebsd.org>
Subject:   Initial squid 3.5 port
Message-ID:  <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi!
I created an initial port for squid-3.5.
It's squid-3.5.2.

Release notes for 3.5 branch are here http://wiki.squid-cache.org/Squid-3.5.

Port based on www/squid.

Existing problems with some options:
ECAP - marked as broken for now, because squid-3.5 needs eCAP version
1.0 which is not in ports tree.
AUTH_NIS - builds, but I made an ugly hack. See the second XXX comment
in Makefile:
....
# XXX: We need this ugly stuff on OS where bug 188247 isn't resolved.
# This allow us to build basic_nis_auth helper
....
Here is some details about that http://bugs.squid-cache.org/show_bug.cgi?id=4204


TODO:
1. rewrite rc script to support multiple instances
(http://wiki.squid-cache.org/MultipleInstances)

TODO not sure:
2. allow build with different crypt realizations.
3. allow build with different krb5 realizations.
Maybe somethis like
OPTIONS_SINGLE= SSL KRB5
OPTIONS_SINGLE_SSL= BASE OPENSSL GNUTLS
OPTIONS_SINGLE_KRB5= BASE HEIMDAL MIT GNUGSS.

Please, test it if you are interested! Ideas/suggestions/patches are
highly appreciated! Thank you!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg>