- Ddd a CONFLICT with lusca-head
- Merge squid rc script changes from www/squid and www/squid31:
- Implement squid_fib and squid_conf
- Document user settable variables
- Make the squid configuration directory world-readable on new
installations to ease use of cachemgr.cgi
PR: 141922
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
- Implement additional options vor SQUID_KERB_AUTH and SQUID_NIS_AUTH; users
cannot be expected to duplicate src.conf(5) settings into make.conf(5).
Keep the test for the old make.conf(5) macros in place for POLA reasons.
See ports/139760.
PR: 140394
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
at compile time. Its author suggests to use -D__LITTLE_ENDIAN__ in the
program's Makefile and this is the solution proposed in ports/131878. Since
FreeBSD (and FreeBSD ports) might be used on big-endian architectures as
well as on little endian architectures I decided to instrument an already
present endianness check directly in the affected source file instead.
- Bump PORTREVISION since this affects the content (and functionality) of
the port's binary package.
Pr: 133159
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
- Make WITH_SQUID_COSS a no-op for now (see UPDATING)
- Use "templates" as the default language directory
PR: 127627
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
configuration file to be passed to the C++ preprocessor (Squid bug #2346).
Thanks to Laurent Levier for reporting this issue to the maintainer.
- Fix a mistake I (the maintainer) introduced regarding the installation
of the cachemgr.conf.default file: instead of explicitly installing it
I thought it would be enough to change an automake variable that served
an entirely different purpose. This is also a bug in www/squid which
will be addressed in a separate PR.
- Portrevision bumped because the content of the package changed
(the cachemgr.cgi binary now has the correct path to cachemgr.conf
hardcoded).
PR: 123572
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
("no proxy-Authenticate header in 407 response") from Squid bugzilla
- Correct the patch for Squid bug #2203 to use the fix prefered by the
Squid developers (see this bug's bugzilla entry)
- Bump PORTREVISION
PR: 122133
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
- Add a patch for Squid bug #2203: compilation of authentication helper
applications that required additional libraries from $LOCALBASE broke when
--with-maxfd=N was set via SQUID_CONFIGURE_ARGS
PR: ports/121649
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
- Correct the implementation of the SQUID_ESI option
- Add English versions of two missing error documents to the set
of Armenian language documents and add Armenian to the list of
languages to install by default.
- Reword pkg-descr a bit to match the language of the RC1 releasenotes.
PR: 116918
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Include patches up to 2007-09-19 (later patches are difficult to include as
provided because they will not apply cleanly and would need to be recreated
as a cumulative FreeBSD port patch).
Add the HTTP mirrors to MASTER_SITES as in www/squid and remove a dead
FTP mirror.
Use the new configuration directive squid-default-user and remove code
from the port that implemented that functionality.
Remove reference to squid.sh from pkg-message.in because the rc script
does no longer have a .sh suffix on any supported FreeBSD version.
Notable change: SNMP support is now enabled by default, mirroring the
change in Squid itself. To disable it, specify WITHOUT_SQUID_SNMP or
reconfigure the port accordingly with "make config".
PR: 116581
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Changelog:
- Update to CVS as of 2007-06-23, i.e. include all applicable PatchSets up
to PatchSet 10865.
- Due to popular demand introduce squid_pidfile as rc(8) tunable; it
defaults to ${PREFIX}/squid/logs/squid.pid. Document the need to tweak
this variable in squid.conf.default if the administrator chooses to change
this default in Squid's configuration.
- install a new basic auth helper "DB" that is used to get user/password
information via a SQL database accessible with Perl's DBI; install the
example SQL script to create such a database in ${EXAMPLESDIR}
- Apply some cleanups in Makefile:
* prefer PatchSet over ChangeSet consistently
* improve handling of debugging options
* note that Squid-3's kqueue(2) is still considered experimental by the
Squid developers (but keep it enabled by default)
PR: 113997
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
- replace sunsite.auc.dk which is no longer serving Squid distfiles
(cf fenner's distfile survey) and replace it with ftp.belnet.be.
The Squid mirror list seems to have vanished (temporarily) during
their website redesign spree but it used to be listed there as
an official Belgian mirror.
- remove files/extra-patch-changeset_11375 which was added in
2.6.12_1, the fix is present in 2.6.STABLE13.
- simplify the SQUID_KQUEUE parsing; Squid-2 will automatically enable
kqueue(2) support and the new OPTIONS parser does no longer require
.ifndef WITHOUT_* constructs
- remove IGNORE for the combination of SQUID_SSL and SQUID_ICAP
- (try to) adapt the ICAP-core patch to the changes in the Squid code base
- add a +ICAP identifier to the internal Squid version string to help the
Squid developers in identifying patched up Squid versions (some
reported bugs were not really Squid but rather ICAP bugs it seems)
Submitted by: Thomas-Martin Seck (maintainer)
PR: ports/112751
The patchset is a slightly modified version of the Squid patchset 11375.
Notes:
Since this patch conflicts with the ICAP patchset and only affects
non-default configurations that have been compiled using the
WITH_SQUID_SSL configuration option, apply the patch only when this
option is enabled. Set IGNORE when both WITH_SQUID_SSL and
WITH_SQUID_ICAP are defined.
PR: 112054
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
- Update the ICAP client patchset to not remove a specific function call;
this should fix timeout issues reported on the squid-dev list
PR: 110471
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)