CVS log for ports/www/squid/files/Attic/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in
Up to [FreeBSD] / ports / www / squid / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3
Mon Jun 23 10:51:51 2008 UTC (3 years, 7 months ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
Refactoring and fixes regarding the squid_kerb_auth helper: - Move the content of files/patch-helpers-negotiate_auth_squid_kerb_auth-Makefile.in and -squid_kerb_auth.c to files/fix-kerberos.patch. - Implement additional configure check for the presence of gssapi/gssapi.h and gssapi.h and prefer the former over the latter in squid_kerb_auth.c. This is done to prevent a compiler warning on FreeBSD 7 and higher where gssapi.h is only present for compatibility reasons. - Actually enable the "negotiate" authentication method in Squid (thanks to John Marshall for pointing this out to the maintainer). Bump PORTREVISION for this change. Removed files: files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in files/patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c PR: 124872 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 22 00:08:58 2008 UTC (3 years, 8 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +30 -12 lines
- Fix build after Heimdal update on HEAD PR: 123782 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Aug 14 02:32:11 2007 UTC (4 years, 6 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
- Update to 2.6.STABLE14 plus three patches (see http://www.squid-cache.org/Versions/v2/2.6/changesets/ for details) - Add two new authentication helpers: DB and squid_kerb_auth - Add the website mirrors to the list of download sites as a last resort in case the distfiles do not make it to the FTP mirrors in time - Update the mirror server list a bit after checking with the official list at http://www.squid-cache.org/Download/mirrors.dyn - Stop handling the "WITH_DEBUG" case: bsd.port.mk handles this just fine - Add a new rc configuration variable "squid_pidfile" that defaults to $PREFIX/squid/logs/squid.pid, use this variable for $pidfile in the rc script and document it in the Squid default/example configuration - Update the ICAP-2.6-bootstrap patch to reflect changes in the Squid sources Submitted by: maintainer PR: ports/115453 (in followup)
