Activity log for bug #42178

Date Who What changed Old value New value Message
2006-04-30 03:39:27 towsonu2003 bug added bug
2006-05-04 18:23:55 Sebastian Heinlein synaptic: status Unconfirmed Confirmed
2006-05-04 18:23:55 Sebastian Heinlein synaptic: assignee mvo
2006-05-04 18:23:55 Sebastian Heinlein synaptic: statusexplanation
2006-05-18 11:40:12 Michael Vogt title apt-get doesn't listen to synaptic [breezy] apt-get doesn't use the same pinging as synaptic
2006-05-18 13:01:37 towsonu2003 title apt-get doesn't use the same pinging as synaptic apt-get doesn't use the same pinning as synaptic
2006-09-25 02:50:10 Kai Kasurinen bug assigned to synaptic (upstream)
2006-09-25 07:55:09 Bug Watch Updater synaptic: status Unknown Unconfirmed
2007-03-09 14:08:56 Michael Vogt synaptic: status Unconfirmed Confirmed
2007-03-09 14:08:56 Michael Vogt synaptic: importance Unknown Undecided
2007-03-09 14:08:56 Michael Vogt synaptic: statusexplanation
2007-03-09 14:09:11 Michael Vogt synaptic: importance Undecided Medium
2007-03-11 07:23:51 Bug Watch Updater synaptic: status Confirmed Unconfirmed
2007-03-12 20:48:09 Christian Reis synaptic: importance Unknown Undecided
2007-06-06 15:06:26 Tormod Volden synaptic: status Confirmed Needs Info
2007-06-06 15:06:26 Tormod Volden synaptic: statusexplanation Is this still a problem in 7.04 (and now that bug #67146 is fixed)?
2007-06-11 06:20:45 Tormod Volden synaptic: status Needs Info Confirmed
2007-06-11 06:20:45 Tormod Volden synaptic: statusexplanation Is this still a problem in 7.04 (and now that bug #67146 is fixed)?
2008-06-09 20:39:56 Brian Murray synaptic: status Confirmed Triaged
2010-02-22 22:55:09 Jean-Baptiste Lallement tags pinning
2010-05-05 22:54:07 David Clayton nominated for series Ubuntu Lucid
2010-09-16 19:30:51 Mathieu Pillard removed subscriber Mathieu Pillard
2010-10-05 14:48:55 emarkay bug added subscriber emarkay
2010-12-08 13:41:47 Kai Kasurinen removed subscriber Kai Kasurinen
2011-01-18 20:36:09 Robbie Williamson synaptic (Ubuntu): assignee Michael Vogt (mvo)
2011-01-18 20:36:27 Robbie Williamson synaptic (Ubuntu): importance Medium Low
2011-03-22 17:43:15 John Doe bug added subscriber Thorsten Reinbold
2011-04-11 00:21:00 Daniel Gnoutcheff bug added subscriber Daniel Gnoutcheff
2011-07-19 16:09:05 Gabriel bug added subscriber Gabriel
2011-08-21 12:04:27 James Haigh bug added subscriber James Haigh
2012-05-18 08:53:11 Marius B. Kotsbak bug added subscriber Marius Kotsbak
2012-11-11 13:55:38 Daniel Hartwig bug added subscriber Daniel Hartwig
2012-11-14 12:13:03 Robert Roth bug added subscriber Robert Roth
2013-06-01 04:20:44 Daniel Hartwig summary apt-get doesn't use the same pinning as synaptic synaptic: ‘Lock Version’ is broken; use dpkg hold
2013-06-01 04:24:35 Daniel Hartwig description this is minor annoyance. but I figured, this might as well be a bug which might need to be fixed bf dapper comes out. I mean, I'm pretty sure I'll be pinning fx 1.5 in Dapper, when fx 2.0 comes out... here is the problem: I have fx 1.5.0.2 thus don't need the 1.0.8 update. I pinned it (and its friend, shown below) to 1.0.7 using synaptic's packages>lock version, but when I do apt-get upgrade, it still wants to upgrade firefox. synaptic is just fine, it doesn't prompt me to update fx. here is the output for your viewing pleasure: Code: :~$ sudo apt-get -s upgrade Reading package lists... Done Building dependency tree... Done The following packages will be upgraded: firefox firefox-gnome-support 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Inst firefox-gnome-support [1.0.7-0ubuntu20] (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) [] Inst firefox [1.0.7-0ubuntu20] (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) Conf firefox (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) Conf firefox-gnome-support (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) both of these were supposed to be pinned by synaptic... Here is my cat /var/lib/synaptic/preferences ------------- Package: firefox Pin: version 1.0.7-0ubuntu20 Pin-Priority: 1001 Package: firefox-gnome-support Pin: version 1.0.7-0ubuntu20 Pin-Priority: 1001 -------------- I don't have a /etc/apt/preferences which is ok Thanks. ‘Lock Version’ in Synaptic uses apt_preferences(5) (“pinning”). This is never recognized by non-Apt tools, e.g. dpkg. Also, as these settings are stored in a file private to Synaptic, other Apt tools do not recognize them either. This feature is to be removed. In its place implement support for dpkg holds which are handled properly by all Apt and Dpkg tools. * Original Description this is minor annoyance. but I figured, this might as well be a bug which might need to be fixed bf dapper comes out. I mean, I'm pretty sure I'll be pinning fx 1.5 in Dapper, when fx 2.0 comes out... here is the problem: I have fx 1.5.0.2 thus don't need the 1.0.8 update. I pinned it (and its friend, shown below) to 1.0.7 using synaptic's packages>lock version, but when I do apt-get upgrade, it still wants to upgrade firefox. synaptic is just fine, it doesn't prompt me to update fx. here is the output for your viewing pleasure: Code: :~$ sudo apt-get -s upgrade Reading package lists... Done Building dependency tree... Done The following packages will be upgraded: firefox firefox-gnome-support 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Inst firefox-gnome-support [1.0.7-0ubuntu20] (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) [] Inst firefox [1.0.7-0ubuntu20] (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) Conf firefox (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) Conf firefox-gnome-support (1.0.8-0ubuntu5.10 Ubuntu:5.10/breezy-security) both of these were supposed to be pinned by synaptic... Here is my cat /var/lib/synaptic/preferences ------------- Package: firefox Pin: version 1.0.7-0ubuntu20 Pin-Priority: 1001 Package: firefox-gnome-support Pin: version 1.0.7-0ubuntu20 Pin-Priority: 1001 -------------- I don't have a /etc/apt/preferences which is ok Thanks.
2013-06-01 16:16:21 Bug Watch Updater synaptic: status New Confirmed
2013-07-09 18:34:48 John Doe removed subscriber Thorsten Reinbold
2018-02-03 19:45:57 Norbert bug added subscriber Norbert
2018-02-03 19:47:19 Norbert tags pinning bionic pinning trusty xenial
2018-03-19 12:10:35 David bug added subscriber David
2018-09-09 21:38:33 Paul White bug added subscriber Paul White
2018-09-10 00:53:09 gf bug added subscriber gf
2021-07-11 10:48:27 Michael Lueck bug added subscriber Michael Lueck