squid3 is not built with helper /usr/lib/squid3/ext_time_quota_acl

Bug #1391159 reported by goldbaer
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
squid3 (Debian)
Fix Released
Undecided
Unassigned
squid3 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Release: Ubuntu 14.04.1 LTS
Package: squid3-3.3.8-1ubuntu6.1

I want to use the helper ext_time_quota_acl but it is missing in package squid3-3.3.8-1ubuntu6.1 for trusty.

The reason is a missing entry in debian/rules for DEB_CONFIGURE_EXTRA_FLAGS

Here is a little patch:

Index: squid3-3.3.8/debian/rules
===================================================================
--- squid3-3.3.8.orig/debian/rules 2014-11-10 12:53:14.252544720 +0100
+++ squid3-3.3.8/debian/rules 2014-11-10 12:54:41.398474721 +0100
@@ -34,7 +34,7 @@
   --enable-auth-digest="file,LDAP" \
   --enable-auth-negotiate="kerberos,wrapper" \
   --enable-auth-ntlm="fake,smb_lm" \
- --enable-external-acl-helpers="file_userip,kerberos_ldap_group,LDAP_group,session,SQL_session,unix_group,wbinfo_group" \
+ --enable-external-acl-helpers="time_quota,file_userip,kerberos_ldap_group,LDAP_group,session,SQL_session,unix_group,wbinfo_group" \
   --enable-url-rewrite-helpers="fake" \
   --enable-eui \
   --enable-esi \

After building a new package the missing file exists.

Tags: bot-comment
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage. You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit https://bugs.launchpad.net/ubuntu/+bug/1391159/+editstatus and add the package name in the text box next to the word Package.

[This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.]

tags: added: bot-comment
goldbaer (goldbaer)
affects: ubuntu → squid3 (Ubuntu)
Changed in squid3 (Ubuntu):
status: New → Confirmed
Robie Basak (racb)
summary: - squid3 : missing helper /usr/lib/squid3/ext_time_quota_acl
+ squid3 is not built with helper /usr/lib/squid3/ext_time_quota_acl
Revision history for this message
Amos Jeffries (yadi) wrote :

Fix for this has been added upstream in Debian package 3.5.14-1

Changed in squid3 (Debian):
status: New → Fix Released
Revision history for this message
Immo (iwetzel) wrote :

any workaround ?

Revision history for this message
Amos Jeffries (yadi) wrote :

Workaround is to build Squid3 yourself from source package with the helper enabled.

Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (5.7 KiB)

This bug was fixed in the package squid3 - 3.5.23-1ubuntu1

---------------
squid3 (3.5.23-1ubuntu1) zesty; urgency=medium

  * Merge from Debian (LP: #1644538). Remaining changes:
    - Add additional dep8 tests.
    - Use snakeoil certificates.
    - Add an example refresh pattern for debs.
    - Add disabled by default AppArmor profile.
    - Revert "Set pidfile for systemd's sysv-generator" from Debian.
    - Drop wrong short-circuiting of various invocations; we always want to
      call the debhelper block.
    - Add missing Pre-Depends on adduser.
    - Enable autoreconf. This is no longer required for the security updates,
      but is needed for the seddery of test-suite/Makefile.am in
      d/t/upstream-test-suite.
  * Drop changes (adopted in Debian):
    - Run sarg-reports if present before rotating logs.
    - Add lsb-release build dep.
  * Drop changes that no longer make a functional difference in Ubuntu, but may
    still be relevant to send to Debian:
    - d/squid3.postinst: don't try to stop squid3 again.
    - d/squid3.postrm: don't rm -f conffiles in purge.
    - Drop squid3 dependencies on ${shlib:Depends} and lsb-base.
    - Drop creation of /etc/squid.
  * Drop unnecessary changes:
    - Add executable bits to d/squid.preinst.
  * Drop changes relating to the upgrade path from prior to Xenial, so no
    longer required:
    - /var/spool/squid3 upgrade path handling.
    - Conffile upgrade path handling.
    - Remove redundant version-guarded restart code from squid postinst.
    - Clean up apparmor links for usr.sbin.squid3 on upgrade.
    - Attempt to migrate /var/log/squid3 -> /var/log/squid on upgrade.
    - Add Breaks on older ufw to fix upgrade path.
    - Use Breaks instead of Conflicts. Instead, drop the Conflicts/Replaces
      entirely (see below).
  * Drop security fixes: all included in 3.5.23 upstream.
  * Drop Conflicts/Replaces of squid against squid3. In Ubuntu, the migration
    happened in Xenial, so no upgrade path still requires this code. This
    reduces upgrade ordering difficulty.
  * Fix failing autopkgtests:
    - Adjust Python module dependencies.
    - Correctly handle the squid3 -> squid rename.
    - Adjust seddery for upstream test squid binary location.
  * Drop dependency on init-system-helpers. This was introduced in LP 1432683.
    Since we no longer ship an upstart job, it is no longer required.
  * Correct attribution and add explanatory note in d/NEWS.debian.

squid3 (3.5.23-1) unstable; urgency=high

  [ Amos Jeffries <email address hidden> ]
  * New Upstream Release (Closes: #793473, #822952)
    - Fixes security issue SQUID-2016:10 (CVE-2016-10003) (Closes: #848491)
    - Fixes security issue SQUID-2016:11 (CVE-2016-10002) (Closes: #848493)

  * debian/patches/
    - Remove patch included upstream

  * debian/tests/
    - Use package build-deps when testing so the make commands will work

squid3 (3.5.22-1) unstable; urgency=medium

  [ Amos Jeffries <email address hidden> ]
  * New Upstream Release

  * debian/patches
    - Add upstream patch to fix adaptation crashes

  * debian/{control, rules, squid.postinst}
    - Accept patch to remove setuid from pinger (Clo...

Read more...

Changed in squid3 (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.