Bug 141930 - [Maintainer] www/squid: implement OPTIONS for Kerberos and YP authentication
Summary: [Maintainer] www/squid: implement OPTIONS for Kerberos and YP authentication
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-23 21:10 UTC by Thomas-Martin Seck
Modified: 2009-12-24 03:00 UTC (History)
0 users

See Also:


Attachments
file.diff (5.27 KB, patch)
2009-12-23 21:10 UTC, Thomas-Martin Seck
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas-Martin Seck 2009-12-23 21:10:01 UTC
- implement OPTIONS vor SQUID_KERBEROS_AUTH and SQUID_NIS_AUTH
- add a CONFLICT with www/lusca-head
- make the Squid configuration directory world readable in new installations
  to ease use of cachemgr.cgi
- implement squid_conf in the rc script and document user settable variables

Fix: Apply this patch:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-12-24 02:58:42 UTC
wen         2009-12-24 02:58:32 UTC

  FreeBSD ports repository

  Modified files:
    www/squid            Makefile 
    www/squid/files      pkg-install.in squid.in 
  Log:
  - Implement OPTIONS vor SQUID_KERBEROS_AUTH and SQUID_NIS_AUTH
  - Add a CONFLICT with www/lusca-head
  - Make the Squid configuration directory world readable in new
    installations to ease use of cachemgr.cgi
  - Implement squid_conf in the rc script and document user settable
    variables
  
  PR:             ports/141930
  Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
  
  Revision  Changes    Path
  1.224     +9 -5      ports/www/squid/Makefile
  1.4       +2 -2      ports/www/squid/files/pkg-install.in
  1.5       +32 -13    ports/www/squid/files/squid.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2009-12-24 02:59:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!