Activity log for bug #47044

Date Who What changed Old value New value Message
2006-05-28 07:46:16 marian bug added bug
2006-08-28 17:15:16 Michael Vogt bug assigned to apt (Debian)
2006-08-29 07:36:24 Bug Watch Updater apt: status Unknown Fix Released
2006-09-20 07:34:35 Peter Baumann bug added subscriber Reinhard Tartler
2006-09-20 07:46:40 Peter Baumann bug assigned to apt-setup (Ubuntu)
2006-09-20 08:39:06 Michael Vogt apt: status Unconfirmed Fix Released
2006-09-20 08:39:06 Michael Vogt apt: assignee mvo
2006-09-20 08:39:06 Michael Vogt apt: statusexplanation This is indeed a bug in apt-setup, but apt still should be able to deal with a bad proxy entry. My lastest (edgy) upload should have fixed the issue.
2006-10-18 11:07:47 Colin Watson apt-setup: status Unconfirmed Fix Released
2006-10-18 11:07:47 Colin Watson apt-setup: statusexplanation This was fixed a while back: apt-setup (1:0.11ubuntu4) edgy; urgency=low * Backport from trunk (Joey Hess): - Fix broken proxy setting code in 90security. Closes: #378868 Some systems installed before this fix will have Acquire::http::proxy "false" set in apt.conf, which leads to breakage in some situations. Also, if a proxy was set, it would not be written to the file. -- Colin Watson <cjwatson@ubuntu.com> Wed, 30 Aug 2006 12:16:36 +0100 I also backported this to Dapper as 1:0.10ubuntu3, although unfortunately too late for Ubuntu 6.06.1. If there's ever an Ubuntu 6.06.2, it will contain this fix.
2007-01-11 10:27:02 Michael Vogt bug added attachment 'apt_0.6.43.3ubuntu3.debdiff' (Fix for this problem in dapper)
2007-01-11 10:30:10 Michael Vogt apt: status Unconfirmed Confirmed
2007-01-11 10:30:10 Michael Vogt apt: importance Undecided Medium
2007-01-11 10:30:10 Michael Vogt apt: statusexplanation
2007-01-11 10:30:10 Michael Vogt apt: assignee mvo
2007-01-11 10:30:21 Michael Vogt apt-setup: status Unconfirmed Fix Released
2007-01-11 10:30:21 Michael Vogt apt-setup: statusexplanation
2007-01-11 10:30:34 Michael Vogt bug added subscriber Ubuntu Stable Release Updates Team
2007-01-30 09:28:29 Michael Vogt apt: status Confirmed In Progress
2007-01-30 09:28:44 Michael Vogt bug added subscriber Ubuntu Package Archive Administrators
2007-01-30 09:48:46 Martin Pitt apt: status In Progress Fix Committed
2007-01-30 09:48:46 Martin Pitt apt: statusexplanation Accepted into dapper-proposed, please go ahead with QA testing.
2007-02-12 20:58:46 Simon Law apt: status Fix Committed In Progress
2007-02-12 20:58:46 Simon Law apt: statusexplanation Accepted into dapper-proposed, please go ahead with QA testing. This patch does not appear to do anything with apt 0.6.43.3ubuntu2, which is already in dapper. Is this because the parser is strict enough to throw away the word "false"? I can only reproduce this bug if the proxy is set to "http://false".
2007-05-02 15:59:23 Martin Pitt apt: status In Progress Fix Committed
2007-05-02 15:59:23 Martin Pitt apt: statusexplanation This patch does not appear to do anything with apt 0.6.43.3ubuntu2, which is already in dapper. Is this because the parser is strict enough to throw away the word "false"? I can only reproduce this bug if the proxy is set to "http://false".
2007-07-23 13:00:02 Martin Pitt apt: statusexplanation I do not quite understand this bit: - Args[0] = _config->Find(confvar.c_str(),DecompressProg.c_str()).c_str(); + string argv0 = _config->Find(confvar.c_str(),DecompressProg.c_str()); + Args[0] = argv0.c_str(); so the result of _config->Find() is first converted to a c_str(), then converted back to a string, just to be converted once again to a c_str(). Is this meant to do something like strdup()? This should get into the dapper point release, once the patch is sorted out and verified.
2007-11-16 16:58:01 Michael Vogt description Binary package hint: apt in my apt.conf is a proxy-entry on a other place (proxy is not unknow on this place), i disable this. in the apt.conf is the entry "Acquire::::Proxy "false";". the problem: is only work, if deleted this entry. Binary package hint: apt in my apt.conf is a proxy-entry on a other place (proxy is not unknow on this place), i disable this. in the apt.conf is the entry "Acquire::::Proxy "false";". the problem: is only work, if deleted this entry. TEST CASE: 1. ensure that the apt.conf contains "Acquire::http::Proxy "false"; (or Acquire::::Proxy "false";) 2. run sudo apt-get update -o Debug::Acquire::http=true 3. notice that all GET requests start with a http:// - this is wrong 4. install the version from dapper-proposed 5. run sudo apt-get update -o Debug::Acquire::http=true 6. verify that all GET requests start with "/" now (no http:// anymore)
2007-11-16 17:01:20 Martin Pitt bug added subscriber SRU Verification
2007-11-19 07:38:37 Martin Pitt apt: status Fix Committed Fix Released
2012-02-23 22:49:00 Kai Kasurinen removed subscriber Kai Kasurinen