Bug 192824 - [PATCH] www/squid33: install fail helpers/basic_auth/DB
Summary: [PATCH] www/squid33: install fail helpers/basic_auth/DB
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: John Marino
URL:
Keywords:
: 192776 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-08-19 05:58 UTC by takefu
Modified: 2014-08-19 08:33 UTC (History)
2 users (show)

See Also:


Attachments
squid33.patch (7.52 KB, patch)
2014-08-19 05:58 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2014-08-19 05:58:20 UTC
Created attachment 146017 [details]
squid33.patch

fix
  basic_db_auth ext_sql_session_acl is not installed it's perl5.16 later
  WARNING: no_suid: setuid(0): (1) Operation not permitted
    http://www.squid-cache.org/mail-archive/squid-users/201301/0390.html
    http://www.squid-cache.org/mail-archive/squid-dev/201305/0172.html
  Change to .sample from .default the configuration file name
  use criteria change of clang
  The trimmed of PLIST_FILES
  It does not require the deletion of .orig .bak.

Bug 182177
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-19 06:21:52 UTC
okay, this is a good start to cleaning up the port.  Ultimately we need to move back to a proper static pkg-plist with PLIST_SUB switches, and also reduce the option count.

moving to patch-ready status.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-19 08:28:08 UTC
A commit references this bug:

Author: marino
Date: Tue Aug 19 08:27:56 UTC 2014
New revision: 365365
URL: http://svnweb.freebsd.org/changeset/ports/365365

Log:
  www/squid33: Fix basic_auth helper, cleanup, and rework @sample files

    basic_db_auth ext_sql_session_acl is not installed it's perl5.16 later
    WARNING: no_suid: setuid(0): (1) Operation not permitted
      http://www.squid-cache.org/mail-archive/squid-users/201301/0390.html
      http://www.squid-cache.org/mail-archive/squid-dev/201305/0172.html
    Change to .sample from .default the configuration file name
    use criteria change of clang
    The trimmed of PLIST_FILES
    It does not require the deletion of .orig .bak.

  PR:		192824
  Submitted by:	takefu (airport.fm)

Changes:
  head/www/squid33/Makefile
  head/www/squid33/distinfo
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-19 08:30:22 UTC
Squid 33 desperately needs a dedicated maintainer.  Is there any chance you want to volunteer for the job?
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-19 08:33:12 UTC
*** Bug 192776 has been marked as a duplicate of this bug. ***