FTBFS on raring

Bug #1117517 reported by Jamie Strandboge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
squid3 (Ubuntu)
Fix Released
High
Jamie Strandboge

Bug Description

Bah, I uploaded a no change rebuild of quantal's update to raring and it FTBFS (I rebuilt it locally, but a bug in my tooling rebuilt it against quantal and not raring, so the build succeeded).

Related branches

CVE References

Changed in squid3 (Ubuntu):
importance: Undecided → High
status: New → Triaged
Changed in squid3 (Ubuntu):
assignee: nobody → Jamie Strandboge (jdstrand)
status: Triaged → In Progress
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

r12473 addressed most of this, but configure tells me this:
...
checking if setresuid is implemented... no
...

So I also needed in src/tools.cc:
...
void
enter_suid(void)
{
...
#if HAVE_SETRESUID
...
#else
    if (setuid(0) < 0)
        debugs(21, 3, "enter_suid: setuid(0) failed: " << xstrerror());
#endif
...

Changed in squid3 (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package squid3 - 3.1.20-1ubuntu3

---------------
squid3 (3.1.20-1ubuntu3) raring-proposed; urgency=low

  * fix FTBFS with newer glibc (LP: #1117517)

squid3 (3.1.20-1ubuntu2) raring-proposed; urgency=low

  [ Seth Arnold ]
  * SECURITY UPDATE: denial of service via cachemgr.cgi insufficient input
    validation
    - debian/patches/98-CVE-2012-5643.patch: modify cachemgr.cc to properly
      free memory and handle input in chunks
    - Based on
      http://www.squid-cache.org/Versions/v3/3.1/changesets/SQUID-2012_1.patch
    - CVE-2012-5643
    - CVE-2013-0189
 -- Jamie Strandboge <email address hidden> Wed, 06 Feb 2013 11:37:29 -0600

Changed in squid3 (Ubuntu):
status: Fix Committed → 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.