Bug#739988: Fix autopkgtest missing dependencies and locale

2014-02-24 Thread Michael Vogt
On Mon, Feb 24, 2014 at 07:12:44PM +0100, Martin Pitt wrote: > Package: apt > Version: 0.9.15.4 > Tags: patch > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu ubuntu-patch trusty > User: autopkgtest-de...@lists.alioth.debian.org > Usertags: autopkgtest Thanks for your bugreport and

Bug#732937: dpkg: fails somewhat regularly on kfreebsd-amd64

2014-01-18 Thread Michael Vogt
On Sun, Jan 12, 2014 at 08:05:06PM +, Steven Chamberlain wrote: > Control: tags -1 found apt/0.9.14.2 > > Indeed upgrading only libapt-pkg4.12 is enough to trigger this. [..] I bisected this and it it appears that c3045b is the one that introduced the problem. Looking closer it appears that

Bug#735086: apt: `apt-cache show` should show the repository

2014-01-23 Thread Michael Vogt
On Sun, Jan 12, 2014 at 06:59:28PM +0200, Victor Porton wrote: > Package: apt > Version: 0.9.14.2 > Severity: wishlist Thanks for your bugreport. > `apt-cache show` should show which repository the package belongs to. > > I now have a trouble figuring out which repository certain package > belo

Bug#735086: apt: `apt-cache show` should show the repository

2014-01-24 Thread Michael Vogt
On Thu, Jan 23, 2014 at 10:15:28AM +0200, Victor Porton wrote: > 23.01.2014, 10:12, "Michael Vogt" : > > On Sun, Jan 12, 2014 at 06:59:28PM +0200, Victor Porton wrote: > > [..] > > > > ? Or more something like the URI(s) of the package? > > I want the U

Bug#736962: "apt-get download" truncates existing files

2014-01-29 Thread Michael Vogt
On Tue, Jan 28, 2014 at 08:44:53PM +0100, Jakub Wilk wrote: > Package: apt > Version: 0.9.15 > Severity: normal Thanks for your bugreport. > $ apt-get download dash && wc -c dash_*.deb > Get:1 http://ftp.debian.org/debian/ unstable/main dash i386 0.5.7-4 [105 kB] > Fetched 105 kB in 0s (7960 kB/

Bug#738103: apt-get download: can't specify the same package twice

2014-02-11 Thread Michael Vogt
sh_0.5.7-4_i386.deb I can reproduce the issue here and the attached patch should fix the problem (and adds a regression test). Thanks again for reporting! Cheers, Michael >From 8f3594c3487800edc2a97af1f3290049776dc556 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 12 Feb 2014 07:59:0

Bug#731102: apt: "apt-get source package/suite" unavailable target

2013-12-03 Thread Michael Vogt
course. Cheers, Michael >From 1a22e16a1ebf08243c1836e1c593cb966cae4850 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 3 Dec 2013 21:49:02 +0100 Subject: [PATCH] proof-of-concept for fixing debian #731102 --- apt-pkg/indexrecords.cc | 5 apt-pkg/

Bug#726169: Add reference to Dpkg::Progress-Fancy in apt-get.8

2013-12-04 Thread Michael Vogt
On Wed, Dec 04, 2013 at 07:58:56AM -0500, James McCoy wrote: > Ping. This should be a simple change and will help people actually know > how to setup the progress display. Ups, sorry. I overlooked this patch. Merged into git now and it will be part of the next upload. Cheers, Michael > On Sat

Bug#731102: apt: "apt-get source package/suite" unavailable target

2013-12-04 Thread Michael Vogt
On Tue, Dec 03, 2013 at 09:58:31PM +0100, Michael Vogt wrote: > On Sun, Dec 01, 2013 at 09:07:26PM -0500, Michael Gilbert wrote: > > package: src:apt > > severity: normal > > version: 0.9.13 [..] > Indeed this is a good suggestion. > > Please see the attached patch t

Bug#731853: apt: "apt-get source -t unstable binutils" selects a wrong version of binutils

2013-12-10 Thread Michael Vogt
On Tue, Dec 10, 2013 at 03:43:02PM +0100, Vincent Lefevre wrote: > And reverting to apt 0.9.13.1 solves the problem. > > I wonder whether the severity should be raised to grave. Due to > this bug, I didn't notice that binutils was downgraded, and I got > my system temporarily broken (due to incorr

Bug#731738: apt: fancy progress breaks “show the differences between the versions”

2013-12-10 Thread Michael Vogt
On Mon, Dec 09, 2013 at 10:13:31AM +0100, Thorsten Glaser wrote: > Package: apt > Version: 0.9.14 > Severity: normal Thanks for your bugreport. > I’ve got lengthy local deltas in /etc/lynx-cur/lynx.cfg and was > just prompted by dpkg how to handle it, while the fancy progress > thing was still v

Bug#731853: apt: "apt-get source -t unstable binutils" selects a wrong version of binutils

2013-12-10 Thread Michael Vogt
On Tue, Dec 10, 2013 at 04:17:16PM +0100, David Kalnischkies wrote: > On Tue, Dec 10, 2013 at 03:14:24PM +0100, Vincent Lefevre wrote: [..] > I can reproduce this, but only with: > $ apt-get source -t unstable binutils > the supposed-to-be identical alternative: > $ apt-get source -t sid binutils >

Bug#731853: apt: "apt-get source -t unstable binutils" selects a wrong version of binutils

2013-12-10 Thread Michael Vogt
Michael >From adf379e7ad1900db6d3942ac7dca5cec4737d9a1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 11 Dec 2013 08:21:04 +0100 Subject: [PATCH] add support for "apt-get source pkg:arch" --- cmdline/apt-get.cc| 60 +++

Bug#731853: apt: "apt-get source -t unstable binutils" selects a wrong version of binutils

2013-12-11 Thread Michael Vogt
On Tue, Dec 10, 2013 at 04:17:16PM +0100, David Kalnischkies wrote: > On Tue, Dec 10, 2013 at 03:14:24PM +0100, Vincent Lefevre wrote: [..] > That binutils:amd64 isn't working anymore sounds like different (but > related) regression. > > Seems like Michael broke more than he fixed in an effort to

Bug#731738: apt: fancy progress breaks “show the differences between the versions”

2013-12-15 Thread Michael Vogt
On Sun, Dec 15, 2013 at 04:17:15PM +, Thorsten Glaser wrote: > Michael Vogt dixit: > > >could not trigger the issue. > > Hmm. I run things in GNU screen (TERM=screen) inside uxterm. > Maybe this is important? Indeed, this was the missing piece in the puzzle. I can

Bug#731738: apt: fancy progress breaks “show the differences between the versions”

2013-12-18 Thread Michael Vogt
On Sun, Dec 15, 2013 at 04:17:15PM +, Thorsten Glaser wrote: > Michael Vogt dixit: > > >could not trigger the issue. > > Hmm. I run things in GNU screen (TERM=screen) inside uxterm. > Maybe this is important? I can trigger this problem in a xterm and linux console

Bug#732628: Please support squid-deb-proxy-client

2013-12-19 Thread Michael Vogt
rom 628f55068a60c72666dc45f3ff22f82346c60b35 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 19 Dec 2013 15:36:58 +0100 Subject: [PATCH] try to auto-detect proxy if available --- debootstrap | 11 +++ 1 file changed, 11 insertions(+) diff --git a/debootstrap b/debootstrap index dfa0

Bug#717777: New 1.3.3 in git (not pushed yet)

2013-10-16 Thread Michael Vogt
Hi, I am also keen to get a new version into debian and would like to offer my help. I have updated my local git tree to have 1.3.3 ready. No need for +dfsg anmyore as the html (and therefore JS) is removed in the recent versions. The ansible-doc is no longer available too though. I can push to c

Bug#717777: pushed 1.3.3 to my personal git repo

2013-10-17 Thread Michael Vogt
Hi, just a quick update, I pushed my changes to http://anonscm.debian.org/gitweb/?p=users/mvo/ansible.git;a=summary for review, would be great to get feedback. Cheers, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#726658: Hook into apt DPkg::{Pre,Post}-Invoke ?

2013-10-17 Thread Michael Vogt
Package: monit I was wondering if it would make sense to hook monit into DPkg::{Pre,Post}-Invoke so that it stops monitoring on apt upgrades. My idea is that we are currently monitoring some services like "unbound" or "freeradius" from the deb packages and restart them via monit when they crash

Bug#726707: synaptic: please support parallel builds

2013-10-19 Thread Michael Vogt
On Fri, Oct 18, 2013 at 10:13:32AM +0100, Jonathan Dowland wrote: > Source: synaptic > Version: 0.75.13 > Severity: wishlist > Tags: patch > > Please support parallel builds - as simple as passing --parallel to dh(1) > invocations. Thanks a bunch! Merged into trunk and it will be part of the next

Bug#726597: Please document Acquire::http::ProxyAutoDetect

2013-10-19 Thread Michael Vogt
On Wed, Oct 16, 2013 at 10:39:06PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: [..] > Saddly it is not documented in apt.conf(5). Being documented would help in > implementations like the one described in #726430. Looking at #726430 - would it help you if we would simply add the discovered

Bug#726597: Please document Acquire::http::ProxyAutoDetect

2013-10-19 Thread Michael Vogt
SUBSCRIBE, email to deity-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > Archive: > http://lists.debian.org/20131017013906.18704.95742.report...@luna.lisandropm.com.ar > >From fb099a0b8dc1844a2141f7340db93b6adf9e0b14 M

Bug#727082: apt: dist-upgrade says "no longer required" and "will be installed" for the same packages

2013-10-23 Thread Michael Vogt
On Tue, Oct 22, 2013 at 03:08:16PM +0200, David Kalnischkies wrote: > On Tue, Oct 22, 2013 at 8:08 AM, Ph. Marek wrote: > > $ LANG=C apt-get dist-upgrade > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Calculating upgrade... The following pa

Bug#726597: Please document Acquire::http::ProxyAutoDetect

2013-10-23 Thread Michael Vogt
On Mon, Oct 21, 2013 at 07:01:55PM +0200, Francesco Poli wrote: > On Sat, 19 Oct 2013 18:32:26 +0200 Michael Vogt wrote: > > > On Wed, Oct 16, 2013 at 10:39:06PM -0300, Lisandro Damián Nicanor Pérez > > Meyer wrote: > [...] > > > Saddly it is not documented in apt.c

Bug#726597: Please document Acquire::http::ProxyAutoDetect

2013-10-24 Thread Michael Vogt
On Wed, Oct 23, 2013 at 07:20:23PM +0200, Francesco Poli wrote: > On Wed, 23 Oct 2013 16:49:22 +0200 Michael Vogt wrote: [..] > This documents what happens when both Acquire::HTTP::ProxyAutoDetect > and Acquire::http::Proxy-Auto-Detect are set, which is also an > interesting t

Bug#726597: Please document Acquire::http::ProxyAutoDetect

2013-10-25 Thread Michael Vogt
On Fri, Oct 25, 2013 at 12:17:16AM +0200, Francesco Poli wrote: > On Thu, 24 Oct 2013 08:30:31 +0200 Michael Vogt wrote: > > Do you think the following > > clarifies it? > > > > + http://proxy:port/. This will override the > > + generic Acquire::htt

Bug#733489: python-apt: Improve 'Dependency' and 'BaseDependency' to get target package versions that satisfy dependencies

2014-01-05 Thread Michael Vogt
On Sun, Jan 05, 2014 at 07:15:05PM +0100, Julian Andres Klode wrote: > On Sat, Jan 04, 2014 at 07:08:58PM +0100, Michael Vogt wrote: > > Good catch, thanks! Updated that too. > > > > The patchset includes your pep8/pyflakes patch as well to avoid > > conflicts. Let

Bug#707275: forwarded to upstream

2014-01-07 Thread Michael Vogt
Hi, I forwarded this to https://github.com/ansible/ansible/issues/5525 Looks (from a quick look) not entirely straightforward, but I could be wrong :) Cheers, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Bug#734473: synaptic: Portability issues (FTBFS on Dyson)

2014-01-07 Thread Michael Vogt
On Tue, Jan 07, 2014 at 05:03:07PM +0400, Igor Pashev wrote: > Package: synaptic > Version: 0.80.4+dyson1 > Severity: normal Thanks for your bugreport and your patches. > please find patches which fix some portability issues: > > dyson-rindex.patch: rindex() is defined in strings.h [rindex] > d

Bug#734500: python-apt: DEP-8 debian/tests/control dependencies missing

2014-01-07 Thread Michael Vogt
On Tue, Jan 07, 2014 at 11:55:54AM -0500, Barry Warsaw wrote: > Package: python-apt > Version: 0.9.1 > Severity: normal Thanks for your bugreport and your patch. [..] > debian/tests/control is missing dependencies to pull in all supported > Python versions. Attached is the patch I applied for U

Bug#734473:

2014-01-07 Thread Michael Vogt
On Tue, Jan 07, 2014 at 05:28:48PM +0400, Игорь Пашев wrote: > or better replace rindex() with strrchr() > > http://pubs.opengroup.org/onlinepubs/009695399/functions/strrchr.html Indeed, did that now too in my tree. Thanks! Cheers, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...

Bug#733495: [INTL:es] Spanish translation of debconf messages

2014-01-08 Thread Michael Vogt
On Sun, Dec 29, 2013 at 01:06:16PM +0100, Camaleón wrote: > Package: squid-deb-proxy > Severity: wishlist > Tags: l10n patch Thanks for your translation! I merged it into my bzr tree and it will be part of the next upload. Cheers, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@l

Bug#707275: reported upstream

2014-01-10 Thread Michael Vogt
just a quick update on this bug. I forwarded it upstream as: https://github.com/ansible/ansible/issues/5525#issuecomment-31738942 and created a git branch with the fix here: https://github.com/ansible/ansible/pull/5552 Lets see if upstream likes it and pulls it in for 1.4.5/1.5 :) -- To UNSUBS

Bug#734922: apt-cache showsrc shows duplicate entries

2014-01-14 Thread Michael Vogt
s inconsistency. Attached is a possilbe fix, but there is some cleanup needed before this can go in. Cheers, Michael >From 14042cb47e58bb64afefe67a0d83494191c11a7a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 13 Jan 2014 17:35:54 +0100 Subject: [PATCH] do not show duplica

Bug#734922: apt-cache showsrc shows duplicate entries

2014-01-15 Thread Michael Vogt
On Tue, Jan 14, 2014 at 06:02:21PM +0530, Faheem Mitha wrote: > On Tue, 14 Jan 2014, Michael Vogt wrote: > > >On Sat, Jan 11, 2014 at 01:05:23AM +0530, Faheem Mitha wrote: > >>Package: apt > >>Version: 0.9.7.9+deb7u1 > >>Severity: normal > >> &

Bug#732937: dpkg: fails somewhat regularly on kfreebsd-amd64

2014-01-15 Thread Michael Vogt
On Sun, Jan 12, 2014 at 08:05:06PM +, Steven Chamberlain wrote: > Control: tags -1 found apt/0.9.14.2 > > Indeed upgrading only libapt-pkg4.12 is enough to trigger this. [..] Thanks a bunch for your bugreport and sorry for my slow reply. Its likely that this is fallout from some fairly big ch

Bug#726123: Side Effect of 726156 Fixes

2013-11-05 Thread Michael Vogt
On Sat, Nov 02, 2013 at 12:53:47PM -0500, Martin Gallant wrote: > This problem appears to have been exposed by the update to apt > 0.9.12.1 (0.9.12.1) > > I have made three changes to the unattended-upgrade script to dig into this: > See enclosed patch. > > 1. Initialized return code to eliminate

Bug#725885:

2013-11-05 Thread Michael Vogt
On Mon, Nov 04, 2013 at 03:49:43AM +, Luke Drummond wrote: > Hello Michael Hi Luke, thanks for your bugreport and your patch! > I've tracked down the source of the problem, and think I've created an > appropriate patch. The function RunAsSudoUserCommand() was > dereferencing a NULL pointer

Bug#728572: python-apt: string to float conversion exception

2013-11-05 Thread Michael Vogt
On Sun, Nov 03, 2013 at 01:02:25PM +0200, Pauli Nieminen wrote: > I upgraded to 0.9.12.1 on 16th October (from logs). That means I'm > reproducing this issue with 0.9.12.1. Thanks for your bugreport. This was indeed supposed to be fixed with apt 0.9.12.1, do you have a example package or any othe

Bug#728791: squid-deb-proxy: After restart, proxy is unavailable until restart of avahi-daemon

2013-11-05 Thread Michael Vogt
On Tue, Nov 05, 2013 at 03:44:57PM +0100, Varac wrote: > Package: squid-deb-proxy > Version: 0.7.2 > Severity: important Thanks for your bugreport. > After restarting, the service is announced by avahi only on ipv6, not on > ipv4 anymore. > However, apt-get update still fails. How does your

Bug#728714: synaptic: segmentation fault when click on a site link

2013-11-05 Thread Michael Vogt
On Mon, Nov 04, 2013 at 05:18:21PM +0100, nardi dario wrote: > Package: synaptic > Version: 0.80.4 > Severity: normal > > Dear Maintainer, > > synaptic return a seg fault when a click on a web site for a package. Thanks for your bugreport. This sounds a lot like Bug#725885 that has a fix in the

Bug#728274: python-apt: apt.conf used from /etc/apt instead of root_dir + etc/apt

2013-11-13 Thread Michael Vogt
On Wed, Oct 30, 2013 at 08:20:38AM +0100, Thomas Bechtold wrote: > Package: python-apt > Version: 0.9.1 > Severity: normal Thanks for your bugreport and your test code. > I tried to use python-apt to get all available package versions. I used > the 'rootdir' parameter for apt.Cache to have a sep

Bug#728274: python-apt: apt.conf used from /etc/apt instead of root_dir + etc/apt

2013-11-13 Thread Michael Vogt
On Wed, Nov 13, 2013 at 04:51:58PM +0100, Michael Vogt wrote: > On Wed, Oct 30, 2013 at 08:20:38AM +0100, Thomas Bechtold wrote: [..] > The attached patch should fix this. Thanks David for the reminder > about this. Note that init_config() without the clean() is not helpful > as most

Bug#723096: synaptic scrolling problem

2013-11-13 Thread Michael Vogt
On Mon, Sep 16, 2013 at 02:13:16PM +0200, osh4ie wrote: > Package: synaptic > Version: 0.80.4 > Severity: normal Thanks for your bugreport. > Dear Maintainer, > > Hello, I have found a bug in the latest version of synaptic package manager. > I can't scroll using my mouse wheel or my touchpad o

Bug#728572: python-apt: string to float conversion exception

2013-11-13 Thread Michael Vogt
On Fri, Nov 08, 2013 at 08:47:32AM +0200, Pauli Nieminen wrote: > Maybe these patches will help fixing the issue. At least to me it looks > like the cause of the problem. Thanks a bunch for digging into this and for the patches (and sorry that it took me so long to reply). I'm still a bit confus

Bug#728274: python-apt: apt.conf used from /etc/apt instead of root_dir + etc/apt

2013-11-22 Thread Michael Vogt
On Thu, Nov 14, 2013 at 11:31:39AM +0100, Thomas Bechtold wrote: > On 11/14/2013 08:10 AM, Michael Vogt wrote: > > On Wed, Nov 13, 2013 at 04:51:58PM +0100, Michael Vogt wrote: > >> On Wed, Oct 30, 2013 at 08:20:38AM +0100, Thomas Bechtold wrote: > > [..] > >> T

Bug#730490: apt: invoking dpkg no longer respects APT::Keep-Fds

2013-11-28 Thread Michael Vogt
On Mon, Nov 25, 2013 at 04:51:12PM +, Colin Watson wrote: > Package: apt > Version: 0.9.13 > Severity: grave > Justification: breaks d-i > Tags: patch > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu ubuntu-patch trusty Thanks for your bugreport and your patch. > This bug orig

Bug#730362: /usr/bin/apt-get: simulate option does not work any more

2013-11-28 Thread Michael Vogt
On Sun, Nov 24, 2013 at 06:43:31PM +0530, Ritesh Raj Sarraf wrote: > Package: apt > Version: 0.9.12.1 > Severity: important > File: /usr/bin/apt-get Thanks for your bugreport. > I don't know since when, but --simulate has broken. I checked in the > changelog, but there was no such metion. The c

Bug#709560: apt-get segfaults when installing linux-headers-3.8-2-amd64 on Wheezy

2013-11-28 Thread Michael Vogt
On Sat, Nov 23, 2013 at 04:33:28PM -0500, Robert Edmonds wrote: > hi, Hi, > i have a similar apt config (wheezy, with pinning for packages from > unstable), and i get: > > root@bst:~# apt-cache policy linux-tools-3.11 > linux-tools-3.11: > Installed: (none) > Candidate: (none) > Version ta

Bug#709560: apt-get segfaults when installing linux-headers-3.8-2-amd64 on Wheezy

2013-11-28 Thread Michael Vogt
On Thu, Nov 28, 2013 at 02:07:10PM -0500, Robert Edmonds wrote: > Michael Vogt wrote: > > I have some idea what is triggering this, but I need some help to be sure. > > > > Could you please provide the /etc/apt/sources.list and > > /etc/apt/preferences file so that

Bug#709560: apt-get segfaults when installing linux-headers-3.8-2-amd64 on Wheezy

2013-11-29 Thread Michael Vogt
On Thu, Nov 28, 2013 at 10:12:50PM +0100, Michael Vogt wrote: > On Thu, Nov 28, 2013 at 02:07:10PM -0500, Robert Edmonds wrote: > > Michael Vogt wrote: > > > I have some idea what is triggering this, but I need some help to be sure. > > > > > > Could you plea

Bug#730795: aptitude: buggy newline output with aptitude-curses in case of error during package install

2013-11-29 Thread Michael Vogt
On Fri, Nov 29, 2013 at 06:11:32PM +0100, Axel Beckert wrote: > Control: reassign -1 libapt-pkg4.12 0.9.13 > Control: affects -1 aptitude [..] > So this helped finally: Downgrading all packages built from the apt > source package, exiting the screen session in which aptitude was > running, calling

Bug#749795: apt: no authentication checks for source packages

2014-06-16 Thread Michael Vogt
On Fri, May 30, 2014 at 03:21:20PM +0200, Michael Vogt wrote: [..] > > Hmm. There is no warning suggesting that anything fishy is going on, > > and the exit code indicates success. (Perhaps the "Ign"s could raise > > suspicion of an observant sysadmin. But who knows

Bug#749795: apt: no authentication checks for source packages

2014-06-16 Thread Michael Vogt
On Mon, Jun 16, 2014 at 02:58:28PM +0200, Christoph Anton Mitterer wrote: > On Mon, 2014-06-16 at 09:35 +0200, Michael Vogt wrote: > > I think for the future we actually should not allow a apt-get update > > of untrusted repos without --allow-unauthenticated or > > [trust

Bug#749795: apt: no authentication checks for source packages

2014-06-17 Thread Michael Vogt
On Mon, Jun 16, 2014 at 11:18:27AM +0200, Jakub Wilk wrote: > * Michael Vogt , 2014-06-16, 09:35: > >+ _error->Warning(_("The data from '%s' is not signed. All packages from " > >+ "that repository can not be authenticated.")

Bug#751388: apt: "Run 'apt list --upgradable' to see them." when no packages can be upgraded

2014-06-17 Thread Michael Vogt
On Thu, Jun 12, 2014 at 01:54:16PM +0200, Jakub Wilk wrote: > Package: apt > Version: 1.0.4 > Severity: minor Thanks for your bugreport. > "apt update" has just told me: > > 0 packages can be upgraded. Run 'apt list --upgradable' to see them. > > Technically this is true that I can run 'apt li

Bug#705995: squid-deb-proxy: unowned files after purge (policy 6.8, 10.8): /etc/squid-deb-proxy/*.d/10-default

2014-06-24 Thread Michael Vogt
On Thu, Jun 19, 2014 at 02:44:48PM -0700, Vagrant Cascadian wrote: [..] > The following patch should fix this, using the same variable names in > postinst: [..] > Though simply "rm -f /etc/squid-deb-proxy/*.d/10-default" would be simpler, at > risk of deleting some randomly created file dropped in

Bug#752327: apt: Passes full path to .deb to mkstemp

2014-06-24 Thread Michael Vogt
On Sun, Jun 22, 2014 at 06:25:12PM +0200, Axel Beckert wrote: > Package: apt > Version: 1.1~exp1 > Severity: normal Thanks for your bugreport. > first let me say Yay for "apt install file.deb". We can finally get rid > of gdebi! ;-) :) > Playing around with this new feature, I ran into the fo

Bug#744297: apt: doesn't reset colors after Ctrl+C

2014-04-22 Thread Michael Vogt
On Sat, Apr 12, 2014 at 05:48:55PM +0200, Jakub Wilk wrote: > Package: apt > Version: 1.0.1 > Severity: minor Thanks for your bugreport. > When I press Ctrl+C when apt is working, it doesn't reset colors, > leaving my shell prompt yellowish. See the attached screenshot. This is fixed in the git

Bug#745120: apt: [INTL] Updated Thai program translation

2014-04-22 Thread Michael Vogt
On Sun, Apr 20, 2014 at 09:42:52AM +0700, Theppitak Karoonboonyanan wrote: > On Fri, Apr 18, 2014 at 9:31 PM, David Kalnischkies > wrote: > > > Refreshing the po file (attached) with the latest git reveals a fuzzy > > string (changing 'record' to 'version'), so I would like to ask if you > > coul

Bug#745452: apt: Consistently use Dpkg::Progress* in documentation

2014-04-22 Thread Michael Vogt
On Mon, Apr 21, 2014 at 04:54:04PM -0400, James McCoy wrote: > Package: apt > Version: 1.0.1 > Severity: minor Thanks for your bugreport and your patch. > Dear Maintainer, > > Apt's documentation refers to DpkgPM::Progress, Dpkg::Progress-Fancy, > and DpkgPM::Progress-Fancy. DpkgPM::Progress w

Bug#745130: apt should tell if updates are available

2014-04-22 Thread Michael Vogt
s never really used aptitude) [..] I like the idea, attached is a trivial patch that implements some very simple information for "apt update". But I agree with Davids concerns, that we need to be careful about the message displayed to avoid confusing the users. Cheers, Michael >From 72610

Bug#745487: apt python library leak memory and file descriptors

2014-04-23 Thread Michael Vogt
On Tue, Apr 22, 2014 at 11:23:24AM +0200, Petter Reinholdtsen wrote: > Package: python-apt > Version: 0.8.8.2 > Severity: important Thanks for your bugreport. > Since I wrote the isenkram package, it have been plagued with a nasty > resourse leak. It leak memory and file descriptors every time

Bug#739988: Fix autopkgtest missing dependencies and locale

2014-02-27 Thread Michael Vogt
On Tue, Feb 25, 2014 at 08:47:21AM +0100, Martin Pitt wrote: > Hey Michael, Hey Martin, [..] > No, that's obsolete (I'll clean this up). Reproducer would be: > > First, create a suitable container: > > $ debcheckout autopkgtest > $ autopkgtest/tools/adt-build-lxc ubuntu trusty > > You can

Bug#740847: unattended-upgrades: Exception: mark_install() got an unexpected keyword argument 'auto_install'

2014-03-05 Thread Michael Vogt
Thanks. On python2 it is called auto_inst - sorry for this. I will fix as soon as I get to my development box On 5 March 2014 15:42:45 CET, Simon McVittie wrote: >Package: unattended-upgrades >Version: 0.82.2 >Severity: normal > >There seems to be a problem with the code you added to >unattende

Bug#740551: documentation for APT::Periodic::MaxSize v.s. processing in apt.cron.daily

2014-03-27 Thread Michael Vogt
On Sun, Mar 02, 2014 at 01:09:55PM -0500, Nathan Stratton Treadway wrote: > Package: apt > Severity: minor > Version: 0.9.15.5 Thanks for your bugreport. > Near the top of /etc/cron.daily/apt, the documentation for the MaxSize > variable says: > > # APT::Periodic::MaxSize "0"; (new) > # - Set

Bug#741867: apt: [INTL:it] Updated Italian translation of apt po4a docs

2014-03-27 Thread Michael Vogt
On Sun, Mar 16, 2014 at 07:00:03PM +0100, Beatrice Torracca wrote: > Package: apt > Version: 0.9.15.5 > Severity: wishlist > Tags: l10n patch > > Hi! > > I updated the po4a docs of apt. You can find the gzipped file attached > here. Please include it in your next upload. Thanks for your translati

Bug#741627: insecure temporary file usage in apt-extracttemplates

2014-03-27 Thread Michael Vogt
On Fri, Mar 14, 2014 at 05:10:05PM +, Steve Kemp wrote: > Package: apt > Version: 0.9.7.9+deb7u1 > Severity: important > Tags: security Thanks for your bugreport. [..] > Anyway given that the generated file names are output to the console > it feels like we should use mkstemp and do it prop

Bug#742166: closed by Michael Vogt (Bug#742166: fixed in synaptic 0.81.1)

2014-03-27 Thread Michael Vogt
On Wed, Mar 26, 2014 at 09:45:06PM -0400, Filipus Klutiero wrote: [..] > >Their explanation is attached below along with your original report. > >If this explanation is unsatisfactory and you have not received a > >better one in a separate message then please contact Mi

Bug#743295: RM: vdkxdb2, vdkbuilder2 - old unmaintained software

2014-04-02 Thread Michael Vogt
On Tue, Apr 01, 2014 at 04:10:41PM +0200, Matthias Klose wrote: > Package: ftp.debian.org > > According to the maintainer (CCed Michael Vogt), these packages are > old and unmaintained, and should be removed from the archive. > > #726232 already suggests removing vdkbuilder2.

Bug#743413: 'apt list' seg-faults if sources.list file is unreadable

2014-04-04 Thread Michael Vogt
On Wed, Apr 02, 2014 at 02:22:50PM +0100, Ben Hutchings wrote: > Package: apt > Version: 1.0 > Severity: normal Thanks for your bugreport. > I accidentally gave /etc/apt/sources.list permissions 640 rather than > 644. 'apt list' would then consistently seg-fault. This is fixed in git and will

Bug#743594: +1

2014-04-06 Thread Michael Vogt
Thanks for your bugreport. Could you please attach or mail privately the /var/lib/dpkg/stautus file? This should help me to reproduce the bug. Thanks, Michael On 6 April 2014 17:16:30 CEST, Martin Gallant wrote: >Same here on all 3 of my jessie machines, amd64 & i386 -- Sent from my And

Bug#743616: Adding sun-java 5,6-jdk in breaks / replaces forces removal of apt on oracle 7 and 8 package install

2014-04-06 Thread Michael Vogt
eplaces versionized and also adds a versionized openjdk-6-jdk (which is against a very old version so its probably not needed). Cheers, Michael >From a75a293f19d315b491972b688747702e017a5625 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 7 Apr 2014 08:18:14 +0200 Subject: [PATCH] make

Bug#743594: +1

2014-04-07 Thread Michael Vogt
On Sun, Apr 06, 2014 at 08:16:30AM -0700, Martin Gallant wrote: > Same here on all 3 of my jessie machines, amd64 & i386 Thanks everyone, I have a testcase now and work on a fix. Cheers, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscri

Bug#743771: synaptic: fix french translation : History > Historique des opérations

2014-04-07 Thread Michael Vogt
On Sun, Apr 06, 2014 at 10:57:38AM +0200, Ghent wrote: > Package: synaptic > Version: 0.81.1 > Severity: minor > Tags: l10n > > Dear Maintainer, > > In the french translation, "History" of File menu is translate "Historique > des recherches", "search history" in english > but it's the history of

Bug#745726: apt: shell is left colored when abborting colored output of apt

2014-04-25 Thread Michael Vogt
On Thu, Apr 24, 2014 at 03:44:28PM +0200, Sven Bartscher wrote: > Package: apt > Version: 1.0.1 > Severity: minor Thanks for your bugreport. > When pressing ctrl+c to interrupt apt while downloading packages the color > doesn't get reset for the rest of the shell session. So the shell is colored

Bug#745992: Please add the attached systemd service file

2014-04-28 Thread Michael Vogt
On Sun, Apr 27, 2014 at 12:12:05AM +0200, Michael Stapelberg wrote: > Package: unattended-upgrades > Version: 0.82.6 > Severity: wishlist > User: pkg-systemd-maintain...@lists.alioth.debian.org > Usertags: systemd-units Thanks for your bugreport and your patch! > Dear maintainer, > > please a

Bug#746200: apt: Apt-get install doesn't respect /target_release

2014-04-30 Thread Michael Vogt
On Sun, Apr 27, 2014 at 06:15:21PM -0500, Wayne Rowcliffe wrote: > Package: apt > Version: 1.0.2 > Severity: normal Thanks for your bugreport. > With the recent upgrade of apt to 1.0, /target_release flags do not seem > to have any effect. > > For my particuluar situation, I am trying to upgrad

Bug#746434: apt: new apt breaks a shell script by reading from standard input when it shouldn't

2014-04-30 Thread Michael Vogt
On Tue, Apr 29, 2014 at 10:40:52PM +, Gianluca Borello wrote: > Package: apt > Version: 1.0.2 > Severity: normal Thanks for your bugeport. > I have an automated installation script that doesn't work anymore on Sid. > This is a snippet of code: > > #!/bin/bash > > apt-get -qq -y install if

Bug#726163: multiarch upgrade issue

2014-04-30 Thread Michael Vogt
Hi, just wanted to mention that the current dependency of libsmbclient to python-talloc cause a regression when upgrading from a samba3 based libsmbclient to a samba4 based libsmbclient in certain multiarch environments. The problem is that libsmbclient:i386 and libsmbclient:amd64 can be co-insta

Bug#726163: multiarch upgrade issue

2014-05-05 Thread Michael Vogt
n/control: +- move libpytalloc-util.so.2 into its own library package + to support multiarch upgrades of e.g. libsmbclient + (LP: #1308657) + + -- Michael Vogt Mon, 05 May 2014 08:07:41 +0200 + talloc (2.1.0-2) unstable; urgency=medium * Change maintainer to Samba Debian maint

Bug#747094: bash-completion: [patch] add support for the new "apt" command

2014-05-05 Thread Michael Vogt
Package: bash-completion Version: 1:2.1-4 Severity: wishlist Tags: patch Hi, please consider adding bash completion support for the new "apt" command. I filed a bug upstream with a patch some days ago: https://alioth.debian.org/tracker/index.php?func=detail&aid=314652&group_id=100114&atid=413095

Bug#748389: apt: verbose option

2014-05-21 Thread Michael Vogt
On Fri, May 16, 2014 at 10:10:07PM +0200, Reiner wrote: > Package: apt > Version: 1.0.3 > Severity: wishlist Thanks for your bugreport. > it would be nice to get a verbose option in apt similar "aptitude -v update" > like this: > > apt -v update > Hit ... > Hit ... > Current status: 0 broken [

Bug#749795: apt: no authentication checks for source packages

2014-05-30 Thread Michael Vogt
r) > [14.1 kB] > | Get:3 http://ftp.debian.org/debian/ unstable/main nyancat 1.2.2-1 (diff) > [4748 B] > | Fetched 20.6 kB in 0s (1838 kB/s) > | Download complete and in download only mode [..] Indeed, this is a problem that needs fixing. Attached is a patch that addresses the issue.

Bug#749795: apt: no authentication checks for source packages

2014-06-01 Thread Michael Vogt
On Sat, May 31, 2014 at 12:07:48AM +0200, David Kalnischkies wrote: > On Fri, May 30, 2014 at 03:21:20PM +0200, Michael Vogt wrote: > > >From b7f501b5cc8583f61467f0c7a0282acbb88e4b29 Mon Sep 17 00:00:00 2001 > > From: Michael Vogt > > Date: Fri, 30 May 2014 14:47:56 +

Bug#750528: celery: build-depend on python-sphinxcontrib.issuetracker no longer needed(?)

2014-06-04 Thread Michael Vogt
Source: celery Version: 3.1.11-1 Severity: minor Hi, it appears that with the latest version of shpinx the build-depend on python-sphinxcontrib.issuetracker is no longer needed. It builds fine without and it was removed from requirements/docs.txt too. Thanks, Michael -- System Information: D

Bug#747498: python-apt: Please consider adding information templates for blankon

2014-06-06 Thread Michael Vogt
On Fri, May 09, 2014 at 11:36:23AM +, Rahman Yusri Aftian wrote: > Package: python-apt > Version: 0.9.3.6 > Severity: normal > Tags: patch Thanks for your bugreport. > Dear Maintainer, > > I notice that you include settings for debian and ubuntu in the debian > source package. > Please cons

Bug#750120: python-apt: Some locales use no-breaking space for LC_NUMBER, so return unicode for SizeToStr

2014-06-06 Thread Michael Vogt
On Sun, Jun 01, 2014 at 09:18:45PM +0200, Odin Hørthe Omdal wrote: > Package: python-apt > Version: 0.9.3.5 > Severity: normal > Tags: upstream l10n patch Thanks for your bugreport and your patch! > this is on Ubuntu, but this was the closest I could find to the python-apt > upstream :) > > Thi

Bug#748922: python-apt: TagFile doesnt close file

2014-06-06 Thread Michael Vogt
On Thu, May 22, 2014 at 11:57:12AM +0200, Johannes Schauer wrote: > Package: python-apt > Version: 0.9.3.5 > Severity: normal Thanks for your bugreport. > Consider the following snippet: > > --%<--- > import gc > import os > import sys > import ap

Bug#749795: apt: no authentication checks for source packages

2014-06-12 Thread Michael Vogt
On Thu, Jun 12, 2014 at 11:44:20AM +0200, Thijs Kinkhorst wrote: > Hi, > > > apt: no authentication checks for source packages > > The Debian security team has assigned CVE-2014-0478 to this issue. > > APT developers: we should fix this in wheezy. Are you able to provide an > update for wheezy f

Bug#749795: apt: no authentication checks for source packages

2014-06-12 Thread Michael Vogt
ngelog 2013-11-16 12:47:12.0 +0100 +++ apt-0.9.7.9+deb7u2/debian/changelog 2014-06-12 13:22:44.0 +0200 @@ -1,3 +1,10 @@ +apt (0.9.7.9+deb7u2) wheezy; urgency=low + + * SECURITY UPDATE: apt-get source validation +- CVE-2014-0478 + + -- Michael Vogt Thu, 12 Jun 2014 12:47:25 +02

Bug#749795: apt: no authentication checks for source packages

2014-06-12 Thread Michael Vogt
et source validation (closes: #749795) +- CVE-2014-0478 + * SECURITY UPDATE: sensitive information disclosure via incorrect +hostname validation (LP: #868353) +- methods/https.cc: properly set CURLOPT_SSL_VERIFYHOST. +- CVE-2011-3634 + + -- Michael Vogt Thu, 12 Jun 2014 14:30

Bug#747566: synaptic: Filtered list rendered incorrectly after refresh

2014-05-10 Thread Michael Vogt
On Fri, May 09, 2014 at 09:22:44PM -0400, Scott Talbert wrote: > Package: synaptic > Version: 0.81.1 > Severity: normal Thanks for your bugreport. > Problem originally reported in Ubuntu (#1309369) but reproducible in Debian > unstable: > > 1) Open Synaptic > 2) (with apt-xapian-index) Search f

Bug#728791: squid-deb-proxy: After restart, proxy is unavailable until restart of avahi-daemon

2014-03-15 Thread Michael Vogt
On Wed, Mar 12, 2014 at 11:26:14PM +0100, varacanero wrote: > On 06.11.2013 07:54, Michael Vogt wrote: > > On Tue, Nov 05, 2013 at 03:44:57PM +0100, Varac wrote: > >> Package: squid-deb-proxy > >> Version: 0.7.2 > >> Severity: important > > > > Th

Bug#742012: dpkg fails to upgrade gyp (symlink gets replaced with dir)

2014-03-18 Thread Michael Vogt
Package: dpkg Version: 1.17.6 I got the following error when upgrading the "gyp" package. I ran into this from a ubuntu machine but I reproduced it in a minimal sid chroot as well: # dpkg -i gyp_0.1~svn1654-1_all.deb (Reading database ... 12267 files and directories currently installed.) Prepari

Bug#741739: unattended-upgrades: [INTL:de] Updated German translation

2014-03-18 Thread Michael Vogt
On Sun, Mar 16, 2014 at 01:28:16PM +0100, Chris Leick wrote: > Package: unattended-upgrades > Version: 0.83.2 > Severity: wishlist > Tags: l10n patch > > > Hi, > > please find attached the newest German translation of unattended-upgrades. > > Kind regards, > Chris. Thanks for this translation

Bug#742012: dpkg fails to upgrade gyp (symlink gets replaced with dir)

2014-03-18 Thread Michael Vogt
On Tue, Mar 18, 2014 at 03:33:35PM +0100, Guillem Jover wrote: > Hi! Hi Guillem, [..] > This is “expected” behaviour, I documented it in the dpkg FAQ because it > seems to trip people over. The Debian policy also documents this (§6.6.4). > >

Bug#682365: Possible dpkg fix?

2014-03-20 Thread Michael Vogt
Hi, I stumbled on this today and was wondering if something like the attached patch might help. It will allow packages that are normally not co-installable on the system if the other package(s) are in stat_configfiles. The patch is a bit of a proof-of-concept for now, but I'm happy to clean it up

Bug#741154: fixed in bzr

2014-03-23 Thread Michael Vogt
Thanks for your bugreport and your description how to reproduce the issue. This is fixed in bzr now and the fix will be part of the next upload. Cheers, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

<    1   2   3   4   5   6   7   8   9   10   >