pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/47766: www/squid3 does not contain digest_file_auth helper
>Number: 47766
>Category: pkg
>Synopsis: www/squid3 does not contain digest_file_auth helper
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Apr 25 11:55:00 +0000 2013
>Originator: MASUDA Hideo
>Release: NetBSD/i386 5.1_STABLE
>Organization:
>Environment:
>Description:
www/squid3 does not contain digest_file_auth helper.
>How-To-Repeat:
cd $PKGSRC/www/squid3; make; make install
>Fix:
The following patch works well on my machine.
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/www/squid3/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- PLIST 5 Mar 2013 01:59:51 -0000 1.3
+++ PLIST 25 Apr 2013 11:45:39 -0000
@@ -8,6 +8,7 @@
${PLIST.ba_NIS}libexec/basic_nis_auth
${PLIST.ba_PAM}libexec/basic_pam_auth
libexec/cachemgr.cgi
+${PLIST.da_file}libexec/digest_file_auth
${PLIST.da_LDAP}libexec/digest_ldap_auth
${PLIST.diskd}libexec/diskd
${PLIST.eacl_LDAP_group}libexec/ext_ldap_group_acl
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/www/squid3/options.mk,v
retrieving revision 1.4
diff -u -r1.4 options.mk
--- options.mk 13 Mar 2013 17:11:25 -0000 1.4
+++ options.mk 25 Apr 2013 11:45:48 -0000
@@ -12,7 +12,7 @@
PLIST_VARS+= diskd snmp unlinkd
PLIST_VARS+= ba_LDAP ba_MSNT ba_NCSA ba_NIS ba_PAM ba_getpwnam
-PLIST_VARS+= da_LDAP
+PLIST_VARS+= da_LDAP da_file
PLIST_VARS+= na_SMB
PLIST_VARS+= ta_kerberos
PLIST_VARS+= eacl_ip_user eacl_LDAP_group eacl_unix_group
@@ -58,7 +58,7 @@
SQUID_BACKENDS?= ufs
SQUID_BASIC_AUTH_HELPERS?= MSNT NCSA NIS getpwnam
-SQUID_DIGEST_AUTH_HELPERS?= password
+SQUID_DIGEST_AUTH_HELPERS?= file
SQUID_NTLM_AUTH_HELPERS?= SMB
SQUID_EXTERNAL_ACL_HELPERS?= fileuser_ip unix_group
Home |
Main Index |
Thread Index |
Old Index